fix(deps): update dependency @clerk/clerk-js to v5#96
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency @clerk/clerk-js to v5#96renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
ebe6af9 to
0ce7bd4
Compare
0ce7bd4 to
d9c726f
Compare
d9c726f to
6cb8ff6
Compare
6cb8ff6 to
8fd7499
Compare
8fb6ddf to
73727ca
Compare
73727ca to
1c9705e
Compare
1c9705e to
7bdf8c4
Compare
7bdf8c4 to
a5bbd7d
Compare
a5bbd7d to
042428e
Compare
492c095 to
b2a9bf1
Compare
b2a9bf1 to
c762031
Compare
c762031 to
218feb8
Compare
218feb8 to
6166fbb
Compare
6166fbb to
7d76545
Compare
337523f to
71c65aa
Compare
5c27862 to
fad8b1e
Compare
5048f3f to
bc110a6
Compare
dcf5aa9 to
b637407
Compare
dd3319e to
171f078
Compare
2282070 to
cb10802
Compare
01acf94 to
2c14aae
Compare
c0bdd4a to
6597750
Compare
4c610ed to
5c51274
Compare
a141834 to
43edbe9
Compare
e4e50ff to
d23450a
Compare
1539c42 to
a70e55a
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.54.2→^5.0.0Release Notes
clerk/javascript (@clerk/clerk-js)
v5.125.7Compare Source
Patch Changes
Add optional
intentparameter tosession.touch()to indicate why the touch was triggered (focus, session switch, or org switch). This enables the backend to skip expensive client piggybacking for focus-only touches. (#8135) by @nikosdouvlisUpdated dependencies [
e5f213f]:v5.125.6Compare Source
Patch Changes
v5.125.5Compare Source
Patch Changes
v5.125.4Compare Source
Patch Changes
v5.125.3Compare Source
Patch Changes
Add debug logging to detect session token swaps in multi-session scenarios (#7945) by @jacekradko
Remove CHIPS build variant and use
partitioned_cookiesenvironment flag from the Clerk API to control partitioned cookie behavior at runtime. (#7946) by @brkalowUpdated dependencies [
7955e9d]:v5.125.2Compare Source
Patch Changes
Don't display impersonation for agents (#7934) by @tmilewski
Updated dependencies [
8a0c404]:v5.125.1Compare Source
Patch Changes
v5.125.0Compare Source
Minor Changes
Patch Changes
c00c524]:v5.124.0Compare Source
Minor Changes
Introduces MFA setup session task for handling require MFA after sign-in and sign-up (#7851) by @octoper
Add support for account credits in checkout. (#7870) by @dstaley
Patch Changes
Fix
__client_uatcookie being set on two different domain scopes when app is loaded in both iframe and non-iframe contexts.getCookieDomain()now falls back tohostnameinstead ofundefinedwhen the eTLD+1 probe fails, and the eTLD+1 probe uses the sameSameSite/Secureattributes as the actual cookie to ensure consistent behavior across contexts. (#7882) by @brkalowFix BaseRouter state not syncing after popup OAuth by observing
pushState/replaceStatechanges in addition topopstate(#7863) by @brkalowUpdated dependencies [
71bd53c,935f780]:v5.123.1Compare Source
Patch Changes
Set
SameSite=Noneon cookies for.replit.devorigins and consolidate third-party domain list (#7864) by @brkalowfix(clerk-js): Handle missing window.location in React Native navigation (#7854) by @SarahSoutoul
Updated dependencies [
b17e4bb]:v5.123.0Compare Source
Minor Changes
Add
usernamefield intoPublicUserDataobject. (#7837) by @JibaruAdd
providerUserIdfield toExternalAccountresource as the preferred way to access the unique user ID from the OAuth provider. The existingexternalIdfield is now deprecated in favor ofproviderUserIdfor better clarity and consistency across the API. (#7778) by @JibaruPatch Changes
Updates Keyless Prompt content. (#7798) by @alexcarpenter
Disable ConsoleTransport for debug logger by default (#7786) by @jacekradko
Fixed an issue where primary identifier shows undefined when signing in with phone number only (#7797) by @wobsoriano
Fix infinite loading spinner when navigating to factor-two sign-in route without an active 2FA session (#7787) by @nikosdouvlis
Display message for
user_deactivatederror code onSignInandSignUp(#7811) by @LauraBeatrisRemoved redundant
beforeunloadevent listener from SafeLock that was disabling the browser's back-forward cache (bfcache), degrading navigation performance. (#7818) by @wobsorianoUpdated dependencies [
35bcbd1]:v5.122.1Compare Source
Patch Changes
v5.122.0Compare Source
Minor Changes
useOrganizationCreationDefaultshook to fetch suggested organization name and logo from default naming rules (#7690) by @LauraBeatrisPatch Changes
64a35f7,71b20f1,aebb8df,71b20f1]:v5.121.1Compare Source
Patch Changes
fix: Ensure unsafeMetadata is passed with Sign Up Ticket flow (#7657) by @tmilewski
Updates keyless prompt content. (#7636) by @alexcarpenter
Fix
unsafeMetadatabeing lost when users are transferred between sign-in and sign-up flows during OAuth/SSO authentication (#7647) by @tmilewskiUpdated dependencies [
b7a4e1e]:v5.121.0Compare Source
Minor Changes
offline_accessscope in OAuth consent screen by filtering it from the displayed scopes list (as it describes access duration rather than what can be accessed) and appending informational text about staying signed in when the scope is present. (#7631) by @jfosheePatch Changes
Fix
TaskChooseOrganizationto complete organization activation when logo upload fails (#7635) by @LauraBeatrisUpdated dependencies [
c650a04,e995cc3]:v5.120.0Compare Source
Minor Changes
Patch Changes
Fix redirect conflicts when SignIn and SignUp components are used together on the same page. Added missing dependency arrays to useEffect hooks in redirect functions to prevent unwanted redirects during other component flows. (#7614) by @jacekradko
Remove opacity from
Selectplaceholder (#7575) by @LauraBeatrisDisplay actual organization membership name in in-app enable organization prompt success message (#7582) by @LauraBeatris
Updated dependencies [
271ddeb]:v5.119.1Compare Source
Patch Changes
OrganizationProfileinvite members page when default role is not in roles list (#7569) by @LauraBeatrisv5.119.0Compare Source
Minor Changes
Fix "You must belong to an organization" screen showing when user has existing memberships, invitations or suggestions (#7557) by @LauraBeatris
When password is enabled at the instance level, but not required allow users to add a password in the user profile. (#7549) by @austincalvelage
Patch Changes
c4dbcf7]:v5.118.0Compare Source
Minor Changes
OrganizationProfileduring role set migration (#7541) by @LauraBeatrisPatch Changes
Add
data-variantanddata-colorattributes to the Text component. (#7535) by @alexcarpenterUpdated dependencies [
a4e6932]:v5.117.0Compare Source
Minor Changes
Patch Changes
03dd374]:v5.116.0Compare Source
Minor Changes
TaskChooseOrganizationwhen user is not allowed to create organizations (#7502) by @LauraBeatrisPatch Changes
Fix Web3 connection error handling in
<UserProfile />(#7489) by @kdupreyAdd missing selected and hover states to
RolesListItemoption. (#7497) by @alexcarpenterIntroduce radio group for
EnableOrganizationsPrompt(#7501) by @LauraBeatrisUpdated dependencies [
79eb5af,54cd476,b3b02b4,7b3024a,2cd4da9]:v5.115.0Compare Source
Minor Changes
Add Web3 Solana support to
<UserProfile />(#7435) by @kdupreyAdd support for Sign in with Solana. (#7293) by @kduprey
Patch Changes
Fix navigation that was not awaited when attempting to set the session active on password sign-in (#7459) by @octoper
Updated dependencies [
375a32d,175883b,f626046,a2cc94e,14342d2]:v5.114.1Compare Source
Patch Changes
893d3e4]:v5.114.0Compare Source
Minor Changes
Patch Changes
Improve error handling for invalid avatar file uploads. Previously, avatar images which exceeded the max file size limit of 10MB did not return an error within the Avatar upload component so the user was unaware why their upload did not work. (#7357) by @jigar-clerk
Country code updates: Aland Islands, Ascension Island, Kosovo, Mayotte, Western Sahara, and updated names for Algeria, Congo (split into Democratic Republic and Republic), Macedonia (to North Macedonia), and Swaziland (to Eswatini). (#7378) by @zourzouvillys
Allow reordering API Keys and Billing pages in
<UserProfile />and<OrganizationProfile />. (#7383) by @wobsorianoExample:
Updated dependencies [
b117ebc]:v5.113.0Compare Source
Minor Changes
<TaskResetPassword/>session task component (#7314) by @octoperPatch Changes
Show the correct error message on
form_new_password_matches_currenterror code (#7372) by @octoperRename internal
isPasswordUntrustedErrortoisPasswordCompromisedError(#7352) by @octoperUpdated dependencies [
e31f3d5,8376789,f917d68,818c25a,b41c0d5,b41c0d5]:v5.112.1Compare Source
Patch Changes
v5.112.0Compare Source
Minor Changes
Introduce
reset-passwordsession task (#7268) by @octoperIntroduce a new variant for the alternative methods screen to handle untrusted password error on sign-in (#7331) by @octoper
Patch Changes
Prevent enable organization prompt from appearing if there is a session with a pending
choose-organizationtask. (#7307) by @LauraBeatrisThis resolves an issue where, after organizations are enabled via the Dashboard, cached environment resources may cause the prompt to show again when the user is redirected to complete the
choose-organizationtask.Fix issue where
SignInandSignUpinstances were unable to be serialized withJSON.stringifydue to a circular reference. (#7321) by @dstaleyConditionally apply
tabIndex={-1}usage when shown to ensure buttons are keyboard accessible. (#7306) by @alexcarpenterFixes line-height discrepancy between browsers. (#7112) by @alexcarpenter
Add localization key for username form error (#7320) by @guilherme6191
Ensure client trust messaging is only displayed if no 2FA options are available (#7313) by @tmilewski
Updates line-height calculations to follow font-sizing to fix differences across browsers. (#7112) by @alexcarpenter
Reverts the changes introduced in PR #7105, as it was causing JWTs returned from client piggybacking not to be inserted into the cache even though their claims had actually changed. (#7329) by @octoper
Updated dependencies [
40a841d,f364924,f115e56,d4aef71,3f99742,02798f5,07a30ce,ce8b914]:v5.111.0Compare Source
Minor Changes
When a session already exists on sign in, complete the sign in and redirect instead of only rendering an error. (#7156) by @brkalow
Optimized session token poller to share token with other open tabs (#7302) by @jacekradko
Patch Changes
e6ad12f]:v5.110.0Compare Source
Minor Changes
Removes SWR as direct dependency (#7270) by @panteliselef
Introduce in-app development prompt to enable the Organizations feature (#7159) by @LauraBeatris
In development instances, when using organization components or hooks for the first time, developers will see a prompt to enable the Organizations feature directly in their app, eliminating the need to visit the Clerk Dashboard.
Patch Changes
Fix useFetch to update fetcher ref (#7145) by @iagodahlem
Ensure that organization component warnings are only shown when no user session exists in development (#7298) by @LauraBeatris
Updated dependencies [
f85abda,36e43cc]:v5.109.2Compare Source
Patch Changes
Make subscription actions more visible with inline buttons (#7255) by @mauricioabreu
Added debug query param to token requests initiated with
skipCacheoption. (#7155) by @jacekradkoUpdated dependencies [
d8f59a6]:v5.109.1Compare Source
Patch Changes
Only render last used badge when there are multiple strategies enabled. (#7224) by @alexcarpenter
Internal change, not user-facing: Replace
useOrganizationwithuseOrganizationContextin billing components (#7257) by @LauraBeatrisFix issue where network errors were being masked by fraud protection logic, preventing cache fallback from triggering properly. (#7254) by @chriscanin
Generate a stable tab identifier in
MemoryTokenCacheso multi-tab token broadcasts can be traced via consistent debug logs. (#7150) by @jacekradkoUpdated dependencies [
a9c13ca]:v5.109.0Compare Source
Minor Changes
Introduced initial Clerk Protect dynamic loader and related types to support dynamically enabling and rolling out Protect in the environment. (#7227) by @zourzouvillys
Standardized API keys naming convention (#7223) by @wobsoriano
[Experimental] Add support for sign-up via modal in signals implementation (#7193) by @dstaley
Patch Changes
fix(clerk-js): update inCrossOriginIframe to handle nested cross origin iframes (#7212) by @thiskevinwang
[Experimental] Type method returns using ClerkError (#7213) by @dstaley
Fixes a bug where billing hooks would attempt to fetch billing information for an organization member with insufficient permissions, resulting in a 403 error. (#7202) by @panteliselef
Ensure scrollbox height fills the available space. (#7222) by @alexcarpenter
Updated dependencies [
9f48f13,7be8f45,bdbb0d9,aa184a4,1d4e7a7,42f0d95,c63cc8e,d32d724,00291bc]:v5.108.0Compare Source
Minor Changes
Support for
email_codeandemail_linkas a second factor when user is signing in on a new device. (#7116) by @tmilewskiUpdate SocialButtons to show "Continue with" prefix for last auth strategy, and improve mobile layout consistency. (#7169) by @alexcarpenter
[Experimental] Update
errorsto have specific field types based on whether it's a sign-in or a sign-up. (#7195) by @dstaleyRemoved internal parameter when creating API keys (#7207) by @wobsoriano
Patch Changes
d64638d,b5a7e2f,a1d10fc,b944ff3,4011c5e]:v5.107.0Compare Source
Minor Changes
2025-11-10. (#7095) by @panteliselefPatch Changes
613cb97]:v5.106.0Compare Source
Minor Changes
Implemented server-side pagination and filtering for API keys (#6453) by @wobsoriano
[Experimental] Add types for errors used in new custom flow APIs (#7174) by @nikosdouvlis
[Experimental] Add support for modal SSO sign-ins to new APIs (#7026) by @dstaley
Support granular API keys settings for user and organization profiles (#7179) by @wobsoriano
Patch Changes
cc11472,539fad7,c413433,a940c39]:v5.105.1Compare Source
Patch Changes
v5.105.0Compare Source
Minor Changes
Patch Changes
Move clientTrustState to SignIn (#7163) by @tmilewski
Updated dependencies [
d88ea99,a474c59,5536429]:v5.104.0Compare Source
Minor Changes
client_trust_statefield to Client and SignIn resources to support new fraud protection feature. (#7096) by @chriscaninPatch Changes
fix: Appropriately handle last-used SAML strategies (#7135) by @tmilewski
Experimental: Ground work for fixing stale data between hooks and components by sharing a single cache. (#6913) by @panteliselef
Updated dependencies [
ea65d39,b09b29e]:v5.103.2Compare Source
Patch Changes
Propagate locale from ClerkProvider to PaymentElement (#6885) by @aeliox
Deprecate
@clerk/typesin favor of@clerk/shared/types(#7022) by @nikosdouvlisThe
@clerk/typespackage is now deprecated. All type definitions have been consolidated and moved to@clerk/shared/typesto improve consistency across the Clerk ecosystem.Backward Compatibility:
The
@clerk/typespackage will remain available and will continue to re-export all types from@clerk/shared/typesto ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to@clerk/shared/typesas new type definitions and updates will only be added to@clerk/shared/typesstarting with the next major release.Migration Steps:
Please update your imports from
@clerk/typesto@clerk/shared/types:What Changed:
All type definitions including:
Have been moved from
packages/types/srctopackages/shared/src/typesand are now exported via@clerk/shared/types.Add debug logging to session update flows when browser is offline (#7113) by @jacekradko
Remove last used badge from rendering on sign-up. (#7100) by @alexcarpenter
Bug fix for Checkout success screen to not mention payment if a payment was not made. (#7140) by @panteliselef
Optimize Session.#hydrateCache to only cache token if it's new/different (#7105) by @jacekradko
Navigates to
/sign-up/continueon sign-up withmissing_requirementsstatus usingticketas strategy (#7101) by @LauraBeatrisIt fixes IdP-initiated flows with missing requirements such as accepting legal consent
Updated dependencies [
3e0ef92,2587aa6]:v5.103.1Compare Source
Patch Changes
v5.103.0Compare Source
Minor Changes
Allow free trials without requiring a payment method, based on the configuration of an instance. (#7068) by @mauricioabreu
[Billing Beta] Remove unnecessary
orgIdfrom BillingPayerMethods interface. (#7087) by @panteliselefPatch Changes
Ensure
ThreeDotsMenuis full opacity when focus visible. (#7080) by @alexcarpenterLocalize aria-labels within
UserButtonandOrganizationSwitchertriggers. (#7086) by @alexcarpenterUpdated dependencies [
791ff19,439427e,7dfbf3a,d33b7b5]:v5.102.1Compare Source
Patch Changes
Add title attribute to email address field with the recommended format. (#6956) by @alexcarpenter
Fixes an issue in SelectOption where the focus styles were not being properly applied when the option is focused. (#6999) by @alexcarpenter
Increases SelectOption touch area to remove any dead spots between items.
Make avatar remove button size xs to be consistent with upload button sizing. (#7041) by @alexcarpenter
Improve avatar upload and removal UX to auto collapse the profile section upon successful save. (#7044) by @alexcarpenter
Updated dependencies [
4d46e4e,1217b87]:v5.102.0Compare Source
Minor Changes
paymentMethodIdfrom subscription item. (#7017) by @panteliselefPatch Changes
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - "after 9am and before 5pm Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.