Skip to content

ci(repo): Version packages #6385

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

Merged
merged 1 commit into from
Jul 25, 2025
Merged

ci(repo): Version packages #6385

merged 1 commit into from
Jul 25, 2025

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Jul 24, 2025

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

@clerk/[email protected]

Minor Changes

  • Introduce <TaskSelectOrganization /> component. (#6376) by @LauraBeatris

    It allows you to eject the organization selection task flow from the default SignIn and SignUp components and render it on custom URL paths using taskUrls.

    Usage example:

    <ClerkProvider taskUrls={{ 'select-organization': '/onboarding/select-organization' }}>
      <App />
    </ClerkProvider>
    function OnboardingSelectOrganization() {
      return <TaskSelectOrganization redirectUrlComplete='/dashboard/onboarding-complete' />;
    }

Patch Changes

@clerk/[email protected]

Minor Changes

  • Expose commerce hooks and components under the experimental module. (#6383) by @panteliselef

    • PaymentElementProvider,
    • usePaymentElement,
    • PaymentElement,
    • usePaymentAttempts,
    • useStatements,
    • usePaymentMethods,
    • usePlans,
    • useSubscription,
    • CheckoutProvider,
    • useCheckout,

Patch Changes

@clerk/[email protected]

Minor Changes

  • Expose commerce hooks and components under the experimental module. (#6383) by @panteliselef

    • PaymentElementProvider,
    • usePaymentElement,
    • PaymentElement,
    • usePaymentAttempts,
    • useStatements,
    • usePaymentMethods,
    • usePlans,
    • useSubscription,
    • CheckoutProvider,
    • useCheckout,

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

Summary by CodeRabbit

  • New Features

    • Introduced a new <TaskSelectOrganization /> component, allowing custom organization selection flows.
    • Added experimental commerce-related hooks and components for payment and subscription management in React and Next.js packages.
  • Bug Fixes

    • Resolved issues with component unmounting during authentication flows.
  • Chores

    • Updated multiple internal and peer dependencies across packages.
    • Added new TypeScript types for recently introduced components.
    • Incremented package versions and updated changelogs.

Copy link

vercel bot commented Jul 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2025 5:42pm

Copy link
Contributor

coderabbitai bot commented Jul 24, 2025

📝 Walkthrough

Walkthrough

This change updates the version numbers and changelogs for multiple packages to reflect the upgrade of the @clerk/backend dependency to version 2.6.0. The update is documented across various CHANGELOG.md and package.json files for packages including @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/elements, @clerk/expo, and @clerk/clerk-react. The @clerk/clerk-react package additionally introduces new commerce-related hooks and components under an experimental module. The @clerk/backend package adds types for Commerce webhooks. A changeset markdown file documenting a previous minor update to @clerk/backend was removed. Several packages also update dependencies such as @clerk/types to 4.70.1 and @clerk/shared to 3.15.1. The @clerk/clerk-js package introduces a new <TaskSelectOrganization /> component and fixes cache revalidation issues in authentication flows. No changes were made to code logic or exported/public entity declarations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Complexity label: Trivial
Rationale: The changes consist primarily of version increments and changelog additions across multiple packages, with no modifications to source code or exported/public entities. The only notable additions are new experimental exports documented in changelogs and a new React component addition documented in the changelog for @clerk/clerk-js. These do not require code review. Overall, the scope is broad but changes are low complexity and straightforward to verify.

Suggested labels

types, clerk-js, react, localizations, expo, chrome-extension, themes, elements, vue

Suggested reviewers

  • panteliselef
  • LauraBeatris

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 16c0942 and 25134c7.

📒 Files selected for processing (50)
  • .changeset/bright-cats-lay.md (0 hunks)
  • .changeset/five-birds-cheer.md (0 hunks)
  • .changeset/full-impalas-wonder.md (0 hunks)
  • .changeset/lucky-papers-act.md (0 hunks)
  • .changeset/pretty-poets-smile.md (0 hunks)
  • .changeset/vast-places-tap.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/elements/CHANGELOG.md (1 hunks)
  • packages/elements/package.json (1 hunks)
  • packages/expo-passkeys/CHANGELOG.md (1 hunks)
  • packages/expo-passkeys/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/react/CHANGELOG.md (1 hunks)
  • packages/react/package.json (1 hunks)
  • packages/remix/CHANGELOG.md (1 hunks)
  • packages/remix/package.json (1 hunks)
  • packages/shared/CHANGELOG.md (1 hunks)
  • packages/shared/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)
  • packages/themes/CHANGELOG.md (1 hunks)
  • packages/themes/package.json (1 hunks)
  • packages/types/CHANGELOG.md (1 hunks)
  • packages/types/package.json (1 hunks)
  • packages/vue/CHANGELOG.md (1 hunks)
  • packages/vue/package.json (1 hunks)
💤 Files with no reviewable changes (6)
  • .changeset/vast-places-tap.md
  • .changeset/lucky-papers-act.md
  • .changeset/five-birds-cheer.md
  • .changeset/full-impalas-wonder.md
  • .changeset/pretty-poets-smile.md
  • .changeset/bright-cats-lay.md
✅ Files skipped from review due to trivial changes (13)
  • packages/elements/package.json
  • packages/fastify/package.json
  • packages/localizations/package.json
  • packages/expo-passkeys/package.json
  • packages/vue/package.json
  • packages/astro/package.json
  • packages/react/package.json
  • packages/expo-passkeys/CHANGELOG.md
  • packages/react-router/package.json
  • packages/types/package.json
  • packages/localizations/CHANGELOG.md
  • packages/types/CHANGELOG.md
  • packages/shared/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (31)
  • packages/themes/package.json
  • packages/backend/package.json
  • packages/remix/package.json
  • packages/expo/package.json
  • packages/express/package.json
  • packages/agent-toolkit/package.json
  • packages/clerk-js/package.json
  • packages/agent-toolkit/CHANGELOG.md
  • packages/shared/package.json
  • packages/chrome-extension/package.json
  • packages/tanstack-react-start/package.json
  • packages/elements/CHANGELOG.md
  • packages/vue/CHANGELOG.md
  • packages/nuxt/package.json
  • packages/nextjs/package.json
  • packages/react-router/CHANGELOG.md
  • packages/express/CHANGELOG.md
  • packages/astro/CHANGELOG.md
  • packages/themes/CHANGELOG.md
  • packages/testing/package.json
  • packages/tanstack-react-start/CHANGELOG.md
  • packages/testing/CHANGELOG.md
  • packages/fastify/CHANGELOG.md
  • packages/remix/CHANGELOG.md
  • packages/backend/CHANGELOG.md
  • packages/nuxt/CHANGELOG.md
  • packages/expo/CHANGELOG.md
  • packages/react/CHANGELOG.md
  • packages/nextjs/CHANGELOG.md
  • packages/chrome-extension/CHANGELOG.md
  • packages/clerk-js/CHANGELOG.md
⏰ 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)
  • GitHub Check: semgrep-cloud-platform/scan
  • GitHub Check: Analyze (javascript-typescript)

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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 (10)
packages/testing/package.json (1)

3-3: Confirm new version is reflected in CHANGELOG
Please ensure packages/testing/CHANGELOG.md includes an entry for v1.10.7 so downstream consumers can trace the update.

packages/agent-toolkit/package.json (1)

3-3: Add matching CHANGELOG entry for v0.1.14
Keeping the changelog in sync with this patch bump will help users understand that the only change is the @clerk/backend dependency update.

packages/fastify/package.json (1)

3-3: Document v2.4.13 in package changelog
A brief note that this release bumps @clerk/backend to 2.6.0 would complete the release metadata.

packages/nuxt/package.json (1)

3-3: Update CHANGELOG for v1.7.14
Consider adding a line noting the dependency alignment with @clerk/backend 2.6.0 to maintain clear release history.

packages/express/package.json (1)

3-3: Ensure CHANGELOG mentions v1.7.13 patch
Recording this patch—including the backend bump—keeps the changelog accurate and aids consumers reviewing upgrade paths.

packages/tanstack-react-start/CHANGELOG.md (1)

3-9: Changelog entry looks good – minor nitpick on context.

Consider adding a short sentence explaining what the @clerk/[email protected] change (Commerce webhook types) means for consumers of @clerk/tanstack-react-start, to make the changelog self-contained for package users who may not follow the upstream repo.

packages/remix/CHANGELOG.md (1)

3-9: Add release date for parity with prior entries

Previous sections often record the calendar date alongside the version header. Appending a date (## 4.10.7 – 2025-07-xx) keeps the changelog uniformly searchable and time-ordered.

packages/fastify/CHANGELOG.md (1)

3-9: Changelog entry looks good, but consider clarifying the impact

The patch entry correctly documents the dependency bump.
For consistency with earlier entries, add a short sentence on why the @clerk/backend upgrade matters (e.g., “adds types for Commerce webhooks”) so users don’t have to cross-reference other package logs.

packages/nextjs/CHANGELOG.md (2)

3-9: Changelog entry looks good but could reference the companion changeset

The entry is concise and lists the dependency bump; however, providing the changeset filename (e.g. .changeset/xxxx.md) or PR number (6385) next to the bullet would make provenance clearer for future readers.

- ### Patch Changes
- - Updated dependencies [...]
+ ### Patch Changes
+ - Updated dependencies (via PR #6385 / changeset `ci-version-packages-2bbeaf3`):

7-9: Consider listing transitive packages for quick scanning

Many teams scan changelogs to see all packages indirectly affected. A short sub-list (in the same bullet) of key leaf packages upgraded by the bump (e.g. @clerk/agent-toolkit, @clerk/express, …) would save a hop to other change logs.

No action required if the team prefers minimal entries.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2bbeaf3 and dc58338.

📒 Files selected for processing (23)
  • .changeset/lucky-papers-act.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/express/CHANGELOG.md (1 hunks)
  • packages/express/package.json (1 hunks)
  • packages/fastify/CHANGELOG.md (1 hunks)
  • packages/fastify/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 (1)
  • .changeset/lucky-papers-act.md
🧰 Additional context used
📓 Path-based instructions (4)
**/*.{js,jsx,ts,tsx,json,css,scss,md,yaml,yml}

📄 CodeRabbit Inference Engine (.cursor/rules/development.mdc)

Use Prettier for consistent code formatting

Files:

  • packages/backend/package.json
  • packages/testing/package.json
  • packages/agent-toolkit/package.json
  • packages/fastify/package.json
  • packages/remix/package.json
  • packages/tanstack-react-start/package.json
  • packages/express/package.json
  • packages/agent-toolkit/CHANGELOG.md
  • packages/react-router/package.json
  • packages/astro/package.json
  • packages/astro/CHANGELOG.md
  • packages/nuxt/CHANGELOG.md
  • packages/express/CHANGELOG.md
  • packages/testing/CHANGELOG.md
  • packages/tanstack-react-start/CHANGELOG.md
  • packages/nextjs/package.json
  • packages/react-router/CHANGELOG.md
  • packages/backend/CHANGELOG.md
  • packages/remix/CHANGELOG.md
  • packages/nuxt/package.json
  • packages/nextjs/CHANGELOG.md
  • packages/fastify/CHANGELOG.md
packages/*/package.json

📄 CodeRabbit Inference Engine (.cursor/rules/global.mdc)

All publishable packages should be placed under the packages/ directory

packages/*/package.json: All publishable packages must be located in the 'packages/' directory.
All packages must be published under the @clerk namespace on npm.
Semantic versioning must be used across all packages.

Files:

  • packages/backend/package.json
  • packages/testing/package.json
  • packages/agent-toolkit/package.json
  • packages/fastify/package.json
  • packages/remix/package.json
  • packages/tanstack-react-start/package.json
  • packages/express/package.json
  • packages/react-router/package.json
  • packages/astro/package.json
  • packages/nextjs/package.json
  • packages/nuxt/package.json
**/*

⚙️ CodeRabbit Configuration File

**/*: If there are no tests added or modified as part of the PR, please suggest that tests be added to cover the changes.

Whenever reviewing a pull request, if there are any changes that could impact security, always tag @clerk/security in the PR.

Security-impacting changes include, but are not limited to:

  • Changes to authentication logic or mechanisms (e.g. login, session handling, token issuance)
  • Any modification to access control, authorization checks, or role-based permissions
  • Introduction or modification of hashing algorithms, signature verification, or cryptographic primitives
  • Handling of sensitive data (e.g. passwords, tokens, secrets, PII)
  • Integration with external identity providers (e.g. SSO, OAuth, OpenID Connect)
  • Modifications to security headers, cookie flags, CORS policies, or CSRF protections
  • Bypass mechanisms (e.g. feature flags, testing overrides) that could weaken protections
  • Changes to rate limiting, abuse prevention, or input validation

If you're unsure whether a change is security-relevant, err on the side of caution and tag @clerk/security.

Any time that you tag @clerk/security, please do so explicitly in a code comment, rather than within a collapsed section in a coderabbit comment, such as the "recent review details" section. If you do use the team name in any thinking or non-direct-code-comment content, it can be referred to as "clerk security team" to avoid accidentally printing the tag which sends a notification to the team.

Files:

  • packages/backend/package.json
  • packages/testing/package.json
  • packages/agent-toolkit/package.json
  • packages/fastify/package.json
  • packages/remix/package.json
  • packages/tanstack-react-start/package.json
  • packages/express/package.json
  • packages/agent-toolkit/CHANGELOG.md
  • packages/react-router/package.json
  • packages/astro/package.json
  • packages/astro/CHANGELOG.md
  • packages/nuxt/CHANGELOG.md
  • packages/express/CHANGELOG.md
  • packages/testing/CHANGELOG.md
  • packages/tanstack-react-start/CHANGELOG.md
  • packages/nextjs/package.json
  • packages/react-router/CHANGELOG.md
  • packages/backend/CHANGELOG.md
  • packages/remix/CHANGELOG.md
  • packages/nuxt/package.json
  • packages/nextjs/CHANGELOG.md
  • packages/fastify/CHANGELOG.md
packages/**/CHANGELOG.md

📄 CodeRabbit Inference Engine (.cursor/rules/development.mdc)

Maintain detailed changelogs

Files:

  • packages/agent-toolkit/CHANGELOG.md
  • packages/astro/CHANGELOG.md
  • packages/nuxt/CHANGELOG.md
  • packages/express/CHANGELOG.md
  • packages/testing/CHANGELOG.md
  • packages/tanstack-react-start/CHANGELOG.md
  • packages/react-router/CHANGELOG.md
  • packages/backend/CHANGELOG.md
  • packages/remix/CHANGELOG.md
  • packages/nextjs/CHANGELOG.md
  • packages/fastify/CHANGELOG.md
⏰ 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)
  • 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 (13)
packages/tanstack-react-start/package.json (1)

3-3: Patch version bump looks correct
0.21.2 → 0.21.3 is an appropriate patch increment for a dependency-only update. No further action needed.

packages/backend/package.json (1)

3-3: Minor version bump acknowledged
2.5.2 → 2.6.0 reflects a new (non-breaking) feature—adding Commerce webhook types. ✔️

packages/nuxt/CHANGELOG.md (1)

3-9: Changelog entry is clear and complete
The new 1.7.14 patch entry correctly references commit 2bbeaf3 and the updated backend dependency. 👍

packages/remix/package.json (1)

3-3: Patch version bump confirmed
4.10.6 → 4.10.7 appropriately signals the transitive backend update. Looks good.

packages/react-router/package.json (1)

3-3: Patch version bump confirmed
1.8.6 → 1.8.7 is suitable for a dependency refresh with no API change. All good.

packages/astro/package.json (1)

3-3: Version bump looks correct

Patch bump to 2.10.11 follows semver for a dependency-only change.

packages/astro/CHANGELOG.md (1)

3-9: Changelog entry is clear and complete

New section accurately records the dependency update and links to the commit.

packages/testing/CHANGELOG.md (1)

3-8: Changelog entry looks good

Entry follows existing structure (version heading, “Patch Changes” subsection, bullet with commit link and dependency bump). No further action required.

packages/agent-toolkit/CHANGELOG.md (1)

3-8: Changelog entry looks good

Consistent formatting and sufficient detail for the patch-level release; no issues spotted.

packages/nextjs/package.json (1)

3-3: Version bump aligns with patch-level dependency update – LGTM
Patch-incrementing to 6.26.1 cleanly reflects the indirect upgrade to @clerk/[email protected]. No additional metadata tweaks required.

packages/express/CHANGELOG.md (1)

3-9: Changelog entry added correctly
The new 1.7.13 section properly documents the dependency bump and links the commit. Looks good.

packages/backend/CHANGELOG.md (1)

3-8: Changelog entry is consistent and complete

Formatting matches previous entries and correctly documents the minor change. No action needed.

packages/react-router/CHANGELOG.md (1)

3-9: Changelog entry looks good

The new 1.8.7 section follows the existing formatting, includes a concise description, and references the correct commit hash. Nothing else to address.

Copy link

pkg-pr-new bot commented Jul 24, 2025

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@6385

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@6385

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@6385

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@6385

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@6385

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@6385

@clerk/elements

npm i https://pkg.pr.new/@clerk/elements@6385

@clerk/clerk-expo

npm i https://pkg.pr.new/@clerk/clerk-expo@6385

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@6385

@clerk/express

npm i https://pkg.pr.new/@clerk/express@6385

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@6385

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@6385

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@6385

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@6385

@clerk/clerk-react

npm i https://pkg.pr.new/@clerk/clerk-react@6385

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@6385

@clerk/remix

npm i https://pkg.pr.new/@clerk/remix@6385

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@6385

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@6385

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@6385

@clerk/themes

npm i https://pkg.pr.new/@clerk/themes@6385

@clerk/types

npm i https://pkg.pr.new/@clerk/types@6385

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@6385

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@6385

commit: 25134c7

@github-actions github-actions bot force-pushed the changeset-release/main branch from dc58338 to 25ef68c Compare July 24, 2025 14:23
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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/react/CHANGELOG.md (1)

3-19: Add release date header and follow existing changelog sections

Every previous version block carries only the version header, but many include a date or a “Patch/Minor Changes” breakdown.
For consistency and clarity, please:

  1. Add a release date (e.g. ## 5.37.0 – 2025-07-xx) or keep the existing style used across neighbouring entries.
  2. If any dependency bumps accompany the feature, include a ### Patch Changes section like the rest of the file.

This keeps the changelog machine-parsable and consistent with the repo’s historical format.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between dc58338 and 25ef68c.

📒 Files selected for processing (31)
  • .changeset/lucky-papers-act.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/elements/CHANGELOG.md (1 hunks)
  • packages/elements/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/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/react/CHANGELOG.md (1 hunks)
  • packages/react/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 (1)
  • .changeset/lucky-papers-act.md
✅ Files skipped from review due to trivial changes (15)
  • packages/chrome-extension/package.json
  • packages/nuxt/package.json
  • packages/astro/package.json
  • packages/fastify/package.json
  • packages/react/package.json
  • packages/remix/package.json
  • packages/expo/package.json
  • packages/elements/package.json
  • packages/agent-toolkit/CHANGELOG.md
  • packages/backend/CHANGELOG.md
  • packages/astro/CHANGELOG.md
  • packages/react-router/package.json
  • packages/chrome-extension/CHANGELOG.md
  • packages/elements/CHANGELOG.md
  • packages/expo/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (14)
  • packages/backend/package.json
  • packages/testing/package.json
  • packages/agent-toolkit/package.json
  • packages/express/package.json
  • packages/tanstack-react-start/package.json
  • packages/nuxt/CHANGELOG.md
  • packages/react-router/CHANGELOG.md
  • packages/express/CHANGELOG.md
  • packages/nextjs/package.json
  • packages/testing/CHANGELOG.md
  • packages/fastify/CHANGELOG.md
  • packages/tanstack-react-start/CHANGELOG.md
  • packages/nextjs/CHANGELOG.md
  • packages/remix/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (3)
**/*.{js,jsx,ts,tsx,json,css,scss,md,yaml,yml}

📄 CodeRabbit Inference Engine (.cursor/rules/development.mdc)

Use Prettier for consistent code formatting

Files:

  • packages/react/CHANGELOG.md
packages/**/CHANGELOG.md

📄 CodeRabbit Inference Engine (.cursor/rules/development.mdc)

Maintain detailed changelogs

Files:

  • packages/react/CHANGELOG.md
**/*

⚙️ CodeRabbit Configuration File

**/*: If there are no tests added or modified as part of the PR, please suggest that tests be added to cover the changes.

Whenever reviewing a pull request, if there are any changes that could impact security, always tag @clerk/security in the PR.

Security-impacting changes include, but are not limited to:

  • Changes to authentication logic or mechanisms (e.g. login, session handling, token issuance)
  • Any modification to access control, authorization checks, or role-based permissions
  • Introduction or modification of hashing algorithms, signature verification, or cryptographic primitives
  • Handling of sensitive data (e.g. passwords, tokens, secrets, PII)
  • Integration with external identity providers (e.g. SSO, OAuth, OpenID Connect)
  • Modifications to security headers, cookie flags, CORS policies, or CSRF protections
  • Bypass mechanisms (e.g. feature flags, testing overrides) that could weaken protections
  • Changes to rate limiting, abuse prevention, or input validation

If you're unsure whether a change is security-relevant, err on the side of caution and tag @clerk/security.

Any time that you tag @clerk/security, please do so explicitly in a code comment, rather than within a collapsed section in a coderabbit comment, such as the "recent review details" section. If you do use the team name in any thinking or non-direct-code-comment content, it can be referred to as "clerk security team" to avoid accidentally printing the tag which sends a notification to the team.

Files:

  • packages/react/CHANGELOG.md
⏰ 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)
  • GitHub Check: semgrep-cloud-platform/scan
  • GitHub Check: Analyze (javascript-typescript)

@panteliselef panteliselef reopened this Jul 25, 2025
@panteliselef panteliselef enabled auto-merge (squash) July 25, 2025 18:35
@panteliselef panteliselef merged commit 3290039 into main Jul 25, 2025
40 checks passed
@panteliselef panteliselef deleted the changeset-release/main branch July 25, 2025 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants