Skip to content

Commit 64fc5b9

Browse files
logaretmclaude
andauthored
fix(e2e/tanstackstart-react): pin @tanstack/start-plugin-core to unblock CI (#20482)
`@tanstack/start-plugin-core@1.168.0` was published at `2026-04-24T01:28Z` and broke the `tanstackstart-react` E2E build on every branch 😡 I had a clanker pin it temporarily, to unblock the current branches. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 39ad06b commit 64fc5b9

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)