-
Notifications
You must be signed in to change notification settings - Fork 354
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
base: main
Are you sure you want to change the base?
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 an empty or obsolete changeset file that documented 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#5886: The main PR deletes a changeset file that documented adding clickable Terms of Service and Privacy Policy links for multiple locales including Japanese legal consent localization, which is the exact update made in the retrieved PR that adds Japanese translations for LegalConsent.checkbox in the localizations package.
- clerk/javascript#6134: The main PR deletes the changeset file documenting the exact cache key rework in `SignInFactorOneCodeForm.tsx` to avoid using `sign_in.id` due to its mutability after re-renders, which is the core fix implemented in the retrieved PR #6134.
## Suggested labels
`types`, `nextjs`, `backend`, `fastify`, `express`, `nuxt`, `vue`, `tanstack`, `elements`, `testing`, `themes`, `agent-toolkit`, `astro`, `remix`, `react-router`
## Suggested reviewers
- aeliox
- panteliselef
- wobsoriano 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (60)
💤 Files with no reviewable changes (16)
✅ Files skipped from review due to trivial changes (3)
🚧 Files skipped from review as they are similar to previous changes (41)
⏰ Context from checks skipped due to timeout of 90000ms (2)
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/[email protected] is consumed downstream.packages/expo/package.json (1)
3-3
: Version bump to 2.13.2 is accurate. Matches the updated dependencies on @clerk/[email protected] and @clerk/[email protected].packages/chrome-extension/package.json (1)
3-3
: Version bump to 2.4.13 approved. Dependency alignment with [email protected] and [email protected] 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/[email protected] 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/[email protected]
and@clerk/[email protected]
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
a9de6a7
to
c99bc22
Compare
c99bc22
to
35f8910
Compare
35f8910
to
404c9c3
Compare
404c9c3
to
7bb8657
Compare
7bb8657
to
f76c9f1
Compare
f76c9f1
to
94b68b3
Compare
94b68b3
to
4f9cb3c
Compare
4f9cb3c
to
c27f0d3
Compare
c27f0d3
to
831f2b8
Compare
831f2b8
to
d896689
Compare
d896689
to
c34cadd
Compare
c34cadd
to
f31cac5
Compare
f31cac5
to
9dc7c0d
Compare
9dc7c0d
to
f828e38
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/[email protected]
Minor Changes
Optimize
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
Add logic to ensure that we consider the proxy_url when creating the frontendApi url. (#6120) by @jacekradko
Updated dependencies [
b495279
,c3fa15d
]:@clerk/[email protected]
Minor Changes
Optimize
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
,10f3dda
]:@clerk/[email protected]
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
,10f3dda
]:@clerk/[email protected]
Minor Changes
__internal_LocalizationResource
which now includes metadata for which keys require interpolation. (#6108) by @panteliselefPatch Changes
<APIKeys />
component (#6095) by @wobsoriano@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
,628583a
,10f3dda
]:@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
,628583a
,10f3dda
]:@clerk/[email protected]
Patch Changes
b495279
,68ed585
,0c9d8b3
,e436882
,12c3826
,b207dcc
]:@clerk/[email protected]
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
Add
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
,656851d
]:@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
]:@clerk/[email protected]
Patch Changes
b495279
,68ed585
,c3fa15d
,0c9d8b3
,e436882
,12c3826
,b207dcc
]:@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
]:@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
,628583a
,10f3dda
]:@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
,628583a
,10f3dda
]:@clerk/[email protected]
Patch Changes
Add legal consent related localization to
ja-JP
(#5886) by @sdaigoAdds 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
]:@clerk/[email protected]
Patch Changes
Make
initialState
prop public and bump@nuxt/kit
to 3.17.5 (#6132) by @wobsorianoUpdated dependencies [
b495279
,c3fa15d
,628583a
,805c4a8
,10f3dda
]:@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
]:@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
,628583a
,10f3dda
]:@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
,628583a
,10f3dda
]:@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
]:@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
,628583a
,10f3dda
]:@clerk/[email protected]
Patch Changes
b495279
,c3fa15d
]:@clerk/[email protected]
Patch Changes
Make
initialState
prop public and bump@nuxt/kit
to 3.17.5 (#6132) by @wobsorianoUpdated dependencies [
b495279
,c3fa15d
]:Summary by CodeRabbit
New Features
initialState
prop public in select packages.Bug Fixes
Improvements
Chores