Skip to content

deps: bump @clerk/backend from 2.33.0 to 3.2.0#85

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/clerk/backend-3.2.0
Closed

deps: bump @clerk/backend from 2.33.0 to 3.2.0#85
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/clerk/backend-3.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @clerk/backend from 2.33.0 to 3.2.0.

Release notes

Sourced from @​clerk/backend's releases.

@​clerk/backend@​3.2.0

Minor Changes

  • Add EnterpriseConnection resource, allowing to create both OIDC and SAML connections (#8017) by @​LauraBeatris

Patch Changes

  • Fix casing of enterprise connection API params when sending saml or oidc configuration (#8022) by @​LauraBeatris

  • Updated dependencies [de1386f]:

    • @​clerk/shared@​4.3.0

@​clerk/backend@​3.0.2

Patch Changes

  • Fix clerkFrontendApiProxy to derive the Clerk-Proxy-Url header and Location rewrites from x-forwarded-proto/x-forwarded-host headers instead of the raw request.url. Behind a reverse proxy, request.url resolves to localhost, causing FAPI to receive an incorrect proxy URL. The fix uses the same forwarded-header resolution pattern as ClerkRequest. (#7994) by @​nikosdouvlis

  • Remove experimental comment from Agent Tasks API (#7978) by @​tmilewski

  • Updated dependencies [776ee1b, 7fb870d, 09cb6d4]:

    • @​clerk/shared@​4.1.0

@​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);

... (truncated)

Changelog

Sourced from @​clerk/backend's changelog.

3.2.0

Minor Changes

  • Add EnterpriseConnection resource, allowing to create both OIDC and SAML connections (#8017) by @​LauraBeatris

Patch Changes

  • Fix casing of enterprise connection API params when sending saml or oidc configuration (#8022) by @​LauraBeatris

  • Updated dependencies [de1386f]:

    • @​clerk/shared@​4.3.0

3.1.0

Minor Changes

Patch Changes

3.0.2

Patch Changes

  • Fix clerkFrontendApiProxy to derive the Clerk-Proxy-Url header and Location rewrites from x-forwarded-proto/x-forwarded-host headers instead of the raw request.url. Behind a reverse proxy, request.url resolves to localhost, causing FAPI to receive an incorrect proxy URL. The fix uses the same forwarded-header resolution pattern as ClerkRequest. (#7994) by @​nikosdouvlis

  • Remove experimental comment from Agent Tasks API (#7978) by @​tmilewski

  • Updated dependencies [776ee1b, 7fb870d, 09cb6d4]:

    • @​clerk/shared@​4.1.0

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

... (truncated)

Commits
  • e22fa1c ci(repo): Version packages (#8026)
  • 1f43bf7 fix(backend): Fix casing of enterprise connection API params (#8022)
  • 19b6150 ci(repo): Version packages (#8016)
  • 766ae5b feat(backend): Add enterprise connection resource (#8017)
  • 3e63793 feat(clerk-js,localizations,shared,ui): Annual-only plans (#8012)
  • f319ea6 ci(repo): Version packages (#7984)
  • a8c64cc feat(hono): Add Frontend API proxy support (#7994)
  • 09088ed chore(backend): Remove experimental comment from Agent Tasks API (#7978)
  • 853d772 Revert "chore: Remove experimental tags from Agent Task API functions"
  • c30ea67 chore: Remove experimental tags from Agent Task API functions
  • 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/backend 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)

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

---
updated-dependencies:
- dependency-name: "@clerk/backend"
  dependency-version: 3.2.0
  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 16, 2026
@dependabot dependabot bot requested a review from alexneamtu as a code owner March 16, 2026 17:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 16, 2026
@github-actions github-actions bot added api Changes to API config Configuration changes labels Mar 16, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

Superseded by #93.

@dependabot dependabot bot closed this Mar 23, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/clerk/backend-3.2.0 branch March 23, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Changes to API config Configuration changes 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