Skip to content

ci(repo): Version packages#8440

Merged
jacekradko merged 1 commit intomainfrom
changeset-release/main
May 5, 2026
Merged

ci(repo): Version packages#8440
jacekradko merged 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.2.0

Minor Changes

  • Add experimental <ConfigureSSO /> component. Not ready for usage yet. (#8427) by @LauraBeatris

Patch Changes

@clerk/clerk-js@6.9.0

Minor Changes

  • Add experimental <ConfigureSSO /> component. Not ready for usage yet. (#8427) by @LauraBeatris

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 [9e9230c, 68d32df, 1c27d4d, 1001193]:

    • @clerk/shared@4.10.0

@clerk/localizations@4.6.0

Minor Changes

  • Add experimental <ConfigureSSO /> component. Not ready for usage yet. (#8427) by @LauraBeatris

Patch Changes

@clerk/nuxt@2.4.0

Minor Changes

  • Add experimental <ConfigureSSO /> component. Not ready for usage yet. (#8427) by @LauraBeatris

Patch Changes

@clerk/react@6.6.0

Minor Changes

  • Add experimental <ConfigureSSO /> component. Not ready for usage yet. (#8427) by @LauraBeatris

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 [9e9230c, 68d32df, 1c27d4d, 1001193]:

    • @clerk/shared@4.10.0

@clerk/shared@4.10.0

Minor Changes

  • Add experimental <ConfigureSSO /> component. Not ready for usage yet. (#8427) by @LauraBeatris

Patch Changes

  • Localize API keys table headers (#8462) by @jebibot

  • Avoid referencing process.env when auto-proxy detection runs in runtimes where process is unavailable. (#8466) by @jacekradko

  • 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/ui@1.8.0

Minor Changes

  • Add experimental <ConfigureSSO /> component. Not ready for usage yet. (#8427) by @LauraBeatris

Patch Changes

  • Localize API keys table headers (#8462) by @jebibot

  • 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 [9e9230c, 68d32df, 1c27d4d, 1001193]:

    • @clerk/localizations@4.6.0
    • @clerk/shared@4.10.0

@clerk/vue@2.2.0

Minor Changes

  • Add experimental <ConfigureSSO /> component. Not ready for usage yet. (#8427) by @LauraBeatris

Patch Changes

@clerk/backend@3.4.5

Patch Changes

@clerk/chrome-extension@3.1.22

Patch Changes

@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 [9e9230c, 68d32df, 1c27d4d, 1001193]:

    • @clerk/shared@4.10.0
    • @clerk/clerk-js@6.9.0
    • @clerk/react@6.6.0

@clerk/expo-passkeys@1.0.21

Patch Changes

@clerk/express@2.1.13

Patch Changes

@clerk/fastify@3.1.23

Patch Changes

@clerk/hono@0.1.23

Patch Changes

@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 [9e9230c, 68d32df, 1c27d4d, 1001193]:

    • @clerk/shared@4.10.0
    • @clerk/react@6.6.0
    • @clerk/backend@3.4.5

@clerk/react-router@3.2.1

Patch Changes

@clerk/tanstack-react-start@1.2.1

Patch Changes

@clerk/testing@2.0.25

Patch Changes

@clerk/msw@0.0.21

Patch Changes

@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 7:28pm

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

@github-actions github-actions Bot force-pushed the changeset-release/main branch from a5719a0 to 95601c8 Compare May 2, 2026 03:04
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 95601c8 to bb978ef Compare May 3, 2026 01:45
@github-actions github-actions Bot force-pushed the changeset-release/main branch from bb978ef to 54bf6a1 Compare May 4, 2026 16:17
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 54bf6a1 to 2e5cec4 Compare May 4, 2026 16:29
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2e5cec4 to 812c5b1 Compare May 4, 2026 22:24
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 812c5b1 to 3aaee62 Compare May 4, 2026 23:31
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3aaee62 to cc7ba3a Compare May 5, 2026 00:10
@github-actions github-actions Bot force-pushed the changeset-release/main branch from cc7ba3a to aea6e3d Compare May 5, 2026 04:58
@github-actions github-actions Bot force-pushed the changeset-release/main branch from aea6e3d to f44a06f Compare May 5, 2026 05:16
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f44a06f to 228a453 Compare May 5, 2026 15:01
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 228a453 to f729774 Compare May 5, 2026 15:37
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f729774 to 9746f0a Compare May 5, 2026 19:01
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 9746f0a to de3aeb6 Compare May 5, 2026 19:28
@jacekradko jacekradko merged commit cd6c4b7 into main May 5, 2026
9 checks passed
@jacekradko jacekradko deleted the changeset-release/main branch May 5, 2026 19:44
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.

2 participants