Skip to content

chore(deps): update all non-major dependencies#443

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#443
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) ^20.1.0^20.4.3 age confidence
@commitlint/config-conventional (source) ^20.0.0^20.4.3 age confidence
@parcel/transformer-postcss ^2.15.4^2.16.4 age confidence
@sapphire/ts-config (source) ^5.0.1^5.0.3 age confidence
@tailwindcss/postcss (source) ^4.1.12^4.2.1 age confidence
@testing-library/jest-dom ^6.7.0^6.9.1 age confidence
@testing-library/react ^16.3.0^16.3.2 age confidence
@types/node (source) ^24.10.0^24.12.0 age confidence
@types/react (source) ^19.1.10^19.2.14 age confidence
@types/react-dom (source) ^19.1.7^19.2.3 age confidence
ansi-regex ^6.1.0^6.2.2 age confidence
daisyui (source) ^5.0.50^5.5.19 age confidence
eslint-plugin-prettier ^5.5.4^5.5.5 age confidence
lint-staged ^16.1.5^16.3.2 age confidence
parcel ^2.15.4^2.16.4 age confidence
postcss (source) ^8.5.6^8.5.8 age confidence
prettier (source) ^3.6.2^3.8.1 age confidence
react (source) ^19.1.1^19.2.4 age confidence
react-dom (source) ^19.1.1^19.2.4 age confidence
tailwindcss (source) ^4.1.12^4.2.1 age confidence
ts-jest (source) ^29.4.1^29.4.6 age confidence
yarn (source) 4.9.24.12.0 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/cli

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/config-conventional

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

parcel-bundler/parcel (@​parcel/transformer-postcss)

v2.16.4

Compare Source

Fixed
  • Dev server
    • Add --no-cors option to disable CORS headers – Details

v2.16.3

Compare Source

Fixed
  • React Server Components
    • Fix react-dom import (bug in 2.16.2)

v2.16.2

Compare Source

Fixed
  • HTML

    • Fix siblings after <svg> being removed by HTML minifier – Details
  • React Server Components

    • Bump react-server-dom-parcel to ^19.1.1 to fix vulnerability
    • Fix cache key clash in @parcel/packager-react-staticDetails
    • Fix using inline string transformers with @parcel/packager-react-staticDetails
    • Preload CSS as soon as the RSC payload loads, without waiting for it to mount. This is useful for pre-fetching. – Details

v2.16.1

Compare Source

Fixed
  • JavaScript

    • Fix macro location information – Details
  • React Server Components
    Improve performance of RSC builds – Details

v2.16.0

Compare Source

Added
  • JavaScript
    • Code split re-exports when scope hoisting is disabled – Details
Fixed
  • JavaScript
    • Scope macro asset unique keys to the parent asset – Details
sapphiredev/utilities (@​sapphire/ts-config)

v5.0.3

Compare Source

Changelog

All notable changes to this project will be documented in this file.

v5.0.2

Compare Source

🏠 Refactor

  • Relocate tsconfig files to the package root for rolldown compatibility (b7f8a51)

🐛 Bug Fixes

📝 Documentation

  • readme: Fix readme table of contents (c60e8bd)
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.2.1

Compare Source

Fixed
  • Allow trailing dash in functional utility names for backwards compatibility (#​19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#​19711)

v4.2.0

Compare Source

Added
  • Add mauve, olive, mist, and taupe color palettes to the default theme (#​19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#​19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#​19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#​19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#​19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#​19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#​19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#​19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#​19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#​19613)
  • Add font-features-* utility for font-feature-settings (#​19623)
Fixed
  • Prevent double @supports wrapper for color-mix values (#​19450)
  • Allow whitespace around @source inline() argument (#​19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#​19447)
  • Detect utilities containing capital letters followed by numbers (#​19465)
  • Fix class extraction for Rails' strict locals (#​19525)
  • Align @utility name validation with Oxide scanner rules (#​19524)
  • Fix infinite loop when using @variant inside @custom-variant (#​19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#​19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#​19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#​19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#​19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#​19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#​19675)
  • Add .jj to default ignored content directories (#​19687)
Deprecated
  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#​19613)

v4.1.18

Compare Source

Fixed
  • Ensure validation of source(…) happens relative to the file it is in (#​19274)
  • Include filename and line numbers in CSS parse errors (#​19282)
  • Skip comments in Ruby files when checking for class names (#​19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#​19243)
  • Support environment API in @tailwindcss/vite (#​18970)
  • Preserve case of theme keys from JS configs and plugins (#​19337)
  • Write source maps correctly on the CLI when using --watch (#​19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#​19348)
  • Improve backwards compatibility for content theme key from JS configs (#​19381)
  • Upgrade: Handle future and experimental config keys (#​19344)
  • Try to canonicalize any arbitrary utility to a bare value (#​19379)
  • Validate candidates similarly to Oxide (#​19397)
  • Canonicalization: combine text-* and leading-* classes (#​19396)
  • Correctly handle duplicate CLI arguments (#​19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#​19419)
  • CLI: Don't hang when output is /dev/stdout (#​19421)

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)
testing-library/jest-dom (@​testing-library/jest-dom)

v6.9.1

Compare Source

Bug Fixes

v6.9.0

Compare Source

Features

v6.8.0

Compare Source

Features
testing-library/react-testing-library (@​testing-library/react)

v16.3.2

Compare Source

v16.3.1

Compare Source

chalk/ansi-regex (ansi-regex)

v6.2.2

Compare Source

v6.2.0

Compare Source

  • Support colon separated parameters to control sequences (#​62) df7d75f

saadeghi/daisyui (daisyui)

v5.5.19

Compare Source

Bug Fixes
  • use logical margins for breadcrumbs so it works in RTL. closes: #​4443 (6208471)

v5.5.18

Compare Source

Bug Fixes

v5.5.17

Compare Source

v5.5.16

Compare Source

v5.5.15

Compare Source

Bug Fixes

v5.5.14

Compare Source

Bug Fixes

v5.5.13

Compare Source

Bug Fixes
  • allow .list-col-wrap to work with Tailwind CSS variant prefixes. closes: #​4336 (56ef803)

v5.5.12

Compare Source

Bug Fixes

v5.5.11

Compare Source

Bug Fixes

v5.5.10

Compare Source

Bug Fixes
  • rule priority for .drawer-end and .drawer-open. closes #​4331 (82e68d4)

v5.5.9

Compare Source

Bug Fixes

v5.5.8

Compare Source

Bug Fixes
  • badge padding to respect --size-selector, clean up kbd and tab padding properties. closes: #​4293 (e713958)

v5.5.7

Compare Source

Bug Fixes

v5.5.6

Compare Source

Bug Fixes

v5.5.5

Compare Source

Bug Fixes

v5.5.4

Compare Source

Bug Fixes

v5.5.3

Compare Source

Bug Fixes

v5.5.2

Compare Source

Bug Fixes
  • prefix for is-drawer-close and is-drawer-open. closes: #​4197 (f3005f4)

v5.5.1

Compare Source

Bug Fixes

v5.5.0

Compare Source

Features
  • new component hover-3d to make a 3D card
  • new component text-rotate to rotate between multiple words
  • new skeleton variant: skeleton-text for animated gradient text
  • improve diff drag area
  • improve <code> padding in prose. closes: #​4243
  • new dropdown modifier: dropdown-close to force close a dropdown
  • btn selector improvements (7% smaller CSS size)
  • details in menu now has smooth transition
Docs
  • search now includes all class names and variables
  • update disable menu example to be more accessible
  • update llms.txt

v5.4.8

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@5.4.8

💚 Thank you for using 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

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Aug 31, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6b0a0da to 04c7ebc Compare September 13, 2025 19:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 9770475 to 5cf26f6 Compare September 19, 2025 17:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from ac8da22 to eae7efb Compare September 28, 2025 13:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eae7efb to a2647d4 Compare September 29, 2025 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 31ebad0 to c22ad3d Compare October 17, 2025 02:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 9ea11cf to 83c16c3 Compare October 24, 2025 15:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7501dfc to 953774f Compare November 2, 2025 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants