Skip to content

fix(deps): update dependency @clerk/clerk-js to v5#96

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clerk-clerk-js-5.x
Open

fix(deps): update dependency @clerk/clerk-js to v5#96
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clerk-clerk-js-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 22, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@clerk/clerk-js (source) ^4.54.2^5.0.0 age confidence

Release Notes

clerk/javascript (@​clerk/clerk-js)

v5.125.7

Compare Source

Patch Changes

v5.125.6

Compare Source

Patch Changes
  • Fix issue where "Manage Subscription" button appeared on default free plans. (#​8116) by @​dstaley

v5.125.5

Compare Source

Patch Changes

v5.125.4

Compare Source

Patch Changes
  • Fix a crash in the Turnstile CAPTCHA retry logic where captcha.reset() was called after the widget's DOM container had already been removed, causing an unhandled error (#​7957) by @​tmilewski

v5.125.3

Compare Source

Patch Changes

v5.125.2

Compare Source

Patch Changes

v5.125.1

Compare Source

Patch Changes
  • Fix "You must belong to an organization" screen showing after accepting an organization invitation (#​7921) by @​LauraBeatris

v5.125.0

Compare Source

Minor Changes
  • Add support for displaying proration and account credits on payment attempts and statements. (#​7885) by @​dstaley
Patch Changes

v5.124.0

Compare Source

Minor Changes
Patch Changes
  • Fix __client_uat cookie being set on two different domain scopes when app is loaded in both iframe and non-iframe contexts. getCookieDomain() now falls back to hostname instead of undefined when the eTLD+1 probe fails, and the eTLD+1 probe uses the same SameSite/Secure attributes as the actual cookie to ensure consistent behavior across contexts. (#​7882) by @​brkalow

  • Fix BaseRouter state not syncing after popup OAuth by observing pushState/replaceState changes in addition to popstate (#​7863) by @​brkalow

  • Updated dependencies [71bd53c, 935f780]:

v5.123.1

Compare Source

Patch Changes

v5.123.0

Compare Source

Minor Changes
  • Add username field into PublicUserData object. (#​7837) by @​Jibaru

  • Add providerUserId field to ExternalAccount resource as the preferred way to access the unique user ID from the OAuth provider. The existing externalId field is now deprecated in favor of providerUserId for better clarity and consistency across the API. (#​7778) by @​Jibaru

Patch Changes

v5.122.1

Compare Source

Patch Changes

v5.122.0

Compare Source

Minor Changes
  • Export useOrganizationCreationDefaults hook to fetch suggested organization name and logo from default naming rules (#​7690) by @​LauraBeatris
Patch Changes

v5.121.1

Compare Source

Patch Changes

v5.121.0

Compare Source

Minor Changes
  • Handle offline_access scope 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 @​jfoshee
Patch Changes

v5.120.0

Compare Source

Minor Changes
  • Surface organization creation defaults with prefilled form fields and advisory warnings (#​7603) by @​LauraBeatris
Patch Changes

v5.119.1

Compare Source

Patch Changes
  • Fix role select being disabled on OrganizationProfile invite members page when default role is not in roles list (#​7569) by @​LauraBeatris

v5.119.0

Compare 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

v5.118.0

Compare Source

Minor Changes
Patch Changes

v5.117.0

Compare Source

Minor Changes
  • Improves resilience by keeping users logged in when Clerk's origin is temporarily unavailable using edge-based token generation (#​7516) by @​bratsos
Patch Changes

v5.116.0

Compare Source

Minor Changes
  • Display message in TaskChooseOrganization when user is not allowed to create organizations (#​7502) by @​LauraBeatris
Patch Changes

v5.115.0

Compare Source

Minor Changes
Patch Changes

v5.114.1

Compare Source

Patch Changes

v5.114.0

Compare 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 @​wobsoriano

    Example:

    export function CustomUserProfile() {
      return (
        <UserProfile>
          <UserProfile.Page label='apiKeys' />
          <UserProfile.Page label='billing' />
        </UserProfile>
      );
    }
  • Updated dependencies [b117ebc]:

v5.113.0

Compare Source

Minor Changes
Patch Changes

v5.112.1

Compare Source

Patch Changes

v5.112.0

Compare Source

Minor Changes
  • Introduce reset-password session task (#​7268) by @​octoper

  • Introduce a new variant for the alternative methods screen to handle untrusted password error on sign-in (#​7331) by @​octoper

Patch Changes

v5.111.0

Compare 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

v5.110.0

Compare 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

v5.109.2

Compare Source

Patch Changes

v5.109.1

Compare Source

Patch Changes

v5.109.0

Compare 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

v5.108.0

Compare Source

Minor Changes
  • Support for email_code and email_link as a second factor when user is signing in on a new device. (#​7116) by @​tmilewski

  • Update SocialButtons to show "Continue with" prefix for last auth strategy, and improve mobile layout consistency. (#​7169) by @​alexcarpenter

  • [Experimental] Update errors to have specific field types based on whether it's a sign-in or a sign-up. (#​7195) by @​dstaley

  • Removed internal parameter when creating API keys (#​7207) by @​wobsoriano

Patch Changes

v5.107.0

Compare Source

Minor Changes
Patch Changes

v5.106.0

Compare Source

Minor Changes
Patch Changes

v5.105.1

Compare Source

Patch Changes
  • Add aria live region to ensure feedback messages are read to screen readers when feedback changes. (#​7111) by @​alexcarpenter

v5.105.0

Compare Source

Minor Changes
  • Replaced the persistent key column in the API keys table with a one-time modal that displays the secret immediately after creation. (#​7107) by @​wobsoriano
Patch Changes

v5.104.0

Compare Source

Minor Changes
  • Adds client_trust_state field to Client and SignIn resources to support new fraud protection feature. (#​7096) by @​chriscanin
Patch Changes

v5.103.2

Compare Source

Patch Changes
  • Propagate locale from ClerkProvider to PaymentElement (#​6885) by @​aeliox

  • Deprecate @clerk/types in favor of @clerk/shared/types (#​7022) by @​nikosdouvlis

    The @clerk/types package is now deprecated. All type definitions have been consolidated and moved to @clerk/shared/types to improve consistency across the Clerk ecosystem.

    Backward Compatibility:

    The @clerk/types package will remain available and will continue to re-export all types from @clerk/shared/types to ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to @clerk/shared/types as new type definitions and updates will only be added to @clerk/shared/types starting with the next major release.

    Migration Steps:

    Please update your imports from @clerk/types to @clerk/shared/types:

    // Before
    import type { ClerkResource, UserResource } from '@&#8203;clerk/types';
    
    // After
    import type { ClerkResource, UserResource } from '@&#8203;clerk/shared/types';

    What Changed:

    All type definitions including:

    • Resource types (User, Organization, Session, etc.)
    • API response types
    • Configuration types
    • Authentication types
    • Error types
    • And all other shared types

    Have been moved from packages/types/src to packages/shared/src/types and 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/continue on sign-up with missing_requirements status using ticket as strategy (#​7101) by @​LauraBeatris

    It fixes IdP-initiated flows with missing requirements such as accepting legal consent

  • Updated dependencies [3e0ef92, 2587aa6]:

v5.103.1

Compare Source

Patch Changes

v5.103.0

Compare Source

Minor Changes
Patch Changes

v5.102.1

Compare Source

Patch Changes

v5.102.0

Compare Source

Minor Changes
Patch Changes
  • Add support for automatically sending the browser locale during the sign-in flow (#​7011) by [@​guilherme6191](https://redi

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from ebe6af9 to 0ce7bd4 Compare April 22, 2024 04:36
@renovate renovate bot changed the title fix(deps): update dependency @clerk/clerk-js to v5 fix(deps): update dependency @clerk/clerk-js to v5 - autoclosed May 1, 2024
@renovate renovate bot closed this May 1, 2024
@renovate renovate bot deleted the renovate/clerk-clerk-js-5.x branch May 1, 2024 09:05
@renovate renovate bot changed the title fix(deps): update dependency @clerk/clerk-js to v5 - autoclosed fix(deps): update dependency @clerk/clerk-js to v5 May 1, 2024
@renovate renovate bot reopened this May 1, 2024
@renovate renovate bot restored the renovate/clerk-clerk-js-5.x branch May 1, 2024 13:36
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from 0ce7bd4 to d9c726f Compare May 6, 2024 04:17
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from d9c726f to 6cb8ff6 Compare May 13, 2024 04:36
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from 6cb8ff6 to 8fd7499 Compare May 27, 2024 03:30
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 2 times, most recently from 8fb6ddf to 73727ca Compare June 10, 2024 04:08
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from 73727ca to 1c9705e Compare July 29, 2024 05:14
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from 1c9705e to 7bdf8c4 Compare August 19, 2024 03:15
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from 7bdf8c4 to a5bbd7d Compare September 2, 2024 04:12
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from a5bbd7d to 042428e Compare September 23, 2024 03:21
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 2 times, most recently from 492c095 to b2a9bf1 Compare October 7, 2024 03:32
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from b2a9bf1 to c762031 Compare October 14, 2024 03:31
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from c762031 to 218feb8 Compare October 21, 2024 03:51
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from 218feb8 to 6166fbb Compare November 11, 2024 04:23
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from 6166fbb to 7d76545 Compare December 2, 2024 03:26
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 4 times, most recently from 337523f to 71c65aa Compare July 29, 2025 18:10
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 2 times, most recently from 5c27862 to fad8b1e Compare August 6, 2025 16:49
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 2 times, most recently from 5048f3f to bc110a6 Compare August 12, 2025 10:58
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch from dcf5aa9 to b637407 Compare September 13, 2025 21:07
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 3 times, most recently from dd3319e to 171f078 Compare September 27, 2025 00:36
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 3 times, most recently from 2282070 to cb10802 Compare October 6, 2025 18:34
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 4 times, most recently from 01acf94 to 2c14aae Compare October 17, 2025 20:05
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 2 times, most recently from c0bdd4a to 6597750 Compare October 22, 2025 18:27
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 3 times, most recently from 4c610ed to 5c51274 Compare November 5, 2025 01:10
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 4 times, most recently from a141834 to 43edbe9 Compare November 12, 2025 22:44
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 6 times, most recently from e4e50ff to d23450a Compare November 25, 2025 02:05
@renovate renovate bot force-pushed the renovate/clerk-clerk-js-5.x branch 3 times, most recently from 1539c42 to a70e55a Compare December 5, 2025 17:10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants