Skip to content

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

Merged
merged 1 commit into from
Jun 23, 2025
Merged

ci(repo): Version packages #6136

merged 1 commit into from
Jun 23, 2025

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Jun 16, 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/backend@2.2.0

Minor Changes

  • Add support for expiresInSeconds parameter in session token generation. This allows setting custom expiration times for tokens both with and without templates via the backend API. (#6150) by @jacekradko

    • Optimize auth() calls to avoid unnecessary verification calls when the provided token type is not in the acceptsToken array. (#6123) by @wobsoriano

    • 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.

  • Introduce API keys Backend SDK methods (#6169) by @wobsoriano

Patch Changes

@clerk/chrome-extension@2.5.0

Minor Changes

    • Explicitly mark GoogleOneTap and SignInWithMetamaskButton UI components as deprecated and unsupported (due to the requirement of Remotely Hosted Code) to help avoid confusion. (#6179) by @tmilewski

    • Enable Metamask and OKXWallet Web3 for non-popup extensions.

Patch Changes

@clerk/localizations@3.17.0

Minor Changes

Patch Changes

  • Add legal consent related localization to ja-JP (#5886) by @sdaigo

  • Replace expiration segmented list with dropdown and hide description field in <APIKeys /> component (#6153) by @wobsoriano

  • Fix errors in es-CR (#6181) by @tmilewski

  • 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) by @tmilewski

  • Updated dependencies [b495279, c3fa15d, 52d5e57, 15a945c]:

    • @clerk/types@4.61.0

@clerk/nextjs@6.23.0

Minor Changes

  • Fix auth.protect() unauthorized error propagation within middleware (#6169) by @wobsoriano

    • Optimize auth() calls to avoid unnecessary verification calls when the provided token type is not in the acceptsToken array. (#6123) by @wobsoriano

    • 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.

Patch Changes

@clerk/tanstack-react-start@0.18.0

Minor Changes

Patch Changes

@clerk/types@4.61.0

Minor Changes

  • Expose __internal_LocalizationResource which now includes metadata for which keys require interpolation. (#6108) by @panteliselef

  • Add support for expiresInSeconds parameter in session token generation. This allows setting custom expiration times for tokens both with and without templates via the backend API. (#6150) by @jacekradko

Patch Changes

  • Add element descriptors to <APIKeys /> component (#6095) by @wobsoriano

  • Replace expiration segmented list with dropdown and hide description field in <APIKeys /> component (#6153) by @wobsoriano

@clerk/agent-toolkit@0.1.2

Patch Changes

@clerk/astro@2.9.2

Patch Changes

@clerk/clerk-js@5.69.1

Patch Changes

  • Add element descriptors to <APIKeys /> component (#6095) by @wobsoriano

  • Fixed issues causing incorrect form fields or restricted access for users with existing sign-up tickets (#6143) by @jacekradko

  • Prevent organization list from displaying after creating an organization through the force organization selection flow (#6117) by @LauraBeatris

  • Replace expiration segmented list with dropdown and hide description field in <APIKeys /> component (#6153) by @wobsoriano

  • Add signInMode prop to PricingTable for configuring sign in behavior (#6154) by @aeliox

  • Reworked 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 @brkalow

  • Updated dependencies [86f32ab, b495279, c3fa15d, 52d5e57, 15a945c, 9487346, 656851d, 72629b0, 0271fd3]:

    • @clerk/localizations@3.17.0
    • @clerk/types@4.61.0
    • @clerk/shared@3.9.8

@clerk/elements@0.23.34

Patch Changes

@clerk/clerk-expo@2.13.2

Patch Changes

@clerk/expo-passkeys@0.3.11

Patch Changes

@clerk/express@1.7.1

Patch Changes

@clerk/fastify@2.4.1

Patch Changes

@clerk/nuxt@1.7.2

Patch Changes

@clerk/clerk-react@5.32.1

Patch Changes

@clerk/react-router@1.6.1

Patch Changes

@clerk/remix@4.8.2

Patch Changes

@clerk/shared@3.9.8

Patch Changes

@clerk/testing@1.8.2

Patch Changes

@clerk/themes@2.2.51

Patch Changes

@clerk/vue@1.8.9

Patch Changes

Summary by CodeRabbit

  • New Features

    • Added Spanish (Costa Rica) localization and legal consent localization for Japanese.
    • Introduced clickable Terms of Service and Privacy Policy links for several locales.
    • Enabled custom expiration times for session tokens.
    • Made the initialState prop public in Nuxt and Vue packages.
    • Added support for API keys management in the backend.
  • Bug Fixes

    • Fixed issues with form fields and access for users with existing sign-up tickets.
    • Corrected errors in Spanish (Costa Rica) localization.
    • Prevented organization list from displaying after organization creation in certain flows.
    • Fixed drawer animation behavior and session token update timing.
    • Improved error propagation in authentication middleware.
  • Improvements

    • Updated UI components to use dropdowns for expiration selection and hid certain description fields.
    • Enhanced authentication logic for better handling of token types.
    • Added tracking for usage of specific React hooks in development.
  • Deprecations

    • Marked GoogleOneTap and SignInWithMetamaskButton components as deprecated and unsupported in the Chrome extension.
  • Chores

    • Upgraded internal dependencies across multiple packages.

@clerk-cookie clerk-cookie requested review from aeliox, wobsoriano and a team as code owners June 16, 2025 16:09
Copy link

vercel bot commented Jun 16, 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 Jun 23, 2025 5:13pm

Copy link
Contributor

coderabbitai bot commented Jun 16, 2025

📝 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 the changeset file documenting 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#6132: This PR makes the `initialState` prop public in the `@clerk/nuxt` and `@clerk/vue` packages and updates dependencies, matching the changeset file removed in the main PR.  
- clerk/javascript#6134: This PR reworks the cache key creation in `SignInFactorOneCodeForm.tsx` to avoid relying on `sign_in.id`, corresponding directly to a deleted changeset in the main PR.

## Suggested reviewers

- aeliox
- panteliselef
- wobsoriano

📜 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 6aca00d and da70c51.

📒 Files selected for processing (71)
  • .changeset/chatty-fishes-speak.md (0 hunks)
  • .changeset/chilly-pears-film.md (0 hunks)
  • .changeset/chubby-pumas-sink.md (0 hunks)
  • .changeset/cold-turtles-press.md (0 hunks)
  • .changeset/common-beers-read.md (0 hunks)
  • .changeset/common-mice-ring.md (0 hunks)
  • .changeset/curly-dots-stand.md (0 hunks)
  • .changeset/dry-lemons-cough.md (0 hunks)
  • .changeset/eighty-frogs-return.md (0 hunks)
  • .changeset/evil-paws-learn.md (0 hunks)
  • .changeset/great-memes-nail.md (0 hunks)
  • .changeset/green-elephants-melt.md (0 hunks)
  • .changeset/little-lizards-hammer.md (0 hunks)
  • .changeset/long-llamas-tickle.md (0 hunks)
  • .changeset/mean-chicken-press.md (0 hunks)
  • .changeset/real-bees-post.md (0 hunks)
  • .changeset/red-sites-crash.md (0 hunks)
  • .changeset/strong-cougars-fix.md (0 hunks)
  • .changeset/tame-poems-impress.md (0 hunks)
  • .changeset/tiny-lands-retire.md (0 hunks)
  • .changeset/tiny-snails-wonder.md (0 hunks)
  • .changeset/twelve-ducks-refuse.md (0 hunks)
  • .changeset/twenty-beds-serve.md (0 hunks)
  • .changeset/violet-symbols-go.md (0 hunks)
  • .changeset/weak-adults-clean.md (0 hunks)
  • .changeset/wet-results-pick.md (0 hunks)
  • .changeset/wide-bags-mate.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 (27)
  • .changeset/dry-lemons-cough.md
  • .changeset/mean-chicken-press.md
  • .changeset/great-memes-nail.md
  • .changeset/common-mice-ring.md
  • .changeset/common-beers-read.md
  • .changeset/strong-cougars-fix.md
  • .changeset/long-llamas-tickle.md
  • .changeset/wide-bags-mate.md
  • .changeset/red-sites-crash.md
  • .changeset/weak-adults-clean.md
  • .changeset/eighty-frogs-return.md
  • .changeset/chubby-pumas-sink.md
  • .changeset/cold-turtles-press.md
  • .changeset/chilly-pears-film.md
  • .changeset/evil-paws-learn.md
  • .changeset/chatty-fishes-speak.md
  • .changeset/wet-results-pick.md
  • .changeset/little-lizards-hammer.md
  • .changeset/tiny-lands-retire.md
  • .changeset/real-bees-post.md
  • .changeset/twenty-beds-serve.md
  • .changeset/violet-symbols-go.md
  • .changeset/tiny-snails-wonder.md
  • .changeset/green-elephants-melt.md
  • .changeset/twelve-ducks-refuse.md
  • .changeset/curly-dots-stand.md
  • .changeset/tame-poems-impress.md
✅ Files skipped from review due to trivial changes (4)
  • packages/express/package.json
  • packages/elements/package.json
  • packages/nextjs/package.json
  • packages/fastify/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (40)
  • packages/react-router/package.json
  • packages/vue/package.json
  • packages/localizations/package.json
  • packages/remix/package.json
  • packages/astro/package.json
  • packages/backend/package.json
  • packages/nuxt/package.json
  • packages/agent-toolkit/CHANGELOG.md
  • packages/clerk-js/package.json
  • packages/shared/package.json
  • packages/tanstack-react-start/package.json
  • packages/react/package.json
  • packages/types/package.json
  • packages/express/CHANGELOG.md
  • packages/agent-toolkit/package.json
  • packages/chrome-extension/package.json
  • packages/themes/package.json
  • packages/testing/package.json
  • packages/expo-passkeys/package.json
  • packages/react-router/CHANGELOG.md
  • packages/elements/CHANGELOG.md
  • packages/vue/CHANGELOG.md
  • packages/expo-passkeys/CHANGELOG.md
  • packages/themes/CHANGELOG.md
  • packages/nuxt/CHANGELOG.md
  • packages/fastify/package.json
  • packages/astro/CHANGELOG.md
  • packages/shared/CHANGELOG.md
  • packages/expo/package.json
  • packages/react/CHANGELOG.md
  • packages/remix/CHANGELOG.md
  • packages/localizations/CHANGELOG.md
  • packages/backend/CHANGELOG.md
  • packages/chrome-extension/CHANGELOG.md
  • packages/nextjs/CHANGELOG.md
  • packages/types/CHANGELOG.md
  • packages/tanstack-react-start/CHANGELOG.md
  • packages/testing/CHANGELOG.md
  • packages/expo/CHANGELOG.md
  • packages/clerk-js/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • 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 (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

📥 Commits

Reviewing files that changed from the base of the PR and between 656851d and 3269b6e.

📒 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/localizations@3.16.6 is consumed downstream.

packages/expo/package.json (1)

3-3: Version bump to 2.13.2 is accurate. Matches the updated dependencies on @clerk/clerk-js@5.69.1 and @clerk/clerk-react@5.32.0.

packages/chrome-extension/package.json (1)

3-3: Version bump to 2.4.13 approved. Dependency alignment with clerk-js@5.69.1 and clerk-react@5.32.0 confirmed.

packages/expo/CHANGELOG.md (1)

3-3: Verify version consistency with package.json
Ensure the new 2.13.2 header matches the version in packages/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.json
packages/clerk-js/CHANGELOG.md (1)

3-9: CHANGELOG entry for v5.69.1 is formatted correctly.
The patch section clearly documents the @clerk/localizations@3.16.6 bump with a proper commit link and consistent indentation.

packages/chrome-extension/CHANGELOG.md (1)

3-6: Changelog entry header looks good
The new version 2.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.

Copy link

pkg-pr-new bot commented Jun 16, 2025

Open in StackBlitz

@clerk/agent-toolkit

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

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/elements

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

@clerk/clerk-expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/clerk-react

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

@clerk/react-router

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

@clerk/remix

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/themes

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

@clerk/types

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

@clerk/upgrade

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

@clerk/vue

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

commit: da70c51

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/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

📥 Commits

Reviewing files that changed from the base of the PR and between 181c397 and ca148e9.

📒 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/backend@2.2.0 and @clerk/clerk-react@5.32.0 per release notes. Verify these versions are released and do not introduce conflicts.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 6aca00d to da70c51 Compare June 23, 2025 17:12
@LauraBeatris LauraBeatris reopened this Jun 23, 2025
@LauraBeatris LauraBeatris merged commit 62ca696 into main Jun 23, 2025
40 checks passed
@LauraBeatris LauraBeatris deleted the changeset-release/main branch June 23, 2025 17:40
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