Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 16, 2024

This PR contains the following updates:

Package Change Age Confidence Type Update
@octokit/rest 22.0.0 -> 22.0.1 age confidence dependencies patch
@tailwindcss/postcss (source) 4.1.11 -> 4.1.17 age confidence dependencies patch
@tailwindcss/typography 0.5.16 -> 0.5.19 age confidence dependencies patch
@types/luxon (source) 3.6.2 -> 3.7.1 age confidence dependencies minor
@types/node (source) 20.14.10 -> 20.19.24 age confidence devDependencies minor
@types/node (source) 24.0.10 -> 24.10.0 age confidence dependencies minor
@types/react (source) 19.1.8 -> 19.2.2 age confidence dependencies minor
@types/react-dom (source) 19.1.6 -> 19.2.2 age confidence dependencies minor
concurrently 9.2.0 -> 9.2.1 age confidence devDependencies patch
daisyui (source) 5.0.43 -> 5.4.7 age confidence dependencies minor
dotenv 17.0.1 -> 17.2.3 age confidence devDependencies minor
envalid 8.0.0 -> 8.1.1 age confidence devDependencies minor
eslint (source) 9.30.1 -> 9.39.1 age confidence dependencies minor
eslint-config-next (source) 15.3.5 -> 15.5.6 age confidence dependencies minor
luxon 3.6.1 -> 3.7.2 age confidence dependencies minor
minisearch (source) 7.1.2 -> 7.2.0 age confidence dependencies minor
node (source) 22.14.0 -> 22.21.1 age confidence engines minor
ollama 0.5.16 -> 0.6.2 age confidence devDependencies minor
pnpm (source) 10.4.0 -> 10.20.0 age confidence packageManager minor
react (source) 19.1.0 -> 19.2.0 age confidence dependencies minor
react-dom (source) 19.1.0 -> 19.2.0 age confidence dependencies minor
rehype-rewrite (source) 4.0.2 -> 4.0.3 age confidence dependencies patch
rimraf 6.0.1 -> 6.1.0 age confidence devDependencies minor
serve 14.2.4 -> 14.2.5 age confidence dependencies patch
shiki (source) 3.7.0 -> 3.15.0 age confidence dependencies minor
tailwindcss (source) 4.1.11 -> 4.1.17 age confidence dependencies patch
tsx (source) 4.20.3 -> 4.20.6 age confidence devDependencies patch
typescript (source) 5.8.3 -> 5.9.3 age confidence dependencies minor

Release Notes

octokit/rest.js (@​octokit/rest)

v22.0.1

Compare Source

Bug Fixes
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.17

Compare Source

