ci(repo): Version packages#8993
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: |
10f9842 to
5cee3c4
Compare
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
5cee3c4 to
1ccebbf
Compare
1ccebbf to
3131633
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/eslint-plugin@0.2.0
Minor Changes
The
require-auth-protectionrule now matchesprotectedandpublicglobs relative to the project root, instead of relative toapp/. You can specifyrootDirto control the project root. (#8942) by @EphemBreaking change: If your project uses the
src/app/folder structure, you need to rewrite your globs. For example, instead ofpublic: ['app/sign-in/**'], use:public: ['src/app/sign-in/**'].Patch Changes
Handle non-promise return types when
require-auth-protectionrule fixer makes the functionasync. (#8941) by @EphemThe eslint rule fixer will now wrap a non-promise return type with
Promise<>to produce valid TypeScript.The
require-auth-protectionfixer now matches the string quote style of existing imports when inserting a newauthimport. (#8941) by @EphemPreviously, new imports always used single quotes regardless of how other imports in the file were quoted.
The
require-auth-protectionrule now accepts OR-conditions likeif (!isAuthenticated || otherCondition)when determining if a resource is protected. (#8941) by @EphemPreviously, only bare auth checks such as
if (!isAuthenticated)were recognized. Guards with only||are safe but were incorrectly reported as missing protection.@clerk/astro@3.4.8
Patch Changes
Deprecate
createRouteMatcher()in favor of resource-based auth checks. (#8981) by @wobsorianoInstead of protecting routes only from middleware, move auth checks into each protected Astro page, API route, or server-side handler:
@clerk/chrome-extension@3.1.44
Patch Changes
2492043]:@clerk/clerk-js@6.21.2
Patch Changes
BroadcastChannelwas racing a close), the token that was just cached got dropped and the nextgetToken()made an unnecessary network request. The broadcast is now isolated so a failure no longer discards a valid cached token. (#8969) by @jacekradko@clerk/electron@0.0.5
Patch Changes
2492043]:@clerk/expo@3.6.1
Patch Changes
2492043]: