Uh oh!
There was an error while loading. Please reload this page.
chore(repo): Rename TanStack Start SDK to @clerk/tanstack-react-start - #5424
Conversation
🦋 Changeset detectedLatest commit: 0f9e0c2 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@clerk/tanstack-start part 2@clerk/tanstack-react-startThere was a problem hiding this comment.
Let's add a changeset with a minor change so that in the future we can say that with 0.12.0 the name changed. The changeset itself then can say something about the migration and the changes between last version of old package name and this new version.
Let's also publish a snapshot version here and try it out, just to make sure it all works correctly 👍
The changes itself look good to me ![]()
wobsoriano
commented
Mar 24, 2025
!snapshot |
clerk-cookie
commented
Mar 24, 2025
Hey @wobsoriano - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/tanstack-react-start@0.12.0-snapshot.v20250324152231 --save-exact |
wobsoriano
commented
Mar 24, 2025
Thanks for the review!
|
wobsoriano
commented
Mar 25, 2025
!snapshot |
clerk-cookie
commented
Mar 25, 2025
Hey @wobsoriano - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/agent-toolkit@0.0.14-snapshot.v20250325155349 --save-exact
npm i @clerk/astro@2.4.3-snapshot.v20250325155349 --save-exact
npm i @clerk/backend@1.25.6-snapshot.v20250325155349 --save-exact
npm i @clerk/chrome-extension@2.2.21-snapshot.v20250325155349 --save-exact
npm i @clerk/clerk-js@5.57.4-snapshot.v20250325155349 --save-exact
npm i @clerk/elements@0.23.6-snapshot.v20250325155349 --save-exact
npm i @clerk/clerk-expo@2.9.4-snapshot.v20250325155349 --save-exact
npm i @clerk/expo-passkeys@0.1.27-snapshot.v20250325155349 --save-exact
npm i @clerk/express@1.3.57-snapshot.v20250325155349 --save-exact
npm i @clerk/fastify@2.1.30-snapshot.v20250325155349 --save-exact
npm i @clerk/localizations@3.13.2-snapshot.v20250325155349 --save-exact
npm i @clerk/nextjs@6.12.10-snapshot.v20250325155349 --save-exact
npm i @clerk/nuxt@1.4.4-snapshot.v20250325155349 --save-exact
npm i @clerk/clerk-react@5.25.3-snapshot.v20250325155349 --save-exact
npm i @clerk/react-router@1.1.9-snapshot.v20250325155349 --save-exact
npm i @clerk/remix@4.5.9-snapshot.v20250325155349 --save-exact
npm i @clerk/shared@3.2.1-snapshot.v20250325155349 --save-exact
npm i @clerk/tanstack-react-start@0.12.0-snapshot.v20250325155349 --save-exact
npm i @clerk/testing@1.4.31-snapshot.v20250325155349 --save-exact
npm i @clerk/themes@2.2.24-snapshot.v20250325155349 --save-exact
npm i @clerk/types@4.49.2-snapshot.v20250325155349 --save-exact
npm i @clerk/vue@1.4.3-snapshot.v20250325155349 --save-exact |
Description
This PR updates the monorepo to use the new package name
@clerk/tanstack-react-start. It's continues the work from this PR: #5327, where we added a warning for users to migrate to the new package name. Currently when they install the new package name, it will install the snapshot version that we have available.Other updates:
@tanstack/react-start/server. See refactor(start-server-core): use h3 barrel import TanStack/router#3721Test deployment with the snapshot
Resolves ECO-514
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change