Skip to content

deps: bump @clerk/backend from 2.33.0 to 3.2.4#104

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Bumps @clerk/backend from 2.33.0 to 3.2.4.

Release notes

Sourced from @​clerk/backend's releases.

@​clerk/backend@​3.2.4

Patch Changes

  • Fix frontend API proxy following redirects server-side instead of passing them to the browser. The proxy's fetch() call now uses redirect: 'manual' so that 3xx responses from FAPI (e.g. after OAuth callbacks) are returned to the client as-is, matching standard HTTP proxy behavior. (#8186) by @​brkalow

  • Improve the built-in Clerk Frontend API proxy, adding support for abort signals and addressing a number of small edge cases. (#8163) by @​brkalow

  • Add EnterpriseAccount and EnterpriseAccountConnection classes to @​clerk/backend, restoring enterprise SSO account data on the User object that was lost when samlAccounts was removed in v3. (#8181) by @​iagodahlem

  • Updated dependencies [9a00a1c, 00715a6, b8c73d3, 1827b50, 7707a31]:

    • @​clerk/shared@​4.4.0

@​clerk/backend@​3.2.3

Patch Changes

  • Fix ERR_CONTENT_DECODING_FAILED when loading proxied assets by requesting uncompressed responses from FAPI and stripping Content-Encoding/Content-Length headers that fetch() invalidates through auto-decompression. (#8159) by @​brkalow

  • Fix satelliteAutoSync to default to false as documented. Previously, not passing the prop resulted in undefined, which was treated as true due to a strict equality check (=== false). This preserved Core 2 auto-sync behavior instead of the intended Core 3 default. The check is now !== true, so both undefined and false skip automatic satellite sync. (#8001) by @​nikosdouvlis

  • Fix an issue where multiple set-cookie headers were being dropped by the frontend API proxy. (#8162) by @​brkalow

@​clerk/backend@​3.2.2

Patch Changes

@​clerk/backend@​2.33.1

Patch Changes

  • Updated dependencies [e5f213f]:
    • @​clerk/shared@​3.47.3
    • @​clerk/types@​4.101.21
Changelog

Sourced from @​clerk/backend's changelog.

3.2.4

Patch Changes

  • Fix frontend API proxy following redirects server-side instead of passing them to the browser. The proxy's fetch() call now uses redirect: 'manual' so that 3xx responses from FAPI (e.g. after OAuth callbacks) are returned to the client as-is, matching standard HTTP proxy behavior. (#8186) by @​brkalow

  • Improve the built-in Clerk Frontend API proxy, adding support for abort signals and addressing a number of small edge cases. (#8163) by @​brkalow

  • Add EnterpriseAccount and EnterpriseAccountConnection classes to @​clerk/backend, restoring enterprise SSO account data on the User object that was lost when samlAccounts was removed in v3. (#8181) by @​iagodahlem

  • Updated dependencies [9a00a1c, 00715a6, b8c73d3, 1827b50, 7707a31]:

    • @​clerk/shared@​4.4.0

3.2.3

Patch Changes

  • Fix ERR_CONTENT_DECODING_FAILED when loading proxied assets by requesting uncompressed responses from FAPI and stripping Content-Encoding/Content-Length headers that fetch() invalidates through auto-decompression. (#8159) by @​brkalow

  • Fix satelliteAutoSync to default to false as documented. Previously, not passing the prop resulted in undefined, which was treated as true due to a strict equality check (=== false). This preserved Core 2 auto-sync behavior instead of the intended Core 3 default. The check is now !== true, so both undefined and false skip automatic satellite sync. (#8001) by @​nikosdouvlis

  • Fix an issue where multiple set-cookie headers were being dropped by the frontend API proxy. (#8162) by @​brkalow

3.2.2

Patch Changes

3.2.1

Patch Changes

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

... (truncated)

Commits
  • 0954e49 ci(repo): Version packages (#8166)
  • 849f198 fix(backend): harden FAPI proxy resilience and spec compliance (#8163)
  • 7c7d025 feat(backend): add enterpriseAccounts to User resource (#8181)
  • 39ee042 fix(backend): use redirect:'manual' in frontend API proxy fetch (#8186)
  • 759507d ci(repo): Version packages (#8146)
  • 486545c fix(backend): preserve Set-Cookie headers through proxy (#8162)
  • 0288931 fix(backend): prevent Content-Encoding mismatch in proxy responses (#8159)
  • 3efdd2c fix(backend,clerk-js): treat undefined satelliteAutoSync as false (#8001)
  • 0e476b9 ci(repo): Version packages (#8120)
  • 206d2b7 ci(repo): Version packages (#8041)
  • 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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 6, 2026
@dependabot dependabot Bot requested a review from alexneamtu as a code owner April 6, 2026 16:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 6, 2026
@github-actions github-actions Bot added api Changes to API config Configuration changes labels Apr 6, 2026
Bumps [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) from 2.33.0 to 3.2.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.2.4/packages/backend)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/clerk/backend-3.2.4 branch from 1c78df1 to a2314d1 Compare April 6, 2026 16:57
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 13, 2026

Superseded by #113.

@dependabot dependabot Bot closed this Apr 13, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/clerk/backend-3.2.4 branch April 13, 2026 18:08
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