Commit 3eea757
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
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 48 | | |
54 | 49 | | |
55 | 50 | | |
| |||
0 commit comments