Skip to content

ci(repo): Version packages#8413

Merged
nikosdouvlis merged 1 commit intomainfrom
changeset-release/main
Apr 29, 2026
Merged

ci(repo): Version packages#8413
nikosdouvlis merged 1 commit intomainfrom
changeset-release/main

Conversation

@clerk-cookie
Copy link
Copy Markdown
Collaborator

@clerk-cookie clerk-cookie commented Apr 27, 2026

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

@clerk/backend@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) by @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) by @jacekradko

    • Cloning framework-specific requests such as NextRequest in @clerk/backend's ClerkRequest.
    • Subclassed Requests 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, a9f9b29]:

    • @clerk/shared@4.8.6

@clerk/chrome-extension@3.1.19

Patch Changes

  • Updated dependencies [9b57986, a9f9b29]:
    • @clerk/shared@4.8.6
    • @clerk/clerk-js@6.7.8
    • @clerk/react@6.4.6
    • @clerk/ui@1.6.8

@clerk/clerk-js@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) by @brkalow

  • Loosen @tanstack/query-core dependency from an exact pin to a caret range (^5.90.16) so it can dedupe with consumer-installed @tanstack/react-query versions. This avoids Vite resolve.dedupe resolution failures under Bun when two divergent copies of query-core end up nested instead of hoisted. (#8417) by @jacekradko

  • Updated dependencies [9b57986, a9f9b29]:

    • @clerk/shared@4.8.6

@clerk/expo@3.2.5

Patch Changes

  • Updated dependencies [9b57986, a9f9b29]:
    • @clerk/shared@4.8.6
    • @clerk/clerk-js@6.7.8
    • @clerk/react@6.4.6

@clerk/expo-passkeys@1.0.18

Patch Changes

@clerk/express@2.1.10

Patch Changes

@clerk/fastify@3.1.20

Patch Changes

@clerk/hono@0.1.20

Patch Changes

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

  • Updated dependencies [9b57986, a9f9b29]:

    • @clerk/shared@4.8.6

@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 @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) by @brkalow

  • Updated dependencies [9b57986, a9f9b29, e0a63f9]:

    • @clerk/shared@4.8.6
    • @clerk/backend@3.4.2
    • @clerk/react@6.4.6

@clerk/nuxt@2.2.9

Patch Changes

  • Updated dependencies [9b57986, a9f9b29, e0a63f9]:
    • @clerk/shared@4.8.6
    • @clerk/backend@3.4.2
    • @clerk/vue@2.0.19

@clerk/react@6.4.6

Patch Changes

@clerk/react-router@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) by @jacekradko

    • Cloning framework-specific requests such as NextRequest in @clerk/backend's ClerkRequest.
    • Subclassed Requests 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, a9f9b29, e0a63f9]:

    • @clerk/shared@4.8.6
    • @clerk/backend@3.4.2
    • @clerk/react@6.4.6

@clerk/shared@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) by @brkalow

  • Loosen @tanstack/query-core dependency from an exact pin to a caret range (^5.90.16) so it can dedupe with consumer-installed @tanstack/react-query versions. This avoids Vite resolve.dedupe resolution failures under Bun when two divergent copies of query-core end up nested instead of hoisted. (#8417) by @jacekradko

@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) by @jacekradko

    • Cloning framework-specific requests such as NextRequest in @clerk/backend's ClerkRequest.
    • Subclassed Requests 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, a9f9b29, e0a63f9]:

    • @clerk/shared@4.8.6
    • @clerk/backend@3.4.2
    • @clerk/react@6.4.6

@clerk/testing@2.0.22

Patch Changes

@clerk/ui@1.6.8

Patch Changes

@clerk/vue@2.0.19

Patch Changes

@clerk/msw@0.0.18

Patch Changes

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Apr 29, 2026 7:18am

Request Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 27, 2026

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8413

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8413

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8413

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8413

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8413

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8413

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8413

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8413

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8413

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8413

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8413

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8413

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8413

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8413

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8413

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8413

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8413

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8413

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8413

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8413

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8413

commit: 2e111d4

@nikosdouvlis
Copy link
Copy Markdown
Member

failures seem unrelated, #8417 being merged today with identical failures

@nikosdouvlis nikosdouvlis merged commit e85de19 into main Apr 29, 2026
73 of 113 checks passed
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch April 29, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants