-
Notifications
You must be signed in to change notification settings - Fork 397
ci(repo): Version packages #6991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
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/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
b230155
to
febc2bf
Compare
febc2bf
to
e4761ec
Compare
e4761ec
to
2599ddc
Compare
2599ddc
to
ea9114e
Compare
ea9114e
to
7b70aaa
Compare
7b70aaa
to
0b80da8
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@5.101.0
Minor Changes
Patch Changes
Replace
/commerce
endpoints with/billing
endpoints. (#6854) by @panteliselefUpdated dependencies [
305f4ee
,53214f9
,1441e68
,1236c74
]:@clerk/clerk-react@5.53.0
Minor Changes
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
]:@clerk/shared@3.28.0
Minor Changes
Internal refactor of error handling to improve type safety and error classification. (#6985) by @nikosdouvlis
ClerkError
base class for all Clerk errorsapiResponseError.ts
→clerkApiResponseError.ts
,runtimeError.ts
→clerkRuntimeError.ts
ClerkAPIError
class for individual API errors with improved type safetyisClerkError
,isClerkRuntimeError
,isClerkApiResponseError
) for better error handlingclerkRuntimeError
property in favor ofclerkError
for consistencyPatch Changes
Fixed JWT public key caching in
verifyToken()
to support multi-instance scenarios. Public keys are now correctly cached perkid
from the token header instead of using a single shared cache key. (#6993) by @nikosdouvlisWhat was broken:
When verifying JWT tokens with the
jwtKey
option (PEM public key), all keys were cached under the same cache key. This caused verification failures in multi-instance scenarios.What's fixed:
JWT public keys are now cached using the
kid
value from each token's header.Updated dependencies [
53214f9
,1441e68
]:@clerk/types@4.94.0
Minor Changes
Patch Changes
__experimental_startPath
. (#6987) by @alexcarpenter@clerk/agent-toolkit@0.1.40
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
,29201b2
]:@clerk/astro@2.13.8
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
,29201b2
]:@clerk/backend@2.18.1
Patch Changes
Fixed JWT public key caching in
verifyToken()
to support multi-instance scenarios. Public keys are now correctly cached perkid
from the token header instead of using a single shared cache key. (#6993) by @nikosdouvlisWhat was broken:
When verifying JWT tokens with the
jwtKey
option (PEM public key), all keys were cached under the same cache key. This caused verification failures in multi-instance scenarios.What's fixed:
JWT public keys are now cached using the
kid
value from each token's header.Replace
/commerce
endpoints with/billing
endpoints. (#6854) by @panteliselefUpdated dependencies [
305f4ee
,53214f9
,1441e68
,1236c74
]:@clerk/chrome-extension@2.7.5
Patch Changes
305f4ee
,1441e68
,1236c74
,29201b2
]:@clerk/elements@0.23.71
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
]:@clerk/clerk-expo@2.16.3
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
,29201b2
]:@clerk/expo-passkeys@0.4.8
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
]:@clerk/express@1.7.39
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
,29201b2
]:@clerk/fastify@2.4.39
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
,29201b2
]:@clerk/localizations@3.26.1
Patch Changes
53214f9
,1441e68
]:@clerk/nextjs@6.33.5
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
,29201b2
]:@clerk/nuxt@1.10.2
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
,29201b2
]:@clerk/react-router@2.1.2
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
,29201b2
]:@clerk/remix@4.13.5
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
,29201b2
]:@clerk/tanstack-react-start@0.26.1
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
,29201b2
]:@clerk/testing@1.13.5
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
,29201b2
]:@clerk/themes@2.4.27
Patch Changes
53214f9
,1441e68
]:@clerk/vue@1.14.5
Patch Changes
305f4ee
,53214f9
,1441e68
,1236c74
]: