-
Notifications
You must be signed in to change notification settings - Fork 361
ci(repo): Version packages #6136
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 Git ↗︎
|
📝 Walkthrough## Walkthrough
This update primarily consists of version bumps and dependency updates across multiple packages, including `@clerk/types`, `@clerk/backend`, `@clerk/shared`, and other related packages. Several changelog and changeset files were updated or removed to reflect these changes. Notable functional updates include optimizations in authentication helpers to better handle token verification and explicit handling of invalid token types, enhancements to localization resources with clickable links for specific locales, and the public exposure of the `initialState` property in certain packages. No changes were made to exported or public entity declarations.
## Possibly related PRs
- clerk/javascript#6135: The main PR deletes the changeset file documenting the addition of clickable Terms of Service and Privacy Policy links in multiple locales within the `@clerk/localizations` package, which is exactly the change described and implemented in the retrieved PR #6135.
- clerk/javascript#6132: This PR makes the `initialState` prop public in the `@clerk/nuxt` and `@clerk/vue` packages and updates dependencies, matching the changeset file removed in the main PR.
- clerk/javascript#6134: This PR reworks the cache key creation in `SignInFactorOneCodeForm.tsx` to avoid relying on `sign_in.id`, corresponding directly to a deleted changeset in the main PR.
## Suggested reviewers
- aeliox
- panteliselef
- wobsoriano 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (71)
💤 Files with no reviewable changes (27)
✅ Files skipped from review due to trivial changes (4)
🚧 Files skipped from review as they are similar to previous changes (40)
⏰ Context from checks skipped due to timeout of 90000ms (1)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (3)
packages/expo/CHANGELOG.md (1)
7-9
: Remove or populate the empty dependency reference brackets
The entry- Updated dependencies []:
contains an empty placeholder. Either remove the[]
or fill it with the relevant changeset or commit hashes for this bump.packages/chrome-extension/CHANGELOG.md (1)
7-9
: Remove or populate the empty commit reference list
The entry shows- Updated dependencies []:
with an empty bracketed list. Either remove the[]
if there are no commit links or add the relevant commit hashes.
Proposed diff:- - Updated dependencies []: + - Updated dependencies:packages/localizations/CHANGELOG.md (1)
7-7
: Use imperative mood for consistency.
Most changelog items use the imperative tense ("Add" rather than "Adds").
Apply this diff:- - Adds clickable Terms of Service and Privacy Policy links to the following localizations: `be-BY`, `bg-BG`, `cs-CZ`, `es-ES`, `it-IT`, `nl-BE`, `nl-NL`, `pt-PT`, and `tr-TR`. ([#6135](https://github.com/clerk/javascript/pull/6135)) by [@tmilewski](https://github.com/tmilewski) + - Add clickable Terms of Service and Privacy Policy links to the following localizations: `be-BY`, `bg-BG`, `cs-CZ`, `es-ES`, `it-IT`, `nl-BE`, `nl-NL`, `pt-PT`, and `tr-TR`. ([#6135](https://github.com/clerk/javascript/pull/6135)) by [@tmilewski](https://github.com/tmilewski)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (10)
.changeset/mean-chicken-press.md
(0 hunks).changeset/tiny-snails-wonder.md
(0 hunks)packages/chrome-extension/CHANGELOG.md
(1 hunks)packages/chrome-extension/package.json
(1 hunks)packages/clerk-js/CHANGELOG.md
(1 hunks)packages/clerk-js/package.json
(1 hunks)packages/expo/CHANGELOG.md
(1 hunks)packages/expo/package.json
(1 hunks)packages/localizations/CHANGELOG.md
(1 hunks)packages/localizations/package.json
(1 hunks)
💤 Files with no reviewable changes (2)
- .changeset/mean-chicken-press.md
- .changeset/tiny-snails-wonder.md
🧰 Additional context used
📓 Path-based instructions (1)
`**/*.md`: Follow all instructions, patterns and conventions that are defined in these MD files.
**/*.md
: Follow all instructions, patterns and conventions that are defined in these MD files.
packages/localizations/CHANGELOG.md
packages/chrome-extension/CHANGELOG.md
packages/expo/CHANGELOG.md
packages/clerk-js/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (5)
- GitHub Check: semgrep-cloud-platform/scan
- GitHub Check: Build Packages
- GitHub Check: Formatting | Dedupe | Changeset
- GitHub Check: semgrep/ci
- GitHub Check: Analyze (javascript-typescript)
🔇 Additional comments (9)
packages/localizations/package.json (1)
3-3
: Version bump to 3.16.6 is correct. Aligns with the patch release for new locale enhancements.packages/clerk-js/package.json (1)
3-3
: Version bump to 5.69.1 validated. Ensures the updated @clerk/localizations@3.16.6 is consumed downstream.packages/expo/package.json (1)
3-3
: Version bump to 2.13.2 is accurate. Matches the updated dependencies on @clerk/clerk-js@5.69.1 and @clerk/clerk-react@5.32.0.packages/chrome-extension/package.json (1)
3-3
: Version bump to 2.4.13 approved. Dependency alignment with clerk-js@5.69.1 and clerk-react@5.32.0 confirmed.packages/expo/CHANGELOG.md (1)
3-3
: Verify version consistency with package.json
Ensure the new2.13.2
header matches the version inpackages/expo/package.json
.Please run:
#!/bin/bash # Verify that the expo package.json version matches the changelog entry grep -R '"version": "2\.13\.2"' -n packages/expo/package.jsonpackages/clerk-js/CHANGELOG.md (1)
3-9
: CHANGELOG entry for v5.69.1 is formatted correctly.
The patch section clearly documents the @clerk/localizations@3.16.6 bump with a proper commit link and consistent indentation.packages/chrome-extension/CHANGELOG.md (1)
3-6
: Changelog entry header looks good
The new version2.4.13
and its### Patch Changes
section align with the existing format.packages/localizations/CHANGELOG.md (2)
3-4
: Approve version header formatting.
The new## 3.16.6
entry follows the established pattern and spacing.
5-6
: Approve patch changes header.
### Patch Changes
is consistent with previous versions.
@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: |
3269b6e
to
181c397
Compare
181c397
to
ca148e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/nextjs/CHANGELOG.md (1)
7-9
: Fix list item formatting in Minor Changes.The two minor change entries use an extra hyphen and inconsistent indentation—both should be top-level bullets under "### Minor Changes".
Apply this diff:- - Optimize `auth()` calls to avoid unnecessary verification calls when the provided token type is not in the `acceptsToken` array. ([#6123](https://github.com/clerk/javascript/pull/6123)) - - - Add handling for invalid token types when `acceptsToken` is an array in `authenticateRequest()`: now returns a clear unauthenticated state (`tokenType: null`) if the token is not in the accepted list. + - Optimize `auth()` calls to avoid unnecessary verification calls when the provided token type is not in the `acceptsToken` array. ([#6123](https://github.com/clerk/javascript/pull/6123)) + - Add handling for invalid token types when `acceptsToken` is an array in `authenticateRequest()`: now returns a clear unauthenticated state (`tokenType: null`) if the token is not in the accepted list.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (33)
.changeset/beige-aliens-wish.md
(0 hunks).changeset/mean-chicken-press.md
(0 hunks).changeset/tiny-snails-wonder.md
(0 hunks)packages/agent-toolkit/CHANGELOG.md
(1 hunks)packages/agent-toolkit/package.json
(1 hunks)packages/astro/CHANGELOG.md
(1 hunks)packages/astro/package.json
(1 hunks)packages/backend/CHANGELOG.md
(1 hunks)packages/backend/package.json
(1 hunks)packages/chrome-extension/CHANGELOG.md
(1 hunks)packages/chrome-extension/package.json
(1 hunks)packages/clerk-js/CHANGELOG.md
(1 hunks)packages/clerk-js/package.json
(1 hunks)packages/expo/CHANGELOG.md
(1 hunks)packages/expo/package.json
(1 hunks)packages/express/CHANGELOG.md
(1 hunks)packages/express/package.json
(1 hunks)packages/fastify/CHANGELOG.md
(1 hunks)packages/fastify/package.json
(1 hunks)packages/localizations/CHANGELOG.md
(1 hunks)packages/localizations/package.json
(1 hunks)packages/nextjs/CHANGELOG.md
(1 hunks)packages/nextjs/package.json
(1 hunks)packages/nuxt/CHANGELOG.md
(1 hunks)packages/nuxt/package.json
(1 hunks)packages/react-router/CHANGELOG.md
(1 hunks)packages/react-router/package.json
(1 hunks)packages/remix/CHANGELOG.md
(1 hunks)packages/remix/package.json
(1 hunks)packages/tanstack-react-start/CHANGELOG.md
(1 hunks)packages/tanstack-react-start/package.json
(1 hunks)packages/testing/CHANGELOG.md
(1 hunks)packages/testing/package.json
(1 hunks)
💤 Files with no reviewable changes (3)
- .changeset/mean-chicken-press.md
- .changeset/tiny-snails-wonder.md
- .changeset/beige-aliens-wish.md
✅ Files skipped from review due to trivial changes (22)
- packages/backend/package.json
- packages/tanstack-react-start/package.json
- packages/express/package.json
- packages/remix/package.json
- packages/nuxt/CHANGELOG.md
- packages/agent-toolkit/package.json
- packages/clerk-js/package.json
- packages/fastify/package.json
- packages/nextjs/package.json
- packages/testing/CHANGELOG.md
- packages/express/CHANGELOG.md
- packages/fastify/CHANGELOG.md
- packages/tanstack-react-start/CHANGELOG.md
- packages/testing/package.json
- packages/nuxt/package.json
- packages/agent-toolkit/CHANGELOG.md
- packages/react-router/package.json
- packages/remix/CHANGELOG.md
- packages/react-router/CHANGELOG.md
- packages/astro/CHANGELOG.md
- packages/astro/package.json
- packages/backend/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (7)
- packages/chrome-extension/package.json
- packages/expo/package.json
- packages/localizations/package.json
- packages/localizations/CHANGELOG.md
- packages/chrome-extension/CHANGELOG.md
- packages/expo/CHANGELOG.md
- packages/clerk-js/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
`**/*.md`: Follow all instructions, patterns and conventions that are defined in these MD files.
**/*.md
: Follow all instructions, patterns and conventions that are defined in these MD files.
packages/nextjs/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: semgrep-cloud-platform/scan
- GitHub Check: Analyze (javascript-typescript)
🔇 Additional comments (2)
packages/nextjs/CHANGELOG.md (2)
3-3
: Verify the version bump for @clerk/nextjs.Changed release to 6.23.0—ensure this matches package.json and npm publish workflows.
14-15
: Confirm updated dependencies.Dependencies bumped to
@clerk/backend@2.2.0
and@clerk/clerk-react@5.32.0
per release notes. Verify these versions are released and do not introduce conflicts.
ca148e9
to
196ab3f
Compare
196ab3f
to
8704a68
Compare
8704a68
to
fe23b42
Compare
fe23b42
to
64d6b4e
Compare
64d6b4e
to
4ca8efb
Compare
4ca8efb
to
f59df92
Compare
cb0ee9d
to
6aca00d
Compare
6aca00d
to
da70c51
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/backend@2.2.0
Minor Changes
Add support for
expiresInSeconds
parameter in session token generation. This allows setting custom expiration times for tokens both with and without templates via the backend API. (#6150) by @jacekradkoOptimize
auth()
calls to avoid unnecessary verification calls when the provided token type is not in theacceptsToken
array. (#6123) by @wobsorianoAdd handling for invalid token types when
acceptsToken
is an array inauthenticateRequest()
: now returns a clear unauthenticated state (tokenType: null
) if the token is not in the accepted list.Introduce API keys Backend SDK methods (#6169) by @wobsoriano
Patch Changes
Add logic to ensure that we consider the proxy_url when creating the frontendApi url. (#6120) by @jacekradko
Updated dependencies [
b495279
,c3fa15d
,52d5e57
,15a945c
,72629b0
]:@clerk/chrome-extension@2.5.0
Minor Changes
Explicitly mark
GoogleOneTap
andSignInWithMetamaskButton
UI components as deprecated and unsupported (due to the requirement of Remotely Hosted Code) to help avoid confusion. (#6179) by @tmilewskiEnable Metamask and OKXWallet Web3 for non-popup extensions.
Patch Changes
b495279
,68ed585
,547f49d
,15a945c
,0c9d8b3
,e436882
,12c3826
,72629b0
,b207dcc
]:@clerk/localizations@3.17.0
Minor Changes
es-CR
localizations (#6178) by @LFCisnerosPatch Changes
Add legal consent related localization to
ja-JP
(#5886) by @sdaigoReplace expiration segmented list with dropdown and hide description field in
<APIKeys />
component (#6153) by @wobsorianoFix errors in
es-CR
(#6181) by @tmilewskiAdds clickable Terms of Service and Privacy Policy links to the following localizations:
be-BY
,bg-BG
,cs-CZ
,es-ES
,it-IT
,nl-BE
,nl-NL
,pt-PT
, andtr-TR
. (#6135) by @tmilewskiUpdated dependencies [
b495279
,c3fa15d
,52d5e57
,15a945c
]:@clerk/nextjs@6.23.0
Minor Changes
Fix
auth.protect()
unauthorized error propagation within middleware (#6169) by @wobsorianoOptimize
auth()
calls to avoid unnecessary verification calls when the provided token type is not in theacceptsToken
array. (#6123) by @wobsorianoAdd handling for invalid token types when
acceptsToken
is an array inauthenticateRequest()
: now returns a clear unauthenticated state (tokenType: null
) if the token is not in the accepted list.Patch Changes
b495279
,c3fa15d
,628583a
,52d5e57
,15a945c
,10f3dda
,72629b0
,2692124
]:@clerk/tanstack-react-start@0.18.0
Minor Changes
Updated minimum required version of
@tanstack/react-start
to 1.121.0, which removes the need for Vinxi. (#6115) by @wobsorianoSee full migration guide.
Patch Changes
b495279
,c3fa15d
,628583a
,52d5e57
,15a945c
,10f3dda
,72629b0
,2692124
]:@clerk/types@4.61.0
Minor Changes
Expose
__internal_LocalizationResource
which now includes metadata for which keys require interpolation. (#6108) by @panteliselefAdd support for
expiresInSeconds
parameter in session token generation. This allows setting custom expiration times for tokens both with and without templates via the backend API. (#6150) by @jacekradkoPatch Changes
Add element descriptors to
<APIKeys />
component (#6095) by @wobsorianoReplace expiration segmented list with dropdown and hide description field in
<APIKeys />
component (#6153) by @wobsoriano@clerk/agent-toolkit@0.1.2
Patch Changes
b495279
,c3fa15d
,628583a
,52d5e57
,15a945c
,10f3dda
,72629b0
,2692124
]:@clerk/astro@2.9.2
Patch Changes
b495279
,c3fa15d
,628583a
,52d5e57
,15a945c
,10f3dda
,72629b0
,2692124
]:@clerk/clerk-js@5.69.1
Patch Changes
Add element descriptors to
<APIKeys />
component (#6095) by @wobsorianoFixed issues causing incorrect form fields or restricted access for users with existing sign-up tickets (#6143) by @jacekradko
Prevent organization list from displaying after creating an organization through the force organization selection flow (#6117) by @LauraBeatris
Replace expiration segmented list with dropdown and hide description field in
<APIKeys />
component (#6153) by @wobsorianoAdd
signInMode
prop toPricingTable
for configuring sign in behavior (#6154) by @aelioxReworked the cache key creation logic in SignInFactorOneCodeForm.tsx not to rely on sign_in.id, which can change after host app re-renders (#6134) by @jacekradko
Bug fix: Drawers would always act as prefered-reduced-motion was turned on on the first render. (#6149) by @alexcarpenter
Fixes a scenario where the session token would not immediately update after a call to
Clerk.session.touch()
. (#6144) by @brkalowUpdated dependencies [
86f32ab
,b495279
,c3fa15d
,52d5e57
,15a945c
,9487346
,656851d
,72629b0
,0271fd3
]:@clerk/elements@0.23.34
Patch Changes
b495279
,c3fa15d
,52d5e57
,15a945c
,72629b0
]:@clerk/clerk-expo@2.13.2
Patch Changes
b495279
,68ed585
,c3fa15d
,547f49d
,52d5e57
,15a945c
,0c9d8b3
,e436882
,12c3826
,72629b0
,b207dcc
]:@clerk/expo-passkeys@0.3.11
Patch Changes
b495279
,c3fa15d
,52d5e57
,15a945c
,72629b0
]:@clerk/express@1.7.1
Patch Changes
b495279
,c3fa15d
,628583a
,52d5e57
,15a945c
,10f3dda
,72629b0
,2692124
]:@clerk/fastify@2.4.1
Patch Changes
b495279
,c3fa15d
,628583a
,52d5e57
,15a945c
,10f3dda
,72629b0
,2692124
]:@clerk/nuxt@1.7.2
Patch Changes
Make
initialState
prop public and bump@nuxt/kit
to 3.17.5 (#6132) by @wobsorianoUpdated dependencies [
b495279
,c3fa15d
,628583a
,52d5e57
,15a945c
,805c4a8
,10f3dda
,72629b0
,2692124
]:@clerk/clerk-react@5.32.1
Patch Changes
b495279
,c3fa15d
,52d5e57
,15a945c
,72629b0
]:@clerk/react-router@1.6.1
Patch Changes
b495279
,c3fa15d
,628583a
,52d5e57
,15a945c
,10f3dda
,72629b0
,2692124
]:@clerk/remix@4.8.2
Patch Changes
b495279
,c3fa15d
,628583a
,52d5e57
,15a945c
,10f3dda
,72629b0
,2692124
]:@clerk/shared@3.9.8
Patch Changes
Track usage of react hooks on development instances. (#6158) by @panteliselef
useReverification
useSession
useSessionList
useUser
Updated dependencies [
b495279
,c3fa15d
,52d5e57
,15a945c
]:@clerk/testing@1.8.2
Patch Changes
b495279
,c3fa15d
,628583a
,52d5e57
,15a945c
,10f3dda
,72629b0
,2692124
]:@clerk/themes@2.2.51
Patch Changes
b495279
,c3fa15d
,52d5e57
,15a945c
]:@clerk/vue@1.8.9
Patch Changes
Make
initialState
prop public and bump@nuxt/kit
to 3.17.5 (#6132) by @wobsorianoUpdated dependencies [
b495279
,c3fa15d
,52d5e57
,15a945c
,72629b0
]:Summary by CodeRabbit
New Features
initialState
prop public in Nuxt and Vue packages.Bug Fixes
Improvements
Deprecations
GoogleOneTap
andSignInWithMetamaskButton
components as deprecated and unsupported in the Chrome extension.Chores