Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps @clerk/nextjs from 6.19.1 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)

Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.19.1 to 6.30.0.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/[email protected]/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-version: 6.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2025
Copy link
Author

dependabot bot commented on behalf of github Aug 18, 2025

Superseded by #64.

@dependabot dependabot bot closed this Aug 18, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/clerk/nextjs-6.30.0 branch August 18, 2025 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants