Skip to content

Commit 3eea757

Browse files
nicohrubecclaude
andcommitted
fix(e2e/tanstackstart-react): remove outdated start-plugin-core pin
The pin to @tanstack/start-plugin-core@1.167.35 was added in #20482 to work around a broken 1.168.0 release. Since then, @tanstack/react-start 1.167.44+ moved to importing from `@tanstack/start-plugin-core/vite`, a subpath that only exists in 1.169.0+. The old pin now forces the broken-against-current-react-start version, so both regular CI and canary fail with `ERR_PACKAGE_PATH_NOT_EXPORTED: ./vite`. react-start now declares an exact `start-plugin-core: 1.169.3` dep, so removing the override lets pnpm resolve the matching version that actually exports `./vite`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b045541 commit 3eea757

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

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

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

0 commit comments

Comments
 (0)