Skip to content

chore(deps-dev): bump the root-dev-dependencies group across 1 directory with 19 updates#57

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/root-dev-dependencies-3866ca66b2
Open

chore(deps-dev): bump the root-dev-dependencies group across 1 directory with 19 updates#57
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/root-dev-dependencies-3866ca66b2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the root-dev-dependencies group with 19 updates in the / directory:

Package From To
shadcn 3.5.0 3.8.5
@tailwindcss/postcss 4.1.16 4.2.1
@tanstack/react-query-devtools 5.90.2 5.91.3
@tanstack/react-router-devtools 1.134.4 1.163.3
@tanstack/router-cli 1.134.20 1.164.0
@tanstack/router-plugin 1.134.6 1.164.0
@testing-library/react 16.3.0 16.3.2
@typescript-eslint/eslint-plugin 8.46.2 8.56.1
@typescript-eslint/parser 8.46.2 8.56.1
@vitejs/plugin-react 5.1.0 5.1.4
@vitest/coverage-v8 4.0.6 4.0.18
autoprefixer 10.4.21 10.4.27
eslint-plugin-react-refresh 0.4.24 0.5.2
knip 5.66.4 5.85.0
openapi-typescript 7.10.1 7.13.0
tailwindcss 4.1.16 4.2.1
typescript-eslint 8.46.2 8.56.1
vite 7.1.12 7.3.1
vitest 4.0.6 4.0.18

Updates shadcn from 3.5.0 to 3.8.5

Release notes

Sourced from shadcn's releases.

shadcn@3.8.5

Patch Changes

shadcn@3.8.4

Patch Changes

shadcn@3.8.3

Patch Changes

shadcn@3.8.2

Patch Changes

shadcn@3.8.1

Patch Changes

shadcn@3.8.0

Minor Changes

Patch Changes

shadcn@3.7.0

Minor Changes

shadcn@3.6.3

Patch Changes

shadcn@3.6.2

Patch Changes

... (truncated)

Changelog

Sourced from shadcn's changelog.

3.8.5

Patch Changes

3.8.4

Patch Changes

3.8.3

Patch Changes

3.8.2

Patch Changes

3.8.1

Patch Changes

3.8.0

Minor Changes

Patch Changes

3.7.0

Minor Changes

3.6.3

... (truncated)

Commits
  • e94d3d8 chore(release): version packages
  • e53bc92 Merge pull request #9599 from shadcn-ui/shadcn/fix-nested-aschild
  • bbb59c9 fix: handling of nested aschild transforms
  • f235a5d feat: update handling of base styles
  • 0a2ad21 chore(release): version packages
  • be5b1bb feat: remove restricted blocks
  • b435e01 chore(deps): bump @​modelcontextprotocol/sdk from 1.17.2 to 1.26.0
  • c6dd35a chore(release): version packages
  • e006307 feat: add a test:apps script
  • a012542 fix: duplicate classes
  • 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 shadcn since your current version.


Updates @tailwindcss/postcss from 4.1.16 to 4.2.1

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.2.1

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

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

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)

... (truncated)

Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.2.1] - 2026-02-23

Fixed

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

[4.2.0] - 2026-02-18

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)

[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)

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 5.90.2 to 5.91.3

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

@​tanstack/react-query-devtools@​5.91.3

Patch Changes

  • Updated dependencies [83366c4]:
    • @​tanstack/query-devtools@​5.93.0
Changelog

Sourced from @​tanstack/react-query-devtools's changelog.

5.91.3

Patch Changes

  • Updated dependencies [83366c4]:
    • @​tanstack/query-devtools@​5.93.0

5.91.2

Patch Changes

5.91.1

Patch Changes

  • Updated dependencies [b261b6f]:
    • @​tanstack/query-devtools@​5.91.1

5.91.0

Minor Changes

  • feat(devtools): allow passing a theme via prop (#9887)

Patch Changes

  • Updated dependencies [0e9d5b5]:
    • @​tanstack/query-devtools@​5.91.0
Commits
Maintainer changes

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


Updates @tanstack/react-router-devtools from 1.134.4 to 1.163.3

Release notes

Sourced from @​tanstack/react-router-devtools's releases.

v1.163.3

Version 1.163.3 - 2/27/26, 10:12 PM

Changes

Fix

  • router-core: use routeId for lifecycle hooks to fix onStay when loaderDeps change (#6769) (442ada1) by Dmitrii
  • ci: harden bundle-size PR workflow trust boundaries (#6773) (d958ef1) by @​Sheraff

Packages

  • @​tanstack/router-core@​1.163.3
  • @​tanstack/solid-router@​1.163.3
  • @​tanstack/react-router@​1.163.3
  • @​tanstack/vue-router@​1.163.3
  • @​tanstack/solid-router-ssr-query@​1.163.3
  • @​tanstack/react-router-ssr-query@​1.163.3
  • @​tanstack/vue-router-ssr-query@​1.163.3
  • @​tanstack/router-ssr-query-core@​1.163.3
  • @​tanstack/zod-adapter@​1.163.3
  • @​tanstack/valibot-adapter@​1.163.3
  • @​tanstack/arktype-adapter@​1.163.3
  • @​tanstack/router-devtools@​1.163.3
  • @​tanstack/solid-router-devtools@​1.163.3
  • @​tanstack/react-router-devtools@​1.163.3
  • @​tanstack/vue-router-devtools@​1.163.3
  • @​tanstack/router-devtools-core@​1.163.3
  • @​tanstack/router-generator@​1.163.3
  • @​tanstack/router-cli@​1.163.3
  • @​tanstack/router-plugin@​1.163.3
  • @​tanstack/router-vite-plugin@​1.163.3
  • @​tanstack/solid-start@​1.163.3
  • @​tanstack/solid-start-client@​1.163.3
  • @​tanstack/solid-start-server@​1.163.3
  • @​tanstack/vue-start@​1.163.3
  • @​tanstack/vue-start-client@​1.163.3
  • @​tanstack/vue-start-server@​1.163.3
  • @​tanstack/start-client-core@​1.163.3
  • @​tanstack/start-server-core@​1.163.3
  • @​tanstack/start-storage-context@​1.163.3
  • @​tanstack/react-start@​1.163.3
  • @​tanstack/react-start-client@​1.163.3
  • @​tanstack/react-start-server@​1.163.3
  • @​tanstack/start-plugin-core@​1.163.3
  • @​tanstack/start-static-server-functions@​1.163.3

v1.163.2

Version 1.163.2 - 2/25/26, 8:25 AM

... (truncated)

Commits
Maintainer changes

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


Updates @tanstack/router-cli from 1.134.20 to 1.164.0

Release notes

Sourced from @​tanstack/router-cli's releases.

v1.164.0

Version 1.164.0 - 3/1/26, 2:31 AM

Changes

Feat

  • allow to set extension for route imports in generator (#6790) (190edb1) by Manuel Schiller

Other

  • (6f477b7) by Manuel Schiller

Packages

  • @​tanstack/router-generator@​1.164.0
  • @​tanstack/router-cli@​1.164.0
  • @​tanstack/router-plugin@​1.164.0
  • @​tanstack/router-vite-plugin@​1.164.0
  • @​tanstack/start-plugin-core@​1.164.0
  • @​tanstack/solid-start@​1.164.0
  • @​tanstack/vue-start@​1.164.0
  • @​tanstack/react-start@​1.164.0
  • @​tanstack/start-static-server-functions@​1.164.0

v1.163.5

Version 1.163.5 - 3/1/26, 1:34 AM

Changes

Fix

  • prevent virtual sibling routes from being incorrectly nested by path prefix (#6789) (1b52dae) by Manuel Schiller

Packages

  • @​tanstack/router-generator@​1.163.5
  • @​tanstack/router-cli@​1.163.5
  • @​tanstack/router-plugin@​1.163.5
  • @​tanstack/router-vite-plugin@​1.163.5
  • @​tanstack/start-plugin-core@​1.163.5
  • @​tanstack/solid-start@​1.163.5
  • @​tanstack/vue-start@​1.163.5
  • @​tanstack/react-start@​1.163.5
  • @​tanstack/start-static-server-functions@​1.163.5

v1.163.4

Version 1.163.4 - 3/1/26, 12:34 AM

Changes

... (truncated)

Commits
Maintainer changes

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


Updates @tanstack/router-plugin from 1.134.6 to 1.164.0

Release notes

Sourced from @​tanstack/router-plugin's releases.

v1.164.0

Version 1.164.0 - 3/1/26, 2:31 AM

Changes

Feat

  • allow to set extension for route imports in generator (#6790) (190edb1) by Manuel Schiller

Other

  • (6f477b7) by Manuel Schiller

Packages

  • @​tanstack/router-generator@​1.164.0
  • @​tanstack/router-cli@​1.164.0
  • @​tanstack/router-plugin@​1.164.0
  • @​tanstack/router-vite-plugin@​1.164.0
  • @​tanstack/start-plugin-core@​1.164.0
  • @​tanstack/solid-start@​1.164.0
  • @​tanstack/vue-start@​1.164.0
  • @​tanstack/react-start@​1.164.0
  • @​tanstack/start-static-server-functions@​1.164.0

v1.163.5

Version 1.163.5 - 3/1/26, 1:34 AM

Changes

Fix

  • prevent virtual sibling routes from being incorrectly nested by path prefix (#6789) (1b52dae) by Manuel Schiller

Packages

  • @​tanstack/router-generator@​1.163.5
  • @​tanstack/router-cli@​1.163.5
  • @​tanstack/router-plugin@​1.163.5
  • @​tanstack/router-vite-plugin@​1.163.5
  • @​tanstack/start-plugin-core@​1.163.5
  • @​tanstack/solid-start@​1.163.5
  • @​tanstack/vue-start@​1.163.5
  • @​tanstack/react-start@​1.163.5
  • @​tanstack/start-static-server-functions@​1.163.5

v1.163.4

Version 1.163.4 - 3/1/26, 12:34 AM

Changes

... (truncated)

Commits
Maintainer changes

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


Updates @testing-library/react from 16.3.0 to 16.3.2

Release notes

Sourced from @​testing-library/react's releases.

v16.3.2

16.3.2 (2026-01-19)

Bug Fixes

  • Update 'onCaughtError' type inference in 'RenderOptions' to work with React v19 (#1438) (f32bd1b)

v16.3.1

16.3.1 (2025-12-15)

Bug Fixes

Commits
Maintainer changes

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


Updates @typescript-eslint/eslint-plugin from 8.46.2 to 8.56.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.56.1

8.56.1 (2026-02-23)

What's Changed

You can read about our versioning strategy and releases on our website.

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.56.1 (2026-02-23)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)

❤️ Thank You

... (truncated)

Commits
  • 96a04a9 chore(release): publish 8.56.1
  • 958f390 chore(eslint-plugin): add default excludes to vitest (#12067)
  • ffb46ea docs(eslint-plugin): [method-signature-style] clarify autofix impact on type ...
  • 8b8b68f chore(release): publish 8.56.0
  • 68a074f feat: support ESLint v10 (#12057)
  • c0a359d fix: use parser options from context.languageOptions (#12043)
  • fedfe86 chore(release): publish 8.55.0
  • 8a95834 fix(eslint-plugin): [no-useless-default-assignment] reduce param index to ts ...
  • 4ba1e72 fix(eslint-plugin): [no-useless-default-assignment] report unnecessary defaul...
  • a1f8617 feat(utils): deprecate defaultOptions in favor of meta.defaultOptions (

…ory with 19 updates

Bumps the root-dev-dependencies group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `3.5.0` | `3.8.5` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.16` | `4.2.1` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.90.2` | `5.91.3` |
| [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) | `1.134.4` | `1.163.3` |
| [@tanstack/router-cli](https://github.com/TanStack/router/tree/HEAD/packages/router-cli) | `1.134.20` | `1.164.0` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.134.6` | `1.164.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.0` | `16.3.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.2` | `8.56.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.2` | `8.56.1` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.0` | `5.1.4` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.6` | `4.0.18` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.27` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.24` | `0.5.2` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.66.4` | `5.85.0` |
| [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) | `7.10.1` | `7.13.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.16` | `4.2.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.56.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.12` | `7.3.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.6` | `4.0.18` |



Updates `shadcn` from 3.5.0 to 3.8.5
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@3.8.5/packages/shadcn)

Updates `@tailwindcss/postcss` from 4.1.16 to 4.2.1
- [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.2.1/packages/@tailwindcss-postcss)

Updates `@tanstack/react-query-devtools` from 5.90.2 to 5.91.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.91.3/packages/react-query-devtools)

Updates `@tanstack/react-router-devtools` from 1.134.4 to 1.163.3
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.163.3/packages/react-router-devtools)

Updates `@tanstack/router-cli` from 1.134.20 to 1.164.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.164.0/packages/router-cli)

Updates `@tanstack/router-plugin` from 1.134.6 to 1.164.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.164.0/packages/router-plugin)

Updates `@testing-library/react` from 16.3.0 to 16.3.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.3.0...v16.3.2)

Updates `@typescript-eslint/eslint-plugin` from 8.46.2 to 8.56.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.56.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.2 to 8.56.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.56.1/packages/parser)

Updates `@vitejs/plugin-react` from 5.1.0 to 5.1.4
- [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.4/packages/plugin-react)

Updates `@vitest/coverage-v8` from 4.0.6 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 `autoprefixer` from 10.4.21 to 10.4.27
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.21...10.4.27)

Updates `eslint-plugin-react-refresh` from 0.4.24 to 0.5.2
- [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](ArnaudBarre/eslint-plugin-react-refresh@v0.4.24...v0.5.2)

Updates `knip` from 5.66.4 to 5.85.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.85.0/packages/knip)

Updates `openapi-typescript` from 7.10.1 to 7.13.0
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.13.0/packages/openapi-typescript)

Updates `tailwindcss` from 4.1.16 to 4.2.1
- [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.2.1/packages/tailwindcss)

Updates `typescript-eslint` from 8.46.2 to 8.56.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.56.1/packages/typescript-eslint)

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

Updates `vitest` from 4.0.6 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)

---
updated-dependencies:
- dependency-name: shadcn
  dependency-version: 3.8.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.91.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: "@tanstack/react-router-devtools"
  dependency-version: 1.163.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: "@tanstack/router-cli"
  dependency-version: 1.164.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.164.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-dev-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-dev-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-dev-dependencies
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: knip
  dependency-version: 5.85.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: openapi-typescript
  dependency-version: 7.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-dev-dependencies
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2026

Labels

The following labels could not be found: workspace. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants