From 2c9b03708c684127ae7a72261c91ba522de20012 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 00:14:38 +0000 Subject: [PATCH] ci(repo): Version packages --- ...isec-8-constant-time-token-signature-compare.md | 5 ----- .changeset/auto-proxy-vercel-subdomains.md | 8 -------- .changeset/expand-ca-es-localization.md | 5 ----- .changeset/node24-clerk-request-signal.md | 11 ----------- .changeset/pin-path-matcher-contracts.md | 2 -- .changeset/young-donkeys-sip.md | 2 -- packages/astro/CHANGELOG.md | 8 ++++++++ packages/astro/package.json | 2 +- packages/backend/CHANGELOG.md | 14 ++++++++++++++ packages/backend/package.json | 2 +- packages/chrome-extension/CHANGELOG.md | 10 ++++++++++ packages/chrome-extension/package.json | 2 +- packages/clerk-js/CHANGELOG.md | 9 +++++++++ packages/clerk-js/package.json | 2 +- packages/expo-passkeys/CHANGELOG.md | 7 +++++++ packages/expo-passkeys/package.json | 2 +- packages/expo/CHANGELOG.md | 9 +++++++++ packages/expo/package.json | 2 +- packages/express/CHANGELOG.md | 8 ++++++++ packages/express/package.json | 2 +- packages/fastify/CHANGELOG.md | 8 ++++++++ packages/fastify/package.json | 2 +- packages/hono/CHANGELOG.md | 8 ++++++++ packages/hono/package.json | 2 +- packages/localizations/CHANGELOG.md | 9 +++++++++ packages/localizations/package.json | 2 +- packages/msw/CHANGELOG.md | 7 +++++++ packages/msw/package.json | 2 +- packages/nextjs/CHANGELOG.md | 13 +++++++++++++ packages/nextjs/package.json | 2 +- packages/nuxt/CHANGELOG.md | 9 +++++++++ packages/nuxt/package.json | 2 +- packages/react-router/CHANGELOG.md | 14 ++++++++++++++ packages/react-router/package.json | 2 +- packages/react/CHANGELOG.md | 7 +++++++ packages/react/package.json | 2 +- packages/shared/CHANGELOG.md | 6 ++++++ packages/shared/package.json | 2 +- packages/tanstack-react-start/CHANGELOG.md | 14 ++++++++++++++ packages/tanstack-react-start/package.json | 2 +- packages/testing/CHANGELOG.md | 8 ++++++++ packages/testing/package.json | 2 +- packages/ui/CHANGELOG.md | 8 ++++++++ packages/ui/package.json | 2 +- packages/vue/CHANGELOG.md | 7 +++++++ packages/vue/package.json | 2 +- 46 files changed, 203 insertions(+), 53 deletions(-) delete mode 100644 .changeset/aisec-8-constant-time-token-signature-compare.md delete mode 100644 .changeset/auto-proxy-vercel-subdomains.md delete mode 100644 .changeset/expand-ca-es-localization.md delete mode 100644 .changeset/node24-clerk-request-signal.md delete mode 100644 .changeset/pin-path-matcher-contracts.md delete mode 100644 .changeset/young-donkeys-sip.md diff --git a/.changeset/aisec-8-constant-time-token-signature-compare.md b/.changeset/aisec-8-constant-time-token-signature-compare.md deleted file mode 100644 index 99cb42a88a2..00000000000 --- a/.changeset/aisec-8-constant-time-token-signature-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/nextjs': patch ---- - -Use a constant-time comparison when validating the integrity signature on the middleware-to-origin auth header handoff (`assertTokenSignature`). The previous `!==` compare was timing-variable; the new helper is synchronous and runtime-agnostic so it works in both Node and Edge Runtime. diff --git a/.changeset/auto-proxy-vercel-subdomains.md b/.changeset/auto-proxy-vercel-subdomains.md deleted file mode 100644 index 54671b8867d..00000000000 --- a/.changeset/auto-proxy-vercel-subdomains.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@clerk/shared': patch -'@clerk/backend': patch -'@clerk/clerk-js': patch -'@clerk/nextjs': patch ---- - -Auto-proxy FAPI requests for `.vercel.app` subdomains. When deployed to a `.vercel.app` domain without explicit proxy or domain configuration, the SDK automatically routes Frontend API requests through `/__clerk` on the app's own origin. This enables Clerk production mode on Vercel deployments without manual proxy setup. diff --git a/.changeset/expand-ca-es-localization.md b/.changeset/expand-ca-es-localization.md deleted file mode 100644 index d012753172e..00000000000 --- a/.changeset/expand-ca-es-localization.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/localizations': patch ---- - -Expand the Catalan (`ca-ES`) localization by filling in previously undefined translations across billing, checkout, subscription management, cancellation flows, and related UI strings. diff --git a/.changeset/node24-clerk-request-signal.md b/.changeset/node24-clerk-request-signal.md deleted file mode 100644 index f29b5220c67..00000000000 --- a/.changeset/node24-clerk-request-signal.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@clerk/backend': patch -'@clerk/react-router': patch -'@clerk/tanstack-react-start': patch ---- - -Fix `Request` cloning and outbound `fetch` to omit cross-realm `AbortSignal`. Node 24's bundled undici tightened the `instanceof AbortSignal` check on `RequestInit.signal`, which broke: - -- Cloning framework-specific requests such as `NextRequest` in `@clerk/backend`'s `ClerkRequest`. -- Subclassed `Request`s passed through `patchRequest` in `@clerk/react-router` and `@clerk/tanstack-react-start`. -- Frontend API proxying in `@clerk/backend`'s `clerkFrontendApiProxy`, which forwarded the inbound request's signal to the upstream `fetch`. Abort propagation will be restored in a follow-up via an in-realm `AbortController` bridge. diff --git a/.changeset/pin-path-matcher-contracts.md b/.changeset/pin-path-matcher-contracts.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/pin-path-matcher-contracts.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/young-donkeys-sip.md b/.changeset/young-donkeys-sip.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/young-donkeys-sip.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 70545273698..06c25ce5965 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/astro +## 3.0.22 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`e0a63f9`](https://github.com/clerk/javascript/commit/e0a63f9f976fd25f4ed68080c84b72149ef64646)]: + - @clerk/shared@4.8.6 + - @clerk/backend@3.4.2 + ## 3.0.21 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index f4016e5b658..272f44a36d7 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/astro", - "version": "3.0.21", + "version": "3.0.22", "description": "Clerk SDK for Astro", "keywords": [ "auth", diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index ba1eb49d0c5..e8c82e06788 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 3.4.2 + +### Patch Changes + +- Auto-proxy FAPI requests for `.vercel.app` subdomains. When deployed to a `.vercel.app` domain without explicit proxy or domain configuration, the SDK automatically routes Frontend API requests through `/__clerk` on the app's own origin. This enables Clerk production mode on Vercel deployments without manual proxy setup. ([#8035](https://github.com/clerk/javascript/pull/8035)) by [@brkalow](https://github.com/brkalow) + +- Fix `Request` cloning and outbound `fetch` to omit cross-realm `AbortSignal`. Node 24's bundled undici tightened the `instanceof AbortSignal` check on `RequestInit.signal`, which broke: ([#8351](https://github.com/clerk/javascript/pull/8351)) by [@jacekradko](https://github.com/jacekradko) + - Cloning framework-specific requests such as `NextRequest` in `@clerk/backend`'s `ClerkRequest`. + - Subclassed `Request`s passed through `patchRequest` in `@clerk/react-router` and `@clerk/tanstack-react-start`. + - Frontend API proxying in `@clerk/backend`'s `clerkFrontendApiProxy`, which forwarded the inbound request's signal to the upstream `fetch`. Abort propagation will be restored in a follow-up via an in-realm `AbortController` bridge. + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c)]: + - @clerk/shared@4.8.6 + ## 3.4.1 ### Patch Changes diff --git a/packages/backend/package.json b/packages/backend/package.json index 48c1d93b753..d399d8e198e 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/backend", - "version": "3.4.1", + "version": "3.4.2", "description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities", "homepage": "https://clerk.com/", "bugs": { diff --git a/packages/chrome-extension/CHANGELOG.md b/packages/chrome-extension/CHANGELOG.md index f5cad0b6ef2..fc5a8c162d9 100644 --- a/packages/chrome-extension/CHANGELOG.md +++ b/packages/chrome-extension/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 3.1.19 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c)]: + - @clerk/shared@4.8.6 + - @clerk/clerk-js@6.7.8 + - @clerk/react@6.4.6 + - @clerk/ui@1.6.8 + ## 3.1.18 ### Patch Changes diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index 3a35cb07e0c..cc25ed75aa5 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/chrome-extension", - "version": "3.1.18", + "version": "3.1.19", "description": "Clerk SDK for Chrome extensions", "keywords": [ "auth", diff --git a/packages/clerk-js/CHANGELOG.md b/packages/clerk-js/CHANGELOG.md index 7f0056a7d7f..d319d64b516 100644 --- a/packages/clerk-js/CHANGELOG.md +++ b/packages/clerk-js/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 6.7.8 + +### Patch Changes + +- Auto-proxy FAPI requests for `.vercel.app` subdomains. When deployed to a `.vercel.app` domain without explicit proxy or domain configuration, the SDK automatically routes Frontend API requests through `/__clerk` on the app's own origin. This enables Clerk production mode on Vercel deployments without manual proxy setup. ([#8035](https://github.com/clerk/javascript/pull/8035)) by [@brkalow](https://github.com/brkalow) + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c)]: + - @clerk/shared@4.8.6 + ## 6.7.7 ### Patch Changes diff --git a/packages/clerk-js/package.json b/packages/clerk-js/package.json index 2e7a88047f3..a1ee5b78ac5 100644 --- a/packages/clerk-js/package.json +++ b/packages/clerk-js/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-js", - "version": "6.7.7", + "version": "6.7.8", "description": "Clerk JS library", "keywords": [ "clerk", diff --git a/packages/expo-passkeys/CHANGELOG.md b/packages/expo-passkeys/CHANGELOG.md index 9af22f13fa2..4f401623f5c 100644 --- a/packages/expo-passkeys/CHANGELOG.md +++ b/packages/expo-passkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/expo-passkeys +## 1.0.18 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c)]: + - @clerk/shared@4.8.6 + ## 1.0.17 ### Patch Changes diff --git a/packages/expo-passkeys/package.json b/packages/expo-passkeys/package.json index 8f5f2918294..7c3228f6d93 100644 --- a/packages/expo-passkeys/package.json +++ b/packages/expo-passkeys/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo-passkeys", - "version": "1.0.17", + "version": "1.0.18", "description": "Passkeys library to be used with Clerk for expo", "keywords": [ "react-native", diff --git a/packages/expo/CHANGELOG.md b/packages/expo/CHANGELOG.md index fc941f0af9e..b0177198781 100644 --- a/packages/expo/CHANGELOG.md +++ b/packages/expo/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.2.5 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c)]: + - @clerk/shared@4.8.6 + - @clerk/clerk-js@6.7.8 + - @clerk/react@6.4.6 + ## 3.2.4 ### Patch Changes diff --git a/packages/expo/package.json b/packages/expo/package.json index 8de413ce27a..a1481beecf7 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo", - "version": "3.2.4", + "version": "3.2.5", "description": "Clerk React Native/Expo library", "keywords": [ "react", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index ff9b685d7ff..d16f5cfa9d3 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.1.10 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`e0a63f9`](https://github.com/clerk/javascript/commit/e0a63f9f976fd25f4ed68080c84b72149ef64646)]: + - @clerk/shared@4.8.6 + - @clerk/backend@3.4.2 + ## 2.1.9 ### Patch Changes diff --git a/packages/express/package.json b/packages/express/package.json index b109421edbe..6702ad3169a 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/express", - "version": "2.1.9", + "version": "2.1.10", "description": "Clerk server SDK for usage with Express", "keywords": [ "clerk", diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index fa3e0bed0ed..e8296d718a1 100644 --- a/packages/fastify/CHANGELOG.md +++ b/packages/fastify/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.1.20 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`e0a63f9`](https://github.com/clerk/javascript/commit/e0a63f9f976fd25f4ed68080c84b72149ef64646)]: + - @clerk/shared@4.8.6 + - @clerk/backend@3.4.2 + ## 3.1.19 ### Patch Changes diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 5444db3c923..007a023034c 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/fastify", - "version": "3.1.19", + "version": "3.1.20", "description": "Clerk SDK for Fastify", "keywords": [ "auth", diff --git a/packages/hono/CHANGELOG.md b/packages/hono/CHANGELOG.md index bf8d9f2c6e4..4e00165b6de 100644 --- a/packages/hono/CHANGELOG.md +++ b/packages/hono/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/hono +## 0.1.20 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`e0a63f9`](https://github.com/clerk/javascript/commit/e0a63f9f976fd25f4ed68080c84b72149ef64646)]: + - @clerk/shared@4.8.6 + - @clerk/backend@3.4.2 + ## 0.1.19 ### Patch Changes diff --git a/packages/hono/package.json b/packages/hono/package.json index 726cb195452..c3452727d6a 100644 --- a/packages/hono/package.json +++ b/packages/hono/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/hono", - "version": "0.1.19", + "version": "0.1.20", "description": "Clerk SDK for Hono", "keywords": [ "auth", diff --git a/packages/localizations/CHANGELOG.md b/packages/localizations/CHANGELOG.md index 17d66f81554..a36a40072f3 100644 --- a/packages/localizations/CHANGELOG.md +++ b/packages/localizations/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 4.5.6 + +### Patch Changes + +- Expand the Catalan (`ca-ES`) localization by filling in previously undefined translations across billing, checkout, subscription management, cancellation flows, and related UI strings. ([#8412](https://github.com/clerk/javascript/pull/8412)) by [@marcvive](https://github.com/marcvive) + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c)]: + - @clerk/shared@4.8.6 + ## 4.5.5 ### Patch Changes diff --git a/packages/localizations/package.json b/packages/localizations/package.json index 3ee75ac264c..822087bde50 100644 --- a/packages/localizations/package.json +++ b/packages/localizations/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/localizations", - "version": "4.5.5", + "version": "4.5.6", "description": "Localizations for the Clerk components", "keywords": [ "react", diff --git a/packages/msw/CHANGELOG.md b/packages/msw/CHANGELOG.md index e82fbd9de3b..c468b3f8996 100644 --- a/packages/msw/CHANGELOG.md +++ b/packages/msw/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/msw +## 0.0.18 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c)]: + - @clerk/shared@4.8.6 + ## 0.0.17 ### Patch Changes diff --git a/packages/msw/package.json b/packages/msw/package.json index f456a8a4b36..041915b8ec1 100644 --- a/packages/msw/package.json +++ b/packages/msw/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/msw", - "version": "0.0.17", + "version": "0.0.18", "private": true, "sideEffects": false, "type": "module", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 17aa60009dc..4a0d3984ded 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 7.2.8 + +### Patch Changes + +- Use a constant-time comparison when validating the integrity signature on the middleware-to-origin auth header handoff (`assertTokenSignature`). The previous `!==` compare was timing-variable; the new helper is synchronous and runtime-agnostic so it works in both Node and Edge Runtime. ([#8411](https://github.com/clerk/javascript/pull/8411)) by [@jacekradko](https://github.com/jacekradko) + +- Auto-proxy FAPI requests for `.vercel.app` subdomains. When deployed to a `.vercel.app` domain without explicit proxy or domain configuration, the SDK automatically routes Frontend API requests through `/__clerk` on the app's own origin. This enables Clerk production mode on Vercel deployments without manual proxy setup. ([#8035](https://github.com/clerk/javascript/pull/8035)) by [@brkalow](https://github.com/brkalow) + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`e0a63f9`](https://github.com/clerk/javascript/commit/e0a63f9f976fd25f4ed68080c84b72149ef64646)]: + - @clerk/shared@4.8.6 + - @clerk/backend@3.4.2 + - @clerk/react@6.4.6 + ## 7.2.7 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 3945c48c0bd..feae65d7e95 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nextjs", - "version": "7.2.7", + "version": "7.2.8", "description": "Clerk SDK for NextJS", "keywords": [ "clerk", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 6ab05c2648c..0a952cae8c0 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,14 @@ # @clerk/nuxt +## 2.2.9 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`e0a63f9`](https://github.com/clerk/javascript/commit/e0a63f9f976fd25f4ed68080c84b72149ef64646)]: + - @clerk/shared@4.8.6 + - @clerk/backend@3.4.2 + - @clerk/vue@2.0.19 + ## 2.2.8 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index c87f1ad54a6..b94b2bf536c 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nuxt", - "version": "2.2.8", + "version": "2.2.9", "description": "Clerk SDK for Nuxt", "keywords": [ "clerk", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 48d0031a61e..e04146f158f 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 3.1.8 + +### Patch Changes + +- Fix `Request` cloning and outbound `fetch` to omit cross-realm `AbortSignal`. Node 24's bundled undici tightened the `instanceof AbortSignal` check on `RequestInit.signal`, which broke: ([#8351](https://github.com/clerk/javascript/pull/8351)) by [@jacekradko](https://github.com/jacekradko) + - Cloning framework-specific requests such as `NextRequest` in `@clerk/backend`'s `ClerkRequest`. + - Subclassed `Request`s passed through `patchRequest` in `@clerk/react-router` and `@clerk/tanstack-react-start`. + - Frontend API proxying in `@clerk/backend`'s `clerkFrontendApiProxy`, which forwarded the inbound request's signal to the upstream `fetch`. Abort propagation will be restored in a follow-up via an in-realm `AbortController` bridge. + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`e0a63f9`](https://github.com/clerk/javascript/commit/e0a63f9f976fd25f4ed68080c84b72149ef64646)]: + - @clerk/shared@4.8.6 + - @clerk/backend@3.4.2 + - @clerk/react@6.4.6 + ## 3.1.7 ### Patch Changes diff --git a/packages/react-router/package.json b/packages/react-router/package.json index f2390c73cfd..654c9870a76 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/react-router", - "version": "3.1.7", + "version": "3.1.8", "description": "Clerk SDK for React Router", "keywords": [ "clerk", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index dfa0abb992a..d370dd5968a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 6.4.6 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c)]: + - @clerk/shared@4.8.6 + ## 6.4.5 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 13962fab132..e978f00ce56 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/react", - "version": "6.4.5", + "version": "6.4.6", "description": "Clerk React library", "keywords": [ "clerk", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 2afb48c51b7..b6f917ca518 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.8.6 + +### Patch Changes + +- Auto-proxy FAPI requests for `.vercel.app` subdomains. When deployed to a `.vercel.app` domain without explicit proxy or domain configuration, the SDK automatically routes Frontend API requests through `/__clerk` on the app's own origin. This enables Clerk production mode on Vercel deployments without manual proxy setup. ([#8035](https://github.com/clerk/javascript/pull/8035)) by [@brkalow](https://github.com/brkalow) + ## 4.8.5 ### Patch Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index ccf02bdb986..33b82ddb594 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/shared", - "version": "4.8.5", + "version": "4.8.6", "description": "Internal package utils used by the Clerk SDKs", "repository": { "type": "git", diff --git a/packages/tanstack-react-start/CHANGELOG.md b/packages/tanstack-react-start/CHANGELOG.md index 6fad7f93b68..d303e1a6d1d 100644 --- a/packages/tanstack-react-start/CHANGELOG.md +++ b/packages/tanstack-react-start/CHANGELOG.md @@ -1,5 +1,19 @@ # @clerk/tanstack-react-start +## 1.1.8 + +### Patch Changes + +- Fix `Request` cloning and outbound `fetch` to omit cross-realm `AbortSignal`. Node 24's bundled undici tightened the `instanceof AbortSignal` check on `RequestInit.signal`, which broke: ([#8351](https://github.com/clerk/javascript/pull/8351)) by [@jacekradko](https://github.com/jacekradko) + - Cloning framework-specific requests such as `NextRequest` in `@clerk/backend`'s `ClerkRequest`. + - Subclassed `Request`s passed through `patchRequest` in `@clerk/react-router` and `@clerk/tanstack-react-start`. + - Frontend API proxying in `@clerk/backend`'s `clerkFrontendApiProxy`, which forwarded the inbound request's signal to the upstream `fetch`. Abort propagation will be restored in a follow-up via an in-realm `AbortController` bridge. + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`e0a63f9`](https://github.com/clerk/javascript/commit/e0a63f9f976fd25f4ed68080c84b72149ef64646)]: + - @clerk/shared@4.8.6 + - @clerk/backend@3.4.2 + - @clerk/react@6.4.6 + ## 1.1.7 ### Patch Changes diff --git a/packages/tanstack-react-start/package.json b/packages/tanstack-react-start/package.json index f1bca67a32a..8db69da9672 100644 --- a/packages/tanstack-react-start/package.json +++ b/packages/tanstack-react-start/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/tanstack-react-start", - "version": "1.1.7", + "version": "1.1.8", "description": "Clerk SDK for TanStack React Start", "keywords": [ "clerk", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 3912af0627f..e5f4b057aa0 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/testing +## 2.0.22 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`e0a63f9`](https://github.com/clerk/javascript/commit/e0a63f9f976fd25f4ed68080c84b72149ef64646)]: + - @clerk/shared@4.8.6 + - @clerk/backend@3.4.2 + ## 2.0.21 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index 70c77051665..75e56c49d31 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/testing", - "version": "2.0.21", + "version": "2.0.22", "description": "Utilities to help you create E2E test suites for apps using Clerk", "keywords": [ "auth", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 3b1704faf32..5718ff933f7 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/ui +## 1.6.8 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`00f9ff9`](https://github.com/clerk/javascript/commit/00f9ff942f0568f3839a04ff2527339d8fbf3a5d)]: + - @clerk/shared@4.8.6 + - @clerk/localizations@4.5.6 + ## 1.6.7 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index f54e5ba79b6..c779746e5c9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/ui", - "version": "1.6.7", + "version": "1.6.8", "description": "Internal package that contains the UI components for the Clerk frontend SDKs", "repository": { "type": "git", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 251c0b6474b..093fb8878c0 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/vue +## 2.0.19 + +### Patch Changes + +- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c)]: + - @clerk/shared@4.8.6 + ## 2.0.18 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index a8e671b88de..c26fee6348b 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/vue", - "version": "2.0.18", + "version": "2.0.19", "description": "Clerk SDK for Vue", "keywords": [ "clerk",