Skip to content

chore(deps): bump the production-minor-patch group with 2 updates#66

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-29d94e066d
Open

chore(deps): bump the production-minor-patch group with 2 updates#66
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-29d94e066d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-minor-patch group with 2 updates: @clerk/backend and @clerk/vue.

Updates @clerk/backend from 3.4.14 to 3.5.0

Release notes

Sourced from @​clerk/backend's releases.

@​clerk/backend@​3.5.0

Minor Changes

  • Add support for new Backend API user endpoints: (#8694) by @​dmoerner
    • users.replaceUserEmailAddress(userId, { emailAddress }) replaces all of a user's email addresses with a single verified, primary email address (PUT /users/{user_id}/email_address).
    • users.replaceUserPhoneNumber(userId, { phoneNumber }) replaces all of a user's phone numbers with a single verified, primary phone number (PUT /users/{user_id}/phone_number).
    • users.createUser now accepts banned and locked parameters to create a user that is already banned or locked.

Patch Changes

  • Emit the "session token from cookie is missing the azp claim" warning once per process instead of on every authenticated request. An azp-less cookie token is reused across requests, so the previous unguarded console.warn could flood production logs. (#8698) by @​jacekradko

  • Stop authenticateRequest from consuming the incoming request body, which previously left downstream handlers unable to read it (for example a Hono POST route calling c.req.json()). (#8708) by @​jacekradko

  • Prevent keyless mode from activating in CI and other automated environments in framework SDKs. (#8676) by @​mwickett

  • Preserve custom claims when verifying JWT-format M2M tokens. M2MToken.fromJwtPayload previously hardcoded claims to null, so client.m2m.verify() (and request-level auth()) dropped any custom claims embedded in the token. Custom claims are now reconstructed from the verified payload by stripping only the structural claims the backend adds when minting the token (iss, sub, exp, nbf, iat, jti). User-supplied claims such as aud are preserved. Tokens without custom claims still return claims: null, consistent with the opaque-token path. (#8697) by @​jacekradko

  • Strip private_metadata from the backend resource _raw payload in stripPrivateDataFromObject, preventing it from leaking into __clerk_ssr_state when a User/Organization resource is passed to buildClerkProps. (#8702) by @​dominic-clerk

  • Updated dependencies [afb75e6, c3df67a, 86fd38f, 8d6bb56, 43dfefa, 5fc7b21, c2ba134]:

    • @​clerk/shared@​4.15.0
Changelog

Sourced from @​clerk/backend's changelog.

3.5.0

Minor Changes

  • Add support for new Backend API user endpoints: (#8694) by @​dmoerner
    • users.replaceUserEmailAddress(userId, { emailAddress }) replaces all of a user's email addresses with a single verified, primary email address (PUT /users/{user_id}/email_address).
    • users.replaceUserPhoneNumber(userId, { phoneNumber }) replaces all of a user's phone numbers with a single verified, primary phone number (PUT /users/{user_id}/phone_number).
    • users.createUser now accepts banned and locked parameters to create a user that is already banned or locked.

Patch Changes

  • Emit the "session token from cookie is missing the azp claim" warning once per process instead of on every authenticated request. An azp-less cookie token is reused across requests, so the previous unguarded console.warn could flood production logs. (#8698) by @​jacekradko

  • Stop authenticateRequest from consuming the incoming request body, which previously left downstream handlers unable to read it (for example a Hono POST route calling c.req.json()). (#8708) by @​jacekradko

  • Prevent keyless mode from activating in CI and other automated environments in framework SDKs. (#8676) by @​mwickett

  • Preserve custom claims when verifying JWT-format M2M tokens. M2MToken.fromJwtPayload previously hardcoded claims to null, so client.m2m.verify() (and request-level auth()) dropped any custom claims embedded in the token. Custom claims are now reconstructed from the verified payload by stripping only the structural claims the backend adds when minting the token (iss, sub, exp, nbf, iat, jti). User-supplied claims such as aud are preserved. Tokens without custom claims still return claims: null, consistent with the opaque-token path. (#8697) by @​jacekradko

  • Strip private_metadata from the backend resource _raw payload in stripPrivateDataFromObject, preventing it from leaking into __clerk_ssr_state when a User/Organization resource is passed to buildClerkProps. (#8702) by @​dominic-clerk

  • Updated dependencies [afb75e6, c3df67a, 86fd38f, 8d6bb56, 43dfefa, 5fc7b21, c2ba134]:

    • @​clerk/shared@​4.15.0
Commits
  • c9d9e6a ci(repo): Version packages (#8679)
  • 86fd38f fix(repo): harden keyless accountless requests (#8676)
  • fb184de fix(backend): strip private_metadata from resource _raw in SSR sanitizer (#8702)
  • ff0cfef fix(backend): stop authenticateRequest from consuming the request body (#8708)
  • be55c4e fix(backend): preserve custom claims when verifying JWT M2M tokens (#8697)
  • 1701e0f feat(backend): Support recent BAPI users and email/phone features (#8694)
  • 1c42351 fix(backend): warn once for azp-less cookie token instead of per request (#8698)
  • See full diff in compare view

Updates @clerk/vue from 2.3.2 to 2.3.3

Release notes

Sourced from @​clerk/vue's releases.

@​clerk/vue@​2.3.3

Patch Changes

Changelog

Sourced from @​clerk/vue's changelog.

2.3.3

Patch Changes

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-minor-patch group with 2 updates: [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) and [@clerk/vue](https://github.com/clerk/javascript/tree/HEAD/packages/vue).


Updates `@clerk/backend` from 3.4.14 to 3.5.0
- [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.5.0/packages/backend)

Updates `@clerk/vue` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/vue/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/vue@2.3.3/packages/vue)

---
updated-dependencies:
- dependency-name: "@clerk/backend"
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@clerk/vue"
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

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 Jun 5, 2026
@github-actions github-actions Bot added the automerge Eligible for automatic merge after required checks pass label Jun 5, 2026
@github-actions github-actions Bot enabled auto-merge June 5, 2026 11:06
@github-actions github-actions Bot disabled auto-merge June 5, 2026 11:07
@github-actions github-actions Bot added this pull request to the merge queue Jun 5, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Jun 5, 2026
@github-actions github-actions Bot added this pull request to the merge queue Jun 12, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Jun 12, 2026
@jack-arturo jack-arturo marked this pull request as draft June 18, 2026 15:35
@jack-arturo jack-arturo marked this pull request as ready for review June 18, 2026 15:36
Copilot AI review requested due to automatic review settings June 18, 2026 15:36
@github-actions

Copy link
Copy Markdown

Security audit status (production deps only): unknown

The full-tree audit (including dev tooling like vitepress/wrangler) is now non-blocking to avoid brittleness from known build-dep CVEs.
Only high-severity issues affecting production/runtime will block auto-merge.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions

Copy link
Copy Markdown

Cloudflare Pages preview: https://dependabot-npm-and-yarn-prod.autovault-website.pages.dev

Commit: 83d346593690056164332ea9436d20d6056c706b

@github-actions github-actions Bot disabled auto-merge June 18, 2026 15:46
@github-actions github-actions Bot added this pull request to the merge queue Jun 18, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Jun 18, 2026
@github-actions github-actions Bot added this pull request to the merge queue Jun 19, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Eligible for automatic merge after required checks pass 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.

2 participants