Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@clerk/nextjs (source) 6.23.3 -> 6.33.6 age confidence

Release Notes

clerk/javascript (@​clerk/nextjs)

v6.33.6

Compare Source

Patch Changes

v6.33.5

Compare Source

Patch Changes

v6.33.4

Compare Source

Patch Changes

v6.33.3

Compare Source

Patch Changes

v6.33.2

Compare Source

Patch Changes

v6.33.1

Compare Source

Patch Changes

v6.33.0

Compare Source

Minor Changes
Patch Changes

v6.32.2

Patch Changes

v6.32.1

Patch Changes

v6.32.0

Compare Source

Minor Changes
Patch Changes

v6.31.10

Compare Source

Patch Changes

v6.31.9

Compare Source

Patch Changes

v6.31.8

Compare Source

Patch Changes

v6.31.7

Compare Source

Patch Changes

v6.31.6

Compare Source

Patch Changes

v6.31.5

Compare Source

Patch Changes

v6.31.4

Compare Source

Patch Changes

v6.31.3

Compare Source

Patch Changes

v6.31.2

Compare Source

Patch Changes

v6.31.1

Compare Source

Patch Changes

v6.31.0

Compare Source

Minor Changes
Patch Changes

v6.30.2

Compare Source

Patch Changes

v6.30.1

Compare Source

Patch Changes

v6.30.0

Compare Source

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

v6.29.0

Compare Source

Minor Changes
  • [Billing Beta] Stricter return type of useCheckout to improve inference of other properties. (#​6473) by @​panteliselef
Patch Changes
  • Propagate treatPendingAsSignedOut to auth from clerkMiddleware (#​6477) by @​LauraBeatris

    export default clerkMiddleware(async (auth, req) => {
      // If the session has a `pending` status, `userId` will be `null` by default, treated as a signed-out state
      const { userId } = await auth();
    });
    export default clerkMiddleware(async (auth, req) => {
      // If the session has a `pending` status, `userId` will be defined, treated as a signed-in state
      const { userId } = await auth({ treatPendingAsSignedOut: false });
    });
  • Updated dependencies [9368daf, f93965f, 7b6dcee, ef87617]:

v6.28.1

Compare Source

Patch Changes

v6.28.0

Compare Source

Minor Changes
Patch Changes

v6.27.1

Compare Source

Patch Changes
  • Fixes an issue where clerkMiddleware() would not properly redirect or set cookies in some environments. (#​6388) by @​brkalow

v6.27.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

v6.26.0

Compare Source

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

v6.25.5

Compare Source

Patch Changes

v6.25.4

Compare Source

Patch Changes

v6.25.3

Compare Source

Patch Changes

v6.25.2

Compare Source

Patch Changes

v6.25.1

Compare Source

Patch Changes

v6.25.0

Compare Source

Minor Changes
Patch Changes

v6.24.0

Compare Source

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

    • __experimental_usePaymentElement
    • __experimental_PaymentElementProvider
    • __experimental_PaymentElement
Patch Changes

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 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.

Copy link

vercel bot commented Jul 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
chat-io Error Error Oct 16, 2025 10:05pm

Copy link
Contributor

coderabbitai bot commented Jul 10, 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/clerk-nextjs-6.x-lockfile branch from b5effde to 8c464e2 Compare July 14, 2025 15:32
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.24.0 fix(deps): update dependency @clerk/nextjs to v6.25.0 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from 8c464e2 to 7f0813b Compare July 15, 2025 23:28
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.25.0 fix(deps): update dependency @clerk/nextjs to v6.25.1 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from 7f0813b to d176138 Compare July 16, 2025 11:39
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.25.1 fix(deps): update dependency @clerk/nextjs to v6.25.2 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from d176138 to e01f0e2 Compare July 16, 2025 17:59
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.25.2 fix(deps): update dependency @clerk/nextjs to v6.25.3 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from e01f0e2 to 47307b7 Compare July 17, 2025 16:47
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.25.3 fix(deps): update dependency @clerk/nextjs to v6.25.4 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from 47307b7 to 974522f Compare July 23, 2025 16:12
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.25.4 fix(deps): update dependency @clerk/nextjs to v6.25.5 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from 974522f to c8d2855 Compare July 24, 2025 10:46
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.25.5 fix(deps): update dependency @clerk/nextjs to v6.26.0 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from c8d2855 to 0282bbe Compare July 25, 2025 22:34
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.26.0 fix(deps): update dependency @clerk/nextjs to v6.27.1 Jul 25, 2025
Copy link

socket-security bot commented Jul 25, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from 0282bbe to c36f378 Compare August 7, 2025 00:12
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.27.1 fix(deps): update dependency @clerk/nextjs to v6.29.0 Aug 7, 2025
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.31.10 fix(deps): update dependency @clerk/nextjs to v6.32.0 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from 1cf2748 to c995a20 Compare September 22, 2025 17:16
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.32.0 fix(deps): update dependency @clerk/nextjs to v6.32.2 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from c995a20 to 21e484a Compare September 25, 2025 15:11
@renovate renovate bot changed the title fix(deps): update dependency @clerk/nextjs to v6.32.2 chore(deps): update dependency @clerk/nextjs to v6.32.2 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from 21e484a to bd36fc9 Compare September 27, 2025 00:56
@renovate renovate bot changed the title chore(deps): update dependency @clerk/nextjs to v6.32.2 chore(deps): update dependency @clerk/nextjs to v6.33.0 Sep 27, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from bd36fc9 to 1bb1117 Compare September 30, 2025 15:30
@renovate renovate bot changed the title chore(deps): update dependency @clerk/nextjs to v6.33.0 chore(deps): update dependency @clerk/nextjs to v6.33.1 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from 1bb1117 to 990abf6 Compare October 3, 2025 21:09
@renovate renovate bot changed the title chore(deps): update dependency @clerk/nextjs to v6.33.1 chore(deps): update dependency @clerk/nextjs to v6.33.2 Oct 3, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from 990abf6 to bd889ae Compare October 6, 2025 22:57
@renovate renovate bot changed the title chore(deps): update dependency @clerk/nextjs to v6.33.2 chore(deps): update dependency @clerk/nextjs to v6.33.3 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from bd889ae to 5332689 Compare October 14, 2025 21:41
@renovate renovate bot changed the title chore(deps): update dependency @clerk/nextjs to v6.33.3 chore(deps): update dependency @clerk/nextjs to v6.33.4 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from 5332689 to 1dfc808 Compare October 15, 2025 22:28
@renovate renovate bot changed the title chore(deps): update dependency @clerk/nextjs to v6.33.4 chore(deps): update dependency @clerk/nextjs to v6.33.5 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/clerk-nextjs-6.x-lockfile branch from 1dfc808 to caa8984 Compare October 16, 2025 22:02
@renovate renovate bot changed the title chore(deps): update dependency @clerk/nextjs to v6.33.5 chore(deps): update dependency @clerk/nextjs to v6.33.6 Oct 16, 2025
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