ci(repo): Version packages - #9931
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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/mosaic
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
931bca3 to
72f8d4f
Compare
72f8d4f to
35337cc
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clerk/localizations@4.20.0
Minor Changes
<SignIn />and<SignUp />show a dedicated screen when a request is blocked, with a reference the user can quote to support. (#9600) by @zourzouvillysaction_blockederrors now exposetraceId,title,description,linkUrl,linkText,kindanddataonmeta.Patch Changes
Fix enterprise SSO sign-ins erroring instead of showing a verification challenge raised while handing off to the identity provider. (#9619) by @zourzouvillys
If you use the prebuilt
<SignIn />component, there is nothing to do. If you have Clerk Protect enabled and callsignIn.authenticateWithRedirect()orsignIn.authenticateWithPopup()from a custom sign-in flow, catch aClerkRuntimeErrorwith codeprotect_check_requiredand show the verification challenge, to avoid a stalled sign-in.That error means a verification challenge has to be completed before the sign-in can redirect. It replaces the generic "not supported" error these methods threw before. When it is thrown, the sign-in is gated:
signIn.protectCheckis set, or its status isneeds_protect_check. For enterprise SSO, run the challenge and then callauthenticateWithRedirect()again withcontinueSignIn: true. If the server has already prepared the redirect, the sign-in continues to the identity provider and the challenge runs when it returns, so no error is thrown.Updated dependencies [
645a532,84ee588,4e538ac]:@clerk/shared@4.36.0
Minor Changes
<SignIn />and<SignUp />show a dedicated screen when a request is blocked, with a reference the user can quote to support. (#9600) by @zourzouvillysaction_blockederrors now exposetraceId,title,description,linkUrl,linkText,kindanddataonmeta.Patch Changes
Fix enterprise SSO sign-ins erroring instead of showing a verification challenge raised while handing off to the identity provider. (#9619) by @zourzouvillys
If you use the prebuilt
<SignIn />component, there is nothing to do. If you have Clerk Protect enabled and callsignIn.authenticateWithRedirect()orsignIn.authenticateWithPopup()from a custom sign-in flow, catch aClerkRuntimeErrorwith codeprotect_check_requiredand show the verification challenge, to avoid a stalled sign-in.That error means a verification challenge has to be completed before the sign-in can redirect. It replaces the generic "not supported" error these methods threw before. When it is thrown, the sign-in is gated:
signIn.protectCheckis set, or its status isneeds_protect_check. For enterprise SSO, run the challenge and then callauthenticateWithRedirect()again withcontinueSignIn: true. If the server has already prepared the redirect, the sign-in continues to the identity provider and the challenge runs when it returns, so no error is thrown.Run a sign-up's verification challenge before handing off to an enterprise connection, matching the order used elsewhere in the flow. (#9622) by @zourzouvillys
@clerk/ui@1.36.0
Minor Changes
<SignIn />and<SignUp />show a dedicated screen when a request is blocked, with a reference the user can quote to support. (#9600) by @zourzouvillysaction_blockederrors now exposetraceId,title,description,linkUrl,linkText,kindanddataonmeta.Patch Changes
Clear the invitation ticket from the URL when a sign-in completes on a verification challenge. (#9621) by @zourzouvillys
Fix enterprise SSO sign-ins erroring instead of showing a verification challenge raised while handing off to the identity provider. (#9619) by @zourzouvillys
If you use the prebuilt
<SignIn />component, there is nothing to do. If you have Clerk Protect enabled and callsignIn.authenticateWithRedirect()orsignIn.authenticateWithPopup()from a custom sign-in flow, catch aClerkRuntimeErrorwith codeprotect_check_requiredand show the verification challenge, to avoid a stalled sign-in.That error means a verification challenge has to be completed before the sign-in can redirect. It replaces the generic "not supported" error these methods threw before. When it is thrown, the sign-in is gated:
signIn.protectCheckis set, or its status isneeds_protect_check. For enterprise SSO, run the challenge and then callauthenticateWithRedirect()again withcontinueSignIn: true. If the server has already prepared the redirect, the sign-in continues to the identity provider and the challenge runs when it returns, so no error is thrown.Fix the verification challenge card spinning indefinitely when continuing the sign-in after a completed challenge fails. The error is now shown, and "Try again" retries the continuation. (#9620) by @zourzouvillys
Fix sign-ins that use an enterprise connection stranding on "Use another method" after a verification challenge, instead of continuing to the identity provider. (#9620) by @zourzouvillys
Updated dependencies [
645a532,84ee588,4e538ac]:@clerk/astro@4.1.6
Patch Changes
645a532,84ee588,4e538ac]:@clerk/backend@3.20.1
Patch Changes
645a532,84ee588,4e538ac]:@clerk/chrome-extension@3.1.87
Patch Changes
645a532,dfdaf86,84ee588,28d49ec,28d49ec,4e538ac]:@clerk/clerk-js@6.34.1
Patch Changes
Fix enterprise SSO sign-ins erroring instead of showing a verification challenge raised while handing off to the identity provider. (#9619) by @zourzouvillys
If you use the prebuilt
<SignIn />component, there is nothing to do. If you have Clerk Protect enabled and callsignIn.authenticateWithRedirect()orsignIn.authenticateWithPopup()from a custom sign-in flow, catch aClerkRuntimeErrorwith codeprotect_check_requiredand show the verification challenge, to avoid a stalled sign-in.That error means a verification challenge has to be completed before the sign-in can redirect. It replaces the generic "not supported" error these methods threw before. When it is thrown, the sign-in is gated:
signIn.protectCheckis set, or its status isneeds_protect_check. For enterprise SSO, run the challenge and then callauthenticateWithRedirect()again withcontinueSignIn: true. If the server has already prepared the redirect, the sign-in continues to the identity provider and the challenge runs when it returns, so no error is thrown.Updated dependencies [
645a532,84ee588,4e538ac]:@clerk/electron@0.0.47
Patch Changes
645a532,84ee588,4e538ac]:@clerk/expo@4.7.1
Patch Changes
645a532,84ee588,4e538ac]:@clerk/expo-passkeys@2.0.23
Patch Changes
645a532,84ee588,4e538ac]:@clerk/express@2.1.72
Patch Changes
645a532,84ee588,4e538ac]:@clerk/fastify@3.1.82
Patch Changes
645a532,84ee588,4e538ac]:@clerk/hono@0.1.82
Patch Changes
645a532,84ee588,4e538ac]:@clerk/mosaic@0.1.2
Patch Changes
645a532,84ee588,4e538ac]:@clerk/nextjs@7.9.7
Patch Changes
645a532,84ee588,4e538ac]:@clerk/nuxt@3.1.6
Patch Changes
645a532,84ee588,4e538ac]:@clerk/react@6.17.2
Patch Changes
645a532,84ee588,4e538ac]:@clerk/react-router@3.6.27
Patch Changes
645a532,84ee588,4e538ac]:@clerk/tanstack-react-start@1.6.1
Patch Changes
645a532,84ee588,4e538ac]:@clerk/testing@2.2.39
Patch Changes
645a532,84ee588,4e538ac]:@clerk/vue@2.5.6
Patch Changes
645a532,84ee588,4e538ac]:@clerk/msw@0.0.73
Patch Changes
645a532,84ee588,4e538ac]:@clerk/swingset@0.0.50
Patch Changes
645a532,84ee588,4e538ac]: