Skip to content

deps: Bump the tanstack group across 1 directory with 7 updates#43

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/tanstack-0e40f88839
Open

deps: Bump the tanstack group across 1 directory with 7 updates#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/tanstack-0e40f88839

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the tanstack group with 7 updates in the / directory:

Package From To
@tanstack/react-devtools 0.9.2 0.10.8
@tanstack/react-form 1.27.7 1.33.2
@tanstack/react-router 1.147.1 1.170.17
@tanstack/react-router-devtools 1.147.1 1.167.0
@tanstack/react-router-ssr-query 1.147.1 1.167.1
@tanstack/react-start 1.147.1 1.168.27
@tanstack/router-plugin 1.147.1 1.168.19

Updates @tanstack/react-devtools from 0.9.2 to 0.10.8

Release notes

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

@​tanstack/react-devtools@​0.10.8

Patch Changes

  • Updated dependencies [ea3c674]:
    • @​tanstack/devtools@​0.12.5

@​tanstack/react-devtools@​0.10.7

Patch Changes

  • Updated dependencies [cc8c81b]:
    • @​tanstack/devtools@​0.12.4

@​tanstack/react-devtools@​0.10.6

Patch Changes

  • #466 73983a7 - Fix the plugin marketplace rendering empty ("No additional plugins available") when it should list installable plugins.

    • The client event bus no longer silently drops events emitted while its WebSocket is still connecting. Such events are now queued and flushed once the socket opens, so the marketplace's mounted request reliably reaches the server bus.
    • The marketplace now re-requests package.json every time it is opened and retries until the data arrives, so re-opening always re-fetches the plugin list.
    • Added TanStack AI Devtools (@tanstack/react-ai-devtools) to the plugin marketplace registry.
  • Updated dependencies [73983a7]:

    • @​tanstack/devtools@​0.12.3

@​tanstack/react-devtools@​0.10.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/devtools@​0.12.2

@​tanstack/react-devtools@​0.10.2

Patch Changes

  • Updated dependencies [aa32769]:
    • @​tanstack/devtools@​0.11.2

@​tanstack/react-devtools@​0.10.1

Patch Changes

@​tanstack/react-devtools@​0.9.13

Patch Changes

... (truncated)

Changelog

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

0.10.8

Patch Changes

  • Updated dependencies [ea3c674]:
    • @​tanstack/devtools@​0.12.5

0.10.7

Patch Changes

  • Updated dependencies [cc8c81b]:
    • @​tanstack/devtools@​0.12.4

0.10.6

Patch Changes

  • #466 73983a7 - Fix the plugin marketplace rendering empty ("No additional plugins available") when it should list installable plugins.

    • The client event bus no longer silently drops events emitted while its WebSocket is still connecting. Such events are now queued and flushed once the socket opens, so the marketplace's mounted request reliably reaches the server bus.
    • The marketplace now re-requests package.json every time it is opened and retries until the data arrives, so re-opening always re-fetches the plugin list.
    • Added TanStack AI Devtools (@tanstack/react-ai-devtools) to the plugin marketplace registry.
  • Updated dependencies [73983a7]:

    • @​tanstack/devtools@​0.12.3

0.10.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/devtools@​0.12.2

0.10.4

Patch Changes

  • Updated dependencies [5ac65f8]:
    • @​tanstack/devtools@​0.12.1

0.10.3

Patch Changes

... (truncated)

Commits

Updates @tanstack/react-form from 1.27.7 to 1.33.2

Release notes

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

@​tanstack/react-form-nextjs@​1.33.2

Patch Changes

  • Updated dependencies [d756476]:
    • @​tanstack/react-form@​1.33.2

@​tanstack/react-form-remix@​1.33.2

Patch Changes

  • Updated dependencies [d756476]:
    • @​tanstack/react-form@​1.33.2

@​tanstack/react-form-start@​1.33.2

Patch Changes

  • #2241 a101fad - Fix createServerValidate second parameter type to use FormDataInfo instead of Parameters<typeof decode>[1], matching @tanstack/react-form-nextjs and fixing TypeScript errors when passing booleans, dates, etc.

    Fixes #2239

  • Updated dependencies [d756476]:

    • @​tanstack/react-form@​1.33.2

@​tanstack/react-form@​1.33.2

Patch Changes

  • #2240 d756476 - Use fresh FieldApi in current render on name change

  • Updated dependencies []:

    • @​tanstack/form-core@​1.33.2

@​tanstack/react-form-nextjs@​1.33.1

Patch Changes

@​tanstack/react-form-remix@​1.33.1

Patch Changes

@​tanstack/react-form-start@​1.33.1

Patch Changes

  • #2236 3c57f6d - Replace deprecated inputValidator with validator

... (truncated)

Changelog

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

1.33.2

Patch Changes

  • #2240 d756476 - Use fresh FieldApi in current render on name change

  • Updated dependencies []:

    • @​tanstack/form-core@​1.33.2

1.33.1

Patch Changes

1.33.1

Patch Changes

  • Re-export useSelector from @tanstack/react-store (fixes #2203). useStore remains available but is deprecated; prefer import { useSelector } from '@tanstack/react-form'.

1.33.0

Minor Changes

Patch Changes

  • Updated dependencies [808f158]:
    • @​tanstack/form-core@​1.33.0

1.32.1

Patch Changes

1.32.0

Patch Changes

... (truncated)

Commits

Updates @tanstack/react-router from 1.147.1 to 1.170.17

Release notes

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

@​tanstack/react-router@​1.170.17

Patch Changes

  • Updated dependencies [9809a06]:
    • @​tanstack/router-core@​1.171.14

@​tanstack/react-router@​1.170.16

Patch Changes

  • #7595 52db703 - Perf improvement of useMatch and derived hooks when navigating away from previous match

  • #7575 4a93cff - useMatches can skip useRef for structural sharing during SSR

  • #7600 f046b06 - Reduce Match rerenders during navigations (PR #7596)

  • #7577 689d88e - Reduce bundle size by sharing structuralSharing selector logic

  • #7627 689c5ab - Silence AbortError in renderRouterToStream, this is normal operation

Changelog

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

1.170.17

Patch Changes

  • Updated dependencies [9809a06]:
    • @​tanstack/router-core@​1.171.14

1.170.16

Patch Changes

  • #7595 52db703 - Perf improvement of useMatch and derived hooks when navigating away from previous match

  • #7575 4a93cff - useMatches can skip useRef for structural sharing during SSR

  • #7600 f046b06 - Reduce Match rerenders during navigations (PR #7596)

  • #7577 689d88e - Reduce bundle size by sharing structuralSharing selector logic

  • #7627 689c5ab - Silence AbortError in renderRouterToStream, this is normal operation

1.170.15

Patch Changes

  • Updated dependencies [776d8ef]:
    • @​tanstack/router-core@​1.171.13

1.170.14

Patch Changes

  • Updated dependencies [df1076c]:
    • @​tanstack/router-core@​1.171.12

1.170.13

Patch Changes

  • #7555 ac10815 - Fix search middleware composition so retainSearchParams does not restore search params that a downstream stripSearchParams removed.

  • Updated dependencies [ac10815]:

    • @​tanstack/router-core@​1.171.11

1.170.12

Patch Changes

... (truncated)

Commits

Updates @tanstack/react-router-devtools from 1.147.1 to 1.167.0

Changelog

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

1.167.0

Minor Changes

  • Clean minor bump, fresh start (#7395)

Patch Changes

  • Updated dependencies [b1c061a, 201e150]:
    • @​tanstack/router-core@​1.170.0
    • @​tanstack/react-router@​1.170.0
    • @​tanstack/router-devtools-core@​1.168.0

1.166.13

Patch Changes

  • Updated dependencies [6355bb7]:
    • @​tanstack/router-devtools-core@​1.167.3
    • @​tanstack/react-router@​1.168.15
    • @​tanstack/router-core@​1.168.11

1.166.12

Patch Changes

  • Updated dependencies [459057c]:
    • @​tanstack/router-devtools-core@​1.167.2
    • @​tanstack/react-router@​1.168.14
    • @​tanstack/router-core@​1.168.10

1.166.11

Patch Changes

  • Updated dependencies [c9e1855]:
    • @​tanstack/router-devtools-core@​1.167.1
    • @​tanstack/react-router@​1.168.2
    • @​tanstack/router-core@​1.168.2

1.166.10

Patch Changes

  • Updated dependencies [0545239]:
    • @​tanstack/router-devtools-core@​1.167.0
    • @​tanstack/react-router@​1.168.0
    • @​tanstack/router-core@​1.168.0

1.166.9

... (truncated)

Commits

Updates @tanstack/react-router-ssr-query from 1.147.1 to 1.167.1

Changelog

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

1.167.1

Patch Changes

  • Updated dependencies [d1997b6]:
    • @​tanstack/router-ssr-query-core@​1.169.1

1.167.0

Minor Changes

  • Clean minor bump, fresh start (#7395)

Patch Changes

  • Updated dependencies [201e150]:
    • @​tanstack/router-ssr-query-core@​1.169.0

1.166.12

Patch Changes

  • Updated dependencies [b12f57b]:
    • @​tanstack/router-ssr-query-core@​1.168.0

1.166.11

Patch Changes

  • Updated dependencies [459057c]:
    • @​tanstack/router-ssr-query-core@​1.167.1

1.166.10

Patch Changes

  • Updated dependencies [0545239]:
    • @​tanstack/router-ssr-query-core@​1.167.0

1.166.9

Patch Changes

  • build: update to vite-config 5.x (rolldown) (#6926)

  • Updated dependencies [838b0eb]:

    • @​tanstack/router-ssr-query-core@​1.166.9

1.166.8

... (truncated)

Commits

Updates @tanstack/react-start from 1.147.1 to 1.168.27

Release notes

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

@​tanstack/react-start@​1.168.27

Patch Changes

  • Updated dependencies [ba52d2b]:
    • @​tanstack/start-client-core@​1.170.13
    • @​tanstack/react-router@​1.170.17
    • @​tanstack/react-start-client@​1.168.15
    • @​tanstack/react-start-rsc@​0.1.26
    • @​tanstack/react-start-server@​1.167.21
    • @​tanstack/start-plugin-core@​1.171.19
    • @​tanstack/start-server-core@​1.169.16

@​tanstack/react-start@​1.168.26

Patch Changes

@​tanstack/react-start-client@​1.168.15

Patch Changes

  • Updated dependencies [9809a06, ba52d2b]:
    • @​tanstack/router-core@​1.171.14
    • @​tanstack/start-client-core@​1.170.13
    • @​tanstack/react-router@​1.170.17

@​tanstack/react-start-client@​1.168.14

Patch Changes

@​tanstack/react-start-server@​1.167.21

Patch Changes

  • Updated dependencies [9809a06]:
    • @​tanstack/router-core@​1.171.14
    • @​tanstack/react-router@​1.170.17
    • @​tanstack/start-server-core@​1.169.16

@​tanstack/react-start-server@​1.167.20

Patch Changes

... (truncated)

Changelog

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

1.168.27

Patch Changes

  • Updated dependencies [ba52d2b]:
    • @​tanstack/start-client-core@​1.170.13
    • @​tanstack/react-router@​1.170.17
    • @​tanstack/react-start-client@​1.168.15
    • @​tanstack/react-start-rsc@​0.1.26
    • @​tanstack/react-start-server@​1.167.21
    • @​tanstack/start-plugin-core@​1.171.19
    • @​tanstack/start-server-core@​1.169.16

1.168.26

Patch Changes

1.168.25

Patch Changes

  • #7566 9bebf8d - Add validator() as the canonical server function and middleware validator method. Deprecate inputValidator() and emit compiler warnings for remaining uses.

  • Updated dependencies [9bebf8d]:

    • @​tanstack/start-client-core@​1.170.12
    • @​tanstack/start-plugin-core@​1.171.17
    • @​tanstack/react-start-client@​1.168.13
    • @​tanstack/react-start-rsc@​0.1.24
    • @​tanstack/start-server-core@​1.169.14
    • @​tanstack/react-start-server@​1.167.19

1.168.24

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-router@​1.170.15
    • @​tanstack/react-start-client@​1.168.12
    • @​tanstack/react-start-rsc@​0.1.23
    • @​tanstack/react-start-server@​1.167.18
    • @​tanstack/start-client-core@​1.170.11
    • @​tanstack/start-plugin-core@​1.171.16

... (truncated)

Commits

Updates @tanstack/router-plugin from 1.147.1 to 1.168.19

Release notes

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

@​tanstack/router-plugin@​1.168.19

Patch Changes

  • Updated dependencies [9809a06]:
    • @​tanstack/router-core@​1.171.14
    • @​tanstack/react-router@​1.170.17
    • @​tanstack/router-generator@​1.167.18

@​tanstack/router-plugin@​1.168.18

Patch Changes

  • Updated dependencies [776d8ef]:
    • @​tanstack/router-core@​1.171.13
    • @​tanstack/react-router@​1.170.15
    • @​tanstack/router-generator@​1.167.17

@​tanstack/router-plugin@​1.168.17

Patch Changes

  • #7560 837897f - Fix route HMR so aliased route imports keep generated route properties after hot reloads.

  • Updated dependencies [df1076c]:

    • @​tanstack/router-core@​1.171.12
    • @​tanstack/react-router@​1.170.14
    • @​tanstack/router-generator@​1.167.16
Changelog

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

1.168.19

Patch Changes

  • Updated dependencies [9809a06]:
    • @​tanstack/router-core@​1.171.14
    • @​tanstack/react-router@​1.170.17
    • @​tanstack/router-generator@​1.167.18

1.168.18

Patch Changes

  • Updated dependencies [776d8ef]:
    • @​tanstack/router-core@​1.171.13
    • @​tanstack/react-router@​1.170.15
    • @​tanstack/router-generator@​1.167.17

1.168.17

Patch Changes

  • #7560 837897f - Fix route HMR so aliased route imports keep generated route properties after hot reloads.

  • Updated dependencies [df1076c]:

    • @​tanstack/router-core@​1.171.12
    • @​tanstack/react-router@​1.170.14
    • @​tanstack/router-generator@​1.167.16

1.168.16

Patch Changes

  • Updated dependencies [ac10815]:
    • @​tanstack/router-core@​1.171.11
    • @​tanstack/react-router@​1.170.13
    • @​tanstack/router-generator@​1.167.15

1.168.15

Patch Changes

1.168.14

... (truncated)

Commits


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
Bumps the tanstack group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-devtools](https://github.com/TanStack/devtools/tree/HEAD/packages/react-devtools) | `0.9.2` | `0.10.8` |
| [@tanstack/react-form](https://github.com/TanStack/form/tree/HEAD/packages/react-form) | `1.27.7` | `1.33.2` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.147.1` | `1.170.17` |
| [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) | `1.147.1` | `1.167.0` |
| [@tanstack/react-router-ssr-query](https://github.com/TanStack/router/tree/HEAD/packages/react-router-ssr-query) | `1.147.1` | `1.167.1` |
| [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.147.1` | `1.168.27` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.147.1` | `1.168.19` |



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

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

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

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

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

Updates `@tanstack/react-start` from 1.147.1 to 1.168.27
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-start/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-start@1.168.27/packages/react-start)

Updates `@tanstack/router-plugin` from 1.147.1 to 1.168.19
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/router-plugin@1.168.19/packages/router-plugin)

---
updated-dependencies:
- dependency-name: "@tanstack/react-devtools"
  dependency-version: 0.10.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack
- dependency-name: "@tanstack/react-form"
  dependency-version: 1.33.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.170.17
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack
- dependency-name: "@tanstack/react-router-devtools"
  dependency-version: 1.167.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack
- dependency-name: "@tanstack/react-router-ssr-query"
  dependency-version: 1.167.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.168.27
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.168.19
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps: Bump the tanstack group with 7 updates deps: Bump the tanstack group across 1 directory with 7 updates Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bun/tanstack-0e40f88839 branch from 6e38e43 to 62c4bb4 Compare July 13, 2026 11:44
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