Skip to content

chore(deps): update tanstack-router monorepo#172

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-router-monorepo
Open

chore(deps): update tanstack-router monorepo#172
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-router-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 28, 2026

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-router (source) 1.168.11.170.3 age confidence
@tanstack/router-plugin (source) 1.167.11.168.5 age confidence

Release Notes

TanStack/router (@​tanstack/react-router)

v1.170.3

Compare Source

Patch Changes

v1.170.2

Compare Source

Patch Changes

v1.170.1

Compare Source

Patch Changes

v1.170.0

Compare Source

Minor Changes
  • Clean minor bump, fresh start (#​7395)
Patch Changes

v1.169.2

Compare Source

Patch Changes

v1.169.1

Compare Source

Patch Changes

v1.169.0

Compare Source

Minor Changes
  • Allow params.parse to experimentally return false to skip an incoming route candidate during path matching. Thrown parse errors still surface on the selected match instead of falling through, and outgoing typed route-template links continue to use exact route lookup followed by params.stringify for URL generation. (#​7263)
Patch Changes

v1.168.26

Compare Source

Patch Changes

v1.168.25

Compare Source

Patch Changes

v1.168.24

Compare Source

Patch Changes
  • Add TanStack Start inline CSS manifest support for SSR so route styles can be embedded in the HTML response and hydrated without duplicate stylesheet links. (#​7253)

  • Updated dependencies [4d864ee]:

v1.168.23

Compare Source

Patch Changes
  • fix(react-router): prevent webpack static analysis of React.use with let binding (#​7182)

v1.168.22

Compare Source

Patch Changes
  • Preserve shared route stylesheet links across client navigation by rendering route CSS assets with React stylesheet precedence. (#​7186)

v1.168.21

Compare Source

Patch Changes

v1.168.20

Compare Source

Patch Changes
  • Fix React Server Component imports from @tanstack/react-router by adding a react-server root export that preserves the normal API surface while resolving notFound and redirect from a server-safe entry. (#​7183)

    This fixes RSC routes that throw notFound() or redirect() from server functions so they behave correctly during SSR and client navigation.

v1.168.19

Compare Source

Patch Changes
  • Fix route file transforms to preserve route ID quoting, handle more exported Route patterns, and avoid incorrect import rewrites in edge cases. (#​7167)

    Improve transform robustness with clearer route-call detection, safer import removal, and expanded test coverage for quote preservation, constructor swaps, and unsupported route definitions.

v1.168.18

Compare Source

Patch Changes

v1.168.17

Compare Source

Patch Changes

v1.168.16

Compare Source

Patch Changes

v1.168.15

Compare Source

Patch Changes

v1.168.14

Compare Source

Patch Changes

v1.168.13

Compare Source

Patch Changes
  • Fix MatchRoute child callback param inference to resolve params from the target to route instead of the route path key across React, Solid, and Vue adapters. (#​7139)

  • Fix a stale route error boundary state issue that could briefly render the next route's errorComponent after navigating away from a failed route. (#​7136)

v1.168.12

Compare Source

Patch Changes
  • Fix redirected pending route transitions so lazy target routes can finish loading without stale redirected matches causing render errors. (#​7137)

v1.168.11

Compare Source

Patch Changes
  • Fix Link to keep internal routing props like preloadIntentProximity, from, and unsafeRelative from leaking to rendered DOM elements across React, Solid, and Vue. (#​7138)

v1.168.10

Compare Source

Patch Changes
  • Preserve component-thrown notFound() errors through framework error boundaries so route notFoundComponent handlers render without requiring an explicit routeId. (#​7077)

  • Updated dependencies [796406d]:

v1.168.9

Compare Source

Patch Changes

v1.168.8

Compare Source

Patch Changes

v1.168.7

Compare Source

Patch Changes

v1.168.6

Compare Source

Patch Changes
  • Remove the extra SSR sentinel tag used for onRendered in React Router while (#​7054)
    preserving the client-side render timing needed for scroll restoration and
    onRendered subscribers.

v1.168.5

Compare Source

Patch Changes

v1.168.4

Compare Source

Patch Changes

v1.168.3

Compare Source

Patch Changes

v1.168.2

Compare Source

Patch Changes
TanStack/router (@​tanstack/router-plugin)

v1.168.5

Compare Source

Patch Changes
  • Fix Vite Fast Refresh detection for root routes created with createRootRouteWithContext type arguments. (#​7420)

v1.168.4

Compare Source

Patch Changes

v1.168.3

Compare Source

Patch Changes

v1.168.2

Compare Source

Patch Changes

v1.168.1

Compare Source

Patch Changes

v1.168.0

Compare Source

Minor Changes
  • Clean minor bump, fresh start (#​7395)
Patch Changes

v1.167.35

Compare Source

Patch Changes

v1.167.34

Compare Source

Patch Changes

v1.167.33

Compare Source

Patch Changes

v1.167.32

Compare Source

Patch Changes
  • Replace global route metadata with explicit router plugin contexts so multiple router plugin instances cannot cross-transform route files. (#​7313)

v1.167.31

Compare Source

Patch Changes

v1.167.30

Compare Source

Patch Changes

v1.167.29

Compare Source

Patch Changes

v1.167.28

Compare Source

Patch Changes

v1.167.27

Compare Source

Patch Changes

v1.167.26

Compare Source

Patch Changes
  • refactor(router-plugin): upgrade unplugin to v3 (#​7258)

v1.167.25

Compare Source

Patch Changes
  • Fix React route HMR for webpack and rspack so it no longer imports react-refresh/runtime, avoiding failures when that optional dependency is not installed. (#​7255)

v1.167.24

Compare Source

Patch Changes

v1.167.23

Compare Source

Patch Changes

v1.167.22

Compare Source

Patch Changes

v1.167.21

Compare Source

Patch Changes

v1.167.20

Compare Source

Patch Changes
  • fix: update vite-plugin-solid peer dependency to support version 3.0.0-0 (#​7170)

v1.167.19

Compare Source

Patch Changes

v1.167.18

Compare Source

Patch Changes

v1.167.17

Compare Source

Patch Changes

v1.167.16

Compare Source

Patch Changes

v1.167.15

Compare Source

Patch Changes

v1.167.14

Compare Source

Patch Changes

v1.167.13

Compare Source

Patch Changes

v1.167.12

Compare Source

Patch Changes

v1.167.11

Compare Source

Patch Changes

v1.167.10

Compare Source

Patch Changes
  • Initialize import.meta.hot.data before storing stable split components so Vitest does not crash when HMR data is missing. (#​7074)

v1.167.9

Compare Source

Patch Changes

v1.167.8

Compare Source

Patch Changes

v1.167.7

Compare Source

Patch Changes

v1.167.6

Compare Source

Patch Changes

v1.167.5

Compare Source

Patch Changes

v1.167.4

Compare Source

Patch Changes

v1.167.3

Compare Source

Patch Changes

v1.167.2

Compare Source

Patch Changes
  • Fix React Fast Refresh state preservation for auto code-split route components during HMR updates. (#​7000)

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Mar 28, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 28, 2026

🚀 Preview Environment Ready!

Name Status URL
zephyr-landing ✅ Active https://zackary-chapple-15016-zephyr-landing-zephyr-websi-538fc31... ↗

Details:

  • Latest Commit: 70b882d
  • Updated at: 5/5/2026, 4:48:07 PM

@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from dbf52ad to 805f9ac Compare March 28, 2026 20:45
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-router to v1.168.3 chore(deps): update dependency @tanstack/react-router to v1.168.4 Mar 28, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from 805f9ac to c5cf164 Compare March 29, 2026 17:36
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-router to v1.168.4 chore(deps): update dependency @tanstack/react-router to v1.168.5 Mar 29, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from c5cf164 to 835e729 Compare March 30, 2026 01:37
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-router to v1.168.5 chore(deps): update dependency @tanstack/react-router to v1.168.7 Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 2 times, most recently from f7403a9 to 5aa29ce Compare March 31, 2026 08:47
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/react-router to v1.168.7 chore(deps): update tanstack-router monorepo Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 7 times, most recently from f8a529b to 05a937c Compare April 3, 2026 14:25
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 10 times, most recently from 05306d5 to b57fa39 Compare April 14, 2026 13:40
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 2 times, most recently from 33bc2e0 to d8c8cd9 Compare April 16, 2026 08:49
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 9 times, most recently from fca23c1 to e4e3f8c Compare April 29, 2026 13:41
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 6 times, most recently from fbabc32 to 70b882d Compare May 5, 2026 16:46
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 6 times, most recently from 83c953e to 1e445f9 Compare May 12, 2026 21:09
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 7 times, most recently from f7c9a1e to d2fb32d Compare May 20, 2026 01:34
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from d2fb32d to 6277908 Compare May 20, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants