This repository was archived by the owner on Jul 5, 2026. It is now read-only.
chore(deps): update dependency @tanstack/start-server-core to v1.169.15#278
Merged
Conversation
Contributor
Author
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
metagraphed-ui | 16d0a7d | Commit Preview URL Branch Preview URL |
Jul 01 2026, 09:06 AM |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.167.30→1.169.15This repo keeps two lockfiles in sync:
bun.lock(canonical; used by Cloudflare Workers Builds) andpackage-lock.json(used by thenpm ciCI job). Both must update together — if Workers Builds fails on a stalebun.lock, runbun installand commit it.Keep
npm run typecheck,npm run lint, and the production build green before merging.GitHub Actions updates must remain SHA-pinned.
Release Notes
TanStack/router (@tanstack/start-server-core)
v1.169.15Compare Source
Patch Changes
96eca43- Skip a full router.update for faster createStartHandlerv1.169.14Compare Source
Patch Changes
9bebf8d]:v1.169.13Compare Source
Patch Changes
776d8ef]:v1.169.12Compare Source
Patch Changes
df1076c]:v1.169.11Compare Source
Patch Changes
ac10815]:v1.169.10Compare Source
Patch Changes
2cca73c,7a83e67,76b3d3b]:v1.169.9Compare Source
Patch Changes
b4cd5af]:v1.169.8Compare Source
Patch Changes
9cb7a00- feat(rsbuild): add RSC supportv1.169.7Compare Source
Patch Changes
2f53749]:v1.169.6Compare Source
Patch Changes
#7497
d1997b6- fix streamingUpdated dependencies [
d1997b6]:v1.169.5Compare Source
Patch Changes
9c09bca- fix(start): emit client entry scripts from the root route manifest. WhenscriptFormat: 'iife'and the entry chunk has static-import siblings (e.g. an extracted runtime viaoptimization.runtimeChunk: 'single'), the manifest now includes those async siblings before the async client entry in root route scripts, fixing hydration for IIFE bundles with extracted runtimes.v1.169.4Compare Source
Patch Changes
Fix serialization adapter module resolution in TanStack Start. Vite dev now uses clean runtime-specific virtual module IDs instead of browser requests containing encoded null-byte virtual IDs, which avoids reverse proxy failures. When no serialization adapters are configured, Vite and Rsbuild now resolve
#tanstack-start-plugin-adaptersthrough the package empty-adapter fallback. (#7484)Publish matching TanStack Start dev server packages so fresh installs do not pair a Start plugin that no longer provides
tanstack-start-injected-head-scripts:vwith an older Start server runtime that still imports it. (#7487)Updated dependencies [
a82cec6]:v1.169.3Compare 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.169.2Compare Source
Patch Changes
5268ba4]:v1.169.1Compare Source
Patch Changes
96eca43- Skip a full router.update for faster createStartHandlerv1.169.0Compare Source
Minor Changes
Add deferred Hydrate boundary support for TanStack Start. (#7362)
Hydrate boundaries can now be code-split by the Start compiler, preload their generated client chunks, preserve server-rendered fallback HTML, and replay interaction-triggered events after hydration. The compiler integration now uses a Start-owned compiler plugin for Hydrate virtual modules across Vite and Rsbuild, with dev invalidation for generated virtual modules.
Shared AST utilities used by the router code-splitter and Hydrate virtual modules were moved into
@tanstack/router-utilsso both pipelines can retain referenced top-level declarations, unwrap local exports, and let dead-code elimination remove unused route module code.Patch Changes
5fa9e55]:v1.168.4Compare Source
Patch Changes
b60eb36]:v1.168.3Compare Source
Patch Changes
d9cf933]:v1.168.2Compare Source
Patch Changes
d533f87]:v1.168.1Compare Source
Patch Changes
Add runtime-configurable inline CSS and opt-in CSS URL templates for transformAssets. (#7380)
Updated dependencies [
2387a2e]:v1.168.0Compare Source
Minor Changes
Patch Changes
add createCsrfMiddleware based on Sec-Fetch-Site header, auto-apply to unconfigured servers, warn for others (#7373)
Updated dependencies [
b1c061a,201e150]:Configuration
📅 Schedule: (in timezone America/Phoenix)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.