ci: Version Packages (pre) - #7894
Merged
Merged
Conversation
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to lane-loader-pre, this PR will be updated.
lane-loader-preis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonlane-loader-pre.Releases
@tanstack/arktype-adapter@1.167.1-pre.0
Patch Changes
baa18cd]:@tanstack/react-router@1.170.19-pre.0
Patch Changes
#7883
baa18cd- Rewrite match loading around a lane-based scheduler that tracks each navigation, preload, and background reload as an ordered unit of work. This fixes pending/redirect/retry state leaking between overlapping navigations, restores correct SSR status codes for redirects, errors, and not-found responses, and closes hydration gaps where the client re-ran work the server had already completed.headers()now only runs on the server, matching the documented behavior — it is no longer invoked during client-side asset projection.gcTimeandpreloadGcTimeare reduced from 30 minutes (1_800_000) to 5 minutes (300_000).Removed / changed public API
RouterStateno longer includesloadedAt,isTransitioning,statusCode, orredirect. Usematch.updatedAtin place ofloadedAt; subscribe torouter.state.status/router.state.isLoadingin place ofisTransitioning; server response status and redirect handling are now internal to the server loader and are no longer exposed onrouter.state.RouteMatch.fetchCounthas been removed, with no replacement — it was purely informational.RouteMatch.statusno longer includes'redirected'(it remains'pending' | 'success' | 'error' | 'notFound') — redirected matches are dropped from the match list instead of being rendered.RouteMatch.globalNotFoundhas been renamed and privatized to the internal_notFoundfield. Usematch.status === 'notFound'instead.RouterCoremembersgetMatch(),updateMatch(),cancelMatch(), andcancelMatches()— read matches fromrouter.state.matches(e.g.router.state.matches.find((m) => m.id === id)); there is no replacement for mutating or cancelling an individual in-flight match from outside the router.hasNotFoundMatch()— userouter.state.matches.some((m) => m.status === 'notFound').looseRoutesById— useroutesById.isPrerendering(),isViewTransitionTypesSupported, andviewTransitionPromise, with no replacement.getParsedLocationHref()andclearExpiredCache(), with no replacement — expired cache entries are now reconciled automatically as part of match commit.latestLoadPromiseandbeforeLoad(), with no replacement.commitLocationPromiseandpendingBuiltLocationare now private (_commitPromise,_pendingLocation) and no longer part of the publicRouterCoresurface.GetMatchFnandUpdateMatchFntypes, along with the methods they typed.getMatchedRoutes()export from@tanstack/router-core— use therouter.getMatchedRoutes()instance method instead.MatchRoutesOpts.preloadandMatchRoutesOpts.desthave been removed.StartTransitionFnis now(fn, expected, urgent?) => Promise<boolean>(previously(fn) => void). This only affects custom framework adapters that implementstartTransition.Updated dependencies [
baa18cd]:@tanstack/react-router-devtools@1.167.1-pre.0
Patch Changes
baa18cd]:@tanstack/react-router-ssr-query@1.167.2-pre.0
Patch Changes
baa18cd]:@tanstack/react-start@1.168.33-pre.0
Patch Changes
baa18cd]:@tanstack/react-start-client@1.168.17-pre.0
Patch Changes
baa18cd]:@tanstack/react-start-rsc@0.1.32-pre.0
Patch Changes
baa18cd]:@tanstack/react-start-server@1.167.23-pre.0
Patch Changes
baa18cd]:@tanstack/router-cli@1.167.22-pre.0
Patch Changes
@tanstack/router-core@1.171.16-pre.0
Patch Changes
#7883
baa18cd- Rewrite match loading around a lane-based scheduler that tracks each navigation, preload, and background reload as an ordered unit of work. This fixes pending/redirect/retry state leaking between overlapping navigations, restores correct SSR status codes for redirects, errors, and not-found responses, and closes hydration gaps where the client re-ran work the server had already completed.headers()now only runs on the server, matching the documented behavior — it is no longer invoked during client-side asset projection.gcTimeandpreloadGcTimeare reduced from 30 minutes (1_800_000) to 5 minutes (300_000).Removed / changed public API
RouterStateno longer includesloadedAt,isTransitioning,statusCode, orredirect. Usematch.updatedAtin place ofloadedAt; subscribe torouter.state.status/router.state.isLoadingin place ofisTransitioning; server response status and redirect handling are now internal to the server loader and are no longer exposed onrouter.state.RouteMatch.fetchCounthas been removed, with no replacement — it was purely informational.RouteMatch.statusno longer includes'redirected'(it remains'pending' | 'success' | 'error' | 'notFound') — redirected matches are dropped from the match list instead of being rendered.RouteMatch.globalNotFoundhas been renamed and privatized to the internal_notFoundfield. Usematch.status === 'notFound'instead.RouterCoremembersgetMatch(),updateMatch(),cancelMatch(), andcancelMatches()— read matches fromrouter.state.matches(e.g.router.state.matches.find((m) => m.id === id)); there is no replacement for mutating or cancelling an individual in-flight match from outside the router.hasNotFoundMatch()— userouter.state.matches.some((m) => m.status === 'notFound').looseRoutesById— useroutesById.isPrerendering(),isViewTransitionTypesSupported, andviewTransitionPromise, with no replacement.getParsedLocationHref()andclearExpiredCache(), with no replacement — expired cache entries are now reconciled automatically as part of match commit.latestLoadPromiseandbeforeLoad(), with no replacement.commitLocationPromiseandpendingBuiltLocationare now private (_commitPromise,_pendingLocation) and no longer part of the publicRouterCoresurface.GetMatchFnandUpdateMatchFntypes, along with the methods they typed.getMatchedRoutes()export from@tanstack/router-core— use therouter.getMatchedRoutes()instance method instead.MatchRoutesOpts.preloadandMatchRoutesOpts.desthave been removed.StartTransitionFnis now(fn, expected, urgent?) => Promise<boolean>(previously(fn) => void). This only affects custom framework adapters that implementstartTransition.@tanstack/router-devtools@1.167.1-pre.0
Patch Changes
baa18cd]:@tanstack/router-devtools-core@1.168.1-pre.0
Patch Changes
baa18cd]:@tanstack/router-generator@1.167.22-pre.0
Patch Changes
baa18cd]:@tanstack/router-plugin@1.168.24-pre.0
Patch Changes
baa18cd]:@tanstack/router-ssr-query-core@1.169.2-pre.0
Patch Changes
baa18cd]:@tanstack/router-vite-plugin@1.167.24-pre.0
Patch Changes
@tanstack/solid-router@1.170.19-pre.0
Patch Changes
#7883
baa18cd- Rewrite match loading around a lane-based scheduler that tracks each navigation, preload, and background reload as an ordered unit of work. This fixes pending/redirect/retry state leaking between overlapping navigations, restores correct SSR status codes for redirects, errors, and not-found responses, and closes hydration gaps where the client re-ran work the server had already completed.headers()now only runs on the server, matching the documented behavior — it is no longer invoked during client-side asset projection.gcTimeandpreloadGcTimeare reduced from 30 minutes (1_800_000) to 5 minutes (300_000).Removed / changed public API
RouterStateno longer includesloadedAt,isTransitioning,statusCode, orredirect. Usematch.updatedAtin place ofloadedAt; subscribe torouter.state.status/router.state.isLoadingin place ofisTransitioning; server response status and redirect handling are now internal to the server loader and are no longer exposed onrouter.state.RouteMatch.fetchCounthas been removed, with no replacement — it was purely informational.RouteMatch.statusno longer includes'redirected'(it remains'pending' | 'success' | 'error' | 'notFound') — redirected matches are dropped from the match list instead of being rendered.RouteMatch.globalNotFoundhas been renamed and privatized to the internal_notFoundfield. Usematch.status === 'notFound'instead.RouterCoremembersgetMatch(),updateMatch(),cancelMatch(), andcancelMatches()— read matches fromrouter.state.matches(e.g.router.state.matches.find((m) => m.id === id)); there is no replacement for mutating or cancelling an individual in-flight match from outside the router.hasNotFoundMatch()— userouter.state.matches.some((m) => m.status === 'notFound').looseRoutesById— useroutesById.isPrerendering(),isViewTransitionTypesSupported, andviewTransitionPromise, with no replacement.getParsedLocationHref()andclearExpiredCache(), with no replacement — expired cache entries are now reconciled automatically as part of match commit.latestLoadPromiseandbeforeLoad(), with no replacement.commitLocationPromiseandpendingBuiltLocationare now private (_commitPromise,_pendingLocation) and no longer part of the publicRouterCoresurface.GetMatchFnandUpdateMatchFntypes, along with the methods they typed.getMatchedRoutes()export from@tanstack/router-core— use therouter.getMatchedRoutes()instance method instead.MatchRoutesOpts.preloadandMatchRoutesOpts.desthave been removed.StartTransitionFnis now(fn, expected, urgent?) => Promise<boolean>(previously(fn) => void). This only affects custom framework adapters that implementstartTransition.Updated dependencies [
baa18cd]:@tanstack/solid-router-devtools@1.167.1-pre.0
Patch Changes
baa18cd]:@tanstack/solid-router-ssr-query@1.167.2-pre.0
Patch Changes
baa18cd]:@tanstack/solid-start@1.168.33-pre.0
Patch Changes
baa18cd]:@tanstack/solid-start-client@1.168.17-pre.0
Patch Changes
baa18cd]:@tanstack/solid-start-server@1.167.23-pre.0
Patch Changes
baa18cd]:@tanstack/start-client-core@1.170.15-pre.0
Patch Changes
baa18cd]:@tanstack/start-plugin-core@1.171.25-pre.0
Patch Changes
baa18cd]:@tanstack/start-server-core@1.169.18-pre.0
Patch Changes
baa18cd]:@tanstack/start-static-server-functions@1.167.20-pre.0
Patch Changes
@tanstack/start-storage-context@1.167.18-pre.0
Patch Changes
baa18cd]:@tanstack/valibot-adapter@1.167.1-pre.0
Patch Changes
baa18cd]:@tanstack/vue-router@1.170.18-pre.0
Patch Changes
#7883
baa18cd- Rewrite match loading around a lane-based scheduler that tracks each navigation, preload, and background reload as an ordered unit of work. This fixes pending/redirect/retry state leaking between overlapping navigations, restores correct SSR status codes for redirects, errors, and not-found responses, and closes hydration gaps where the client re-ran work the server had already completed.headers()now only runs on the server, matching the documented behavior — it is no longer invoked during client-side asset projection.gcTimeandpreloadGcTimeare reduced from 30 minutes (1_800_000) to 5 minutes (300_000).Removed / changed public API
RouterStateno longer includesloadedAt,isTransitioning,statusCode, orredirect. Usematch.updatedAtin place ofloadedAt; subscribe torouter.state.status/router.state.isLoadingin place ofisTransitioning; server response status and redirect handling are now internal to the server loader and are no longer exposed onrouter.state.RouteMatch.fetchCounthas been removed, with no replacement — it was purely informational.RouteMatch.statusno longer includes'redirected'(it remains'pending' | 'success' | 'error' | 'notFound') — redirected matches are dropped from the match list instead of being rendered.RouteMatch.globalNotFoundhas been renamed and privatized to the internal_notFoundfield. Usematch.status === 'notFound'instead.RouterCoremembersgetMatch(),updateMatch(),cancelMatch(), andcancelMatches()— read matches fromrouter.state.matches(e.g.router.state.matches.find((m) => m.id === id)); there is no replacement for mutating or cancelling an individual in-flight match from outside the router.hasNotFoundMatch()— userouter.state.matches.some((m) => m.status === 'notFound').looseRoutesById— useroutesById.isPrerendering(),isViewTransitionTypesSupported, andviewTransitionPromise, with no replacement.getParsedLocationHref()andclearExpiredCache(), with no replacement — expired cache entries are now reconciled automatically as part of match commit.latestLoadPromiseandbeforeLoad(), with no replacement.commitLocationPromiseandpendingBuiltLocationare now private (_commitPromise,_pendingLocation) and no longer part of the publicRouterCoresurface.GetMatchFnandUpdateMatchFntypes, along with the methods they typed.getMatchedRoutes()export from@tanstack/router-core— use therouter.getMatchedRoutes()instance method instead.MatchRoutesOpts.preloadandMatchRoutesOpts.desthave been removed.StartTransitionFnis now(fn, expected, urgent?) => Promise<boolean>(previously(fn) => void). This only affects custom framework adapters that implementstartTransition.Updated dependencies [
baa18cd]:@tanstack/vue-router-devtools@1.167.1-pre.0
Patch Changes
baa18cd]:@tanstack/vue-router-ssr-query@1.167.2-pre.0
Patch Changes
baa18cd]:@tanstack/vue-start@1.168.32-pre.0
Patch Changes
baa18cd]:@tanstack/vue-start-client@1.167.20-pre.0
Patch Changes
baa18cd]:@tanstack/vue-start-server@1.167.23-pre.0
Patch Changes
baa18cd]:@tanstack/zod-adapter@1.167.1-pre.0
Patch Changes
baa18cd]: