Uh oh!
There was an error while loading. Please reload this page.
chore(tanstack-react-start): Raise minimum supported TanStack Start to 1.167.17 - #9362
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: ebe0827 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
📝 WalkthroughWalkthroughUpdated TanStack React Start and React Router versions in the package and integration template. Raised the package peer dependency minimums. Added a changeset for a minor release of Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
Comment |
@clerk/astro@clerk/backend@clerk/chrome-extension@clerk/clerk-js@clerk/electron@clerk/electron-passkeys@clerk/eslint-plugin@clerk/expo@clerk/expo-google-signin@clerk/expo-passkeys@clerk/express@clerk/fastify@clerk/hono@clerk/localizations@clerk/nextjs@clerk/nuxt@clerk/react@clerk/react-router@clerk/shared@clerk/tanstack-react-start@clerk/testing@clerk/ui@clerk/upgrade@clerk/vuecommit: |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
Description
Raises the peer dependency floors to
@tanstack/react-start@^1.167.17and@tanstack/react-router@^1.168.10, and bumps the package devDependencies and integration template to current versions (react-start 1.168.36, react-router 1.170.19).TanStack Start 1.167.17 includes TanStack/router#7135, which ensures request middleware context, such as the
authvalue set byclerkMiddleware(), cannot be overridden by client-provided context in server function execution paths. Requiring it protects apps that readcontext.authdirectly in server functions.Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change