ci(repo): Version packages#8735
Open
clerk-cookie wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Break Check: no API changes detected across the tracked packages. Last ran on |
@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: |
d61f48e to
58554d0
Compare
58554d0 to
d85bcfb
Compare
d85bcfb to
ee8f1f7
Compare
ee8f1f7 to
c168092
Compare
c168092 to
3d349e8
Compare
3d349e8 to
c6e58cd
Compare
c6e58cd to
bb77332
Compare
bb77332 to
9db9cb5
Compare
9db9cb5 to
ed6b2da
Compare
ed6b2da to
34f1bdb
Compare
34f1bdb to
f5bcfcf
Compare
f5bcfcf to
f48c24b
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@3.3.4
Patch Changes
27c4d75,b295af3,27c4d75,8e1bd48]:@clerk/backend@3.5.1
Patch Changes
Prevent an unhandled exception when verifying a machine token whose JWT payload has a missing or non-string
sub. Such tokens are now classified and rejected with a typed verification error instead of throwing, so a craftedAuthorizationheader can no longer surface as an unhandled error during request authentication. (#8744) by @jacekradkoRedact raw bearer credentials from the
authobject's debug output. The debug payload (surfaced when an SDK enables middleware debug logging) previously included full session, machine, refresh, dev-browser and handshake tokens; each now exposes only a short, non-reconstructable prefix, matching howsecretKeyandjwtKeyare already handled. (#8744) by @jacekradkoAdd and improve JSDoc comments across public types and methods to support generated reference documentation for the
/objectsdocs section. Exports a few previously-internal types (OnEventListener,OffEventListener,ClerkOptionsNavigation) so they can be referenced from the generated docs. (#8276) by @alexisintechUpdated dependencies [
b295af3,8e1bd48]:@clerk/chrome-extension@3.1.33
Patch Changes
83f50f6,83f50f6,0aa6e81,81ce9d3,b295af3,b5efe17,8e1bd48]:@clerk/clerk-js@6.14.1
Patch Changes
Correctly display OAuth consent redirect domains for known multi-label public suffixes. (#8700) by @wobsoriano
Add and improve JSDoc comments across public types and methods to support generated reference documentation for the
/objectsdocs section. Exports a few previously-internal types (OnEventListener,OffEventListener,ClerkOptionsNavigation) so they can be referenced from the generated docs. (#8276) by @alexisintechUpdated dependencies [
b295af3,8e1bd48]:@clerk/expo@3.3.2
Patch Changes
Bump the native SDKs pulled into Expo:
clerk-iosto1.1.5andclerk-android-api/clerk-android-uito1.0.26. (#8745) by @mikepitreFix
useSSO()in Expo apps that hit module loading failures when starting an SSO flow under Metro. (#8720) by @wobsorianoFix Expo native builds that could fail when
expo-web-browseris not installed butClerkProvideris imported. (#8607) by @chriscaninAdd and improve JSDoc comments across public types and methods to support generated reference documentation for the
/objectsdocs section. Exports a few previously-internal types (OnEventListener,OffEventListener,ClerkOptionsNavigation) so they can be referenced from the generated docs. (#8276) by @alexisintechUpdated dependencies [
83f50f6,83f50f6,b295af3,8e1bd48]:@clerk/expo-passkeys@1.1.2
Patch Changes
b295af3,8e1bd48]:@clerk/express@2.1.24
Patch Changes
Add and improve JSDoc comments across public types and methods to support generated reference documentation for the
/objectsdocs section. Exports a few previously-internal types (OnEventListener,OffEventListener,ClerkOptionsNavigation) so they can be referenced from the generated docs. (#8276) by @alexisintechUpdated dependencies [
27c4d75,b295af3,27c4d75,8e1bd48]:@clerk/fastify@3.1.34
Patch Changes
27c4d75,b295af3,27c4d75,8e1bd48]:@clerk/hono@0.1.34
Patch Changes
27c4d75,b295af3,27c4d75,8e1bd48]:@clerk/localizations@4.7.2
Patch Changes
b295af3,8e1bd48]:@clerk/nextjs@7.4.4
Patch Changes
Harden middleware debug log output: the formatter now recursively truncates known credential keys (
sessionToken,tokenInHeader,sessionTokenInCookie,secretKey,jwtKey) at any nesting depth, so a bearer token can no longer reach the logs even if a debug producer nests one. This is a defense-in-depth backstop alongside the source-level redaction in@clerk/backend. (#8744) by @jacekradkoAdd and improve JSDoc comments across public types and methods to support generated reference documentation for the
/objectsdocs section. Exports a few previously-internal types (OnEventListener,OffEventListener,ClerkOptionsNavigation) so they can be referenced from the generated docs. (#8276) by @alexisintechUpdated dependencies [
83f50f6,83f50f6,27c4d75,b295af3,27c4d75,8e1bd48]:@clerk/nuxt@2.5.4
Patch Changes
27c4d75,b295af3,27c4d75,8e1bd48]:@clerk/react@6.7.4
Patch Changes
Keep custom pages and menu items mounted when sibling pages are added, removed, or reordered. Portals are now keyed by a stable id rather than their array index, so a surviving page is reconciled as an update instead of being remounted. (#8604) by @jescalan
Prevent custom pages in profile components from remounting during parent rerenders. (#8604) by @jescalan
Add and improve JSDoc comments across public types and methods to support generated reference documentation for the
/objectsdocs section. Exports a few previously-internal types (OnEventListener,OffEventListener,ClerkOptionsNavigation) so they can be referenced from the generated docs. (#8276) by @alexisintechUpdated dependencies [
b295af3,8e1bd48]:@clerk/react-router@3.3.4
Patch Changes
83f50f6,83f50f6,27c4d75,b295af3,27c4d75,8e1bd48]:@clerk/shared@4.15.1
Patch Changes
Correctly display OAuth consent redirect domains for known multi-label public suffixes. (#8700) by @wobsoriano
Add and improve JSDoc comments across public types and methods to support generated reference documentation for the
/objectsdocs section. Exports a few previously-internal types (OnEventListener,OffEventListener,ClerkOptionsNavigation) so they can be referenced from the generated docs. (#8276) by @alexisintech@clerk/tanstack-react-start@1.3.4
Patch Changes
83f50f6,83f50f6,27c4d75,b295af3,27c4d75,8e1bd48]:@clerk/testing@2.0.36
Patch Changes
27c4d75,b295af3,27c4d75,8e1bd48]:@clerk/ui@1.15.1
Patch Changes
Fix Chrome-specific scroll jump when toggling the billing period switch on the pricing table. (#8742) by @alexcarpenter
Fix a circular import in the styled-system that could crash module initialization under bundler configurations with tree-shaking disabled. (#8754) by @jacekradko
Correctly display OAuth consent redirect domains for known multi-label public suffixes. (#8700) by @wobsoriano
Fix modal backdrop appearing light in dark mode (#8743) by @alexcarpenter
Add and improve JSDoc comments across public types and methods to support generated reference documentation for the
/objectsdocs section. Exports a few previously-internal types (OnEventListener,OffEventListener,ClerkOptionsNavigation) so they can be referenced from the generated docs. (#8276) by @alexisintechUpdated dependencies [
b295af3,8e1bd48]:@clerk/upgrade@2.0.4
Patch Changes
@clerk/vue@2.3.4
Patch Changes
Add and improve JSDoc comments across public types and methods to support generated reference documentation for the
/objectsdocs section. Exports a few previously-internal types (OnEventListener,OffEventListener,ClerkOptionsNavigation) so they can be referenced from the generated docs. (#8276) by @alexisintechUpdated dependencies [
b295af3,8e1bd48]:@clerk/msw@0.0.32
Patch Changes
b295af3,8e1bd48]: