Releases: clerk/javascript
@clerk/fastify@3.1.20
@clerk/express@2.1.10
@clerk/expo@3.2.5
@clerk/expo-passkeys@1.0.18
@clerk/clerk-js@6.7.8
Patch Changes
-
Auto-proxy FAPI requests for
.vercel.appsubdomains. When deployed to a.vercel.appdomain without explicit proxy or domain configuration, the SDK automatically routes Frontend API requests through/__clerkon the app's own origin. This enables Clerk production mode on Vercel deployments without manual proxy setup. (#8035) by @brkalow -
Loosen
@tanstack/query-coredependency from an exact pin to a caret range (^5.90.16) so it can dedupe with consumer-installed@tanstack/react-queryversions. This avoids Viteresolve.deduperesolution failures under Bun when two divergent copies ofquery-coreend up nested instead of hoisted. (#8417) by @jacekradko -
Updated dependencies [
9b57986,a9f9b29]:- @clerk/shared@4.8.6
@clerk/chrome-extension@3.1.19
@clerk/backend@3.4.2
Patch Changes
-
Auto-proxy FAPI requests for
.vercel.appsubdomains. When deployed to a.vercel.appdomain without explicit proxy or domain configuration, the SDK automatically routes Frontend API requests through/__clerkon the app's own origin. This enables Clerk production mode on Vercel deployments without manual proxy setup. (#8035) by @brkalow -
Fix
Requestcloning and outboundfetchto omit cross-realmAbortSignal. Node 24's bundled undici tightened theinstanceof AbortSignalcheck onRequestInit.signal, which broke: (#8351) by @jacekradko- Cloning framework-specific requests such as
NextRequestin@clerk/backend'sClerkRequest. - Subclassed
Requests passed throughpatchRequestin@clerk/react-routerand@clerk/tanstack-react-start. - Frontend API proxying in
@clerk/backend'sclerkFrontendApiProxy, which forwarded the inbound request's signal to the upstreamfetch. Abort propagation will be restored in a follow-up via an in-realmAbortControllerbridge.
- Cloning framework-specific requests such as
-
Updated dependencies [
9b57986,a9f9b29]:- @clerk/shared@4.8.6
@clerk/astro@3.0.22
@clerk/vue@2.0.18
Patch Changes
- Updated dependencies [
da76490]:- @clerk/shared@4.8.5
@clerk/ui@1.6.7
Patch Changes
- Updated dependencies [
da76490]:- @clerk/shared@4.8.5
- @clerk/localizations@4.5.5