ci(repo): Version packages#8413
Merged
nikosdouvlis merged 1 commit intomainfrom Apr 29, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
75e0366 to
17865bf
Compare
17865bf to
9d5f4fc
Compare
9d5f4fc to
aa0bb9b
Compare
aa0bb9b to
2c9b037
Compare
2c9b037 to
2e111d4
Compare
Member
|
failures seem unrelated, #8417 being merged today with identical failures |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clerk/astro@3.0.22
Patch Changes
9b57986,a9f9b29,e0a63f9]:@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 @brkalowFix
Requestcloning and outboundfetchto omit cross-realmAbortSignal. Node 24's bundled undici tightened theinstanceof AbortSignalcheck onRequestInit.signal, which broke: (#8351) by @jacekradkoNextRequestin@clerk/backend'sClerkRequest.Requests passed throughpatchRequestin@clerk/react-routerand@clerk/tanstack-react-start.@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.Updated dependencies [
9b57986,a9f9b29]:@clerk/chrome-extension@3.1.19
Patch Changes
9b57986,a9f9b29]:@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 @brkalowLoosen
@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 @jacekradkoUpdated dependencies [
9b57986,a9f9b29]:@clerk/expo@3.2.5
Patch Changes
9b57986,a9f9b29]:@clerk/expo-passkeys@1.0.18
Patch Changes
9b57986,a9f9b29]:@clerk/express@2.1.10
Patch Changes
9b57986,a9f9b29,e0a63f9]:@clerk/fastify@3.1.20
Patch Changes
9b57986,a9f9b29,e0a63f9]:@clerk/hono@0.1.20
Patch Changes
9b57986,a9f9b29,e0a63f9]:@clerk/localizations@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) by @marcviveUpdated dependencies [
9b57986,a9f9b29]:@clerk/nextjs@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) by @jacekradkoAuto-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 @brkalowUpdated dependencies [
9b57986,a9f9b29,e0a63f9]:@clerk/nuxt@2.2.9
Patch Changes
9b57986,a9f9b29,e0a63f9]:@clerk/react@6.4.6
Patch Changes
9b57986,a9f9b29]:@clerk/react-router@3.1.8
Patch Changes
Fix
Requestcloning and outboundfetchto omit cross-realmAbortSignal. Node 24's bundled undici tightened theinstanceof AbortSignalcheck onRequestInit.signal, which broke: (#8351) by @jacekradkoNextRequestin@clerk/backend'sClerkRequest.Requests passed throughpatchRequestin@clerk/react-routerand@clerk/tanstack-react-start.@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.Updated dependencies [
9b57986,a9f9b29,e0a63f9]:@clerk/shared@4.8.6
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 @brkalowLoosen
@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@clerk/tanstack-react-start@1.1.8
Patch Changes
Fix
Requestcloning and outboundfetchto omit cross-realmAbortSignal. Node 24's bundled undici tightened theinstanceof AbortSignalcheck onRequestInit.signal, which broke: (#8351) by @jacekradkoNextRequestin@clerk/backend'sClerkRequest.Requests passed throughpatchRequestin@clerk/react-routerand@clerk/tanstack-react-start.@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.Updated dependencies [
9b57986,a9f9b29,e0a63f9]:@clerk/testing@2.0.22
Patch Changes
9b57986,a9f9b29,e0a63f9]:@clerk/ui@1.6.8
Patch Changes
9b57986,00f9ff9,a9f9b29]:@clerk/vue@2.0.19
Patch Changes
9b57986,a9f9b29]:@clerk/msw@0.0.18
Patch Changes
9b57986,a9f9b29]: