ci(repo): Version packages#9175
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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 Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@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: |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
b377245 to
61c8fbf
Compare
61c8fbf to
aff99c5
Compare
aff99c5 to
66a870c
Compare
66a870c to
92fc8ac
Compare
92fc8ac to
b69838a
Compare
b69838a to
2468c36
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/astro@3.4.19
Patch Changes
Fix Astro initialization when bundled
uiorprefetchUI: falseis passed to the integration. (#8628) by @jescalanEscape
<,>, and/when serializing the Clerk auth state into SSR<script>tags, preventing a</script>sequence inside user-controllable session claims from breaking out of the script element (stored XSS). The embedded JSON still parses to identical values on the client. (#9166) by @dominic-clerkUpdated dependencies [
bcbdda6,e657d99]:@clerk/backend@3.11.7
Patch Changes
Reject machine tokens (M2M and OAuth JWTs) presented in the
__sessioncookie. Previously such a token could pass session verification and produce a signed-in state with the machine identity asuserId, defeatingif (userId)authorization checks. The cookie path now mirrors the existing header-path guard and returns a signed-out state for these tokens. (#9168) by @dominic-clerkUpdated dependencies [
bcbdda6]:@clerk/chrome-extension@3.1.54
Patch Changes
2632d88,bcbdda6,b0ed361]:@clerk/clerk-js@6.25.5
Patch Changes
bcbdda6]:@clerk/electron@0.0.15
Patch Changes
bcbdda6]:@clerk/expo@3.7.7
Patch Changes
Fix Android native UI components crashing before window attachment or becoming unresponsive after navigation detaches and reattaches their views. (#9178) by @wobsoriano
Prevent Expo apps from accumulating duplicate initialization requests while the Clerk API is unavailable or the app reloads. (#9173) by @mikepitre
Updated dependencies [
bcbdda6]:@clerk/expo-passkeys@1.2.6
Patch Changes
bcbdda6]:@clerk/express@2.1.43
Patch Changes
bcbdda6,e657d99]:@clerk/fastify@3.1.53
Patch Changes
bcbdda6,e657d99]:@clerk/hono@0.1.53
Patch Changes
bcbdda6,e657d99]:@clerk/localizations@4.13.5
Patch Changes
bcbdda6]:@clerk/nextjs@7.5.20
Patch Changes
bcbdda6,e657d99]:@clerk/nuxt@2.6.19
Patch Changes
bcbdda6,e657d99]:@clerk/react@6.12.5
Patch Changes
bcbdda6]:@clerk/react-router@3.5.12
Patch Changes
bcbdda6,e657d99]:@clerk/shared@4.25.5
Patch Changes
<,>, and/when serializing the Clerk auth state into SSR<script>tags, preventing a</script>sequence inside user-controllable session claims from breaking out of the script element (stored XSS). The embedded JSON still parses to identical values on the client. (#9166) by @dominic-clerk@clerk/tanstack-react-start@1.4.20
Patch Changes
Escape
<,>, and/when serializing the Clerk auth state into SSR<script>tags, preventing a</script>sequence inside user-controllable session claims from breaking out of the script element (stored XSS). The embedded JSON still parses to identical values on the client. (#9166) by @dominic-clerkUpdated dependencies [
bcbdda6,e657d99]:@clerk/testing@2.2.10
Patch Changes
bcbdda6,e657d99]:@clerk/ui@1.25.5
Patch Changes
Fix pressing
Escapewhile aSelectis open inside aDrawer(for example the payment method picker in Checkout) dismissing the entire Drawer.Escapenow closes only the openSelectand leaves the Drawer open. TheSelectnow wires up its floating interaction props so it handlesEscapeitself, and theDrawerroots a floating tree so nested floating elements are recognized as its children. (#9176) by @alexcarpenterImprove
Selectkeyboard and screen reader support by routing navigation through floating-ui's interaction hooks. PressingArrowUp/ArrowDownon a focused, closedSelectnow opens the listbox, and the active option is announced viaaria-activedescendant. The searchable variant (for example thePhoneInputcountry picker) now exposes a proper combobox: its input is markedrole="combobox"witharia-controls,aria-autocomplete="list", andaria-activedescendant, while the plain variant keeps its listbox semantics. (#9179) by @alexcarpenterUpdated dependencies [
bcbdda6]:@clerk/vue@2.4.17
Patch Changes
bcbdda6]:@clerk/headless@0.0.13
Patch Changes
bcbdda6]:@clerk/msw@0.0.49
Patch Changes
bcbdda6]:@clerk/swingset@0.0.20
Patch Changes
2632d88,b0ed361]: