ci(repo): Version packages - #9306
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 31, 2026 16:25
510e48e to
96fe42d
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 16:43
96fe42d to
1794700
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 17:19
1794700 to
35ddef3
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 19:02
35ddef3 to
22acb4b
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 20:18
22acb4b to
92d65ec
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 21:17
92d65ec to
f3b7e4f
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 21:54
f3b7e4f to
2f2e1f0
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/astro@4.0.6
Patch Changes
a601cd7]:@clerk/backend@3.15.1
Patch Changes
Add the optional
emailAddressIdentificationStatusandphoneNumberIdentificationStatusparameters toCreateUserParams. The Backend API has supported these arrays onPOST /v1/userssince they shipped, butcreateUser()had no way to pass them, so every email address and phone number was necessarily created verified. Each array runs parallel toemailAddress/phoneNumber— one item per identifier, applied by position — and an item set to'reserved'creates that identifier unverified but still usable for sign-in and locked so no other user can claim it. (#9305) by @dmoernerThe
createUser()documentation is corrected accordingly: it stated unconditionally that created email addresses and phone numbers are automatically verified, which is only the default.@clerk/chrome-extension@3.1.65
Patch Changes
bf1b62a,7f0cac8]:@clerk/clerk-js@6.25.14
Patch Changes
Recover from partitioned-cookie startup races by removing stale non-partitioned cookies when partitioned cookies become available. (#9286) by @thiskevinwang
Complete the Safari ITP cookie refresh when
setActive({ redirectUrl })navigates. (#9308) by @dmoernerSafari's ITP caps the client cookie at 7 days when it is re-issued from a fetch, so
setActive()routes its redirect through/v1/client/touchto restore the full lifetime. That navigation was immediately followed by a second one to the undecorated redirect URL, which superseded it and aborted the touch request before it completed, leaving the cookie capped.This applies to flows that pass
redirectUrlwithout anavigatecallback — email link sign-in, the password reset success screen, the OAuth popup flow, and directsetActive({ session, redirectUrl })calls — in apps where Clerk performs a full page navigation rather than handing off to a router. Users still landed on the correct page, so the only symptom was Safari sessions ending after 7 days and returning devices being challenged as if they were new.@clerk/electron@0.0.26
Patch Changes
bf1b62a,7f0cac8]:@clerk/expo@4.2.1
Patch Changes
bf1b62a,7f0cac8]:@clerk/express@2.1.50
Patch Changes
Respond with 400 Bad Request instead of surfacing a 500 when an incoming request cannot be represented as a fetch
Request. Vulnerability-scanner probes such as hostless//request targets, targets that parse as credentialed URLs, and forbidden methods like TRACE previously threw inside the middleware and polluted error logs. (#9290) by @wobsorianoUpdated dependencies [
a601cd7]:@clerk/fastify@3.1.60
Patch Changes
Respond with 400 Bad Request instead of surfacing a 500 when an incoming request cannot be represented as a fetch
Request. Vulnerability-scanner probes such as hostless//request targets, targets that parse as credentialed URLs, and forbidden methods like TRACE previously threw inside the middleware and polluted error logs. (#9290) by @wobsorianoUpdated dependencies [
a601cd7]:@clerk/hono@0.1.60
Patch Changes
a601cd7]:@clerk/nextjs@7.6.5
Patch Changes
a601cd7]:@clerk/nuxt@3.0.2
Patch Changes
a601cd7]:@clerk/react-router@3.6.4
Patch Changes
a601cd7]:@clerk/tanstack-react-start@1.4.27
Patch Changes
a601cd7]:@clerk/testing@2.2.17
Patch Changes
a601cd7]: