Skip to content

ci(repo): Version packages#8440

Open
clerk-cookie wants to merge 1 commit intomainfrom
changeset-release/main
Open

ci(repo): Version packages#8440
clerk-cookie wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@clerk-cookie
Copy link
Copy Markdown
Collaborator

@clerk-cookie clerk-cookie commented May 1, 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.1.1

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1
    • @clerk/backend@3.4.5

@clerk/backend@3.4.5

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1

@clerk/chrome-extension@3.1.22

Patch Changes

  • Updated dependencies [1c27d4d, 84698b5]:
    • @clerk/shared@4.9.1
    • @clerk/clerk-js@6.8.1
    • @clerk/react@6.5.1
    • @clerk/ui@1.7.1

@clerk/clerk-js@6.8.1

Patch Changes

  • Move ownership of the clerk-rq QueryClient from @clerk/clerk-js into @clerk/shared. The QueryObserver (constructed in @clerk/shared) and the Query objects it observes now always come from a single @tanstack/query-core resolution — the cross-bundle API contract that produced @clerk/nextjs 7.2.8 breaks with e.isFetched' is undefined #8428 (Query.isFetched is not a function) no longer exists. (#8434) by @jacekradko

    This removes the undocumented clerk.__internal_queryClient getter from both @clerk/clerk-js and @clerk/react's IsomorphicClerk. The QueryClient is owned by an internal singleton in @clerk/shared, lazily instantiated on the browser only — server renders return undefined, preserving SSR safety and avoiding cross-request cache sharing.

    @tanstack/query-core is no longer a direct dependency of @clerk/clerk-js; it remains a dep of @clerk/shared and resolves consumer-side as before.

  • Updated dependencies [1c27d4d]:

    • @clerk/shared@4.9.1

@clerk/expo@3.2.8

Patch Changes

  • Fix session loss on Expo JS reload (pressing R in dev) (#8469) by @chriscanin

    NativeSessionSync was calling native signOut() during the loading phase when isSignedIn is undefined. On a JS reload, the native module persists from the previous session, so signOut() revokes the session server-side and clears all keychain items, forcing the user to log in again. This adds an isLoaded guard so native signOut() is only called when Clerk has confirmed the user is actually signed out.

  • Updated dependencies [1c27d4d]:

    • @clerk/shared@4.9.1
    • @clerk/clerk-js@6.8.1
    • @clerk/react@6.5.1

@clerk/expo-passkeys@1.0.21

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1

@clerk/express@2.1.13

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1
    • @clerk/backend@3.4.5

@clerk/fastify@3.1.23

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1
    • @clerk/backend@3.4.5

@clerk/hono@0.1.23

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1
    • @clerk/backend@3.4.5

@clerk/localizations@4.5.9

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1

@clerk/nextjs@7.3.1

Patch Changes

  • Enforce middleware authorization during the keyless bootstrap window. auth.protect() and custom authorization checks now fail closed instead of being bypassed while the publishable key is being provisioned. (#8369) by @jacekradko

  • Updated dependencies [1c27d4d]:

    • @clerk/shared@4.9.1
    • @clerk/react@6.5.1
    • @clerk/backend@3.4.5

@clerk/nuxt@2.3.1

Patch Changes

  • Follow Nuxt module conventions for server-side imports. (#8439) by @wobsoriano

  • Updated dependencies [1c27d4d]:

    • @clerk/shared@4.9.1
    • @clerk/backend@3.4.5
    • @clerk/vue@2.1.1

@clerk/react@6.5.1

Patch Changes

  • Move ownership of the clerk-rq QueryClient from @clerk/clerk-js into @clerk/shared. The QueryObserver (constructed in @clerk/shared) and the Query objects it observes now always come from a single @tanstack/query-core resolution — the cross-bundle API contract that produced @clerk/nextjs 7.2.8 breaks with e.isFetched' is undefined #8428 (Query.isFetched is not a function) no longer exists. (#8434) by @jacekradko

    This removes the undocumented clerk.__internal_queryClient getter from both @clerk/clerk-js and @clerk/react's IsomorphicClerk. The QueryClient is owned by an internal singleton in @clerk/shared, lazily instantiated on the browser only — server renders return undefined, preserving SSR safety and avoiding cross-request cache sharing.

    @tanstack/query-core is no longer a direct dependency of @clerk/clerk-js; it remains a dep of @clerk/shared and resolves consumer-side as before.

  • Updated dependencies [1c27d4d]:

    • @clerk/shared@4.9.1

@clerk/react-router@3.2.1

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1
    • @clerk/react@6.5.1
    • @clerk/backend@3.4.5

@clerk/shared@4.9.1

Patch Changes

  • Move ownership of the clerk-rq QueryClient from @clerk/clerk-js into @clerk/shared. The QueryObserver (constructed in @clerk/shared) and the Query objects it observes now always come from a single @tanstack/query-core resolution — the cross-bundle API contract that produced @clerk/nextjs 7.2.8 breaks with e.isFetched' is undefined #8428 (Query.isFetched is not a function) no longer exists. (#8434) by @jacekradko

    This removes the undocumented clerk.__internal_queryClient getter from both @clerk/clerk-js and @clerk/react's IsomorphicClerk. The QueryClient is owned by an internal singleton in @clerk/shared, lazily instantiated on the browser only — server renders return undefined, preserving SSR safety and avoiding cross-request cache sharing.

    @tanstack/query-core is no longer a direct dependency of @clerk/clerk-js; it remains a dep of @clerk/shared and resolves consumer-side as before.

@clerk/tanstack-react-start@1.2.1

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1
    • @clerk/react@6.5.1
    • @clerk/backend@3.4.5

@clerk/testing@2.0.25

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1
    • @clerk/backend@3.4.5

@clerk/ui@1.7.1

Patch Changes

  • Surface initialization errors and stalled mounts in the component renderer. The internal ensureMounted pipeline now logs a [Clerk UI] error to the console when the lazy module import rejects, and emits a diagnostic warning if the renderer has not mounted within 10 seconds. Makes silent failures (e.g. failed dev-server chunk loads, unresolved lazy-compilation proxies) surface with an actionable message instead of hanging without feedback. (#8379) by @jacekradko

  • Updated dependencies [1c27d4d]:

    • @clerk/shared@4.9.1
    • @clerk/localizations@4.5.9

@clerk/vue@2.1.1

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1

@clerk/msw@0.0.21

Patch Changes

  • Updated dependencies [1c27d4d]:
    • @clerk/shared@4.9.1

@vercel
Copy link
Copy Markdown

vercel Bot commented May 1, 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 May 5, 2026 4:59am

Request Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 1, 2026

Open in StackBlitz

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/hono

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/react

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

@clerk/react-router

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/ui

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

@clerk/upgrade

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

@clerk/vue

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

commit: a5719a0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant