Skip to content

deps: bump @clerk/backend from 2.33.0 to 3.2.8#113

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @clerk/backend from 2.33.0 to 3.2.8.

Release notes

Sourced from @​clerk/backend's releases.

@​clerk/backend@​3.2.8

Patch Changes

@​clerk/backend@​3.2.7

Patch Changes

  • Fix POST requests with sec-fetch-dest: document incorrectly triggering handshake redirects, resulting in 405 errors from FAPI. Non-GET requests (e.g. native form submissions) are now excluded from handshake and multi-domain sync eligibility. (#8045) by @​jacekradko

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

Changelog

Sourced from @​clerk/backend's changelog.

3.2.8

Patch Changes

3.2.7

Patch Changes

  • Fix POST requests with sec-fetch-dest: document incorrectly triggering handshake redirects, resulting in 405 errors from FAPI. Non-GET requests (e.g. native form submissions) are now excluded from handshake and multi-domain sync eligibility. (#8045) by @​jacekradko

3.2.6

Patch Changes

3.2.5

Patch Changes

  • Export ClerkAPIResponseError and ClerkRuntimeError classes from error subpaths for consistency with the already-exported type guards. (#8228) by @​jacekradko

  • feat: add orderBy argument to getInvitationList to control sorting (supports leading '+' for ascending and '-' for descending) (#7137) by @​mario-jerkovic

  • Updated dependencies [b289566, 636b496, aa63796]:

    • @​clerk/shared@​4.4.1

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

... (truncated)

Commits
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 13, 2026
@dependabot dependabot Bot requested a review from alexneamtu as a code owner April 13, 2026 18:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 13, 2026
@github-actions github-actions Bot added api Changes to API config Configuration changes labels Apr 13, 2026
Bumps [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) from 2.33.0 to 3.2.8.
- [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.8/packages/backend)

---
updated-dependencies:
- dependency-name: "@clerk/backend"
  dependency-version: 3.2.8
  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.8 branch from d9b5306 to 9c37638 Compare April 13, 2026 18:11
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2026

Superseded by #119.

@dependabot dependabot Bot closed this Apr 20, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/clerk/backend-3.2.8 branch April 20, 2026 19:21
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