Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2024

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@clerk/clerk-react (source) 4.32.5 -> 5.50.0 age confidence
@clerk/nextjs (source) 4.31.8 -> 6.33.2 age confidence
@clerk/types (source) 3.65.5 -> 4.91.0 age confidence

Release Notes

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

v5.50.0

Compare Source

Minor Changes
Patch Changes

v5.49.1

Compare Source

Patch Changes

v5.49.0

Compare Source

Minor Changes
Patch Changes

v5.48.1

Patch Changes

v5.48.0

Minor Changes
Patch Changes

v5.47.0

Compare Source

Minor Changes
Patch Changes

v5.46.2

Compare Source

Patch Changes

v5.46.1

Compare Source

Patch Changes

v5.46.0

Compare Source

Minor Changes
Patch Changes

v5.45.0

Compare Source

Minor Changes
Patch Changes

v5.44.0

Compare Source

Minor Changes
Patch Changes

v5.43.1

Compare Source

Patch Changes

v5.43.0

Compare Source

Minor Changes
Patch Changes

v5.42.2

Compare Source

Patch Changes

v5.42.1

Compare Source

Patch Changes

v5.42.0

Compare Source

Minor Changes
Patch Changes

v5.41.1

Compare Source

Patch Changes

v5.41.0

Compare Source

Minor Changes
Patch Changes

v5.40.0

Compare Source

Minor Changes
  • [Billing Beta] Update PlanDetailsProps to reflect that either planId or plan is allowed. (#​6472) by @​panteliselef
Patch Changes

v5.39.0

Compare Source

Minor Changes
  • [Billing Beta] Stricter return type of useCheckout to improve inference of other properties. (#​6473) by @​panteliselef
Patch Changes

v5.38.1

Compare Source

Patch Changes

v5.38.0

Compare Source

Minor Changes
Patch Changes

v5.37.0

Compare Source

Minor Changes
  • Expose commerce hooks and components under the experimental module. (#​6383) by @​panteliselef

    • PaymentElementProvider,
    • usePaymentElement,
    • PaymentElement,
    • usePaymentAttempts,
    • useStatements,
    • usePaymentMethods,
    • usePlans,
    • useSubscription,
    • CheckoutProvider,
    • useCheckout,
Patch Changes

v5.36.0

Compare Source

Minor Changes
  • Expose <CheckoutButton/>, <SubscriptionDetailsButton/>, <PlanDetailsButton/> from @clerk/clerk-react/experimental. (#​6365) by @​panteliselef
Patch Changes

v5.35.4

Compare Source

Patch Changes

v5.35.3

Compare Source

Patch Changes

v5.35.2

Compare Source

Patch Changes

v5.35.1

Compare Source

Patch Changes

v5.35.0

Compare Source

Minor Changes
  • Extract SubscriptionDetails, into its own internal component, out of existing (also internal) PlanDetails component. (#​6148) by @​panteliselef
Patch Changes

v5.34.0

Compare Source

Minor Changes
  • [Billing Beta]: Introduce experimental useCheckout() hook and <CheckoutProvider/>. (#​6195) by @​panteliselef

  • [Billing Beta]: Introduce experimental Clerk.__experimental_checkout() for managing the state of a checkout session. (#​6195) by @​panteliselef

Patch Changes

v5.33.0

Compare Source

Minor Changes
  • Export experimental hooks and components for PaymentElement (#​6180) by @​panteliselef

    • __experimental_usePaymentElement
    • __experimental_PaymentElementProvider
    • __experimental_PaymentElement
Patch Changes

v5.32.4

Compare Source

Patch Changes

v5.32.3

Compare Source

Patch Changes

v5.32.2

Compare Source

Patch Changes

v5.32.1

Compare Source

Patch Changes

v5.32.0

Compare Source

Minor Changes
  • Add <APIKeys /> component. This component will initially be in early access and not recommended for production usage just yet. (#​5858) by @​wobsoriano
Patch Changes

v5.31.9

Compare Source

Patch Changes

v5.31.8

Compare Source

Patch Changes

v5.31.7

Compare Source

Patch Changes

v5.31.6

Compare Source

Patch Changes

v5.31.5

Compare Source

Patch Changes

v5.31.4

Compare Source

Patch Changes

v5.31.3

Compare Source

Patch Changes

v5.31.2

Compare Source

Patch Changes

v5.31.1

Compare Source

Patch Changes

v5.31.0

Compare Source

Minor Changes

v5.30.4

Compare Source

Patch Changes

v5.30.3

Compare Source

Patch Changes

v5.30.2

Compare Source

Patch Changes

v5.30.1

Compare Source

Patch Changes

v5.30.0

Compare Source

Minor Changes
Patch Changes

v5.29.0

Compare Source

Minor Changes
useClerk().status

Possible values for useClerk().status are:

  • "loading": Set during initialization
  • "error": Set when hotloading clerk-js failed or Clerk.load() failed
  • "ready": Set when Clerk is fully operational
  • "degraded": Set when Clerk is partially operational
    The computed value of useClerk().loaded is:
  • true when useClerk().status is either "ready" or "degraded".
  • false when useClerk().status is "loading" or "error".
<ClerkFailed />
<ClerkLoaded>
  <MyCustomSignInForm/>
</ClerkLoaded>
<ClerkFailed>
  <ContactSupportBanner/>
</ClerkFailed>
<ClerkDegraded />
<ClerkLoaded>
  <MyCustomPasskeyRegistration />
  <ClerkDegraded>We are experiencing issues, registering a passkey might fail.</ClerkDegraded>
</ClerkLoaded>
Patch Changes

v5.28.2

[Compare Source](https://redirect.github.com/clerk/javascript/compar


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@changeset-bot
Copy link

changeset-bot bot commented Apr 19, 2024

⚠️ No Changeset found

Latest commit: 8af3128

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codesandbox-ci
Copy link

codesandbox-ci bot commented Apr 19, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot force-pushed the renovate/major-clerk branch from 844143e to b8068a6 Compare April 19, 2024 17:10
@renovate renovate bot force-pushed the renovate/major-clerk branch from b8068a6 to 8efd0a4 Compare April 23, 2024 11:42
@renovate renovate bot force-pushed the renovate/major-clerk branch 2 times, most recently from 527f76f to e908dd5 Compare April 24, 2024 15:03
@renovate renovate bot force-pushed the renovate/major-clerk branch from e908dd5 to d1ecbfb Compare April 25, 2024 10:54
@renovate renovate bot force-pushed the renovate/major-clerk branch from d1ecbfb to da4eca3 Compare April 26, 2024 17:44
@renovate renovate bot changed the title Update clerk (major) Update dependency @clerk/nextjs to v5 May 1, 2024
@renovate renovate bot force-pushed the renovate/major-clerk branch from da4eca3 to 8c81a75 Compare May 1, 2024 13:10
@renovate renovate bot changed the title Update dependency @clerk/nextjs to v5 Update clerk (major) May 1, 2024
@renovate renovate bot force-pushed the renovate/major-clerk branch from 8c81a75 to a81363b Compare May 1, 2024 23:04
@renovate renovate bot force-pushed the renovate/major-clerk branch from a81363b to 8a1b76a Compare May 3, 2024 01:14
@renovate renovate bot force-pushed the renovate/major-clerk branch from 8a1b76a to 6725f0f Compare May 8, 2024 20:22
@renovate renovate bot force-pushed the renovate/major-clerk branch from 6725f0f to 64993c9 Compare May 11, 2024 02:27
@renovate renovate bot force-pushed the renovate/major-clerk branch 2 times, most recently from 5969ed7 to 4cc7d15 Compare May 14, 2024 16:34
@renovate renovate bot force-pushed the renovate/major-clerk branch from 4cc7d15 to 93843e5 Compare May 15, 2024 07:14
@coderabbitai
Copy link

coderabbitai bot commented Sep 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/major-clerk branch from 019f9b3 to 1bdf4e7 Compare September 2, 2025 20:24
@renovate renovate bot force-pushed the renovate/major-clerk branch from 1bdf4e7 to 883aaae Compare September 4, 2025 21:25
@renovate renovate bot force-pushed the renovate/major-clerk branch from 883aaae to 2476efa Compare September 9, 2025 09:48
@renovate renovate bot force-pushed the renovate/major-clerk branch from 2476efa to e6db936 Compare September 13, 2025 23:31
@renovate renovate bot force-pushed the renovate/major-clerk branch from e6db936 to e26d75f Compare September 22, 2025 17:34
@renovate renovate bot force-pushed the renovate/major-clerk branch from e26d75f to d831f54 Compare September 27, 2025 01:58
@renovate renovate bot force-pushed the renovate/major-clerk branch from d831f54 to 3717a0f Compare September 30, 2025 13:34
@renovate renovate bot force-pushed the renovate/major-clerk branch from 3717a0f to c3f3ea0 Compare October 3, 2025 22:56
@renovate renovate bot force-pushed the renovate/major-clerk branch from c3f3ea0 to e4e9d9d Compare October 4, 2025 13:26
@renovate
Copy link
Contributor Author

renovate bot commented Oct 4, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

2 participants