An open index of dependabot pull requests across open source projects.

build(deps): bump @clerk/nextjs from 4.31.8 to 6.30.0

Closed
Number: #662
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 12, 2025 at 10:42 AM UTC
(3 months ago)
Updated: August 12, 2025 at 04:12 PM UTC
(3 months ago)
Closed: August 12, 2025 at 04:12 PM UTC
(3 months ago)
Time to Close: about 6 hours
Labels:
dependencies javascript
Description:

Bumps @clerk/nextjs from 4.31.8 to 6.30.0.

Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​6.30.0

Minor Changes

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

Patch Changes

  • Introduce TaskChooseOrganization component which replaces TaskSelectOrganization with a new UI that make the experience similar to the previous SignIn and SignUp steps (#6446) by @​LauraBeatris

  • Add ability to define a machine secret key to Clerk BAPI client function (#6479) by @​wobsoriano

    const clerkClient = createClerkClient({ machineSecretKey: 'ak_xxxxx' })
    

    clerkClient.m2mTokens.create({...})

  • feat(nextjs): Forward user-agent, arch, platform, and npm config with POST requests to /accountless_applications (#6483) by @​heatlikeheatwave

  • Updated dependencies [1ad16da, 4edef81, 6ff416f, e82f177, 696f8e1, f318d22, 0d27281, 1cc66ab]:

    • @​clerk/clerk-react@​5.40.0
    • @​clerk/types@​4.74.0
    • @​clerk/backend@​2.7.0
    • @​clerk/shared@​3.18.1

@​clerk/nextjs@​6.29.0

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]:

    • @​clerk/shared@​3.18.0

... (truncated)

Changelog

Sourced from @​clerk/nextjs's changelog.

6.30.0

Minor Changes

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

Patch Changes

  • Introduce TaskChooseOrganization component which replaces TaskSelectOrganization with a new UI that make the experience similar to the previous SignIn and SignUp steps (#6446) by @​LauraBeatris

  • Add ability to define a machine secret key to Clerk BAPI client function (#6479) by @​wobsoriano

    const clerkClient = createClerkClient({ machineSecretKey: 'ak_xxxxx' })
    

    clerkClient.m2mTokens.create({...})

  • feat(nextjs): Forward user-agent, arch, platform, and npm config with POST requests to /accountless_applications (#6483) by @​heatlikeheatwave

  • Updated dependencies [1ad16da, 4edef81, 6ff416f, e82f177, 696f8e1, f318d22, 0d27281, 1cc66ab]:

    • @​clerk/clerk-react@​5.40.0
    • @​clerk/types@​4.74.0
    • @​clerk/backend@​2.7.0
    • @​clerk/shared@​3.18.1

6.29.0

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 });
    });
    

... (truncated)

Commits
  • cf284ee ci(repo): Version packages (#6481)
  • e82f177 feat(backend): Introduce M2M endpoints authentication using machine secret ke...
  • 0d27281 feat(nextjs): Forward user-agent, arch, platform, and npm config with POST re...
  • 1ad16da feat(clerk-js,clerk-react,types): Introduce TaskChooseOrganization (#6446)
  • 0560de8 ci(repo): Version packages (#6454)
  • 90acc76 fix(nextjs): Propagate treatPendingAsSignedOut to auth from `clerkMiddlew...
  • ece99c4 chore(nextjs): Update dependency next to v14.2.31 (#6466)
  • a3355af ci(repo): Version packages (#6429)
  • a34bad4 ci(repo): Version packages (#6397)
  • f6375f0 chore(clerk-react,vue,nextjs): Introduce \<RedirectToTask /> component (#6416)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+1
Deletions:
-1
Package Dependencies
Ecosystem:
npm
Version Change:
4.31.8 → 6.30.0
Update Type:
Major
Technical Details
ID: 5006868
UUID: 2738639007
Node ID: PR_kwDOJ_4vkc6jPFCf
Host: GitHub
Repository: fork-commit-merge/fork-commit-merge-web
Mergeable: Yes
Merge State: Unstable