-
Notifications
You must be signed in to change notification settings - Fork 368
chore(repo): Update various dependencies #6348
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
🦋 Changeset detectedLatest commit: 81ecd87 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📝 WalkthroughWalkthroughThis update consists of dependency version upgrades across multiple package.json files in various packages. Key changes include updates to runtime and development dependencies such as 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ 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). (5)
🪧 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: 4
🔭 Outside diff range comments (1)
packages/astro/package.json (1)
88-94
: Add missing@clerk/clerk-js
dependency to Astro integrationThe
@clerk/astro
package must declare@clerk/clerk-js
in its dependencies, as all framework packages rely on the core SDK for functionality.• File: packages/astro/package.json
• Section:"dependencies"
Apply this diff:
"@clerk/types": "workspace:^", + "@clerk/clerk-js": "workspace:^", "nanoid": "5.1.5", "nanostores": "1.0.1"
♻️ Duplicate comments (1)
.changeset/pink-dots-crash.md (1)
1-6
: See comment on sibling changesetConsider consolidating the two patch bumps into one changeset for brevity (optional).
🧹 Nitpick comments (4)
.changeset/tasty-rabbits-show.md (1)
1-6
: Changeset is correct but could be mergedThis file bumps only
@clerk/shared
. A second changeset (pink-dots-crash.md
) bumps@clerk/clerk-js
for the same dependency.
If desired, both bumps can live in a single changeset—reduces noise while keeping semver behaviour identical. Optional..changeset/shaky-weeks-find.md (1)
5-7
: Inaccurate version numbers – reflect the actual upgrade
@clerk/elements
moved
@xstate/react
5 → 6 (correct)xstate
5.19.4 → 5.20.1 – the changeset states 1.44.0 → 1.54.1, which is the old major line.Please update the note to avoid confusing consumers scanning the changelog.
.changeset/gentle-garlics-smile.md (1)
1-6
: Consider adding rationale to the changeset bodyA one-liner “Update
cookies
0.8.0 → 0.9.1” is technically sufficient, but adding a brief note (e.g. “pulls in fixes for SameSite handling”) helps future maintainers understand why the bump happened when scanning the changelog..changeset/pink-geckos-show.md (1)
1-6
: Optional: enrich the changelog entrySame remark as the Fastify changeset – a short note on the motivation (security patch, bug-fix, etc.) will make the generated release notes more useful.
@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: |
Description
Updates various dependencies across packages.
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change
Summary by CodeRabbit