Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps @clerk/nextjs from 4.31.8 to 6.33.0.

Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​6.33.0

Minor Changes

Patch Changes

@​clerk/nextjs@​6.32.2

Patch Changes

@​clerk/nextjs@​6.32.0

Minor Changes

Patch Changes

  • Accept treatPendingAsSignedOut option on currentUser (#6740) by @​LauraBeatris

    // If the session has a `pending` status, user will be `null` default, treated as a signed-out state
    const user = await currentUser();
    // If the session has a `pending` status, `user` will be defined, treated as a signed-in state
    const user = await currentUser({ treatPendingAsSignedOut: false });
  • Updated dependencies [b598581, 19f18f8, 23948dc, 7382e13, 24d0742, 82b84fe, 54b4b5a, 50a8622, 939df73, 23948dc]:

    • @​clerk/backend@​2.14.0
    • @​clerk/types@​4.86.0
    • @​clerk/shared@​3.25.0
    • @​clerk/clerk-react@​5.47.0

... (truncated)

Changelog

Sourced from @​clerk/nextjs's changelog.

6.33.0

Minor Changes

Patch Changes

6.32.2

Patch Changes

6.32.1

Patch Changes

6.32.0

Minor Changes

Patch Changes

  • Accept treatPendingAsSignedOut option on currentUser (#6740) by @​LauraBeatris

    // If the session has a `pending` status, user will be `null` default, treated as a signed-out state

... (truncated)

Commits
  • 5720787 ci(repo): Version packages (#6844)
  • e3e77eb chore(repo): Update Typedoc links to fix temporary ignore warnings (#6846)
  • cf2f284 feat(nextjs): Add CI environment detection header for Next.js keyless app cre...
  • 090ca74 feat(clerk-js,nextjs,clerk-react,testing,types,vue): UserAvatar component (#6...
  • 034e6a3 ci(repo): Version packages (#6797)
  • 651b27e Revert "chore(clerk-js): Convert all Jest tests to Vitest (#6798)" (#6819)
  • e5b7eb7 chore(clerk-js): Convert all Jest tests to Vitest (#6798)
  • 95ad9f5 ci(repo): Version packages (#6768)
  • 1b2a021 ci(repo): Version packages (#6741)
  • acc7699 chore(repo): Make curly rule work with eslint-config-prettier (#6745)
  • 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 4.31.8 to 6.33.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/nextjs@6.33.0/packages/nextjs)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Sep 29, 2025
@vercel
Copy link

vercel bot commented Sep 29, 2025

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

Project Deployment Preview Comments Updated (UTC)
fork-commit-merge-web Error Error Sep 29, 2025 10:10pm

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/clerk/nextjs-6.33.0 branch September 30, 2025 17:10
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants