ci(repo): Version packages#8836
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Repository UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/expo
@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: |
535be3d to
9eeef0c
Compare
9eeef0c to
24b7a60
Compare
24b7a60 to
e1a5c1f
Compare
8c8d91b to
bdf696c
Compare
bdf696c to
5837716
Compare
5837716 to
a0eef9b
Compare
a0eef9b to
86117fd
Compare
86117fd to
f1b01ec
Compare
f1b01ec to
767054a
Compare
767054a to
e5ec4be
Compare
e5ec4be to
97b0425
Compare
97b0425 to
8e96593
Compare
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/clerk-js@6.17.0
Minor Changes
Patch Changes
Rename the
<OrganizationProfile />SSO page to "Security". The navbar entry is now labeled "Security" with a shield icon, its route path changed fromorganization-self-serve-ssotoorganization-security, and a neworganizationProfile.navbar.securitylocalization key replacesorganizationProfile.navbar.selfServeSSO. (#8796) by @iagodahlemUpgrade build tooling to Rspack 2 (No user-facing API changes). (#8382) by @jacekradko
Updated dependencies [
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/react@6.10.0
Minor Changes
Patch Changes
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/shared@4.18.0
Minor Changes
Patch Changes
Align the
HeadlessBrowserClerk.load()parameter type with the runtime behavior by accepting the fullClerkOptions, includingisSatellite. The clerk-js implementation has always accepted and usedisSatellitefromload()options — it's the only way to configure a satellite app when using@clerk/clerk-jsdirectly — but the type previously excluded it, producing a contradictory generated API reference and type errors for direct consumers. (#8846) by @manovotnyRename the
<OrganizationProfile />SSO page to "Security". The navbar entry is now labeled "Security" with a shield icon, its route path changed fromorganization-self-serve-ssotoorganization-security, and a neworganizationProfile.navbar.securitylocalization key replacesorganizationProfile.navbar.selfServeSSO. (#8796) by @iagodahlemShip a self-contained
CookieAttributesinterface from@clerk/shared/cookieand use it increateCookieHandler'sset/removesignatures. The published declarations previously referencedCookies.CookieAttributesfrom js-cookie, which consumers could never resolve (the import was dropped from the declaration output and js-cookie ships no types), causing TS2503 errors underskipLibCheck: falseand silently degrading the option types toanyotherwise. (#8841) by @jacekradkoResolve the browser connectivity heuristics (
isValidBrowser,isBrowserOnline, and thereforeisValidBrowserOnline) from the worker'snavigatorwhenwindowis unavailable but the code runs inside aWorkerGlobalScope. In a Web/Service Worker — most notably an MV3 extension background service worker (where@clerk/chrome-extensionloads the background client) — there is nowindow, so these checks previously always reported "invalid/offline". That causedgetToken()failures to be re-thrown as a misleadingclerk_offlineerror and capped network retries lower than intended. The checks now read real connectivity from the worker'snavigator. Server-side rendering continues to reportfalse(the fallback requires a real worker scope, so a bareglobalThis.navigatorsuch as the one modern Node exposes is not treated as a browser), and behavior in standard browsers and React Native is unchanged. (#8827) by @royangerExclude self-identified server runtimes (
Cloudflare-Workers,Node.js,Deno,Bunuser agents) from the worker-scopenavigatorfallback used byisValidBrowser,isBrowserOnline, andisValidBrowserOnline. Today Cloudflare's workerd is excluded only because itsselfdoes not satisfyinstanceof WorkerGlobalScope; this guard keeps the checks returningfalseon server-side worker runtimes even if that implementation detail changes, while real browser web/service workers (such as MV3 extension background workers) are unaffected. (#8840) by @jacekradkoClarify the
isSatelliteJSDoc to note it must be set inload(), unlikedomain, which is set in theClerkconstructor. This corrects the generated API reference for direct@clerk/clerk-jsand<script>consumers, whereload()is the only way to configure a satellite app. (#8845) by @SarahSoutoul@clerk/ui@1.17.0
Minor Changes
Patch Changes
Rename the
<OrganizationProfile />SSO page to "Security". The navbar entry is now labeled "Security" with a shield icon, its route path changed fromorganization-self-serve-ssotoorganization-security, and a neworganizationProfile.navbar.securitylocalization key replacesorganizationProfile.navbar.selfServeSSO. (#8796) by @iagodahlemUpgrade build tooling to Rspack 2 (No user-facing API changes). (#8382) by @jacekradko
Updated dependencies [
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/astro@3.4.3
Patch Changes
Align the
HeadlessBrowserClerk.load()parameter type with the runtime behavior by accepting the fullClerkOptions, includingisSatellite. The clerk-js implementation has always accepted and usedisSatellitefromload()options — it's the only way to configure a satellite app when using@clerk/clerk-jsdirectly — but the type previously excluded it, producing a contradictory generated API reference and type errors for direct consumers. (#8846) by @manovotnyUpdated dependencies [
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/backend@3.7.1
Patch Changes
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/chrome-extension@3.1.36
Patch Changes
f4167ec,17e4164,67c04a4,fa23ad8,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/expo@3.4.3
Patch Changes
Bump the bundled
clerk-iosSDK from1.2.2to1.2.3. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.2.3. (#8854) by @clerk-cookieUpdated dependencies [
f4167ec,17e4164,67c04a4,fa23ad8,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/expo-passkeys@1.1.5
Patch Changes
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/express@2.1.27
Patch Changes
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/fastify@3.1.37
Patch Changes
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/hono@0.1.37
Patch Changes
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/localizations@4.8.2
Patch Changes
Rename the
<OrganizationProfile />SSO page to "Security". The navbar entry is now labeled "Security" with a shield icon, its route path changed fromorganization-self-serve-ssotoorganization-security, and a neworganizationProfile.navbar.securitylocalization key replacesorganizationProfile.navbar.selfServeSSO. (#8796) by @iagodahlemUpdated dependencies [
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/nextjs@7.5.3
Patch Changes
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/nuxt@2.6.3
Patch Changes
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/react-router@3.4.3
Patch Changes
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/tanstack-react-start@1.4.3
Patch Changes
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/testing@2.1.2
Patch Changes
When a Frontend API request exhausts its retries in the Playwright
setupClerkTestingTokenhelper, the warning now includes response diagnostics (cf-ray,retry-after,content-type, and a truncated response body) so rate-limit responses can be attributed to their source. Network-error retry exhaustion now includes the error message in the warning as well. (#8848) by @jacekradkoPreserve the
/// <reference types="cypress" />directive in the published@clerk/testing/cypresstype declarations. TypeScript's declaration emit previously dropped it, so the shipped types relied on the globalCypressnamespace without declaring the dependency and failed to type-check underskipLibCheck: false. (#8841) by @jacekradkoUpdated dependencies [
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/vue@2.4.3
Patch Changes
Align the
HeadlessBrowserClerk.load()parameter type with the runtime behavior by accepting the fullClerkOptions, includingisSatellite. The clerk-js implementation has always accepted and usedisSatellitefromload()options — it's the only way to configure a satellite app when using@clerk/clerk-jsdirectly — but the type previously excluded it, producing a contradictory generated API reference and type errors for direct consumers. (#8846) by @manovotnyUpdated dependencies [
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/msw@0.0.35
Patch Changes
f4167ec,17e4164,67c04a4,51c8fdc,c2ba971,8744728,d9b5c7d]:@clerk/swingset@0.0.3
Patch Changes
17e4164,67c04a4,fa23ad8]: