fix(deps): update tanstack-router monorepo#1742
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
7e4a8e1 to
2ec0ff1
Compare
2ec0ff1 to
bb5fa9b
Compare
bb5fa9b to
ae22ae7
Compare
ae22ae7 to
c9411fa
Compare
c9411fa to
a341b3d
Compare
c7207b0 to
58d327b
Compare
a5fc7cb to
0c0053f
Compare
d68cb95 to
064e912
Compare
b1b0ca5 to
ff09df4
Compare
de74dd5 to
77f7bfe
Compare
77f7bfe to
3108dab
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.154.9→1.155.01.168.25→1.170.81.166.13→1.167.01.167.50→1.168.11Release Notes
TanStack/router (@tanstack/nitro-v2-vite-plugin)
v1.155.0Compare Source
Minor Changes
TanStack/router (@tanstack/react-router)
v1.170.8Compare 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
scriptkey. ThetransformAssetsscript callback context now exposes onlykind: 'script'andurl, keeping script format handling internal to manifest rendering.Updated dependencies [
51a97a1]:v1.170.7Compare Source
Patch Changes
5268ba4]:v1.170.6Compare Source
Patch Changes
Fix hash navigation being overridden by stale scroll restoration entries. (#7447)
Updated dependencies [
0300f87,0300f87]:v1.170.5Compare Source
Patch Changes
5fa9e55]:v1.170.4Compare Source
Patch Changes
b60eb36]: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]:TanStack/router (@tanstack/react-router-devtools)
v1.167.0Compare Source
Minor Changes
Patch Changes
b1c061a,201e150]:TanStack/router (@tanstack/react-start)
v1.168.11Compare 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
scriptkey. ThetransformAssetsscript callback context now exposes onlykind: 'script'andurl, keeping script format handling internal to manifest rendering.Fix Rsbuild server function metadata replay when Rspack restores modules from its persistent cache. (#7477)
Server function metadata is now stored on Rspack module build info and replayed from cached modules before resolver modules are rebuilt, preventing warm restarts from losing server function registrations.
Updated dependencies [
51a97a1,51a97a1]:v1.168.10Compare Source
Patch Changes
Explicitly re-export public API names from
@tanstack/start-client-core(createServerFn,createMiddleware,createStart,createCsrfMiddleware,createIsomorphicFn,createClientOnlyFn,createServerOnlyFn) alongside the existingexport *. The explicit named re-exports are registered at link time (via Vite SSR'sdefineExportatfileStartIndex), so the namespace has these getters before any import body runs — survives the cold-start SSR cycle through user middleware whereexport *would otherwise produce a partial facade (createMiddleware is not a function). Workaround for vitejs/vite#22491 / #22493. (#7466)Updated dependencies []:
v1.168.9Compare Source
Patch Changes
v1.168.8Compare Source
Patch Changes
0300f87]:v1.168.7Compare Source
Patch Changes
5fa9e55]:v1.168.6Compare Source
Patch Changes
v1.168.5Compare Source
Patch Changes
v1.168.4Compare Source
Patch Changes
v1.168.3Compare Source
Patch Changes
v1.168.2Compare Source
Patch Changes
v1.168.1Compare Source
Patch Changes
2387a2e]:v1.168.0Compare Source
Minor Changes
Patch Changes
201e150,5ae2ae5]:v1.167.65Compare Source
Patch Changes
v1.167.64Compare Source
Patch Changes
35e88f0]:v1.167.63Compare Source
Patch Changes
056337e]:v1.167.62Compare Source
Patch Changes
afa40ef]:v1.167.61Compare Source
Patch Changes
709627f]:v1.167.60Compare Source
Patch Changes
Add experimental HTTP 103 Early Hints support to Start server handlers. (#7324)
Updated dependencies [
238ea4a]:v1.167.59Compare Source
Patch Changes
96818b8]:v1.167.58Compare Source
Patch Changes
Add compiler-driven RSC CSS auto-injection for Start RSC render APIs and wire it into the React Start Vite and Rsbuild adapters. This ensures same-file CSS module dependencies are discovered for
renderServerComponent,createCompositeComponent, and JSX-basedrenderToReadableStreamcalls. (#7310)Also add a configurable server function provider module directive hook used by the React Rsbuild RSC adapter to emit
"use server-entry"only for extracted provider files.Updated dependencies [
ae453b7]:v1.167.57Compare Source
Patch Changes
v1.167.56Compare Source
Patch Changes
82b0613]:v1.167.55Compare Source
Patch Changes
c4256c2]:v1.167.54Compare Source
Patch Changes
761fcc0]:v1.167.53Compare Source
Patch Changes
fix exports for react-start so useServerFn is available with RSC (#7292)
Updated dependencies [
c992495]:v1.167.52Compare Source
Patch Changes
v1.167.51Compare Source
Patch Changes
d6decca]:Configuration
📅 Schedule: (in timezone Europe/Oslo)
🚦 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 has been generated by Mend Renovate using a preset from
. View repository job log here