chore(deps): update tanstack-router monorepo#172
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
🚀 Preview Environment Ready!
Details:
|
dbf52ad to
805f9ac
Compare
805f9ac to
c5cf164
Compare
c5cf164 to
835e729
Compare
f7403a9 to
5aa29ce
Compare
f8a529b to
05a937c
Compare
05306d5 to
b57fa39
Compare
33bc2e0 to
d8c8cd9
Compare
fca23c1 to
e4e3f8c
Compare
fbabc32 to
70b882d
Compare
83c953e to
1e445f9
Compare
f7c9a1e to
d2fb32d
Compare
d2fb32d to
6277908
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.168.1→1.170.31.167.1→1.168.5Release Notes
TanStack/router (@tanstack/react-router)
v1.170.3Compare Source
Patch Changes
d9cf933]:v1.170.2Compare Source
Patch Changes
d533f87]:v1.170.1Compare Source
Patch Changes
2387a2e]:v1.170.0Compare Source
Minor Changes
Patch Changes
b1c061a,201e150]: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.7Compare Source
Patch Changes
42c3f3b]:v1.168.6Compare Source
Patch 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]:TanStack/router (@tanstack/router-plugin)
v1.168.5Compare Source
Patch Changes
createRootRouteWithContexttype arguments. (#7420)v1.168.4Compare Source
Patch Changes
d9cf933]:v1.168.3Compare Source
Patch Changes
d533f87]:v1.168.2Compare Source
Patch Changes
742941e]:v1.168.1Compare Source
Patch Changes
2387a2e]:v1.168.0Compare Source
Minor Changes
Patch Changes
b1c061a,038cd12,201e150]:v1.167.35Compare Source
Patch Changes
c5811aa]:v1.167.34Compare Source
Patch Changes
35e88f0]:v1.167.33Compare Source
Patch Changes
Parse plain TypeScript files without JSX when a filename is available, preventing angle-bracket type assertions from being interpreted as JSX during route and Start import-protection transforms. (#7342)
Updated dependencies [
056337e]:v1.167.32Compare Source
Patch Changes
v1.167.31Compare Source
Patch Changes
4a1e63f]:v1.167.30Compare Source
Patch Changes
c992495]:v1.167.29Compare Source
Patch Changes
b5c4183]:v1.167.28Compare Source
Patch Changes
493148b]:v1.167.27Compare Source
Patch Changes
a2ad394]:v1.167.26Compare Source
Patch Changes
v3(#7258)v1.167.25Compare Source
Patch Changes
react-refresh/runtime, avoiding failures when that optional dependency is not installed. (#7255)v1.167.24Compare Source
Patch Changes
4d864ee]:v1.167.23Compare Source
Patch Changes
rsbuild (#7228)
Updated dependencies [
91a7089]:v1.167.22Compare Source
Patch Changes
16f6892]:v1.167.21Compare Source
Patch Changes
328d7e5]:v1.167.20Compare Source
Patch Changes
v1.167.19Compare Source
Patch Changes
105d056]:v1.167.18Compare Source
Patch Changes
v1.167.17Compare Source
Patch Changes
0e2c900]:v1.167.16Compare Source
Patch Changes
812792f]:v1.167.15Compare Source
Patch Changes
8ec9ca9]:v1.167.14Compare Source
Patch Changes
shorten internal non-minifiable store names for byte shaving (#7152)
Updated dependencies [
6355bb7]:v1.167.13Compare Source
Patch Changes
migrate createStore > createAtom for simpler API (#7150)
Updated dependencies [
459057c]:v1.167.12Compare Source
Patch Changes
796406d]:v1.167.11Compare Source
Patch Changes
2d1ec86]:v1.167.10Compare Source
Patch Changes
import.meta.hot.databefore storing stable split components so Vitest does not crash when HMR data is missing. (#7074)v1.167.9Compare Source
Patch Changes
6ee0e79]:v1.167.8Compare Source
Patch Changes
42c3f3b]:v1.167.7Compare Source
Patch Changes
70b2225]:v1.167.6Compare Source
Patch Changes
cf5f554]:v1.167.5Compare Source
Patch Changes
71a8b68]:v1.167.4Compare Source
Patch Changes
d81d21a]:v1.167.3Compare Source
Patch Changes
c9e1855]:v1.167.2Compare Source
Patch Changes
Configuration
📅 Schedule: (in timezone America/New_York)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.