Skip to content

chore(repo): Pin non-breaking TanStack Start version in integration tests #6104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/green-peaches-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
7 changes: 4 additions & 3 deletions integration/templates/tanstack-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.114.6",
"@tanstack/react-router-devtools": "^1.114.6",
"@tanstack/router-plugin": "^1.114.6",
"@tanstack/react-router": "1.120.17",
"@tanstack/react-router-devtools": "1.120.17",
"@tanstack/router-generator": "1.120.17",
"@tanstack/router-plugin": "1.120.17",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
13 changes: 10 additions & 3 deletions integration/templates/tanstack-react-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@
"start": "vinxi start --port=$PORT"
},
"dependencies": {
"@tanstack/react-router": "^1.114.6",
"@tanstack/react-router-devtools": "^1.114.6",
"@tanstack/react-start": "1.114.6",
"@tanstack/react-router": "1.120.17",
"@tanstack/router-generator": "1.120.17",
"@tanstack/react-router-devtools": "1.120.17",
"@tanstack/react-start": "1.120.17",
"@tanstack/react-start-config": "1.120.17",
"@tanstack/router-plugin": "1.120.17",
"@tanstack/react-start-client": "1.120.17",
"@tanstack/react-start-plugin": "1.120.17",
"@tanstack/react-start-server": "1.120.17",
"@tanstack/start-server-core": "1.120.17",
Comment on lines +11 to +20
Copy link
Member Author

@wobsoriano wobsoriano Jun 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See TanStack/router#4380 (comment)

This will be updated in #5973

"@typescript-eslint/parser": "^7.18.0",
"isbot": "^5.1.17",
"react": "18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/tanstack-react-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"tslib": "catalog:repo"
},
"devDependencies": {
"@tanstack/react-router": "^1.115.2",
"@tanstack/react-start": "^1.115.2",
"@tanstack/react-router": "1.115.2",
"@tanstack/react-start": "1.115.2",
"esbuild-plugin-file-path-extensions": "^2.1.4"
},
"peerDependencies": {
Expand Down
60 changes: 44 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.