Skip to content

chore(deps): update tanstack-router monorepo to v1.170.11#9

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 29, 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.157.161.170.11 age confidence
@tanstack/router-plugin (source) 1.157.161.168.14 age confidence

Release Notes

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

v1.170.11

Compare Source

Patch Changes

v1.170.10

Compare Source

Patch Changes

v1.170.9

Compare Source

Patch Changes

v1.170.8

Compare Source

Patch Changes
  • Add support for Rsbuild client output formats, including module output by default and IIFE output for classic script environments. (#​7477)

    Client entry scripts and preloads are now represented as root route manifest assets, script preloads follow the manifest script format, and script asset cross-origin configuration uses the script key. The transformAssets script callback context now exposes only kind: 'script' and url, keeping script format handling internal to manifest rendering.

  • Updated dependencies [51a97a1]:

v1.170.7

Compare Source

Patch Changes

v1.170.6

Compare Source

Patch Changes

v1.170.5

Compare Source

Patch Changes

v1.170.4

Compare Source

Patch Changes

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

Patch Changes

v1.168.24

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

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

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 29, 2025

⚠️ No Changeset found

Latest commit: 0a8e6b4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.144.0 chore(deps): update tanstack-router monorepo to v1.144.0 - autoclosed Dec 29, 2025
@renovate renovate Bot closed this Dec 29, 2025
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.144.0 - autoclosed chore(deps): update dependency @tanstack/router-plugin to v1.145.1 Dec 30, 2025
@renovate renovate Bot reopened this Dec 30, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/router-plugin to v1.145.1 chore(deps): update dependency @tanstack/router-plugin to v1.145.2 Dec 31, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/router-plugin to v1.145.2 chore(deps): update dependency @tanstack/router-plugin to v1.145.4 Jan 5, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/router-plugin to v1.145.4 chore(deps): update dependency @tanstack/router-plugin to v1.145.4 - autoclosed Jan 5, 2026
@renovate renovate Bot closed this Jan 5, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @tanstack/router-plugin to v1.145.4 - autoclosed chore(deps): update tanstack-router monorepo to v1.145.7 Jan 6, 2026
@renovate renovate Bot reopened this Jan 6, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.145.7 chore(deps): update tanstack-router monorepo to v1.145.7 - autoclosed Jan 7, 2026
@renovate renovate Bot closed this Jan 7, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.145.7 - autoclosed chore(deps): update tanstack-router monorepo to v1.145.11 Jan 8, 2026
@renovate renovate Bot reopened this Jan 8, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.145.11 chore(deps): update tanstack-router monorepo to v1.145.11 - autoclosed Jan 8, 2026
@renovate renovate Bot closed this Jan 8, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.145.11 - autoclosed chore(deps): update tanstack-router monorepo to v1.146.0 Jan 8, 2026
@renovate renovate Bot reopened this Jan 8, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.146.0 chore(deps): update tanstack-router monorepo to v1.146.2 Jan 9, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.146.2 chore(deps): update tanstack-router monorepo to v1.146.2 - autoclosed Jan 9, 2026
@renovate renovate Bot closed this Jan 9, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.146.2 - autoclosed chore(deps): update tanstack-router monorepo to v1.147.0 Jan 10, 2026
@renovate renovate Bot reopened this Jan 10, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.147.0 chore(deps): update tanstack-router monorepo to v1.147.3 Jan 11, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.147.3 chore(deps): update tanstack-router monorepo to v1.149.3 Jan 13, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.149.3 chore(deps): update tanstack-router monorepo to v1.149.3 - autoclosed Jan 14, 2026
@renovate renovate Bot closed this Jan 14, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.149.3 - autoclosed chore(deps): update tanstack-router monorepo to v1.150.0 Jan 16, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.157.16 chore(deps): update tanstack-router monorepo to v1.157.16 - autoclosed Jan 28, 2026
@renovate renovate Bot closed this Jan 28, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.157.16 - autoclosed chore(deps): update tanstack-router monorepo to v1.157.17 Jan 31, 2026
@renovate renovate Bot reopened this Jan 31, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.157.17 chore(deps): update tanstack-router monorepo to v1.157.18 Feb 1, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.157.18 chore(deps): update tanstack-router monorepo to v1.158.0 Feb 3, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.158.0 chore(deps): update tanstack-router monorepo to v1.158.1 Feb 5, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.158.1 chore(deps): update tanstack-router monorepo to v1.158.4 Feb 7, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.158.4 chore(deps): update tanstack-router monorepo to v1.159.4 Feb 9, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.159.4 chore(deps): update tanstack-router monorepo to v1.159.5 Feb 10, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.159.5 chore(deps): update tanstack-router monorepo to v1.159.6 Feb 13, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.159.6 chore(deps): update tanstack-router monorepo to v1.159.10 Feb 14, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.159.10 chore(deps): update tanstack-router monorepo to v1.160.0 Feb 15, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.160.0 chore(deps): update tanstack-router monorepo to v1.160.2 Feb 16, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.160.2 chore(deps): update tanstack-router monorepo to v1.161.1 Feb 19, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.161.1 chore(deps): update tanstack-router monorepo to v1.161.3 Feb 20, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.161.3 chore(deps): update tanstack-router monorepo to v1.162.1 Feb 22, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.162.1 chore(deps): update tanstack-router monorepo to v1.162.8 Feb 24, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.162.8 chore(deps): update tanstack-router monorepo to v1.163.3 Mar 1, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.163.3 chore(deps): update tanstack-router monorepo to v1.166.2 Mar 8, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.166.2 chore(deps): update tanstack-router monorepo to v1.167.0 Mar 14, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.167.0 chore(deps): update tanstack-router monorepo to v1.168.10 Mar 31, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.168.10 chore(deps): update tanstack-router monorepo to v1.168.22 Apr 15, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.168.22 chore(deps): update tanstack-router monorepo to v1.168.23 Apr 19, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.168.23 chore(deps): update tanstack-router monorepo to v1.168.26 Apr 30, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.168.26 chore(deps): update tanstack-router monorepo to v1.169.1 May 2, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.169.1 chore(deps): update tanstack-router monorepo to v1.169.2 May 6, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.169.2 chore(deps): update tanstack-router monorepo to v1.169.8 May 11, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.169.8 chore(deps): update tanstack-router monorepo to v1.169.2 May 13, 2026
@renovate renovate Bot changed the title chore(deps): update tanstack-router monorepo to v1.169.2 chore(deps): update tanstack-router monorepo to v1.170.1 May 16, 2026
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