Skip to content

fix(deps): update tanstack-router monorepo#165

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

fix(deps): update tanstack-router monorepo#165
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/tanstack-router-monorepo

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Dec 22, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-router (source) 1.147.31.169.2 age confidence
@tanstack/react-router-devtools (source) 1.149.01.166.13 age confidence
@tanstack/react-router-ssr-query (source) 1.147.31.166.12 age confidence
@tanstack/react-start (source) 1.149.01.167.65 age confidence

Release Notes

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

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

Patch Changes

v1.168.6

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

v1.168.1

Compare Source

Patch Changes

v1.168.0

Compare Source

Minor Changes
  • remove pendingMatches, cachedMatches (#​6704)
    move to signal-based reactivity
    solid uses its own native signals
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

v1.167.1

Compare Source

Patch Changes

v1.167.0

Compare Source

Minor Changes
Patch Changes

v1.166.8

Compare Source

Patch Changes

v1.166.7

Compare Source

Version 1.166.7 - 3/10/26, 7:24 PM

Changes

Fix
Chore

Packages

v1.166.6

Compare Source

Version 1.166.6 - 3/9/26, 10:25 PM

Changes

Fix
  • ensure lazy error component is preloaded (#​6875) (b7def82) by Manuel Schiller

Packages

v1.166.4

Compare Source

Version 1.166.4 - 3/9/26, 7:16 PM

Changes

Fix
  • don"t re-execute stale loaders on unrelated location changes (#​6867) (31ed0a9) by Manuel Schiller
Chore
Docs

Packages

v1.166.3

Compare Source

Version 1.166.3 - 3/8/26, 1:32 PM

Changes

Fix
Test
Docs
Benchmarks

Packages

v1.166.2

Compare Source

Version 1.166.2 - 3/4/26, 8:36 PM

Changes
Fix
  • handle beforeLoad throwing notFound correctly (#​6811) (9c81d5a) by Manuel Schiller
Chore
Test
Packages

v1.163.3

Compare Source

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

Changes
Fix
Packages

v1.163.2

Compare Source

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

Changes

Fix

Packages

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/tanstack-router-monorepo branch from 52a84c3 to db32a54 Compare December 22, 2025 19:51
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.142.8 fix(deps): update tanstack-router monorepo to v1.142.11 Dec 22, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from db32a54 to 1fc7e90 Compare December 23, 2025 15:52
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.142.11 fix(deps): update tanstack-router monorepo to v1.143.3 Dec 23, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from 1fc7e90 to ffafc84 Compare December 24, 2025 11:41
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.143.3 fix(deps): update tanstack-router monorepo to v1.143.4 Dec 24, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from ffafc84 to b023c36 Compare December 25, 2025 07:14
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.143.4 fix(deps): update tanstack-router monorepo to v1.143.6 Dec 25, 2025
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.143.6 fix(deps): update dependency @tanstack/react-start to v1.143.7 Dec 25, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 2 times, most recently from 2fd075f to 84fb612 Compare December 26, 2025 03:59
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-start to v1.143.7 fix(deps): update tanstack-router monorepo to v1.143.11 Dec 26, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from 84fb612 to 8b7272f Compare December 27, 2025 11:10
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.143.11 fix(deps): update tanstack-router monorepo Dec 27, 2025
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 4 times, most recently from 600a2fe to d4d539a Compare January 4, 2026 04:23
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from d4d539a to 309eb2d Compare January 6, 2026 04:06
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo fix(deps): update tanstack-router monorepo to v1.145.7 Jan 6, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from 309eb2d to a47f122 Compare January 7, 2026 19:48
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.145.7 fix(deps): update tanstack-router monorepo Jan 7, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from a47f122 to 9f07ac2 Compare January 8, 2026 07:58
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo fix(deps): update tanstack-router monorepo to v1.145.11 Jan 8, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from 9f07ac2 to cd605fd Compare January 9, 2026 15:07
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.145.11 fix(deps): update tanstack-router monorepo Jan 9, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from cd605fd to a1a27f2 Compare January 10, 2026 10:37
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo fix(deps): update tanstack-router monorepo to v1.147.0 Jan 10, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from a1a27f2 to 35fbd81 Compare January 11, 2026 10:36
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.147.0 fix(deps): update tanstack-router monorepo Jan 11, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from 7f66a95 to 78e8fa9 Compare January 16, 2026 19:15
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo fix(deps): update tanstack-router monorepo to v1.150.0 Jan 16, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from 78e8fa9 to 81a42a3 Compare January 18, 2026 08:11
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.150.0 fix(deps): update tanstack-router monorepo to v1.151.2 Jan 18, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from 81a42a3 to 4aa65d7 Compare January 18, 2026 08:37
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.151.2 fix(deps): update tanstack-router monorepo Jan 18, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 2 times, most recently from d2703f4 to e8b5a3f Compare January 21, 2026 12:14
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo fix(deps): update tanstack-router monorepo to v1.154.1 Jan 21, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from e8b5a3f to bd46ab3 Compare January 22, 2026 11:10
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.154.1 fix(deps): update tanstack-router monorepo to v1.154.7 Jan 22, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from bd46ab3 to 5a1b63d Compare January 22, 2026 21:12
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.154.7 fix(deps): update tanstack-router monorepo to v1.154.10 Jan 22, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from 5a1b63d to 1d5f9ac Compare January 23, 2026 23:53
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.154.10 fix(deps): update tanstack-router monorepo to v1.155.0 Jan 23, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from 1d5f9ac to f5667d0 Compare January 24, 2026 15:39
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.155.0 fix(deps): update tanstack-router monorepo to v1.157.2 Jan 24, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from f5667d0 to dc42291 Compare January 25, 2026 12:03
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.157.2 fix(deps): update tanstack-router monorepo to v1.157.7 Jan 25, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from dc42291 to 4e45d8f Compare January 26, 2026 04:11
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.157.7 fix(deps): update tanstack-router monorepo to v1.157.14 Jan 26, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 3 times, most recently from 05d3226 to 2a845de Compare January 27, 2026 09:32
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.157.14 fix(deps): update tanstack-router monorepo to v1.157.16 Jan 27, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch 2 times, most recently from b75b597 to 4780d56 Compare January 31, 2026 03:36
@renovate renovate Bot changed the title fix(deps): update tanstack-router monorepo to v1.157.16 fix(deps): update tanstack-router monorepo to v1.157.17 Jan 31, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-router-monorepo branch from 4780d56 to e8f15ed Compare February 1, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants