Skip to content

Bump @clerk/backend from 3.15.1 to 3.16.4 - #35

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/clerk/backend-3.16.4
Open

Bump @clerk/backend from 3.15.1 to 3.16.4#35
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/clerk/backend-3.16.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2026

Copy link
Copy Markdown

Bumps @clerk/backend from 3.15.1 to 3.16.4.

Release notes

Sourced from @​clerk/backend's releases.

@​clerk/backend@​3.16.3

Patch Changes

  • Updated dependencies [131edec]:
    • @​clerk/shared@​4.28.1

@​clerk/backend@​3.16.1

Patch Changes

  • Use a root-relative link (/contact/support) for the passwordHasher "contact support" reference so the generated API reference renders it as an internal same-tab link instead of an external one. (#9347) by @​manovotny

  • Updated dependencies [34d278b]:

    • @​clerk/shared@​4.27.1
Changelog

Sourced from @​clerk/backend's changelog.

3.16.4

Patch Changes

  • Update the lockUser() documentation to link to the current Rules page in the Clerk Dashboard. (#9372) by @​SarahSoutoul

3.16.3

Patch Changes

  • Updated dependencies [131edec]:
    • @​clerk/shared@​4.28.1

3.16.2

Patch Changes

3.16.1

Patch Changes

  • Use a root-relative link (/contact/support) for the passwordHasher "contact support" reference so the generated API reference renders it as an internal same-tab link instead of an external one. (#9347) by @​manovotny

  • Updated dependencies [34d278b]:

    • @​clerk/shared@​4.27.1

3.16.0

Minor Changes

  • Add clerkClient.users.removePassword(userId, params?) to remove a user's password through the Backend API. Password removal is allowed even when the user has no alternate sign-in method configured. Existing sessions remain active by default; pass { signOutOfOtherSessions: true } to revoke them. (#9326) by @​joshrowley

Patch Changes

  • Improve generated API reference links, expose BillingSubscriptionItemStatus, and clarify the createUser() identification status documentation. (#9340) by @​SarahSoutoul

  • Updated dependencies [1ef84c3, d639048, a66cbbf]:

    • @​clerk/shared@​4.27.0
Commits
  • 4edfb53 ci(repo): Version packages (#9387)
  • 167204b docs(backend): fix Dashboard links and method reference layout (#9372)
  • 195a09a ci(repo): Version packages (#9382)
  • d435282 ci(repo): Version packages (#9368)
  • aa86d9f feat(clerk-js,localizations,shared,ui): Add support for discounts/promo codes...
  • 6100719 ci(repo): Version packages (#9353)
  • 63d25ba docs(backend): Use root-relative link for passwordHasher contact support refe...
  • a53c672 ci(repo): Version packages (#9334)
  • f38cf02 feat(backend): support removing user passwords (#9326)
  • 1ef84c3 fix(backend,shared): fix generated TypeDoc references (#9340)
  • 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)

Open in Devin Review

Bumps [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) from 3.15.1 to 3.16.4.
- [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.16.4/packages/backend)

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

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 Aug 15, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

Comment thread package.json
},
"dependencies": {
"@clerk/backend": "^3.15.1",
"@clerk/backend": "^3.16.4",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Transitive @clerk/shared jumps two minor versions alongside the bump

The lockfile change accompanying this bump also moves the transitive @clerk/shared dependency from 4.27.1 to 4.29.1 (see the node_modules/@clerk/shared entry in package-lock.json), which pulls in feature changes beyond the documented @clerk/backend patch notes (e.g. billing/promo-code work). @clerk/clerk-react also depends on @clerk/shared, so the frontend package now resolves against the newer shared version too. Worth confirming the local gate described in CONTRIBUTING.md (npm test, npx tsc --noEmit, npm run lint, preflight, worker dry-runs, npm audit --omit=dev --audit-level=high) was run against the updated tree, since only manifest/lockfile files changed and no code was adapted.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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