fix release#7487
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds a changeset file documenting patch-level releases for five TanStack Start packages ( ChangesTanStack Start Patch Release Changeset
🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit b408e53
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version Preview6 package(s) bumped directly, 8 bumped as dependents. 🟩 Patch bumps
|
…art matrix Supply-chain hygiene + a self-correcting fix for an upstream Start bug. Pin all non-pivox npm deps to exact versions across the workspace (141 entries). The previous mix of ^/~ ranges and "latest" tags meant every lockfile regeneration re-rolled to whatever the registry served at that moment — different snapshots from different days could pull mismatched minor versions of co-published packages and produce broken matrices that didn't exist at any tested release point. Explicit versions move the upgrade decision to PR review where it belongs. Bump three workspace-root dev tools to current latest: - globals 15.15.0 → 17.6.0 - vite-plugin-dts 4.5.4 → 5.0.1 - pnpm 11.1.2 → 11.3.0 vite-plugin-dts v5 renamed the `outDir` option to `outDirs` (plural, accepts string|array). The old name is silently ignored and the plugin defaults to emitting .d.ts files at `dist/` instead of `dist/esm/`, which breaks every primitives consumer that resolves types via the `exports.types` paths in package.json. Rename the call in vite.config.shared.js. Move apps/start onto the @tanstack/react-start@1.168.13 release matrix (was @latest pulling 1.168.12). 1.168.12 + its declared start-plugin-core@1.171.5 ship a known regression: plugin-core dropped the registration for the `tanstack-start-injected-head-scripts:v` virtual module while server-core still imported it, so any fresh install pairing those versions threw "Cannot find module 'tanstack-start-injected-head-scripts:v'" on every dev request. Fixed upstream in TanStack/router#7487, which published synchronized patches (server-core@1.169.4 removes the now-stale import); pinning react-start to 1.168.13 transitively brings the fixed set. Swap apps/start's `nitro` from the scaffold-pinned nightly to the stable `3.0.260522-beta` while we're sweeping deps. Nightly was chosen by the TanStack Start scaffold to track unreleased nitro features; stable works for our current usage and removes one daily drift surface. Prettier sweep across affected source files. No semantic changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fixes #7486
Summary by CodeRabbit