fix(deps): update tanstack-router monorepo#165
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
52a84c3 to
db32a54
Compare
db32a54 to
1fc7e90
Compare
1fc7e90 to
ffafc84
Compare
ffafc84 to
b023c36
Compare
2fd075f to
84fb612
Compare
84fb612 to
8b7272f
Compare
600a2fe to
d4d539a
Compare
d4d539a to
309eb2d
Compare
309eb2d to
a47f122
Compare
a47f122 to
9f07ac2
Compare
9f07ac2 to
cd605fd
Compare
cd605fd to
a1a27f2
Compare
a1a27f2 to
35fbd81
Compare
7f66a95 to
78e8fa9
Compare
78e8fa9 to
81a42a3
Compare
81a42a3 to
4aa65d7
Compare
d2703f4 to
e8b5a3f
Compare
e8b5a3f to
bd46ab3
Compare
bd46ab3 to
5a1b63d
Compare
5a1b63d to
1d5f9ac
Compare
1d5f9ac to
f5667d0
Compare
f5667d0 to
dc42291
Compare
dc42291 to
4e45d8f
Compare
05d3226 to
2a845de
Compare
b75b597 to
4780d56
Compare
4780d56 to
e8f15ed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.147.3→1.169.21.149.0→1.166.131.147.3→1.166.121.149.0→1.167.65Release Notes
TanStack/router (@tanstack/react-router)
v1.169.2Compare Source
Patch Changes
35e88f0]:v1.169.1Compare Source
Patch Changes
4a1e63f]:v1.169.0Compare Source
Minor Changes
params.parseto experimentally returnfalseto 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 byparams.stringifyfor URL generation. (#7263)Patch Changes
c992495]:v1.168.26Compare Source
Patch Changes
b5c4183]:v1.168.25Compare Source
Patch Changes
493148b]:v1.168.24Compare 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.23Compare Source
Patch Changes
React.usewith let binding (#7182)v1.168.22Compare Source
Patch Changes
v1.168.21Compare Source
Patch Changes
16f6892]:v1.168.20Compare Source
Patch Changes
Fix React Server Component imports from
@tanstack/react-routerby adding areact-serverroot export that preserves the normal API surface while resolvingnotFoundandredirectfrom a server-safe entry. (#7183)This fixes RSC routes that throw
notFound()orredirect()from server functions so they behave correctly during SSR and client navigation.v1.168.19Compare Source
Patch Changes
Fix route file transforms to preserve route ID quoting, handle more exported
Routepatterns, 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.18Compare Source
Patch Changes
0e2c900]:v1.168.17Compare Source
Patch Changes
812792f]:v1.168.16Compare Source
Patch Changes
8ec9ca9]:v1.168.15Compare Source
Patch Changes
shorten internal non-minifiable store names for byte shaving (#7152)
Updated dependencies [
6355bb7]:v1.168.14Compare Source
Patch Changes
migrate createStore > createAtom for simpler API (#7150)
Updated dependencies [
459057c]:v1.168.13Compare Source
Patch Changes
Fix
MatchRoutechild callback param inference to resolve params from the targettoroute 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
errorComponentafter navigating away from a failed route. (#7136)v1.168.12Compare Source
Patch Changes
v1.168.11Compare Source
Patch Changes
Linkto keep internal routing props likepreloadIntentProximity,from, andunsafeRelativefrom leaking to rendered DOM elements across React, Solid, and Vue. (#7138)v1.168.10Compare Source
Patch Changes
Preserve component-thrown
notFound()errors through framework error boundaries so routenotFoundComponenthandlers render without requiring an explicitrouteId. (#7077)Updated dependencies [
796406d]:v1.168.9Compare Source
Patch Changes
2d1ec86]:v1.168.8Compare Source
Patch Changes
6ee0e79]:v1.168.7Patch Changes
42c3f3b]:v1.168.6Patch Changes
onRenderedin React Router while (#7054)preserving the client-side render timing needed for scroll restoration and
onRenderedsubscribers.v1.168.5Compare Source
Patch Changes
fix: scroll restoration without throttling (#7042)
Updated dependencies [
cf5f554]:v1.168.4Compare Source
Patch Changes
tanstack/store 0.9.3 (#7041)
Updated dependencies [
71a8b68]:v1.168.3Compare Source
Patch Changes
feat: transformAssets (#7023)
Updated dependencies [
d81d21a]:v1.168.2Compare Source
Patch Changes
Replace tiny-invariant and tiny-warning with in-house solution for bundle-size (#7007)
Updated dependencies [
c9e1855]:v1.168.1Compare Source
Patch Changes
Update store to 0.9.2 (#6993)
Updated dependencies [
91cc628]:v1.168.0Compare Source
Minor Changes
move to signal-based reactivity
solid uses its own native signals
Patch Changes
0545239]:v1.167.5Compare Source
Patch Changes
5ff4f0b]:v1.167.4Compare Source
Patch Changes
Add @tanstack/intent AI agent skills and CLI entry points for Router and Start packages (#6866)
Updated dependencies [
940151c]:v1.167.3Compare Source
Patch Changes
32fcba7]:v1.167.2Compare Source
Patch Changes
build: update to vite-config 5.x (rolldown) (#6926)
Updated dependencies [
838b0eb]:v1.167.1Compare Source
Patch Changes
fix: build with @tanstack/vite-config 0.4.3 (#6923)
Updated dependencies [
ef9b241]:v1.167.0Compare Source
Minor Changes
Patch Changes
6f297a2]:v1.166.8Compare Source
Patch Changes
v1.166.7Compare Source
Version 1.166.7 - 3/10/26, 7:24 PM
Changes
Fix
dadf7e9) by @SheraffChore
d306d58) by @SheraffPackages
v1.166.6Compare Source
Version 1.166.6 - 3/9/26, 10:25 PM
Changes
Fix
b7def82) by Manuel SchillerPackages
v1.166.4Compare Source
Version 1.166.4 - 3/9/26, 7:16 PM
Changes
Fix
31ed0a9) by Manuel SchillerChore
2f35f93) by Birk SkyumDocs
e5e0e79) by DanielePackages
v1.166.3Compare Source
Version 1.166.3 - 3/8/26, 1:32 PM
Changes
Fix
7003ccb) by @SheraffTest
446d797) by @Sheraff637f38c) by @Sheraff2534508) by @Sheraffb46b2ee) by @Sheraffcc12980) by @SheraffDocs
4ea2a62) by Chapman Cheng64dee75) by @ovitorhilarioBenchmarks
023fdfd) by @SheraffPackages
v1.166.2Compare Source
Version 1.166.2 - 3/4/26, 8:36 PM
Changes
Fix
9c81d5a) by Manuel SchillerChore
9f35318) by @beaussanTest
7083bcb) by @Sheraff2217f7c) by @Sheraff3318878) by @Sheraff1acc8ea) by @SheraffPackages
v1.163.3Compare Source
Version 1.163.3 - 2/27/26, 10:12 PM
Changes
Fix
442ada1) by Dmitriid958ef1) by @SheraffPackages
v1.163.2Compare Source
Version 1.163.2 - 2/25/26, 8:25 AM
Changes
Fix
6b42138) by @SheraffPackages
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.