-
Notifications
You must be signed in to change notification settings - Fork 406
feat(upgrade): Add support for @clerk/react #6939
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
base: vincent-and-the-doctor
Are you sure you want to change the base?
feat(upgrade): Add support for @clerk/react #6939
Conversation
🦋 Changeset detectedLatest commit: 179bd6d 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 GitHub. 1 Skipped Deployment
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Description
This PR adds support for a codemod that will transform imports:
@clerk/clerk-reactto@clerk/react@clerk/clerk-expoto@clerk/expouseSignIn()anduseSignUp()to the/legacysubpathIt will perform these changes in the following SDKs:
@clerk/clerk-react@clerk/clerk-expo@clerk/nextjs@clerk/react-router@clerk/tanstack-start-reactChecklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change