-
Notifications
You must be signed in to change notification settings - Fork 359
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
Conversation
🦋 Changeset detectedLatest commit: 1e2a2ca The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📝 WalkthroughWalkthroughThis update pins several dependencies in package.json files to exact versions by replacing caret (^) ranges with specific version numbers and adds new dependencies at exact versions. Additionally, an empty changeset file was added to the .changeset directory. No changes were made to exported or public entities. Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (5)
🔇 Additional comments (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
"@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", |
There was a problem hiding this comment.
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
Description
TanStack Start introduced a breaking change that will be tackled in #5973. This PR ensures that the integration tests will always resolve to a compatible set of TanStack Router/Start versions.
See my comment in this TanStack issue
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change
Summary by CodeRabbit