ci(repo): Version packages - #9893
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 |
c3ee0fc to
480b58f
Compare
480b58f to
6605f73
Compare
6605f73 to
b1fb3dd
Compare
72d2221 to
7697508
Compare
7697508 to
1f620d2
Compare
1f620d2 to
0b4491b
Compare
0b4491b to
c701981
Compare
c701981 to
0e4569f
Compare
0e4569f to
d41d521
Compare
d41d521 to
cf94e6d
Compare
cf94e6d to
b324021
Compare
b324021 to
4777b5d
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/backend@3.20.0
Minor Changes
nameQueryfilter tooauthApplications.list()to search OAuth applications by name or exact client ID. (#9904) by @austincalvelagePatch Changes
b3af79e,cc6f11a,d46b544,f50f48c]:@clerk/clerk-js@6.34.0
Minor Changes
The "Add members" card on the SSO allow list page of
<OrganizationProfile />now offers two ways to add people: by email address, or every member with a given role at once. Members whose email address is not served by one of the organization's enterprise connections are skipped. When nothing could be added the card stays open and says why, and when some were added it moves to a success step that reports how many were skipped. (#9826) by @mauricioabreuFor custom flows,
organization.ssoBypassAllowlistgainsaddUsers({ userIds }), which calls the new bulk endpoint in batches of 100 and returns the added entries together with the users that could not be added and why.Inputs marked to be ignored by password managers now also carry the Bitwarden, LastPass and Dashlane opt-out attributes, so those extensions stop offering to fill fields such as the allow list email address.
The member picker that the "Add member" card shipped with in 4.18.0 is gone, and so are its localization keys under
organizationProfile.securityPage.ssoBypassPage.addForm:memberLabel,memberPlaceholder,changeButtonandnoResults. The feature was never enabled on any instance, so no application depends on them.New customization handles: the
organizationProfileSecuritySsoBypassEmailInput,organizationProfileSecuritySsoBypassRoleWarning,organizationProfileSecuritySsoBypassFailureandorganizationProfileSecuritySsoBypassBulkResultappearance elements.Patch Changes
Show the provider logo next to each connection name on the enterprise account chooser. (#9895) by @NicolasLopes7
Fix
<OAuthConsent />rendering a blank page when reached through the redirect after completing<SignIn />or<SignUp />. (#9896) by @wobsorianoUpdated dependencies [
b3af79e,cc6f11a,d46b544,f50f48c]:@clerk/expo@4.7.0
Minor Changes
Add
useBiometricCredentials().reverify()for first-, second-, and multi-factor verification of the active session on iOS and Android. If the first factor still requires a second factor, reverification continues the same attempt automatically. Successful verification refreshes the JavaScript session token without creating a new session. (#9829) by @seanperez29New biometric enrollments default to
biometry_current_set, requiring biometrics without device-passcode fallback. Existing credentials keep their original policy; reverification on iOS and Android requires the stronger policy and returnsbiometric_credential_policy_incompatiblefor older, weaker credentials. Apps should offer another verification method in that case. Reverification requires an updated native development build.Patch Changes
Bump the bundled
clerk-iosSDK from1.5.5to1.5.6. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.5.6. (#9892) by @clerk-cookieUpdated dependencies [
b3af79e,cc6f11a,ee136a9,d46b544,f50f48c]:@clerk/localizations@4.19.0
Minor Changes
The "Add members" card on the SSO allow list page of
<OrganizationProfile />now offers two ways to add people: by email address, or every member with a given role at once. Members whose email address is not served by one of the organization's enterprise connections are skipped. When nothing could be added the card stays open and says why, and when some were added it moves to a success step that reports how many were skipped. (#9826) by @mauricioabreuFor custom flows,
organization.ssoBypassAllowlistgainsaddUsers({ userIds }), which calls the new bulk endpoint in batches of 100 and returns the added entries together with the users that could not be added and why.Inputs marked to be ignored by password managers now also carry the Bitwarden, LastPass and Dashlane opt-out attributes, so those extensions stop offering to fill fields such as the allow list email address.
The member picker that the "Add member" card shipped with in 4.18.0 is gone, and so are its localization keys under
organizationProfile.securityPage.ssoBypassPage.addForm:memberLabel,memberPlaceholder,changeButtonandnoResults. The feature was never enabled on any instance, so no application depends on them.New customization handles: the
organizationProfileSecuritySsoBypassEmailInput,organizationProfileSecuritySsoBypassRoleWarning,organizationProfileSecuritySsoBypassFailureandorganizationProfileSecuritySsoBypassBulkResultappearance elements.Localize icon-only social sign-in button names using
socialButtonsBlockButtonand exclude decorative provider icons from the accessibility tree. AddformFieldAction__showPasswordandformFieldAction__hidePasswordlocalization keys for password visibility controls, with translations for every supported locale and English fallback for older localization resources. (#9897) by @jigar-clerkPatch Changes
Show the provider logo next to each connection name on the enterprise account chooser. (#9895) by @NicolasLopes7
Updated dependencies [
b3af79e,cc6f11a,d46b544,f50f48c]:@clerk/shared@4.35.0
Minor Changes
The "Add members" card on the SSO allow list page of
<OrganizationProfile />now offers two ways to add people: by email address, or every member with a given role at once. Members whose email address is not served by one of the organization's enterprise connections are skipped. When nothing could be added the card stays open and says why, and when some were added it moves to a success step that reports how many were skipped. (#9826) by @mauricioabreuFor custom flows,
organization.ssoBypassAllowlistgainsaddUsers({ userIds }), which calls the new bulk endpoint in batches of 100 and returns the added entries together with the users that could not be added and why.Inputs marked to be ignored by password managers now also carry the Bitwarden, LastPass and Dashlane opt-out attributes, so those extensions stop offering to fill fields such as the allow list email address.
The member picker that the "Add member" card shipped with in 4.18.0 is gone, and so are its localization keys under
organizationProfile.securityPage.ssoBypassPage.addForm:memberLabel,memberPlaceholder,changeButtonandnoResults. The feature was never enabled on any instance, so no application depends on them.New customization handles: the
organizationProfileSecuritySsoBypassEmailInput,organizationProfileSecuritySsoBypassRoleWarning,organizationProfileSecuritySsoBypassFailureandorganizationProfileSecuritySsoBypassBulkResultappearance elements.Localize icon-only social sign-in button names using
socialButtonsBlockButtonand exclude decorative provider icons from the accessibility tree. AddformFieldAction__showPasswordandformFieldAction__hidePasswordlocalization keys for password visibility controls, with translations for every supported locale and English fallback for older localization resources. (#9897) by @jigar-clerkPatch Changes
Show the provider logo next to each connection name on the enterprise account chooser. (#9895) by @NicolasLopes7
Missing and invalid key errors now list the Clerk CLI commands that fix them:
npx clerk@latest initfor a new app,npx clerk@latest linkandnpx clerk@latest env pullfor an existing one, andnpx clerk@latest env pull --instance prodfor production keys. The missing secret key error skipsinit, since the publishable key already points to an existing app. (#9848) by @eatmorespinach@clerk/tanstack-react-start@1.6.0
Minor Changes
VITE_CLERK_PUBLISHABLE_KEYandCLERK_SECRET_KEYare not set, the SDK now fails with an error directing you to runnpx clerk@latest init, which provisions a Clerk application and writes the keys to.env.local. Keys that keyless mode stored in the.clerk/directory are no longer read, andVITE_CLERK_KEYLESS_DISABLEDandCLERK_KEYLESS_DISABLEDno longer have any effect. Existing apps with configured keys are unaffected. (#9578) by @djgouldPatch Changes
b3af79e,cc6f11a,9d78a1f,d46b544,f50f48c]:@clerk/ui@1.35.0
Minor Changes
The "Add members" card on the SSO allow list page of
<OrganizationProfile />now offers two ways to add people: by email address, or every member with a given role at once. Members whose email address is not served by one of the organization's enterprise connections are skipped. When nothing could be added the card stays open and says why, and when some were added it moves to a success step that reports how many were skipped. (#9826) by @mauricioabreuFor custom flows,
organization.ssoBypassAllowlistgainsaddUsers({ userIds }), which calls the new bulk endpoint in batches of 100 and returns the added entries together with the users that could not be added and why.Inputs marked to be ignored by password managers now also carry the Bitwarden, LastPass and Dashlane opt-out attributes, so those extensions stop offering to fill fields such as the allow list email address.
The member picker that the "Add member" card shipped with in 4.18.0 is gone, and so are its localization keys under
organizationProfile.securityPage.ssoBypassPage.addForm:memberLabel,memberPlaceholder,changeButtonandnoResults. The feature was never enabled on any instance, so no application depends on them.New customization handles: the
organizationProfileSecuritySsoBypassEmailInput,organizationProfileSecuritySsoBypassRoleWarning,organizationProfileSecuritySsoBypassFailureandorganizationProfileSecuritySsoBypassBulkResultappearance elements.Patch Changes
Show the provider logo next to each connection name on the enterprise account chooser. (#9895) by @NicolasLopes7
Localize icon-only social sign-in button names using
socialButtonsBlockButtonand exclude decorative provider icons from the accessibility tree. AddformFieldAction__showPasswordandformFieldAction__hidePasswordlocalization keys for password visibility controls, with translations for every supported locale and English fallback for older localization resources. (#9897) by @jigar-clerkFix
<UserProfile />crashing with "Rendered fewer hooks than expected" after connecting the last available Web3 wallet. (#9900) by @dmoernerUpdated dependencies [
b3af79e,cc6f11a,d46b544,f50f48c]:@clerk/astro@4.1.5
Patch Changes
b3af79e,cc6f11a,9d78a1f,d46b544,f50f48c]:@clerk/chrome-extension@3.1.86
Patch Changes
b3af79e,cc6f11a,ee136a9,d46b544,f50f48c,d2ee830]:@clerk/electron@0.0.46
Patch Changes
b3af79e,cc6f11a,ee136a9,d46b544,f50f48c]:@clerk/expo-passkeys@2.0.22
Patch Changes
Fix passkey registration on iOS ignoring the credentials Clerk asks it to exclude, which allowed a second passkey to be created for an account that already had one on the device. Registering a duplicate now fails with
passkey_already_exists, matching Android and web. (#9920) by @wobsorianoUpdated dependencies [
b3af79e,cc6f11a,d46b544,f50f48c]:@clerk/express@2.1.71
Patch Changes
b3af79e,cc6f11a,9d78a1f,d46b544,f50f48c]:@clerk/fastify@3.1.81
Patch Changes
b3af79e,cc6f11a,9d78a1f,d46b544,f50f48c]:@clerk/hono@0.1.81
Patch Changes
b3af79e,cc6f11a,9d78a1f,d46b544,f50f48c]:@clerk/mosaic@0.1.1
Patch Changes
b3af79e,cc6f11a,d46b544,f50f48c]:@clerk/nextjs@7.9.6
Patch Changes
b3af79e,cc6f11a,9d78a1f,d46b544,f50f48c]:@clerk/nuxt@3.1.5
Patch Changes
Fix
clerkMiddleware()dropping all but the lastSet-Cookieheader when Clerk sets multiple cookies in one response, such as after a handshake or a session refresh. (#9894) by @wobsorianoUpdated dependencies [
b3af79e,cc6f11a,9d78a1f,d46b544,f50f48c]:@clerk/react@6.17.1
Patch Changes
b3af79e,cc6f11a,d46b544,f50f48c]:@clerk/react-router@3.6.26
Patch Changes
b3af79e,cc6f11a,9d78a1f,d46b544,f50f48c]:@clerk/testing@2.2.38
Patch Changes
b3af79e,cc6f11a,9d78a1f,d46b544,f50f48c]:@clerk/vue@2.5.5
Patch Changes
b3af79e,cc6f11a,d46b544,f50f48c]:@clerk/msw@0.0.72
Patch Changes
b3af79e,cc6f11a,d46b544,f50f48c]:@clerk/swingset@0.0.49
Patch Changes
b3af79e,cc6f11a,d46b544,f50f48c]: