Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 9, 2025

Bumps the npm_and_yarn group with 1 update in the / directory: @clerk/backend.

Updates @clerk/backend from 2.1.0 to 2.4.1

Release notes

Sourced from @​clerk/backend's releases.

@​clerk/backend@​2.4.1

Patch Changes

@​clerk/backend@​2.4.0

Minor Changes

  • Trigger a handshake on a signed in, cross origin request to sync session state from a satellite domain. (#6238) by @​brkalow

Patch Changes

  • Refactor webhook verification to use verification from the standardwebhooks package, which is what our underlying provider relies on. (#6252) by @​brkalow

  • Add optional secret property in API key response (#6246) by @​wobsoriano

  • Use Headers constructor when building BAPI client headers (#6235) by @​wobsoriano

  • Use explicit config for api version handling in backend client request builder (#6232) by @​wobsoriano

  • Updated dependencies [abd8446, 8387a39, f2a6641]:

    • @​clerk/shared@​3.10.2
    • @​clerk/types@​4.63.0

@​clerk/backend@​2.3.1

Patch Changes

@​clerk/backend@​2.3.0

Minor Changes

  • Optimize handshake payload delivery with nonce-based fetching (#5905) by @​jacekradko

    This change introduces a significant optimization to the handshake flow by replacing direct payload delivery with a nonce-based approach to overcome browser cookie size limitations.

    Problem Solved

    Previously, the handshake payload (an encoded JWT containing set-cookie headers) was sent directly in a cookie. Since browsers limit cookies to ~4KB, this severely restricted the practical size of session tokens, which are also JWTs stored in cookies but embedded within the handshake payload.

    Solution

    We now use a conditional approach based on payload size:

    • Small payloads (≤2KB): Continue using the direct approach for optimal performance
    • Large payloads (>2KB): Use nonce-based fetching to avoid cookie size limits

... (truncated)

Changelog

Sourced from @​clerk/backend's changelog.

2.4.1

Patch Changes

2.4.0

Minor Changes

  • Trigger a handshake on a signed in, cross origin request to sync session state from a satellite domain. (#6238) by @​brkalow

Patch Changes

  • Refactor webhook verification to use verification from the standardwebhooks package, which is what our underlying provider relies on. (#6252) by @​brkalow

  • Add optional secret property in API key response (#6246) by @​wobsoriano

  • Use Headers constructor when building BAPI client headers (#6235) by @​wobsoriano

  • Use explicit config for api version handling in backend client request builder (#6232) by @​wobsoriano

  • Updated dependencies [abd8446, 8387a39, f2a6641]:

    • @​clerk/shared@​3.10.2
    • @​clerk/types@​4.63.0

2.3.1

Patch Changes

2.3.0

Minor Changes

  • Optimize handshake payload delivery with nonce-based fetching (#5905) by @​jacekradko

    This change introduces a significant optimization to the handshake flow by replacing direct payload delivery with a nonce-based approach to overcome browser cookie size limitations.

    Problem Solved

    Previously, the handshake payload (an encoded JWT containing set-cookie headers) was sent directly in a cookie. Since browsers limit cookies to ~4KB, this severely restricted the practical size of session tokens, which are also JWTs stored in cookies but embedded within the handshake payload.

    Solution

... (truncated)

Commits
  • 9bea66b ci(repo): Version packages (#6256)
  • f48b883 ci(repo): Version packages (#6224)
  • c2f24da chore(backend): Refactor verifyWebhook() to use standardwebhooks library ...
  • feba23c chore(backend): Add optional secret property in api key response (#6246)
  • de9c01a feat(backend): Handles cross origin syncing on primary domains (#6238)
  • a8638b0 chore(backend): Use Headers constructor when building BAPI client headers (#6...
  • 3b4b3cb chore(backend): Add explicit config for api version handling in url (#6232)
  • 565e15b test(backend): Remove mocked svix module (#6227)
  • 0c96827 ci(repo): Version packages (#6202)
  • 1367d39 ci(repo): Version packages (#6184)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 9, 2025
@vercel
Copy link

vercel bot commented Jul 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
talka-ai-chatbots ❌ Failed (Inspect) Aug 6, 2025 6:32am
talka-ai-chatbots-m3a7 ❌ Failed (Inspect) Aug 6, 2025 6:32am

Bumps the npm_and_yarn group with 1 update in the / directory: [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend).


Updates `@clerk/backend` from 2.1.0 to 2.4.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@2.4.1/packages/backend)

---
updated-dependencies:
- dependency-name: "@clerk/backend"
  dependency-version: 2.4.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

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.

1 participant