-
Notifications
You must be signed in to change notification settings - Fork 367
ci(repo): Version packages #6329
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 consists of patch-level version bumps across multiple packages, including `@clerk/shared`, `@clerk/backend`, `@clerk/clerk-react`, `@clerk/clerk-js`, and related framework integrations such as `@clerk/astro`, `@clerk/express`, `@clerk/fastify`, `@clerk/nextjs`, `@clerk/nuxt`, `@clerk/remix`, `@clerk/vue`, and others. The primary change is the update of internal dependencies to newer patch versions, specifically updating `@clerk/shared` to version 3.12.3 and propagating this change throughout dependent packages. Additionally, a fix was included to prevent after-auth navigation triggering from the `useMultisessionActions` hook. No changes to public APIs or exported entities are present, and no other functional or behavioral modifications were introduced. A changeset file documenting the internalization of error utilities was removed.
## Suggested labels
`types`, `localizations`, `themes`
## Suggested reviewers
- panteliselef
- LauraBeatris 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (48)
💤 Files with no reviewable changes (4)
✅ Files skipped from review due to trivial changes (8)
🚧 Files skipped from review as they are similar to previous changes (36)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (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 (7)
packages/shared/CHANGELOG.md (1)
3-8
: Add a bit more specificity to the changelog entryThe new line simply says “Mark error utilities as internal.” Mentioning the exact utility names (e.g.
reverificationError
,errorToJSON
, etc.) would help future readers quickly understand the scope without opening the linked PR.packages/clerk-js/CHANGELOG.md (1)
3-9
: Consider adding a release date and a brief rationale for traceabilityThe repo’s changelogs typically include the release date next to the version header and a short sentence describing why the dependency bump matters (e.g. “marks error utilities as internal”). Including these two details keeps the log self-contained and easier to scan when triaging regressions.
Example:
## 5.73.2 – 2025-07-14 ### Patch Changes - Bump @clerk/shared to 3.12.3 (marks error utilities as internal) [`af50905`]packages/expo-passkeys/CHANGELOG.md (1)
3-9
: Consider adding a short note on the dependency bump’s impact.The entry only lists the updated dependency. Adding a one-liner (e.g., “Marks error utilities as internal – no runtime impact”) would keep the changelog self-contained for readers who don’t open the linked commit.
packages/react-router/CHANGELOG.md (1)
3-11
: Changelog is correct; optional context could improve clarity.Looks good. If you want to be extra helpful for consumers, append a brief remark such as “No functional changes; dependency patch only (internal error utilities marked internal).”
Totally optional.packages/react-router/package.json (1)
3-3
: Remember to add a matching CHANGELOG entry for v1.8.3The package version is bumped, but no corresponding note was seen in
packages/react-router/CHANGELOG.md
. Please add at least a one-liner that states “patch release – bump internal deps to @clerk/shared 3.12.3, etc.” so consumers can track the change history.packages/nextjs/CHANGELOG.md (1)
3-11
: Provide a brief user-facing note, not just dependency bumpsClerk changelogs typically include a short sentence summarising why the bump matters (e.g. “pulls in internalised error utils from @clerk/shared 3.12.3”).
Consider adding a single-line description so consumers immediately know whether any behavioural change is expected.packages/expo/CHANGELOG.md (1)
3-10
: Add a short description of “why” rather than only “what”.The new 2.14.7 entry lists the version bumps but doesn’t communicate the reason — e.g. “internal error utilities were marked as internal in @clerk/shared 3.12.3”.
A one-liner helps readers quickly grasp the impact without opening every dependent package’s changelog.### Patch Changes -- Updated dependencies [[`af50905`](https://github.com/clerk/javascript/commit/af50905ea497ed3286c8c4c374498e06ca6ee82b)]: +- Bumped internal deps to pick up @clerk/shared 3.12.3 (error utils now internal) and keep all framework packages in lock-step. + Updated dependencies [[`af50905`](https://github.com/clerk/javascript/commit/af50905ea497ed3286c8c4c374498e06ca6ee82b)]: - @clerk/shared@3.12.3 - @clerk/clerk-js@5.73.2 - @clerk/clerk-react@5.35.2
@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: |
4f45af3
to
11a7c24
Compare
11a7c24
to
36b5940
Compare
36b5940
to
075ebfb
Compare
075ebfb
to
a582258
Compare
a582258
to
7aa1678
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/types@4.67.0
Minor Changes
useMultisessionActions
(#6323) by @LauraBeatris@clerk/agent-toolkit@0.1.10
Patch Changes
2a90b68
,af50905
]:@clerk/astro@2.10.7
Patch Changes
2a90b68
,af50905
]:@clerk/backend@2.4.5
Patch Changes
2a90b68
,af50905
]:@clerk/chrome-extension@2.5.8
Patch Changes
2a90b68
,af50905
]:@clerk/clerk-js@5.73.2
Patch Changes
Do not trigger after-auth navigation from
useMultisessionActions
(#6323) by @LauraBeatrisUpdated dependencies [
2a90b68
,af50905
]:@clerk/elements@0.23.42
Patch Changes
2a90b68
,af50905
]:@clerk/clerk-expo@2.14.7
Patch Changes
2a90b68
,af50905
]:@clerk/expo-passkeys@0.3.19
Patch Changes
2a90b68
,af50905
]:@clerk/express@1.7.9
Patch Changes
2a90b68
,af50905
]:@clerk/fastify@2.4.9
Patch Changes
2a90b68
,af50905
]:@clerk/localizations@3.19.2
Patch Changes
2a90b68
]:@clerk/nextjs@6.25.3
Patch Changes
2a90b68
,af50905
]:@clerk/nuxt@1.7.10
Patch Changes
2a90b68
,af50905
]:@clerk/clerk-react@5.35.2
Patch Changes
Do not trigger after-auth navigation from
useMultisessionActions
(#6323) by @LauraBeatrisUpdated dependencies [
2a90b68
,af50905
]:@clerk/react-router@1.8.3
Patch Changes
2a90b68
,af50905
]:@clerk/remix@4.10.3
Patch Changes
2a90b68
,af50905
]:@clerk/shared@3.12.3
Patch Changes
Mark error utilities as internal. (#6328) by @panteliselef
Updated dependencies [
2a90b68
]:@clerk/tanstack-react-start@0.20.3
Patch Changes
2a90b68
,af50905
]:@clerk/testing@1.10.3
Patch Changes
2a90b68
,af50905
]:@clerk/themes@2.3.2
Patch Changes
2a90b68
]:@clerk/vue@1.8.17
Patch Changes
2a90b68
,af50905
]:Summary by CodeRabbit
Bug Fixes
Chores