Fixed
  • Substitute @variant inside legacy JS APIs (#​19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#​19242)

v4.1.16

Compare Source

Fixed
  • Discard candidates with an empty data type (#​19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#​19176)
  • Fix invalid colors due to nested & (#​19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#​19178)

v4.1.15

Compare Source

Fixed
  • Fix Safari devtools rendering issue due to color-mix fallback (#​19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#​19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#​19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#​19100)
  • Prevent important utilities from affecting other utilities (#​19110)
  • Don’t index into strings with the theme(…) function (#​19111)
  • Fix parsing issue when \t is used in at-rules (#​19130)
  • Upgrade: Canonicalize utilities containing 0 values (#​19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#​19157)
Changed

v4.1.14

Compare Source

Fixed
  • Handle ' syntax in ClojureScript when extracting classes (#​18888)
  • Handle @variant inside @custom-variant (#​18885)
  • Merge suggestions when using @utility (#​18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#​18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#​18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#​18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#​18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#​18918)
  • Use default export condition for @tailwindcss/vite (#​18948)
  • Re-throw errors from PostCSS nodes (#​18373)
  • Detect classes in markdown inline directives (#​18967)
  • Ensure files with only @theme produce no output when built (#​18979)
  • Support Maud templates when extracting classes (#​18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#​18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#​19028)
  • Upgrade: Ensure first class inside className is migrated (#​19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#​19031)

v4.1.13

Compare Source

Changed
  • Drop warning from browser build (#​18731)
  • Drop exact duplicate declarations when emitting CSS (#​18809)
Fixed
  • Don't transition visibility when using transition (#​18795)
  • Discard matched variants with unknown named values (#​18799)
  • Discard matched variants with non-string values (#​18799)
  • Show suggestions for known matchVariant values (#​18798)
  • Replace deprecated clip with clip-path in sr-only (#​18769)
  • Hide internal fields from completions in matchUtilities (#​18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#​18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#​18869)
  • Do not allow custom variants to start or end with a - or _ (#​18867, #​18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#​18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#​18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#​18817)

v4.1.12

Compare Source

Fixed
  • Don't consider the global important state in @apply (#​18404)
  • Add missing suggestions for flex-<number> utilities (#​18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#​18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#​18432)
  • Track source locations through @plugin and @config (#​18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#​18485)
  • Ignore consecutive semicolons in the CSS parser (#​18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#​18511)
  • Extract candidates in Slang templates (#​18565)
  • Improve error messages when encountering invalid functional utility names (#​18568)
  • Discard CSS AST objects with false or undefined properties (#​18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#​18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#​18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#​18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#​18704)
  • Don't scan .hdr and .exr files for classes by default (#​18734)
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.19

Compare Source

Fixed
  • Fixed broken color styles (#​405)

v0.5.18

Compare Source

Fixed
  • Fixed undefined variable error (#​403)

v0.5.17

Compare Source

Added
  • Add modifiers for description list elements (#​357)
  • Add prose-picture modifier (#​367)
Fixed
  • Include unit in hr border-width value (#​379)
  • Ensure <kbd> styles work with Tailwind CSS v4 (#​387)
Changed
  • Remove lodash dependencies (#​402)
open-cli-tools/concurrently (concurrently)

v9.2.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

saadeghi/daisyui (daisyui)

v5.4.7

Compare Source

Bug Fixes

v5.4.6

Compare Source

Bug Fixes

v5.4.5

Compare Source

Bug Fixes
  • leaking grid style issue in list (a22e54d)

v5.4.4

Compare Source

Bug Fixes
  • substract padding from tab-content height for tabs-box (#​4235) (e59a7a0)

v5.4.3

Compare Source

Bug Fixes
  • kbd box-shadow in prose (1f3e4d1)

v5.4.2

Compare Source

Bug Fixes
  • drawer height issue from 5.4.0 (261b302)

v5.4.1

Compare Source

Bug Fixes
  • allow outline on all methods of dropdown, not just summary (624a0a6)

v5.4.0

Compare Source

Bug Fixes
  • drawer height issue from 5.4.0 (261b302)

v5.3.11

Compare Source

Bug Fixes

v5.3.10

Compare Source

Bug Fixes
  • range thumb color on Safari (2c4a825)

v5.3.9

Compare Source

Bug Fixes
  • allow browser to find text in collapse <details> (bde0427), closes #​4194

v5.3.8

Compare Source

Bug Fixes
  • easier overriding before/after content using utility classes. closes: #​4196 (f2b1e9f)

v5.3.7

Compare Source

Bug Fixes
  • btn in prose shouldn't have underline by default. closes: #​4192 (1205a90)

v5.3.6

Compare Source

Bug Fixes
  • backdrop color bleeding issue + scrollbar improvements. closes: #​3928 (240d1d8)

v5.3.5

Compare Source

Bug Fixes

v5.3.4

Compare Source

Bug Fixes
  • validator-hint overrides hidden class as expected. close: #​4188 (c05604d)

v5.3.3

Compare Source

Bug Fixes
  • do not show the line before for first step in horizontal orientation (#​4187) (3cce2c8)

v5.3.2

Compare Source

Bug Fixes

v5.3.1

Compare Source

Bug Fixes

v5.3.0

Compare Source

Features
Bug Fixes
  • fix: card modifier classes can be used with Tailwind variants now, closes: #​3589

  • fix: btn-disabled can be used with Tailwind variants now, closes: #​3622

v5.2.5

Compare Source

Bug Fixes

v5.2.4

Compare Source

v5.2.3

Compare Source

Bug Fixes
  • fix: style for nested validator with aria-invalid attribute. closes: #​4176

v5.2.2

Compare Source

Bug Fixes
  • countdown RTL bug and allow defining number of digits (426de84)

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features
  • new variants for drawer: is-drawer-open and is-drawer-close to style elements based on drawer state. Allowing us to create icon-only drawer sidebar.
  • countdown now supports 0 to 999 with dynamic width (6b63563)
  • countdown: animate independently the 2 digits of the number (d3a32e2), closes #​4143
  • detect if page has vertical scrollbar visible and set scrollbar-gutter (abf02cc)
  • icon-only drawer sidebar, new variants is-drawer-open and is-drawer-close (32e919e)
Bug Fixes
  • dropdown: do not open dropdown on click (but open it on kbd focus) (39e4cb5), closes #​3880
  • enable tailwind conditional classes on menu-active (4a8d227)
  • Tailwind CSS collapse utility class conflict (c39d839)
  • fix scrollbar gutter layout shift on Windows when modal or drawer has a different scrollbar visibility than the body

v5.1.32

Compare Source

v5.1.31

Compare Source

Bug Fixes

v5.1.30

Compare Source

Bug Fixes
  • focus the first focusable element when modal opens. closes: #​3440 (c1e2f0c)

v5.1.29

Compare Source

Bug Fixes
  • (iOS) increase font size of small text input and textarea on focus so page wont zoom in (3b35fbb), closes #​3871 #​1145

v5.1.28

Compare Source

Bug Fixes

v5.1.27

Compare Source

Bug Fixes
  • prevent select line break on long text when select is not open and prevent page overflow when select is open. closes: #​4105 (6782522)

v5.1.26

Compare Source

Bug Fixes
  • navbar default position (f75a5ed)

v5.1.25

Compare Source

Bug Fixes

v5.1.24

Compare Source

Bug Fixes

v5.1.23

Compare Source

Bug Fixes

v5.1.22

Compare Source

Bug Fixes
  • unwanted box shadow of kbd inside prose (233c58a)

v5.1.21

Compare Source

Bug Fixes
  • fix: collapse focus-within issue. closes: #​4128
  • fix: text truncate issue. closes: #​2965

v5.1.20

Compare Source

Bug Fixes
  • allow height customization for select with multiple attribute (8292854)

v5.1.19

Compare Source

Bug Fixes
  • Update dependencies

v5.1.18

Compare Source

Bug Fixes

v5.1.17

Compare Source

Bug Fixes
  • fix: .prose class not working with daisyUI prefix. closes: #​4119

v5.1.16

Compare Source

Bug Fixes
  • Collapse gets closed when interactive input inside is focused. closes: #​4128 (f55cf0e)

v5.1.15

Compare Source

Bug Fixes

v5.1.14

Compare Source

Bug Fixes

v5.1.13

Compare Source

v5.1.12

Compare Source

Bug Fixes

v5.1.11

Compare Source

Bug Fixes

v5.1.10

Compare Source

Bug Fixes

v5.1.9

Compare Source

Bug Fixes

v5.1.8

Compare Source

v5.1.7

Compare Source

Bug Fixes

v5.1.6

Compare Source

Bug Fixes

v5.1.5

Compare Source

Bug Fixes
  • checkbox background color (fd938ab)

v5.1.4

Compare Source

Bug Fixes

v5.1.3

Compare Source

v5.1.2

Compare Source

Bug Fixes
  • (iOS) increase font size of small text input and textarea on focus so page wont zoom in (3b35fbb), closes #​3871 #​1145

v5.1.1

Compare Source

Bug Fixes
  • Update dependencies

v5.1.0

Compare Source

Features
  • feat: New component - Hover Gallery
  • feat: New component - FAB / Speed Dial
  • feat: Styled native HTML <select> element (works in Chromium, other browsers use the old OS style)
  • feat: Support prefers-reduced-motion for all animations
Bug Fixes
  • fix: theme-controller prefix
  • fix: support aria-current for tab
  • fix: add scrollbar-gutter auto to prevent modal scrollbar shift
  • fix: increase drawer z-index to prevent overlap issues

v5.0.55

Compare Source

v5.0.54

Compare Source

Bug Fixes
  • prefersdark theme overriding the default theme in custom themes. closes: #​3921 (bd6b064)

v5.0.53

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "on sunday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a8093e2 to a2d754c Compare June 25, 2024 17:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8df95b7 to 5361ad2 Compare July 3, 2024 08:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 651e643 to 92634e6 Compare July 10, 2024 20:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 44c68d1 to f800df3 Compare July 21, 2024 05:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5140b35 to c63619a Compare July 29, 2024 17:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7bdf467 to 50cbf6d Compare August 2, 2024 20:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d003ad4 to 4f4ae92 Compare September 14, 2025 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8392dcc to 362ae8a Compare September 22, 2025 11:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fae5ff4 to 7882e6c Compare September 30, 2025 04:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 44c1a1b to 06357d8 Compare October 7, 2025 08:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 62746d7 to 6e1bda7 Compare October 16, 2025 08:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4180073 to ed97ab6 Compare October 23, 2025 07:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 124387b to d3b7c6f Compare November 2, 2025 00:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d3b7c6f to 6c87643 Compare November 8, 2025 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant