Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the ui-v2-dependencies group across 1 directory with 31 updates #17075

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the ui-v2-dependencies group with 30 updates in the /ui-v2 directory:

Package From To
@hookform/resolvers 3.10.0 4.0.0
@radix-ui/react-alert-dialog 1.1.5 1.1.6
@radix-ui/react-avatar 1.1.2 1.1.3
@radix-ui/react-checkbox 1.1.3 1.1.4
@radix-ui/react-dropdown-menu 2.1.5 2.1.6
@radix-ui/react-hover-card 1.1.5 1.1.6
@radix-ui/react-label 2.1.1 2.1.2
@radix-ui/react-menubar 1.1.5 1.1.6
@radix-ui/react-popover 1.1.5 1.1.6
@radix-ui/react-scroll-area 1.2.2 1.2.3
@radix-ui/react-select 2.1.5 2.1.6
@radix-ui/react-separator 1.1.1 1.1.2
@radix-ui/react-slot 1.1.1 1.1.2
@radix-ui/react-switch 1.1.2 1.1.3
@radix-ui/react-tabs 1.1.2 1.1.3
@radix-ui/react-toast 1.2.5 1.2.6
@radix-ui/react-toggle 1.1.1 1.1.2
@radix-ui/react-toggle-group 1.1.1 1.1.2
@radix-ui/react-tooltip 1.1.7 1.1.8
@tanstack/react-router 1.99.0 1.102.1
@tanstack/zod-adapter 1.99.0 1.102.1
@uiw/react-codemirror 4.23.7 4.23.8
lucide-react 0.474.0 0.475.0
remark-gfm 4.0.0 4.0.1
@tanstack/eslint-plugin-query 5.66.0 5.66.1
@tanstack/router-devtools 1.99.0 1.102.1
@tanstack/router-plugin 1.99.3 1.102.1
@types/node 22.13.0 22.13.1
@vitejs/plugin-react-swc 3.7.2 3.8.0
vite 6.0.11 6.1.0

Updates @hookform/resolvers from 3.10.0 to 4.0.0

Release notes

Sourced from @​hookform/resolvers's releases.

v4.0.0

4.0.0 (2025-02-10)

Bug Fixes

  • add support for names option (#713) (985c48d)
  • arktypeResolver: resolve type error when schema is defined from an ArkType scope (#732) (3233667)
  • handle raw: true option to pass form submission values correctly (#733) (7807f95)
  • validateFieldsNatively: handle undefined object when reading 'refs' (#734) (3da2054)

Features

  • ajv: Keep original validation type while using errorMessage (#728) (5030a59)
  • effectResolver: returns either all errors or only the first one based on criteriaMode (#737) (12d7d8e)
  • standard-schema: add standard-schema resolver (#738) (b75a95a)

BREAKING CHANGES

  • ajv: The AJV Resolver now unwraps the errorMessage object to return the original error types. This update may introduce breaking changes to your projects.
Commits
  • f9f9187 docs: update resolver documentation link (#740)
  • b75a95a feat(standard-schema): add standard-schema resolver (#738)
  • 12d7d8e feat(effectResolver): returns either all errors or only the first one based o...
  • 9a94555 chore: update dependencies (#736)
  • 3da2054 fix(validateFieldsNatively): handle undefined object when reading 'refs' (#734)
  • 7807f95 fix: handle raw: true option to pass form submission values correctly (#733)
  • 3233667 fix(arktypeResolver): resolve type error when schema is defined from an ArkTy...
  • 5030a59 feat(ajv): Keep original validation type while using errorMessage (#728)
  • 985c48d fix: add support for names option (#713)
  • 077486a chore(dependencies): use stable version for ArkType 2 (#731)
  • See full diff in compare view

Updates @radix-ui/react-alert-dialog from 1.1.5 to 1.1.6

Commits

Updates @radix-ui/react-avatar from 1.1.2 to 1.1.3

Commits

Updates @radix-ui/react-checkbox from 1.1.3 to 1.1.4

Commits

Updates @radix-ui/react-dialog from 1.1.5 to 1.1.6

Commits

Updates @radix-ui/react-dropdown-menu from 2.1.5 to 2.1.6

Commits

Updates @radix-ui/react-hover-card from 1.1.5 to 1.1.6

Commits

Updates @radix-ui/react-label from 2.1.1 to 2.1.2

Commits

Updates @radix-ui/react-menubar from 1.1.5 to 1.1.6

Commits

Updates @radix-ui/react-popover from 1.1.5 to 1.1.6

Commits

Updates @radix-ui/react-scroll-area from 1.2.2 to 1.2.3

Commits

Updates @radix-ui/react-select from 2.1.5 to 2.1.6

Commits

Updates @radix-ui/react-separator from 1.1.1 to 1.1.2

Commits

Updates @radix-ui/react-slot from 1.1.1 to 1.1.2

Commits

Updates @radix-ui/react-switch from 1.1.2 to 1.1.3

Commits

Updates @radix-ui/react-tabs from 1.1.2 to 1.1.3

Commits

Updates @radix-ui/react-toast from 1.2.5 to 1.2.6

Commits

Updates @radix-ui/react-toggle from 1.1.1 to 1.1.2

Commits

Updates @radix-ui/react-toggle-group from 1.1.1 to 1.1.2

Commits

Updates @radix-ui/react-tooltip from 1.1.7 to 1.1.8

Commits

Updates @tanstack/react-router from 1.99.0 to 1.102.1

Release notes

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

v1.102.1

Version 1.102.1 - 2/9/25, 11:17 PM

Changes

Fix

  • react-router: simpler useForwardedRef using useImperativeHandle (#3364) (11b40b8) by @​Sheraff

Tests

  • run e2e react-router tests with prod build (#3374) (953b6c9) by Manuel Schiller

Packages

  • @​tanstack/react-router@​1.102.1
  • @​tanstack/react-router-with-query@​1.102.1
  • @​tanstack/zod-adapter@​1.102.1
  • @​tanstack/valibot-adapter@​1.102.1
  • @​tanstack/arktype-adapter@​1.102.1
  • @​tanstack/router-devtools@​1.102.1
  • @​tanstack/router-generator@​1.102.1
  • @​tanstack/router-cli@​1.102.1
  • @​tanstack/router-plugin@​1.102.1
  • @​tanstack/router-vite-plugin@​1.102.1
  • @​tanstack/start-client@​1.102.1
  • @​tanstack/start-server@​1.102.1
  • @​tanstack/create-router@​1.102.1
  • @​tanstack/create-start@​1.102.1
  • @​tanstack/start-config@​1.102.1
  • @​tanstack/start-api-routes@​1.102.1
  • @​tanstack/start-server-functions-fetcher@​1.102.1
  • @​tanstack/start-server-functions-handler@​1.102.1
  • @​tanstack/start-server-functions-client@​1.102.1
  • @​tanstack/start-server-functions-ssr@​1.102.1
  • @​tanstack/start-router-manifest@​1.102.1
  • @​tanstack/start@​1.102.1

v1.102.0

Version 1.102.0 - 2/9/25, 9:22 PM

Changes

Feat

Docs

  • router: more recommendations for route tree file opening unexpectedly on vscode (#3377) (0581857) by Leonardo Montini

... (truncated)

Commits
  • 3975619 release: v1.102.1
  • 11b40b8 fix(react-router): simpler useForwardedRef using useImperativeHandle (#3364)
  • 0cef0bd release: v1.102.0
  • ddd84ab release: v1.101.2
  • 6346365 fix(react-router): exclude props from state equality check to prevent history...
  • f0f9e10 release: v1.101.0
  • cf693e7 feat(router-plugin): configurable key-based code splitting (#3355)
  • 026ea55 release: v1.100.0
  • 3b158d0 feat(react-router): add shouldThrow option to useParams and useSearch (...
  • 38834b0 release: v1.99.13
  • Additional commits viewable in compare view

Updates @tanstack/zod-adapter from 1.99.0 to 1.102.1

Release notes

Sourced from @​tanstack/zod-adapter's releases.

v1.102.1

Version 1.102.1 - 2/9/25, 11:17 PM

Changes

Fix

  • react-router: simpler useForwardedRef using useImperativeHandle (#3364) (11b40b8) by @​Sheraff

Tests

  • run e2e react-router tests with prod build (#3374) (953b6c9) by Manuel Schiller

Packages

  • @​tanstack/react-router@​1.102.1
  • @​tanstack/react-router-with-query@​1.102.1
  • @​tanstack/zod-adapter@​1.102.1
  • @​tanstack/valibot-adapter@​1.102.1
  • @​tanstack/arktype-adapter@​1.102.1
  • @​tanstack/router-devtools@​1.102.1
  • @​tanstack/router-generator@​1.102.1
  • @​tanstack/router-cli@​1.102.1
  • @​tanstack/router-plugin@​1.102.1
  • @​tanstack/router-vite-plugin@​1.102.1
  • @​tanstack/start-client@​1.102.1
  • @​tanstack/start-server@​1.102.1
  • @​tanstack/create-router@​1.102.1
  • @​tanstack/create-start@​1.102.1
  • @​tanstack/start-config@​1.102.1
  • @​tanstack/start-api-routes@​1.102.1
  • @​tanstack/start-server-functions-fetcher@​1.102.1
  • @​tanstack/start-server-functions-handler@​1.102.1
  • @​tanstack/start-server-functions-client@​1.102.1
  • @​tanstack/start-server-functions-ssr@​1.102.1
  • @​tanstack/start-router-manifest@​1.102.1
  • @​tanstack/start@​1.102.1

v1.102.0

Version 1.102.0 - 2/9/25, 9:22 PM

Changes

Feat

Docs

  • router: more recommendations for route tree file opening unexpectedly on vscode (#3377) (0581857) by Leonardo Montini

... (truncated)

Commits

Updates @uiw/react-codemirror from 4.23.7 to 4.23.8

Release notes

Sourced from @​uiw/react-codemirror's releases.

v4.23.8

Buy me a coffee

Documentation v4.23.8: https://raw.githack.com/uiwjs/react-codemirror/62aac6a/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.7...v4.23.8

  • 🐞 fix: Pass diffConfig to options in CodeMirrorMerge component (#712) a95fb47 @​snelsi
Commits

Updates lucide-react from 0.474.0 to 0.475.0

Release notes

Sourced from lucide-react's releases.

New icons 0.475.0

New icons 🎨

Commits

Updates remark-gfm from 4.0.0 to 4.0.1

Release notes

Sourced from remark-gfm's releases.

4.0.1

Types

  • 4af823a Refactor to use interface for exposed types
  • 3a57a5b Add declaration maps
  • 76559f9 Refactor to use @imports

Docs

Full Changelog: remarkjs/remark-gfm@4.0.0...4.0.1

Commits

Updates @tanstack/eslint-plugin-query from 5.66.0 to 5.66.1

Release notes

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

v5.66.1

Version 5.66.1 - 2/10/25, 5:43 PM

Changes

Fix

  • eslint-plugin-query: add name attribute for eslint config inspector (#8584) (8093fc2) by @​NishargShah

Chore

  • eslint-plugin-query: update FlatConfig to Config due to deprecation (#8585) (0186c20) by @​NishargShah
  • harden nx dependency (2d677ae) by TkDodo

Docs

  • angular-query: improve queryOptions code snippets (#8601) (7ff544e) by Arnoud

Packages

  • @​tanstack/eslint-plugin-query@​5.66.1
Commits
  • 8f9f183 release: v5.66.1
  • 8093fc2 fix(eslint-plugin-query): add name attribute for eslint config inspector (#8584)
  • 0186c20 chore(eslint-plugin-query): update FlatConfig to Config due to deprecation (#...
  • See full diff in compare view

Updates @tanstack/router-devtools from 1.99.0 to 1.102.1

Release notes

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

v1.102.1

Version 1.102.1 - 2/9/25, 11:17 PM

Changes

Fix

  • react-router: simpler useForwardedRef using useImperativeHandle (#3364) (11b40b8) by @​Sheraff

Tests

  • run e2e react-router tests with prod build (#3374) (953b6c9) by Manuel Schiller

Packages

  • @​tanstack/react-router@​1.102.1
  • @​tanstack/react-router-with-query@​1.102.1
  • @​tanstack/zod-adapter@​1.102.1
  • @​tanstack/valibot-adapter@​1.102.1
  • @​tanstack/arktype-adapter@​1.102.1
  • @​tanstack/router-devtools@​1.102.1
  • @​tanstack/router-generator@​1.102.1
  • @​tanstack/router-cli@​1.102.1
  • @​tanstack/router-plugin@​1.102.1
  • @​tanstack/router-vite-plugin@​1.102.1
  • @​tanstack/start-client@​1.102.1
  • @​tanstack/start-server@​1.102.1
  • @​tanstack/create-router@​1.102.1
  • @​tanstack/create-start@​1.102.1
  • @​tanstack/start-config@​1.102.1
  • @​tanstack/start-api-routes@​1.102.1
  • @​tanstack/start-server-functions-fetcher@​1.102.1
  • @​tanstack/start-server-functions-handler@​1.102.1
  • @​tanstack/start-server-functions-client@​1.102.1
  • @​tanstack/start-server-functions-ssr@​1.102.1
  • @​tanstack/start-router-manifest@​1.102.1
  • @​tanstack/start@​1.102.1

v1.102.0

Version 1.102.0 - 2/9/25, 9:22 PM

Changes

Feat

Docs

  • router: more recommendations for route tree file opening unexpectedly on vscode (#3377) (0581857) by Leonardo Montini

... (truncated)

Commits

Updates @tanstack/router-plugin from 1.99.3 to 1.102.1

Release notes

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

v1.102.1

Version 1.102.1 - 2/9/25, 11:17 PM

Changes

Fix

  • react-router: simpler useForwardedRef using useImperativeHandle (#3364) (11b40b8) by @​Sheraff

Tests

  • run e2e react-router tests with prod build (#3374) (953b6c9) by Manuel Schiller

Packages

  • @​tanstack/react-router@​1.102.1
  • @​tanstack/react-router-with-query@​1.102.1
  • @​tanstack/zod-adapter@​1.102.1
  • @​tanstack/valibot-adapter@​1.102.1
  • @​tanstack/arktype-adapter@​1.102.1
  • @​tanstack/router-devtools@​1.102.1
  • @​tanstack/router-generator@​1.102.1
  • @​tanstack/router-cli@​1.102.1
  • @​tanstack/router-plugin@​1.102.1
  • @​tanstack/router-vite-plugin@​1.102.1
  • @​tanstack/start-client@​1.102.1
  • @​tanstack/start-server@​1.102.1
  • @​tanstack/create-router@​1.102.1
  • @​tanstack/create-start@​1.102.1
  • @​tanstack/start-config@​1.102.1
  • @​tanstack/start-api-routes@​1.102.1
  • @​tanstack/start-server-functions-fetcher@​1.102.1
  • @​tanstack/start-server-functions-handler@​1.102.1
  • @​tanstack/start-server-functions-client@​1.102.1
  • @​tanstack/start-server-functions-ssr@​1.102.1
  • @​tanstack/start-router-manifest@​1.102.1
  • @​tanstack/start@​1.102.1

v1.102.0

Version 1.102.0 - 2/9/25, 9:22 PM

Changes

Feat

Docs

  • router: more recommendations for route tree file opening unexpectedly on vscode (#3377) (0581857) by Leonardo Montini

... (truncated)

Commits

Updates @types/node from 22.13.0 to 22.13.1

Commits

Updates @vitejs/plugin-react-swc from 3.7.2 to 3.8.0

Release notes

Sourced from @​vitejs/plugin-react-swc's releases.

v3.8.0

Add useAtYourOwnRisk_mutateSwcOptions option

The future of Vite is with OXC, and from the beginning this was a design choice to not exposed too many specialties from SWC so that Vite React users can move to another transformer later. Also debugging why some specific version of decorators with some other unstable/legacy feature doesn't work is not fun, so we won't provide support for it, hence the name useAtYourOwnRisk.

react({
  useAtYourOwnRisk_mutateSwcOptions(options) {
    options.jsc.parser.decorators = true;
    options.jsc.transform.decoratorVersion = "2022-03";
  },
});
Changelog

Sourced from @​vitejs/plugin-react-swc's changelog.

3.8.0

Add useAtYourOwnRisk_mutateSwcOptions option

The future of Vite is with OXC, and from the beginning this was a design choice to not exposed too many specialties from SWC so that Vite React users can move to another transformer later. Also debugging why some specific version of decorators with some other unstable/legacy feature doesn't work is not fun, so we won't provide support for it, hence the name useAtYourOwnRisk.

react({
  useAtYourOwnRisk_mutateSwcOptions(options) {
    options.jsc.parser.decorators = true;
    options.jsc.transform.decoratorVersion = "2022-03";
  },
});
Commits

Updates vite from 6.0.11 to 6.1.0

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

v6.1.0

Please refer to CHANGELOG.md for details.

v6.1.0-beta.2

Please refer to CHANGELOG.md for details.

v6.1.0-beta.1

Please refer to CHANGELOG.md for details.

v6.1.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.1.0 (2025-02-05)

Features

Fixes

... (truncated)

Commits

…h 31 updates

Bumps the ui-v2-dependencies group with 30 updates in the /ui-v2 directory:

| Package | From | To |
| --- | --- | --- |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.10.0` | `4.0.0` |
| [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) | `1.1.5` | `1.1.6` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.1.2` | `1.1.3` |
| [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) | `1.1.3` | `1.1.4` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.5` | `2.1.6` |
| [@radix-ui/react-hover-card](https://github.com/radix-ui/primitives) | `1.1.5` | `1.1.6` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.1` | `2.1.2` |
| [@radix-ui/react-menubar](https://github.com/radix-ui/primitives) | `1.1.5` | `1.1.6` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.1.5` | `1.1.6` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) | `1.2.2` | `1.2.3` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.1.5` | `2.1.6` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-switch](https://github.com/radix-ui/primitives) | `1.1.2` | `1.1.3` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.1.2` | `1.1.3` |
| [@radix-ui/react-toast](https://github.com/radix-ui/primitives) | `1.2.5` | `1.2.6` |
| [@radix-ui/react-toggle](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-toggle-group](https://github.com/radix-ui/primitives) | `1.1.1` | `1.1.2` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.8` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.99.0` | `1.102.1` |
| [@tanstack/zod-adapter](https://github.com/TanStack/router/tree/HEAD/packages/zod-adapter) | `1.99.0` | `1.102.1` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.23.7` | `4.23.8` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.474.0` | `0.475.0` |
| [remark-gfm](https://github.com/remarkjs/remark-gfm) | `4.0.0` | `4.0.1` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.66.0` | `5.66.1` |
| [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) | `1.99.0` | `1.102.1` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.99.3` | `1.102.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.0` | `22.13.1` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.7.2` | `3.8.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.11` | `6.1.0` |



Updates `@hookform/resolvers` from 3.10.0 to 4.0.0
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.10.0...v4.0.0)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@tanstack/react-router` from 1.99.0 to 1.102.1
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.102.1/packages/react-router)

Updates `@tanstack/zod-adapter` from 1.99.0 to 1.102.1
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.102.1/packages/zod-adapter)

Updates `@uiw/react-codemirror` from 4.23.7 to 4.23.8
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.7...v4.23.8)

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

Updates `remark-gfm` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/remarkjs/remark-gfm/releases)
- [Commits](remarkjs/remark-gfm@4.0.0...4.0.1)

Updates `@tanstack/eslint-plugin-query` from 5.66.0 to 5.66.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.66.1/packages/eslint-plugin-query)

Updates `@tanstack/router-devtools` from 1.99.0 to 1.102.1
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.102.1/packages/router-devtools)

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

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

Updates `@vitejs/plugin-react-swc` from 3.7.2 to 3.8.0
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](vitejs/vite-plugin-react-swc@v3.7.2...v3.8.0)

Updates `vite` from 6.0.11 to 6.1.0
- [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/[email protected]/packages/vite)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-alert-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-avatar"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-checkbox"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-hover-card"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-label"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-menubar"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-popover"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-scroll-area"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-select"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-separator"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-slot"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-switch"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-tabs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-toast"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-toggle"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-toggle-group"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@radix-ui/react-tooltip"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@tanstack/react-router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-v2-dependencies
- dependency-name: "@tanstack/zod-adapter"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-v2-dependencies
- dependency-name: "@uiw/react-codemirror"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-v2-dependencies
- dependency-name: remark-gfm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-v2-dependencies
- dependency-name: "@tanstack/router-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-v2-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-v2-dependencies
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-v2-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-v2-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added ui-replatform Related to the React UI rewrite ui-v2-dependency labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui-replatform Related to the React UI rewrite ui-v2-dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants