ci(repo): Version packages - #9262
Open
clerk-cookie wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-google-signin
@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: |
Contributor
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 27, 2026 22:37
07b6c76 to
18ca9d2
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 02:50
18ca9d2 to
f3ec77c
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 16:22
f3ec77c to
f0d7daa
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 16:39
f0d7daa to
a95780d
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 17:25
a95780d to
bd8c385
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 17:34
bd8c385 to
1653892
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 19:15
1653892 to
600249a
Compare
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/[email protected]
Major Changes
Drop support for Nuxt 3, which reaches end-of-life on July 31, 2026.
@clerk/nuxtnow requires Nuxt 4, and the minimum supported Node.js version is now^20.19.0 || >=22.12.0to match Nuxt 4's own requirement. If you are still on Nuxt 3, follow the Nuxt upgrade guide to upgrade your project before updating@clerk/nuxt. (#9258) by @wobsorianoRemove
createRouteMatcherfrom@clerk/nuxt/serverand the auto-imported client-sidecreateRouteMatcher. Middleware-based auth checks rely on path matching, which can diverge from how requests are actually routed and leave protected resources reachable. Move auth checks into the resources themselves. (#9258) by @wobsorianoProtect API routes inside the event handler itself:
Protect pages with a named route middleware and opt pages into it with
definePageMeta(). Child routes inherit the middleware applied to their parent, so a single declaration can protect a whole section:If you want to hand this work to a coding agent, use this migration prompt:
Patch Changes
23071bd,e2dd4e2]:@clerk/[email protected]
Minor Changes
EnterpriseConnectionresponse resource with what the Backend API actually returns: (#9156) by @manovotnyEnterpriseConnectionnow exposesprovider,logoPublicUrl,allowOrganizationAccountLinking,authenticatable,disableJitProvisioning, andcustomAttributes.EnterpriseConnectionSamlConnectionnow exposesactive,forceAuthn, andloginHint.EnterpriseConnectionOauthConfignow exposesproviderKey,authUrl,tokenUrl,userInfoUrl, andrequiresPkce.undefineddespite their declared types:allowSubdomainsonEnterpriseConnection(usesamlConnection.allowSubdomains), andidpMetadataandsyncUserAttributesonEnterpriseConnectionSamlConnection(use the top-levelsyncUserAttributes).organizationIdis now normalized tonullwhen the Backend API omits it, matching its declaredstring | nulltype. Properties backed by optional API fields (for exampleoauthConfig.clientIdand the SAML IdP fields) are now typed as possiblyundefinedto match runtime behavior.Patch Changes
e2dd4e2]:@clerk/[email protected]
Minor Changes
Avatarcompound component (StyleX).Avatar.Rootownsshape(circle|square) andsize(lg|md|sm|xs); composeAvatar.Image(renders once the image loads) andAvatar.Fallback(shown while the image is pending or has failed, with an optionaldelayMs) inside it. (#9230) by @alexcarpenterPatch Changes
Expose whether an organization member has been deprovisioned, and mark deprovisioned members as inactive in the Organization Profile. (#9202) by @NicolasLopes7
Updated dependencies [
e2dd4e2]:@clerk/[email protected]
Patch Changes
23071bd,e2dd4e2]:@clerk/[email protected]
Patch Changes
9a52bc7,e2dd4e2]:@clerk/[email protected]
Patch Changes
Expose whether an organization member has been deprovisioned, and mark deprovisioned members as inactive in the Organization Profile. (#9202) by @NicolasLopes7
Updated dependencies [
e2dd4e2]:@clerk/[email protected]
Patch Changes
e2dd4e2]:@clerk/[email protected]
Patch Changes
Fix JS auth state recovery after rejecting a divergent native client so signed-in sessions can still sign out. (#9259) by @wobsoriano
Bump the bundled
clerk-androidSDK (clerk-android-apiandclerk-android-ui) from1.0.36to1.0.37. See the Clerk Android release: https://github.com/clerk/clerk-android/releases/tag/v1.0.37. (#9260) by @clerk-cookieBump the bundled
clerk-iosSDK from1.3.4to1.3.5. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.3.5. (#9261) by @clerk-cookieUpdated dependencies [
e2dd4e2]:@clerk/[email protected]
Patch Changes
e2dd4e2]:@clerk/[email protected]
Patch Changes
23071bd,e2dd4e2]:@clerk/[email protected]
Patch Changes
23071bd,e2dd4e2]:@clerk/[email protected]
Patch Changes
23071bd,e2dd4e2]:@clerk/[email protected]
Patch Changes
Expose whether an organization member has been deprovisioned, and mark deprovisioned members as inactive in the Organization Profile. (#9202) by @NicolasLopes7
Updated dependencies [
e2dd4e2]:@clerk/[email protected]
Patch Changes
23071bd,e2dd4e2]:@clerk/[email protected]
Patch Changes
e2dd4e2]:@clerk/[email protected]
Patch Changes
23071bd,e2dd4e2]:@clerk/[email protected]
Patch Changes
@clerk/[email protected]
Patch Changes
23071bd,e2dd4e2]:@clerk/[email protected]
Patch Changes
23071bd,e2dd4e2]:@clerk/[email protected]
Patch Changes
e2dd4e2]:@clerk/[email protected]
Patch Changes
e2dd4e2]:@clerk/[email protected]
Patch Changes
e2dd4e2]:@clerk/[email protected]
Patch Changes
9a52bc7,e2dd4e2]: