Skip to content

Bump @clerk/nextjs from 6.39.0 to 7.0.4#219

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/clerk/nextjs-7.0.4
Open

Bump @clerk/nextjs from 6.39.0 to 7.0.4#219
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/clerk/nextjs-7.0.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps @clerk/nextjs from 6.39.0 to 7.0.4.

Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​7.0.4

Patch Changes

@​clerk/nextjs@​7.0.2

Patch Changes

@​clerk/nextjs@​7.0.1

Patch Changes

  • Update README prerequisites to match actual package.json engine and peer dependency constraints. (#7972) by @​jacekradko

  • Updated dependencies [55ece85]:

    • @​clerk/backend@​3.0.1
    • @​clerk/react@​6.0.1

@​clerk/nextjs@​7.0.0

Major Changes

  • Align experimental/unstable prefixes to use consistent naming: (#7361) by @​brkalow

    • Renamed all __unstable_* methods to __internal_* (for internal APIs)
    • Renamed all experimental__* and experimental_* methods to __experimental_* (for beta features)
    • Removed deprecated billing-related props (__unstable_manageBillingUrl, __unstable_manageBillingLabel, __unstable_manageBillingMembersLimit) and experimental__forceOauthFirst
  • Renamed __unstable_invokeMiddlewareOnAuthStateChange to __internal_invokeMiddlewareOnAuthStateChange. (#7925) by @​jacekradko

  • useAuth().getToken is no longer undefined during server-side rendering, it is a function and calling it will throw. (#7730) by @​Ephem

    • If you are only using getToken in useEffect, event handlers or with non-suspenseful data fetching libraries, no change is necessary as these only trigger on the client.
    • If you are using suspenseful data fetching libraries that do trigger during SSR, you likely have strategies in place to avoid calling getToken already, since this has never been possible.
    • If you are using getToken === undefined checks to avoid calling it, know that it will now throw instead and you should catch and handle the error.
    async function doThingWithToken(getToken: GetToken) {
      try {
        const token = await getToken();
    // Use token
    
    } catch (error) {

... (truncated)

Changelog

Sourced from @​clerk/nextjs's changelog.

7.0.4

Patch Changes

7.0.3

Patch Changes

  • Updated dependencies [3e63793]:
    • @​clerk/backend@​3.1.0
    • @​clerk/shared@​4.2.0
    • @​clerk/react@​6.0.3

7.0.2

Patch Changes

7.0.1

Patch Changes

  • Update README prerequisites to match actual package.json engine and peer dependency constraints. (#7972) by @​jacekradko

  • Updated dependencies [55ece85]:

    • @​clerk/backend@​3.0.1
    • @​clerk/react@​6.0.1

7.0.0

Major Changes

  • Align experimental/unstable prefixes to use consistent naming: (#7361) by @​brkalow

    • Renamed all __unstable_* methods to __internal_* (for internal APIs)
    • Renamed all experimental__* and experimental_* methods to __experimental_* (for beta features)
    • Removed deprecated billing-related props (__unstable_manageBillingUrl, __unstable_manageBillingLabel, __unstable_manageBillingMembersLimit) and experimental__forceOauthFirst
  • Renamed __unstable_invokeMiddlewareOnAuthStateChange to __internal_invokeMiddlewareOnAuthStateChange. (#7925) by @​jacekradko

... (truncated)

Commits
  • e22fa1c ci(repo): Version packages (#8026)
  • 19b6150 ci(repo): Version packages (#8016)
  • f319ea6 ci(repo): Version packages (#7984)
  • 79d0ecf test(nextjs): Add tests for useInternalNavFun navigation promise resolution (...
  • 3157c25 fix(nextjs): Remove usePathname from navigation hook for cacheComponents comp...
  • dd322cf ci(repo): Version packages (#7974)
  • 55ece85 docs(repo): update README prerequisites to match package.json (#7972)
  • 5f2e3dd ci(repo): Version packages (Core 3) (#7412)
  • 551fcc8 chore: sync changelogs and versions from release/core-2 (#7964)
  • cd1973e feat(backend,nextjs): Add support for M2M JWT creation and verification (#7955)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​clerk/nextjs since your current version.


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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 14, 2026
@railway-app
Copy link

railway-app bot commented Mar 14, 2026

🚅 Deployed to the positivehelp-pr-219 environment in rare-vitality

Service Status Web Updated (UTC)
positivehelp ❌ Build Failed (View Logs) Web Mar 17, 2026 at 7:08 pm

Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.39.0 to 7.0.4.
- [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@7.0.4/packages/nextjs)

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

Signed-off-by: dependabot[bot] <support@github.com>
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