Skip to content

Commit 2952743

Browse files
logaretmclaude
andcommitted
fix(e2e/tanstackstart-react): Pin @tanstack/start-plugin-core to 1.167.35
@tanstack/start-plugin-core@1.168.0 (published 2026-04-24) declares @rsbuild/core as a peer dependency but statically imports it at the top of dist/esm/rsbuild/planning.js. When building with vite (not rsbuild), Node fails to resolve the import and vite.config.ts load crashes before any test runs. Pin via pnpm.overrides until TanStack fixes the upstream package. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 39ad06b commit 2952743

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • dev-packages/e2e-tests/test-applications/tanstackstart-react

dev-packages/e2e-tests/test-applications/tanstackstart-react/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"volta": {
4646
"extends": "../../package.json"
4747
},
48+
"pnpm": {
49+
"overrides": {
50+
"@tanstack/start-plugin-core": "1.167.35"
51+
}
52+
},
4853
"sentryTest": {
4954
"variants": [
5055
{

0 commit comments

Comments
 (0)