Skip to content

chore(deps): bump @clerk/backend from 2.32.0 to 3.0.1#1672

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/clerk/backend-3.0.1
Open

chore(deps): bump @clerk/backend from 2.32.0 to 3.0.1#1672
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/clerk/backend-3.0.1

Conversation

@dependabot
Copy link
Contributor

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

Bumps @clerk/backend from 2.32.0 to 3.0.1.

Release notes

Sourced from @​clerk/backend's releases.

@​clerk/backend@​3.0.1

Patch Changes

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

@​clerk/backend@​3.0.0

Major Changes

  • Remove deprecated verify methods in favor of verify(). (#7927) by @​wobsoriano

    apiKeys.verifySecret() removed

    // Before
    await clerkClient.apiKeys.verifySecret(secret);
    // After
    await clerkClient.apiKeys.verify(secret);

    idpOAuthAccessToken.verifyAccessToken() removed

    // Before
    await clerkClient.idpOAuthAccessToken.verifyAccessToken(accessToken);
    // After
    await clerkClient.idpOAuthAccessToken.verify(accessToken);

    m2m.verifyToken() removed

    // Before
    await clerkClient.m2m.verifyToken(params);
    // After
    await clerkClient.m2m.verify(params);

  • Update engines config to require node@20 or higher (#6931) by @​jacekradko

  • Remove deprecated samlAccount in favor of enterpriseAccount (#7258) by @​LauraBeatris

Minor Changes

  • Add support for Agent Tasks API endpoint which allows developers to create agent tasks that can be used to act on behalf of users through automated flows. (#7783) by @​tmilewski

  • Add Frontend API proxy support via frontendApiProxy option in clerkMiddleware (#7602) by @​brkalow

... (truncated)

Changelog

Sourced from @​clerk/backend's changelog.

3.0.1

Patch Changes

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

3.0.0

Major Changes

  • Remove deprecated verify methods in favor of verify(). (#7927) by @​wobsoriano

    apiKeys.verifySecret() removed

    // Before
    await clerkClient.apiKeys.verifySecret(secret);
    // After
    await clerkClient.apiKeys.verify(secret);

    idpOAuthAccessToken.verifyAccessToken() removed

    // Before
    await clerkClient.idpOAuthAccessToken.verifyAccessToken(accessToken);
    // After
    await clerkClient.idpOAuthAccessToken.verify(accessToken);

    m2m.verifyToken() removed

    // Before
    await clerkClient.m2m.verifyToken(params);
    // After
    await clerkClient.m2m.verify(params);

  • Update engines config to require node@20 or higher (#6931) by @​jacekradko

  • Remove deprecated samlAccount in favor of enterpriseAccount (#7258) by @​LauraBeatris

Minor Changes

  • Add support for Agent Tasks API endpoint which allows developers to create agent tasks that can be used to act on behalf of users through automated flows. (#7783) by @​tmilewski

... (truncated)

Commits
  • 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)
  • 0af2e6f chore(backend): Allow usage of machine secret key when listing M2M tokens (#7...
  • 551fcc8 chore: sync changelogs and versions from release/core-2 (#7964)
  • cd1973e feat(backend,nextjs): Add support for M2M JWT creation and verification (#7955)
  • 21c96e8 chore(backend): Add M2M token list method (#7947)
  • c694433 chore(repo): Backport Core 2 changelogs and remove consumed changesets (#7952)
  • 6ec5f08 feat(backend): Warn if azp is missing on a cookie-based session token (#7929)
  • 44d0e5c chore(backend): Remove deprecated verify methods (#7927)
  • 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 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/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) from 2.32.0 to 3.0.1.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/backend/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/backend@3.0.1/packages/backend)

---
updated-dependencies:
- dependency-name: "@clerk/backend"
  dependency-version: 3.0.1
  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 Pull requests that update javascript code labels Mar 9, 2026
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