Skip to content

Comments

deps(deps): bump the all-dependencies group across 1 directory with 261 updates#20

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-cf052a9e8d
Closed

deps(deps): bump the all-dependencies group across 1 directory with 261 updates#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-cf052a9e8d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the all-dependencies group with 53 updates in the / directory:

Package From To
@radix-ui/react-slot 1.2.3 1.2.4
@tailwindcss/vite 4.1.14 4.1.18
lucide-react 0.545.0 0.563.0
react 19.2.0 19.2.3
@types/react 19.2.2 19.2.9
react-dom 19.2.0 19.2.3
@types/react-dom 19.2.1 19.2.3
react-syntax-highlighter 15.6.6 16.1.0
tailwind-merge 3.3.1 3.4.0
@chromatic-com/storybook 4.1.1 5.0.0
@eslint/js 9.37.0 9.39.2
@storybook/addon-a11y 9.1.10 10.2.0
@storybook/addon-docs 9.1.10 10.2.0
@storybook/addon-vitest 9.1.10 10.2.0
@storybook/react-vite 9.1.10 10.2.0
@trivago/prettier-plugin-sort-imports 5.2.2 6.0.2
@types/node 24.7.2 25.0.10
@vitejs/plugin-react 5.0.4 5.1.2
@vitest/browser 3.2.4 4.0.18
@vitest/coverage-v8 3.2.4 4.0.18
eslint 9.37.0 9.39.2
eslint-plugin-react-hooks 7.0.0 7.0.1
eslint-plugin-react-refresh 0.4.23 0.4.26
eslint-plugin-storybook 9.1.10 10.2.0
globals 16.4.0 17.1.0
js-yaml 4.1.0 4.1.1
npm 11.6.2 11.8.0
playwright 1.56.0 1.58.0
storybook 9.1.10 10.2.0
typescript-eslint 8.46.0 8.53.1
vite 7.1.9 7.3.1
vite-plugin-restart 1.0.0 2.0.0
vitest 3.2.4 4.0.18
@babel/helper-plugin-utils 7.27.1 7.28.6
@babel/runtime 7.28.4 7.28.6
@eslint/eslintrc 3.3.1 3.3.3
@types/chai 5.2.2 5.2.3
axe-core 4.11.0 4.11.1
check-error 2.1.1 2.1.3
decode-named-character-reference 1.2.0 1.3.0
esquery 1.6.0 1.7.0
expect-type 1.2.2 1.3.0
mdast-util-to-hast 13.2.0 13.2.1
prettier 3.6.2 3.8.1
react-remove-scroll 2.7.1 2.7.2
resolve 1.22.10 1.22.11
rollup 4.52.4 4.56.0
style-to-js 1.1.18 1.1.21
unist-util-is 6.0.0 6.0.1
unist-util-visit 5.0.0 5.1.0
unist-util-visit-parents 6.0.1 6.0.2
ws 8.18.3 8.19.0
zod 4.1.12 4.3.6

Updates @radix-ui/react-slot from 1.2.3 to 1.2.4

Commits

Updates @tailwindcss/vite from 4.1.14 to 4.1.18

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.18

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

Fixed

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

v4.1.16

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

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

  • Remove the postinstall script from oxide (#19149)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.1.18] - 2025-12-11

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)

[3.4.19] - 2025-12-10

Fixed

  • Don’t break sibling-*() functions when used inside calc(…) (#19335)

[4.1.17] - 2025-11-06

Fixed

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

[4.1.16] - 2025-10-23

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)

[4.1.15] - 2025-10-20

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)

... (truncated)

Commits

Updates lucide-react from 0.545.0 to 0.563.0

Release notes

Sourced from lucide-react's releases.

Version 0.563.0

What's Changed

aria-hidden is by default added to icons components in all packages. This was already added to lucide-react before. Making icons accessible, you can add an aria-label or a title. See docs about accessibility.

All changes

New Contributors

Full Changelog: lucide-icons/lucide@0.562.0...0.563.0

Version 0.562.0

What's Changed

... (truncated)

Commits
  • 67c0485 feat(scripts): added helper script to automatically update OpenCollective bac...
  • b6ed43d feat(packages): Added aria-hidden fallback for decorative icons to all packag...
  • 076e0bb chore(dependencies): Update dependencies (#3809)
  • 80d6f73 fix(icons): Rename fingerprint icon to fingerprint-pattern (#3767)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for lucide-react since your current version.


Updates react from 19.2.0 to 19.2.3

Release notes

Sourced from react's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

Commits

Updates @types/react from 19.2.2 to 19.2.9

Commits

Updates react-dom from 19.2.0 to 19.2.3

Release notes

Sourced from react-dom's releases.

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

Changelog

Sourced from react-dom's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

Commits

Updates @types/react-dom from 19.2.1 to 19.2.3

Commits

Updates react-syntax-highlighter from 15.6.6 to 16.1.0

Release notes

Sourced from react-syntax-highlighter's releases.

v16.1.0

What's Changed

New Contributors

Full Changelog: react-syntax-highlighter/react-syntax-highlighter@v16.0.0...v16.1.0

v16.0.0

New major version!

16.0.0 brings a major version update to the refractor dependency, which remedies some security issues but could result in a breaking change to your app's dependencies. Please update with care.

What's Changed

New Contributors

Full Changelog: react-syntax-highlighter/react-syntax-highlighter@v15.6.6...v16.0.0

Commits

Updates tailwind-merge from 3.3.1 to 3.4.0

Release notes

Sourced from tailwind-merge's releases.

v3.4.0

New Features

Documentation

Other

Full Changelog: dcastil/tailwind-merge@v3.3.1...v3.4.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and a private sponsor for sponsoring tailwind-merge! ❤️

Commits
  • 3e1256a v3.4.0
  • e15f392 add changelog for v3.4.0
  • 75e9aef Merge pull request #619 from quantizor/further-improvements
  • 1bafc9c Make benchmark test names consistent
  • 0799c12 revert: remove array-based string building optimization
  • 1927858 test: add ultra long class list benchmark
  • 87baba3 Remove unnecessary pre-computed conflict maps
  • 7831c8e perf: pre-compute conflict arrays at initialization
  • 1a3d133 perf: replace localeCompare with direct string comparison
  • 0270028 perf: use index-based recursion to avoid array allocations
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for tailwind-merge since your current version.


Updates tailwindcss from 4.1.14 to 4.1.18

Release notes

Sourced from tailwindcss's releases.

v4.1.18

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

Fixed

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

v4.1.16

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

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

  • Remove the postinstall script from oxide (#19149)
Changelog

Sourced from tailwindcss's changelog.

[4.1.18] - 2025-12-11

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)

[3.4.19] - 2025-12-10

Fixed

  • Don’t break sibling-*() functions when used inside calc(…) (#19335)

[4.1.17] - 2025-11-06

Fixed

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

[4.1.16] - 2025-10-23

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)

[4.1.15] - 2025-10-20

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)

... (truncated)

Commits

Updates @chromatic-com/storybook from 4.1.1 to 5.0.0

Release notes

Sourced from @​chromatic-com/storybook's releases.

v5.0.0

💥 Breaking Change

🐛 Bug Fix

Authors: 2

v5.0.0-next.0

💥 Breaking Change

⚠️ Pushed to next

Authors: 5

v4.2.0-next.1

🚀 Enhancement

⚠️ Pushed to next

Authors: 3

v4.2.0-next.0

🚀 Enhancement

... (truncated)

Changelog

Sourced from @​chromatic-com/storybook's changelog.

v5.0.0 (Tue Jan 13 2026)

💥 Breaking Change

🐛 Bug Fix

Authors: 2


v4.1.3 (Mon Nov 17 2025)

🐛 Bug Fix

Authors: 1


v4.1.2 (Wed Oct 29 2025)

🐛 Bug Fix

Authors: 2


Commits
  • e79de15 Bump version to: 5.0.0 [skip ci]
  • a3ac8f9 Update CHANGELOG.md [skip ci]
  • 366a1d7 Merge pull request #403 from chromaui/npm-trusted-publishing
  • 32ba173 Setup Node.js in release

…61 updates

Bumps the all-dependencies group with 53 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.2.3` | `1.2.4` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.14` | `4.1.18` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.545.0` | `0.563.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.2` | `19.2.9` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.3` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.1` | `19.2.3` |
| [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) | `15.6.6` | `16.1.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.3.1` | `3.4.0` |
| [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `4.1.1` | `5.0.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.37.0` | `9.39.2` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `9.1.10` | `10.2.0` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `9.1.10` | `10.2.0` |
| [@storybook/addon-vitest](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/vitest) | `9.1.10` | `10.2.0` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `9.1.10` | `10.2.0` |
| [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) | `5.2.2` | `6.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.7.2` | `25.0.10` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.0.4` | `5.1.2` |
| [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `3.2.4` | `4.0.18` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.18` |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.39.2` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `7.0.0` | `7.0.1` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.23` | `0.4.26` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `9.1.10` | `10.2.0` |
| [globals](https://github.com/sindresorhus/globals) | `16.4.0` | `17.1.0` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.0` | `4.1.1` |
| [npm](https://github.com/npm/cli) | `11.6.2` | `11.8.0` |
| [playwright](https://github.com/microsoft/playwright) | `1.56.0` | `1.58.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `9.1.10` | `10.2.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.0` | `8.53.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.9` | `7.3.1` |
| [vite-plugin-restart](https://github.com/antfu/vite-plugin-restart) | `1.0.0` | `2.0.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.18` |
| [@babel/helper-plugin-utils](https://github.com/babel/babel/tree/HEAD/packages/babel-helper-plugin-utils) | `7.27.1` | `7.28.6` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.28.4` | `7.28.6` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.1` | `3.3.3` |
| [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) | `5.2.2` | `5.2.3` |
| [axe-core](https://github.com/dequelabs/axe-core) | `4.11.0` | `4.11.1` |
| [check-error](https://github.com/chaijs/check-error) | `2.1.1` | `2.1.3` |
| [decode-named-character-reference](https://github.com/wooorm/decode-named-character-reference) | `1.2.0` | `1.3.0` |
| [esquery](https://github.com/estools/esquery) | `1.6.0` | `1.7.0` |
| [expect-type](https://github.com/mmkal/expect-type) | `1.2.2` | `1.3.0` |
| [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) | `13.2.0` | `13.2.1` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.1` |
| [react-remove-scroll](https://github.com/theKashey/react-remove-scroll) | `2.7.1` | `2.7.2` |
| [resolve](https://github.com/browserify/resolve) | `1.22.10` | `1.22.11` |
| [rollup](https://github.com/rollup/rollup) | `4.52.4` | `4.56.0` |
| [style-to-js](https://github.com/remarkablemark/style-to-js) | `1.1.18` | `1.1.21` |
| [unist-util-is](https://github.com/syntax-tree/unist-util-is) | `6.0.0` | `6.0.1` |
| [unist-util-visit](https://github.com/syntax-tree/unist-util-visit) | `5.0.0` | `5.1.0` |
| [unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents) | `6.0.1` | `6.0.2` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` |
| [zod](https://github.com/colinhacks/zod) | `4.1.12` | `4.3.6` |



Updates `@radix-ui/react-slot` from 1.2.3 to 1.2.4
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@tailwindcss/vite` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/@tailwindcss-vite)

Updates `lucide-react` from 0.545.0 to 0.563.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.563.0/packages/lucide-react)

Updates `react` from 19.2.0 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `@types/react` from 19.2.2 to 19.2.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.2.0 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

Updates `@types/react-dom` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-syntax-highlighter` from 15.6.6 to 16.1.0
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases)
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v15.6.6...v16.1.0)

Updates `tailwind-merge` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v3.3.1...v3.4.0)

Updates `tailwindcss` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss)

Updates `@chromatic-com/storybook` from 4.1.1 to 5.0.0
- [Release notes](https://github.com/chromaui/addon-visual-tests/releases)
- [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v5.0.0/CHANGELOG.md)
- [Commits](https://github.com/chromaui/addon-visual-tests/compare/v4.1.1...v5.0.0)

Updates `@eslint/js` from 9.37.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@storybook/addon-a11y` from 9.1.10 to 10.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.0/code/addons/a11y)

Updates `@storybook/addon-docs` from 9.1.10 to 10.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.0/code/addons/docs)

Updates `@storybook/addon-vitest` from 9.1.10 to 10.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.0/code/addons/vitest)

Updates `@storybook/react-vite` from 9.1.10 to 10.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.0/code/frameworks/react-vite)

Updates `@trivago/prettier-plugin-sort-imports` from 5.2.2 to 6.0.2
- [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.2.2...v6.0.2)

Updates `@types/node` from 24.7.2 to 25.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 19.2.2 to 19.2.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@vitejs/plugin-react` from 5.0.4 to 5.1.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.2/packages/plugin-react)

Updates `@vitest/browser` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/browser)

Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8)

Updates `eslint` from 9.37.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.37.0...v9.39.2)

Updates `eslint-plugin-react-hooks` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-react-refresh` from 0.4.23 to 0.4.26
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.23...v0.4.26)

Updates `eslint-plugin-storybook` from 9.1.10 to 10.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.0/code/lib/eslint-plugin)

Updates `globals` from 16.4.0 to 17.1.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v16.4.0...v17.1.0)

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

Updates `npm` from 11.6.2 to 11.8.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v11.6.2...v11.8.0)

Updates `playwright` from 1.56.0 to 1.58.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.56.0...v1.58.0)

Updates `storybook` from 9.1.10 to 10.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.0/code/core)

Updates `typescript-eslint` from 8.46.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/typescript-eslint)

Updates `vite` from 7.1.9 to 7.3.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

Updates `vite-plugin-restart` from 1.0.0 to 2.0.0
- [Release notes](https://github.com/antfu/vite-plugin-restart/releases)
- [Commits](https://github.com/antfu/vite-plugin-restart/compare/v1.0.0...v2.0.0)

Updates `vitest` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

Updates `@babel/code-frame` from 7.27.1 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-code-frame)

Updates `@babel/compat-data` from 7.28.4 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-compat-data)

Updates `@babel/core` from 7.28.4 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-core)

Updates `@babel/generator` from 7.28.3 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-generator)

Updates `@babel/helper-compilation-targets` from 7.27.2 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-helper-compilation-targets)

Updates `@babel/helper-module-imports` from 7.27.1 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-helper-module-imports)

Updates `@babel/helper-module-transforms` from 7.28.3 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-helper-module-transforms)

Updates `@babel/helper-plugin-utils` from 7.27.1 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-helper-plugin-utils)

Updates `@babel/helper-validator-identifier` from 7.27.1 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-helper-validator-identifier)

Updates `@babel/helpers` from 7.28.4 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-helpers)

Updates `@babel/parser` from 7.28.4 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-parser)

Updates `@babel/runtime` from 7.28.4 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-runtime)

Updates `@babel/template` from 7.27.2 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-template)

Updates `@babel/traverse` from 7.28.4 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-traverse)

Updates `@babel/types` from 7.28.4 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-types)

Updates `@esbuild/aix-ppc64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/android-arm` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/android-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/android-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/darwin-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/darwin-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/freebsd-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/freebsd-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-arm` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-ia32` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-loong64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-mips64el` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-ppc64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-riscv64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-s390x` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/netbsd-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/netbsd-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/openbsd-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/openbsd-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/openharmony-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/sunos-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/win32-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/win32-ia32` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/win32-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@eslint-community/eslint-utils` from 4.9.0 to 4.9.1
- [Release notes](https://github.com/eslint-community/eslint-utils/releases)
- [Commits](https://github.com/eslint-community/eslint-utils/compare/v4.9.0...v4.9.1)

Updates `@eslint-community/regexpp` from 4.12.1 to 4.12.2
- [Release notes](https://github.com/eslint-community/regexpp/releases)
- [Commits](https://github.com/eslint-community/regexpp/compare/v4.12.1...v4.12.2)

Updates `@eslint/config-array` from 0.21.0 to 0.21.1
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/config-array/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/config-array-v0.21.1/packages/config-array)

Updates `@eslint/config-helpers` from 0.4.0 to 0.4.2
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/config-helpers/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/config-helpers-v0.4.2/packages/config-helpers)

Updates `@eslint/core` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v0.17.0/packages/core)

Updates `@eslint/eslintrc` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslintrc/compare/v3.3.1...eslintrc-v3.3.3)

Updates `@eslint/object-schema` from 2.1.6 to 2.1.7
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/object-schema/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/object-schema-v2.1.7/packages/object-schema)

Updates `@eslint/plugin-kit` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.4.1/packages/plugin-kit)

Updates `@joshwooding/vite-plugin-react-docgen-typescript` from 0.6.1 to 0.6.3
- [Release notes](https://github.com/joshwooding/vite-plugin-react-docgen-typescript/releases)
- [Changelog](https://github.com/joshwooding/vite-plugin-react-docgen-typescript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/joshwooding/vite-plugin-react-docgen-typescript/compare/@joshwooding/vite-plugin-react-docgen-typescript@0.6.1...@joshwooding/vite-plugin-react-docgen-typescript@0.6.3)

Updates `@rolldown/pluginutils` from 1.0.0-beta.38 to 1.0.0-beta.53
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG-2025.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-beta.53/packages/pluginutils)

Updates `@storybook/builder-vite` from 9.1.10 to 10.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.0/code/builders/builder-vite)

Updates `@storybook/csf-plugin` from 9.1.10 to 10.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.0/code/lib/csf-plugin)

Updates `@storybook/icons` from 1.6.0 to 2.0.1
- [Release notes](https://github.com/storybookjs/icons/releases)
- [Changelog](https://github.com/storybookjs/icons/blob/main/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/icons/compare/v1.6.0...v2.0.1)

Updates `@storybook/react` from 9.1.10 to 10.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.0/code/renderers/react)

Updates `@storybook/react-dom-shim` from 9.1.10 to 10.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.0/code/lib/react-dom-shim)

Updates `@tailwindcss/node` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/@tailwindcss-node)

Updates `@tailwindcss/oxide` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node)

Updates `@tailwindcss/oxide-android-arm64` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node/npm/android-arm64)

Updates `@tailwindcss/oxide-darwin-arm64` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node/npm/darwin-arm64)

Updates `@tailwindcss/oxide-darwin-x64` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node/npm/darwin-x64)

Updates `@tailwindcss/oxide-freebsd-x64` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node/npm/freebsd-x64)

Updates `@tailwindcss/oxide-linux-arm-gnueabihf` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node/npm/linux-arm-gnueabihf)

Updates `@tailwindcss/oxide-linux-arm64-gnu` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node/npm/linux-arm64-gnu)

Updates `@tailwindcss/oxide-linux-arm64-musl` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node/npm/linux-arm64-musl)

Updates `@tailwindcss/oxide-linux-x64-gnu` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node/npm/linux-x64-gnu)

Updates `@tailwindcss/oxide-linux-x64-musl` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node/npm/linux-x64-musl)

Updates `@tailwindcss/oxide-wasm32-wasi` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node)

Updates `@emnapi/core` from 1.5.0 to 1.7.1
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](https://github.com/toyobayashi/emnapi/compare/v1.5.0...v1.7.1)

Updates `@emnapi/runtime` from 1.5.0 to 1.7.1
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](https://github.com/toyobayashi/emnapi/compare/v1.5.0...v1.7.1)

Updates `@napi-rs/wasm-runtime` from 1.0.5 to 1.1.0
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/commits/@napi-rs/wasm-runtime@1.1.0/wasi-runtime)

Updates `@tailwindcss/oxide-win32-arm64-msvc` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node/npm/win32-arm64-msvc)

Updates `@tailwindcss/oxide-win32-x64-msvc` from 4.1.14 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/crates/node/npm/win32-x64-msvc)

Updates `@types/chai` from 5.2.2 to 5.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

Updates `@types/hast` from 2.3.10 to 3.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/hast)

Updates `@typescript-eslint/eslint-plugin` from 8.46.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/parser)

Updates `@typescript-eslint/project-service` from 8.46.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/project-service/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/project-service)

Updates `@typescript-eslint/scope-manager` from 8.46.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/scope-manager)

Updates `@typescript-eslint/tsconfig-utils` from 8.46.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/tsconfig-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/tsconfig-utils)

Updates `@typescript-eslint/type-utils` from 8.46.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/type-utils)

Updates `@typescript-eslint/types` from 8.46.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/types)

Updates `@typescript-eslint/typescript-estree` from 8.46.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/typescript-estree)

Updates `@typescript-eslint/utils` from 8.46.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.46.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/visitor-keys)

Updates `@vitest/runner` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/runner)

Updates `@vitest/snapshot` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/snapshot)

Updates `ast-v8-to-istanbul` from 0.3.5 to 0.3.10
- [Release notes](https://github.com/AriPerkkio/ast-v8-to-istanbul/releases)
- [Commits](https://github.com/AriPerkkio/ast-v8-to-istanbul/compare/v0.3.5...v0.3.10)

Updates `axe-core` from 4.11.0 to 4.11.1
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.11.0...v4.11.1)

Updates `baseline-browser-mapping` from 2.8.16 to 2.9.18
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.8.16...v2.9.18)

Updates `browserslist` from 4.26.3 to 4.28.1
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.26.3...4.28.1)

Updates `caniuse-lite` from 1.0.30001750 to 1.0.30001766
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001750...1.0.30001766)

Updates `character-entities` from 1.2.4 to 2.0.2
- [Release notes](https://github.com/wooorm/character-entities/releases)
- [Commits](https://github.com/wooorm/character-entities/compare/1.2.4...2.0.2)

Updates `character-entities-legacy` from 1.1.4 to 3.0.0
- [Release notes](https://github.com/wooorm/character-entities-legacy/releases)
- [Commits](https://github.com/wooorm/character-entities-legacy/compare/1.1.4...3.0.0)

Updates `character-reference-invalid` from 1.1.4 to 2.0.1
- [Release notes](https://github.com/wooorm/character-reference-invalid/releases)
- [Commits](https://github.com/wooorm/character-reference-invalid/compare/1.1.4...2.0.1)

Updates `check-error` from 2.1.1 to 2.1.3
- [Release notes](https://github.com/chaijs/check-error/releases)
- [Commits](https://github.com/chaijs/check-error/compare/v2.1.1...v2.1.3)

Updates `chromatic` from 12.2.0 to 13.3.5
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v12.2.0...v13.3.5)

Updates `comma-separated-tokens` from 1.0.8 to 2.0.3
- [Release notes](https://github.com/wooorm/comma-separated-tokens/releases)
- [Commits](https://github.com/wooorm/comma-separated-tokens/compare/1.0.8...2.0.3)

Updates `csstype` from 3.1.3 to 3.2.3
- [Release notes](https://github.com/frenic/csstype/releases)
- [Commits](https://github.com/frenic/csstype/compare/v3.1.3...v3.2.3)

Updates `decode-named-character-reference` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/wooorm/decode-named-character-reference/releases)
- [Commits](https://github.com/wooorm/decode-named-character-reference/compare/1.2.0...1.3.0)

Updates `define-lazy-prop` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/sindresorhus/define-lazy-prop/releases)
- [Commits](https://github.com/sindresorhus/define-lazy-prop/compare/v2.0.0...v3.0.0)

Updates `electron-to-chromium` from 1.5.234 to 1.5.278
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.5.234...v1.5.278)

Updates `enhanced-resolve` from 5.18.3 to 5.18.4
- [Release notes](https://github.com/webpack/enhanced-resolve/releases)
- [Commits](https://github.com/webpack/enhanced-resolve/compare/v5.18.3...v5.18.4)

Updates `esbuild` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `esquery` from 1.6.0 to 1.7.0
- [Commits](https://github.com/estools/esquery/commits)

Updates `expect-type` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/mmkal/expect-type/releases)
- [Commits](https://github.com/mmkal/expect-type/compare/v1.2.2...v1.3.0)

Updates `glob-parent` from 5.1.2 to 6.0.2
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.2...v6.0.2)

Updates `glob` from 10.4.5 to 11.1.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v11.1.0)

Updates `hast-util-parse-selector` from 2.2.5 to 4.0.0
- [Release notes](https://github.com/syntax-tree/hast-util-parse-selector/releases)
- [Commits](https://github.com/syntax-tree/hast-util-parse-selector/compare/2.2.5...4.0.0)

Updates `hastscript` from 6.0.0 to 9.0.1
- [Release notes](https://github.com/syntax-tree/hastscript/releases)
- [Commits](https://github.com/syntax-tree/hastscript/compare/6.0.0...9.0.1)

Updates `property-information` from 5.6.0 to 7.1.0
- [Release notes](https://github.com/wooorm/property-information/releases)
- [Commits](https://github.com/wooorm/property-information/compare/5.6.0...7.1.0)

Updates `space-separated-tokens` from 1.1.5 to 2.0.2
- [Release notes](https://github.com/wooorm/space-separated-tokens/releases)
- [Commits](https://github.com/wooorm/space-separated-tokens/compare/1.1.5...2.0.2)

Updates `is-alphabetical` from 1.0.4 to 2.0.1
- [Release notes](https://github.com/wooorm/is-alphabetical/releases)
- [Commits](https://github.com/wooorm/is-alphabetical/compare/1.0.4...2.0.1)

Updates `is-alphanumerical` from 1.0.4 to 2.0.1
- [Release notes](https://github.com/wooorm/is-alphanumerical/releases)
- [Commits](https://github.com/wooorm/is-alphanumerical/compare/1.0.4...2.0.1)

Updates `is-decimal` from 1.0.4 to 2.0.1
- [Release notes](https://github.com/wooorm/is-decimal/releases)
- [Commits](https://github.com/wooorm/is-decimal/compare/1.0.4...2.0.1)

Updates `is-docker` from 2.2.1 to 3.0.0
- [Release notes](https://github.com/sindresorhus/is-docker/releases)
- [Commits](https://github.com/sindresorhus/is-docker/compare/v2.2.1...v3.0.0)

Updates `is-hexadecimal` from 1.0.4 to 2.0.1
- [Release notes](https://github.com/wooorm/is-hexadecimal/releases)
- [Commits](https://github.com/wooorm/is-hexadecimal/compare/1.0.4...2.0.1)

Updates `is-wsl` from 2.2.0 to 3.1.0
- [Release notes](https://github.com/sindresorhus/is-wsl/releases)
- [Commits](https://github.com/sindresorhus/is-wsl/compare/v2.2.0...v3.1.0)

Updates `jackspeak` from 3.4.3 to 4.1.1
- [Changelog](https://github.com/isaacs/jackspeak/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/jackspeak/compare/v3.4.3...v4.1.1)

Updates `lightningcss` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)

Updates `lightningcss-darwin-arm64` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)

Updates `lightningcss-darwin-x64` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)

Updates `lightningcss-freebsd-x64` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)

Updates `lightningcss-linux-arm-gnueabihf` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)

Updates `lightningcss-linux-arm64-gnu` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)

Updates `lightningcss-linux-arm64-musl` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)

Updates `lightningcss-linux-x64-gnu` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)

Updates `lightningcss-linux-x64-musl` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)

Updates `lightningcss-win32-arm64-msvc` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)

Updates `lightningcss-win32-x64-msvc` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)

Updates `magic-string` from 0.30.19 to 0.30.21
- [Release notes](https://github.com/Rich-Harris/magic-string/releases)
- [Changelog](https://github.com/Rich-Harris/magic-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Rich-Harris/magic-string/compare/v0.30.19...v0.30.21)

Updates `magicast` from 0.3.5 to 0.5.1
- [Release notes](https://github.com/unjs/magicast/releases)
- [Changelog](https://github.com/unjs/magicast/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/magicast/compare/v0.3.5...v0.5.1)

Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1)

Updates `node-releases` from 2.0.23 to 2.0.27
- [Commits](https://github.com/chicoxyzzy/node-releases/compare/v2.0.23...v2.0.27)

Updates `@npmcli/agent` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/npm/agent/releases)
- [Changelog](https://github.com/npm/agent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/agent/compare/v3.0.0...v4.0.0)

Updates `@npmcli/arborist` from 9.1.6 to 9.1.10
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/arborist/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/arborist-v9.1.10/workspaces/arborist)

Updates `@npmcli/config` from 10.4.2 to 10.5.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/config/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/v10.5.0/workspaces/config)

Updates `@npmcli/fs` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/npm/fs/releases)
- [Changelog](https://github.com/npm/fs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/fs/compare/v4.0.0...v5.0.0)

Updates `@npmcli/git` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/npm/git/releases)
- [Changelog](https://github.com/npm/git/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/git/compare/v7.0.0...v7.0.1)

Updates `@npmcli/installed-package-contents` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/npm/installed-package-contents/releases)
- [Changelog](https://github.com/npm/installed-package-contents/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/installed-package-contents/compare/v3.0.0...v4.0.0)

Updates `@npmcli/map-workspaces` from 5.0.0 to 5.0.3
- [Release notes](https://github.com/npm/map-workspaces/releases)
- [Changelog](https://github.com/npm/map-workspaces/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/map-workspaces/compare/v5.0.0...v5.0.3)

Updates `@npmcli/metavuln-calculator` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/npm/metavuln-calculator/releases)
- [Changelog](https://github.com/npm/metavuln-calculator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/metavuln-calculator/compare/v9.0.2...v9.0.3)

Updates `@npmcli/name-from-folder` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/npm/name-from-folder/releases)
- [Changelog](https://github.com/npm/name-from-folder/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/name-from-folder/compare/v3.0.0...v4.0.0)

Updates `@npmcli/node-gyp` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/npm/node-gyp/releases)
- [Changelog](https://github.com/npm/node-gyp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-gyp/compare/v4.0.0...v5.0.0)

Updates `@npmcli/package-json` from 7.0.1 to 7.0.4
- [Release notes](https://github.com/npm/package-json/releases)
- [Changelog](https://github.com/npm/package-json/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/package-json/compare/v7.0.1...v7.0.4)

Updates `@npmcli/promise-spawn` from 8.0.3 to 9.0.1
- [Release notes](https://github.com/npm/promise-spawn/releases)
- [Changelog](https://github.com/npm/promise-spawn/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/promise-spawn/compare/v8.0.3...v9.0.1)

Updates `@npmcli/query` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/npm/query/releases)
- [Changelog](https://github.com/npm/query/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/query/compare/v4.0.1...v5.0.0)

Updates `@npmcli/redact` from 3.2.2 to 4.0.0
- [Release notes](https://github.com/npm/redact/releases)
- [Changelog](https://github.com/npm/redact/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/redact/compare/v3.2.2...v4.0.0)

Updates `@npmcli/run-script` from 10.0.0 to 10.0.3
- [Release notes](https://github.com/npm/run-script/releases)
- [Changelog](https://github.com/npm/run-script/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/run-script/compare/v10.0.0...v10.0.3)

Updates `@sigstore/core` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/sigstore/sigstore-js/releases)
- [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/core@3.0.0...sigstore@3.1.0)

Updates `@sigstore/sign` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/sigstore/sigstore-js/releases)
- [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/sign@4.0.1...sigstore@4.1.0)

Updates `@sigstore/tuf` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/sigstore/sigstore-js/releases)
- [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/tuf@4.0.0...@sigstore/sign@4.0.1)

Updates `@sigstore/verify` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/sigstore/sigstore-js/releases)
- [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/verify@3.0.0...sigstore@3.1.0)

Updates `@tufjs/models` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/theupdateframework/tuf-js/releases)
- [Commits](https://github.com/theupdateframework/tuf-js/compare/@tufjs/models@4.0.0...@tufjs/models@4.1.0)

Updates `abbrev` from 3.0.1 to 4.0.0
- [Release notes](https://github.com/npm/abbrev-js/releases)
- [Changelog](https://github.com/npm/abbrev-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/abbrev-js/compare/v3.0.1...v4.0.0)

Updates `bin-links` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/npm/bin-links/releases)
- [Changelog](https://github.com/npm/bin-links/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/bin-links/compare/v5.0.0...v6.0.0)

Updates `cacache` from 19.0.1 to 20.0.3
- [Release notes](https://github.com/npm/cacache/releases)
- [Changelog](https://github.com/npm/cacache/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/cacache/compare/v19.0.1...v20.0.3)

Updates `cmd-shim` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/npm/cmd-shim/releases)
- [Changelog](https://github.com/npm/cmd-shim/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/cmd-shim/compare/v7.0.0...v8.0.0)

Updates `common-ancestor-path` from 1.0.1 to 2.0.0
- [Commits](https://github.com/isaacs/common-ancestor-path/compare/v1.0.1...v2.0.0)

Updates `diff` from 8.0.2 to 8.0.3
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](https://github.com/kpdecker/jsdiff/compare/v8.0.2...v8.0.3)

Updates `exponential-backoff` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/coveooss/exponential-backoff/releases)
- [Commits](https://github.com/coveooss/exponential-backoff/compare/v3.1.2...v3.1.3)

Updates `ini` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/ini/compare/v5.0.0...v6.0.0)

Updates `init-package-json` from 8.2.2 to 8.2.4
- [Release notes](https://github.com/npm/init-package-json/releases)
- [Changelog](https://github.com/npm/init-package-json/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/init-package-json/compare/v8.2.2...v8.2.4)

Updates `ip-address` from 10.0.1 to 10.1.0
- [Commits](https://github.com/beaugunderson/ip-address/commits)

Updates `json-parse-even-better-errors` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/npm/json-parse-even-better-errors/releases)
- [Changelog](https://github.com/npm/json-parse-even-better-errors/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/json-parse-even-better-errors/compare/v4.0.0...v5.0.0)

Updates `libnpmdiff` from 8.0.9 to 8.0.13
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/libnpmdiff/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/libnpmdiff-v8.0.13/workspaces/libnpmdiff)

Updates `libnpmexec` from 10.1.8 to 10.1.12
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/libnpmexec/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/libnpmexec-v10.1.12/workspaces/libnpmexec)

Updates `libnpmfund` from 7.0.9 to 7.0.13
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/libnpmfund-v7.0.13/workspaces/libnpmfund)

Updates `libnpmpack` from 9.0.9 to 9.0.13
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/libnpmpack-v9.0.13/workspaces/libnpmpack)

Updates `libnpmpublish` from 11.1.2 to 11.1.3
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/libnpmpublish/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/libnpmpublish-v11.1.3/workspaces/libnpmpublish)

Updates `libnpmversion` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/libnpmversion/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/libnpmversion-v8.0.3/workspaces/libnpmversion)

Updates `make-fetch-happen` from 14.0.3 to 15.0.3
- [Release notes](https://github.com/npm/make-fetch-happen/releases)
- [Changelog](https://github.com/npm/make-fetch-happen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/make-fetch-happen/compare/v14.0.3...v15.0.3)

Updates `minipass-fetch` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/npm/minipass-fetch/releases)
- [Changelog](https://github.com/npm/minipass-fetch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/minipass-fetch/compare/v4.0.1...v5.0.0)

Updates `mute-stream` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/npm/mute-stream/releases)
- [Changelog](https://github.com/npm/mute-stream/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/mute-stream/compare/v2.0.0...v3.0.0)

Updates `node-gyp` from 11.4.2 to 12.1.0
- [Release notes](https://github.com/nodejs/node-gyp/releases)
- [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nodejs/node-gyp/compare/v11.4.2...v12.1.0)

Updates `path-scurry` from 1.11.1 to 2.0.1
- [Changelog](https://github.com/isaacs/path-scurry/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/path-scurry/compare/v1.11.1...v2.0.1)

Updates `nopt` from 8.1.0 to 9.0.0
- [Release notes](https://github.com/npm/nopt/releases)
- [Changelog](https://github.com/npm/nopt/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/nopt/compare/v8.1.0...v9.0.0)

Updates `npm-audit-report` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/npm/npm-audit-report/releases)
- [Changelog](https://github.com/npm/npm-audit-report/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-audit-report/compare/v6.0.0...v7.0.0)

Updates `npm-bundled` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/npm/npm-bundled/releases)
- [Changelog](https://github.com/npm/npm-bundled/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-bundled/compare/v4.0.0...v5.0.0)

Updates `npm-install-checks` from 7.1.2 to 8.0.0
- [Release notes](https://github.com/npm/npm-install-checks/releases)
- [Changelog](https://github.com/npm/npm-install-checks/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-install-checks/compare/v7.1.2...v8.0.0)

Updates `npm-normalize-package-bin` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/npm/npm-normalize-package-bin/releases)
- [Changelog](https://github.com/npm/npm-normalize-package-bin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-normalize-package-bin/compare/v4.0.0...v5.0.0)

Updates `npm-package-arg` from 13.0.1 to 13.0.2
- [Release notes](https://github.com/npm/npm-package-arg/releases)
- [Changelog](https://github.com/npm/npm-package-arg/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-package-arg/compare/v13.0.1...v13.0.2)

Updates `npm-packlist` from 10.0.2 to 10.0.3
- [Release notes](https://github.com/npm/npm-packlist/releases)
- [Changelog](https://github.com/npm/npm-packlist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-packlist/compare/v10.0.2...v10.0.3)

Updates `npm-pick-manifest` from 11.0.1 to 11.0.3
- [Release notes](https://github.com/npm/npm-pick-manifest/releases)
- [Changelog](https://github.com/npm/npm-pick-manifest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-pick-manifest/compare/v11.0.1...v11.0.3)

Updates `npm-profile` from 12.0.0 to 12.0.1
- [Release notes](https://github.com/npm/npm-profile/releases)
- [Changelog](https://github.com/npm/npm-profile/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-profile/compare/v12.0.0...v12.0.1)

Updates `npm-registry-fetch` from 19.0.0 to 19.1.1
- [Release notes](https://github.com/npm/npm-registry-fetch/releases)
- [Changelog](https://github.com/npm/npm-registry-fetch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-registry-fetch/compare/v19.0.0...v19.1.1)

Updates `npm-user-validate` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/npm/npm-user-validate/releases)
- [Changelog](https://github.com/npm/npm-user-validate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-user-validate/compare/v3.0.0...v4.0.0)

Updates `p-map` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/sindresorhus/p-map/releases)
- [Commits](https://github.com/sindresorhus/p-map/compare/v7.0.3...v7.0.4)

Updates `pacote` from 21.0.3 to 21.0.4
- [Release notes](https://github.com/npm/pacote/releases)
- [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/pacote/compare/v21.0.3...v21.0.4)

Updates `parse-conflict-json` from 4.0.0 to 5.0.1
- [Release notes](https://github.com/npm/parse-conflict-json/releases)
- [Changelog](https://github.com/npm/parse-conflict-json/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/parse-conflict-json/compare/v4.0.0...v5.0.1)

Updates `postcss-selector-parser` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/postcss/postcss-selector-parser/releases)
- [Changelog](https://github.com/postcss/postcss-selector-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-selector-parser/compare/v7.1.0...v7.1.1)

Updates `proc-log` from 5.0.0 to 6.1.0
- [Release notes](https://github.com/npm/proc-log/releases)
- [Changelog](https://github.com/npm/proc-log/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/proc-log/compare/v5.0.0...v6.1.0)

Updates `proggy` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/npm/proggy/releases)
- [Changelog](https://github.com/npm/proggy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/proggy/compare/v3.0.0...v4.0.0)

Updates `promzard` from 2.0.0 to 3.0.1
- [Release notes](https://github.com/npm/promzard/releases)
- [Changelog](https://github.com/npm/promzard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/promzard/compare/v2.0.0...v3.0.1)

Updates `read` from 4.1.0 to 5.0.1
- [Release notes](https://github.com/npm/read/releases)
- [Changelog](https://github.com/npm/read/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/read/compare/v4.1.0...v5.0.1)

Updates `read-cmd-shim` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/npm/read-cmd-shim/releases)
- [Changelog](https://github.com/npm/read-cmd-shim/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/read-cmd-shim/compare/v5.0.0...v6.0.0)

Updates `sigstore` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/sigstore/sigstore-js/releases)
- [Commits](https://github.com/sigstore/sigstore-js/compare/sigstore@4.0.0...sigstore@4.1.0)

Updates `ssri` from 12.0.0 to 13.0.0
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v12.0.0...v13.0.0)

Updates `tar` from 7.5.1 to 7.5.4
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.1...v7.5.4)

Updates `tuf-js` from 4.0.0 to 4.1.0
- [R...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 2, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-cf052a9e8d branch February 2, 2026 09:08
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants