-
Notifications
You must be signed in to change notification settings - Fork 370
ci(repo): Version packages #6337
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 change updates multiple packages to reference version 2.5.0 of the `@clerk/backend` dependency. The updates include incrementing version numbers and changelog entries for the following packages: `@clerk/agent-toolkit`, `@clerk/astro`, `@clerk/express`, `@clerk/fastify`, `@clerk/nextjs`, `@clerk/nuxt`, `@clerk/react-router`, `@clerk/remix`, `@clerk/tanstack-react-start`, `@clerk/testing`, `@clerk/chrome-extension`, `@clerk/clerk-js`, `@clerk/elements`, `@clerk/expo-passkeys`, `@clerk/clerk-expo`, `@clerk/localizations`, `@clerk/clerk-react`, `@clerk/shared`, `@clerk/themes`, `@clerk/types`, and `@clerk/vue`. The `@clerk/backend` changelog documents the introduction of a new "machines" API resource along with dependency upgrades and a pagination update for SAML connections. The `@clerk/clerk-js` and `@clerk/types` packages include fixes related to color rendering opacity, neutral color parsing, and UI improvements. Additionally, several changeset files documenting these updates were removed. No changes were made to public APIs or exported entities.
## Possibly related PRs
- clerk/javascript#6077: Introduced machine authentication support and internal type reorganizations in multiple packages including `@clerk/backend`, related to the "machines" API resource added in this update.
## Suggested labels
`types`, `clerk-js`, `react`, `localizations`, `expo`, `chrome-extension`, `themes`, `elements`, `vue`
## Suggested reviewers
- wobsoriano
- panteliselef
- alexcarpenter 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (53)
💤 Files with no reviewable changes (9)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (42)
⏰ 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 (6)
packages/nuxt/CHANGELOG.md (1)
3-9
: Add a brief rationale for the patch bumpGuidelines encourage “detailed changelogs”; a single “Updated dependencies” line is acceptable for automated bumps, but a one-liner (e.g., “No code changes – syncs to
@clerk/[email protected]
which introduces the machines resource”) makes downstream consumers’ lives easier when scanning the file.packages/astro/CHANGELOG.md (1)
3-9
: Consider adding a one-liner about the reason for the dependency bumpFor consumers skimming the changelog, it’s helpful to know why
@clerk/backend
was bumped (e.g. “adds newmachines
API resource”).
A short parenthetical after the bullet keeps history searchable without clutter.Example:
- Updated dependencies [...]: - @clerk/backend@2.5.0 <!-- adds new `machines` API resource -->packages/agent-toolkit/CHANGELOG.md (1)
3-9
: Mirror the rationale here for consistencySame note as in the Astro changelog: adding a brief reason for the backend upgrade improves traceability.
- Updated dependencies [...]: - @clerk/backend@2.5.0 <!-- introduces `machines` API resource -->packages/react-router/CHANGELOG.md (1)
3-9
: Changelog entry is clear & follows repository style – optional context noteThe new 1.8.4 section mirrors the existing format and correctly lists the dependency bump.
If you want to give consumers extra insight (as some earlier minor entries do), you could add a short note that@clerk/[email protected]
introduces the new “machines” API resource. Totally optional and non-blocking.packages/tanstack-react-start/CHANGELOG.md (1)
3-9
: Changelog entry is accurate but could give readers more context
A one-line dependency bump is technically sufficient, yet adding a short note (e.g. “pulls in new machines API from @clerk/backend 2.5.0”) helps consumers understand why they may want to upgrade.packages/backend/CHANGELOG.md (1)
3-8
: Enrich the changelog with concrete API surface detailsGuidelines call for “detailed changelogs”. A single-line bullet doesn’t tell consumers what new functions/classes/interfaces are now available or whether any breaking constraints apply.
Consider expanding the bullet to briefly list the new methods that were added toclerkClient.machines
(e.g.list
,get
,create
, etc.) and, if relevant, any new types exported from@clerk/backend
.This small addition materially improves DX for downstream package maintainers reading the CHANGELOG.
@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: |
4a70afd
to
f2954eb
Compare
f2954eb
to
20d00c8
Compare
20d00c8
to
7013cf8
Compare
7013cf8
to
25558f9
Compare
25558f9
to
805efbe
Compare
805efbe
to
77cb5b5
Compare
77cb5b5
to
c49adca
Compare
c49adca
to
5cb698e
Compare
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
Patch Changes
Bump
snakecase-keys
to v9 which is the first ESM-only versions. This change should resolve anyTypeError: Cannot destructure property 'snakeCase' of 'require(...)' as it is undefined.
errors using Vitest. (#6255) by @wobsorianoUpdate
clerk.samlConnections.getSamlConnectionList()
to return paginated data and export theSamlConnection
type. (#6332) by @jaredpiedtUpdated dependencies [
d2f6f9e
,a329836
,6041c39
,3f1270d
]:@clerk/[email protected]
Minor Changes
clerk.billing.getPlans()
to return paginated data and introduce theusePlans()
hook. (#6327) by @panteliselefPatch Changes
Marking root of subscription modal with
cl-subscriptionDetails-root
. (#6333) by @panteliselefRender parsed
colorRing
at 15% vs 100% (#6334) by @alexcarpenterRender parsed
colorModalBackdrop
at 73% vs 100%Ensure
avatarBackground
andavatarBorder
render with parsed neutral colors whencolorNeutral
is passed in via variables propImprove invalid plan change callout for monthly-only plans (#6248) by @aeliox
Navigate to tasks on
sso-callback
route (#6324) by @LauraBeatrisUpdated dependencies [
d2f6f9e
,a329836
,6041c39
,3f1270d
]:@clerk/[email protected]
Minor Changes
Patch Changes
d2f6f9e
,a329836
,6041c39
,3f1270d
]:@clerk/[email protected]
Minor Changes
clerk.billing.getPlans()
to return paginated data and introduce theusePlans()
hook. (#6327) by @panteliselefPatch Changes
d2f6f9e
,a329836
,6041c39
,3f1270d
]:@clerk/[email protected]
Minor Changes
[Billing Beta] Update
clerk.billing.getPlans()
to return paginated data and introduce theusePlans()
hook. (#6327) by @panteliselefImprove invalid plan change callout for monthly-only plans (#6248) by @aeliox
Patch Changes
Ensure proper typing for
SignUpButton
and only allowunsafeMetadata={...}
whenmode="modal"
(#6340) by @tmilewskiRender parsed
colorRing
at 15% vs 100% (#6334) by @alexcarpenterRender parsed
colorModalBackdrop
at 73% vs 100%Ensure
avatarBackground
andavatarBorder
render with parsed neutral colors whencolorNeutral
is passed in via variables prop@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,5fbf8df
,6041c39
,3f1270d
,1d9c409
,df49349
]:@clerk/[email protected]
Patch Changes
Ensure proper typing for
SignUpButton
and only allowunsafeMetadata={...}
whenmode="modal"
(#6340) by @tmilewskiUpdated dependencies [
d2f6f9e
,a329836
,5fbf8df
,6041c39
,3f1270d
,1d9c409
,df49349
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,823845e
,6041c39
,3f1270d
,fe4d1aa
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,6041c39
,3f1270d
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,823845e
,6041c39
,3f1270d
,fe4d1aa
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,6041c39
,3f1270d
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,5fbf8df
,6041c39
,3f1270d
,1d9c409
,df49349
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,5fbf8df
,6041c39
,3f1270d
,1d9c409
,df49349
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,5fbf8df
,6041c39
,3f1270d
,1d9c409
,df49349
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,5fbf8df
,6041c39
,3f1270d
,1d9c409
,df49349
]:@clerk/[email protected]
Patch Changes
Ensure proper typing for
SignUpButton
and only allowunsafeMetadata={...}
whenmode="modal"
(#6340) by @tmilewskiUpdated dependencies [
d2f6f9e
,a329836
,6041c39
,3f1270d
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,5fbf8df
,6041c39
,3f1270d
,1d9c409
,df49349
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,5fbf8df
,6041c39
,3f1270d
,1d9c409
,df49349
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,5fbf8df
,6041c39
,3f1270d
,1d9c409
,df49349
]:@clerk/[email protected]
Patch Changes
Adding subscription details page object. (#6333) by @panteliselef
Updated dependencies [
d2f6f9e
,a329836
,5fbf8df
,6041c39
,3f1270d
,1d9c409
,df49349
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,6041c39
,3f1270d
]:@clerk/[email protected]
Patch Changes
d2f6f9e
,a329836
,6041c39
,3f1270d
]:Summary by CodeRabbit
New Features
Bug Fixes
Enhancements
Dependency Updates
Chores