Skip to content
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
JSONbored merged 2 commits into
mainfrom
renovate/tanstack-router-monorepo
Jul 1, 2026
Merged

chore(deps): update dependency @tanstack/start-server-core to v1.169.15#278
JSONbored merged 2 commits into
mainfrom
renovate/tanstack-router-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@tanstack/start-server-core (source) 1.167.301.169.15 age confidence

This repo keeps two lockfiles in sync: bun.lock (canonical; used by Cloudflare Workers Builds) and package-lock.json (used by the npm ci CI job). Both must update together — if Workers Builds fails on a stale bun.lock, run bun install and 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.15

Compare Source

Patch Changes
  • #​7599 96eca43 - Skip a full router.update for faster createStartHandler

v1.169.14

Compare Source

Patch Changes

v1.169.13

Compare Source

Patch Changes

v1.169.12

Compare Source

Patch Changes

v1.169.11

Compare Source

Patch Changes

v1.169.10

Compare Source

Patch Changes

v1.169.9

Compare Source

Patch Changes

v1.169.8

Compare Source

Patch Changes

v1.169.7

Compare Source

Patch Changes

v1.169.6

Compare Source

Patch Changes

v1.169.5

Compare Source

Patch Changes
  • #​7501 9c09bca - fix(start): emit client entry scripts from the root route manifest. When scriptFormat: 'iife' and the entry chunk has static-import siblings (e.g. an extracted runtime via optimization.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.4

Compare 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-adapters through 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:v with an older Start server runtime that still imports it. (#​7487)

  • Updated dependencies [a82cec6]:

v1.169.3

Compare 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 script key. The transformAssets script callback context now exposes only kind: 'script' and url, keeping script format handling internal to manifest rendering.

  • Updated dependencies [51a97a1]:

v1.169.2

Compare Source

Patch Changes

v1.169.1

Compare Source

Patch Changes
  • #​7599 96eca43 - Skip a full router.update for faster createStartHandler

v1.169.0

Compare 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-utils so both pipelines can retain referenced top-level declarations, unwrap local exports, and let dead-code elimination remove unused route module code.

Patch Changes

v1.168.4

Compare Source

Patch Changes

v1.168.3

Compare Source

Patch Changes

v1.168.2

Compare Source

Patch Changes

v1.168.1

Compare Source

Patch Changes

v1.168.0

Compare Source

Minor Changes
  • Clean minor bump, fresh start (#​7395)
Patch Changes

Configuration

📅 Schedule: (in timezone America/Phoenix)

  • Branch creation
    • "before 8am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file renovate labels Jun 29, 2026
@renovate

renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @tanstack/zod-adapter@1.167.0
npm error Found: zod@4.4.3
npm error node_modules/zod
npm error   zod@"^4.4.3" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zod@"^3.23.8" from @tanstack/zod-adapter@1.167.0
npm error node_modules/@tanstack/zod-adapter
npm error   @tanstack/zod-adapter@"^1.167.0" from the root project
npm error
npm error Conflicting peer dependency: zod@3.25.76
npm error node_modules/zod
npm error   peer zod@"^3.23.8" from @tanstack/zod-adapter@1.167.0
npm error   node_modules/@tanstack/zod-adapter
npm error     @tanstack/zod-adapter@"^1.167.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-29T12_57_15_545Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-29T12_57_15_545Z-debug-0.log

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 29, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

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

@renovate

renovate Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@JSONbored JSONbored self-assigned this Jul 1, 2026
@JSONbored JSONbored merged commit e33701a into main Jul 1, 2026
6 checks passed
@JSONbored JSONbored deleted the renovate/tanstack-router-monorepo branch July 1, 2026 09:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant