Skip to content

chore(repo): Update Clerk monorepo#8458

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clerk-monorepo
Open

chore(repo): Update Clerk monorepo#8458
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clerk-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 3, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.29.4^2.31.0 age adoption passing confidence
@changesets/get-github-info (source) ^0.6.0^0.8.0 age adoption passing confidence
@vitejs/plugin-react (source) ^4.5.2^4.7.0 age adoption passing confidence
citty ^0.1.6^0.2.2 age adoption passing confidence
dotenv ^16.5.0^16.6.1 age adoption passing confidence
fs-extra ^11.3.0^11.3.4 age adoption passing confidence
jsonwebtoken 9.0.29.0.3 age adoption passing confidence
prettier-plugin-packagejson ^2.5.15^2.5.22 age adoption passing confidence
prettier-plugin-tailwindcss ^0.6.12^0.8.0 age adoption passing confidence
rimraf 6.0.16.1.3 age adoption passing confidence
tinyglobby (source) ^0.2.15^0.2.16 age adoption passing confidence
turbo (source) ^2.5.4^2.9.6 age adoption passing confidence
typedoc (source) 0.28.50.28.19 age adoption passing confidence
typedoc-plugin-markdown (source) 4.6.44.11.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

changesets/changesets (@​changesets/cli)

v2.31.0

Compare Source

Minor Changes
  • #​1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes

v2.30.0

Compare Source

v2.29.8

Compare Source

unjs/citty (citty)

v0.2.2

Compare Source

compare changes

🚀 Enhancements
  • Support subcommand aliases (#​236)
  • Add plugin system (#​238)
  • default: Support default sub command (#​156)
🩹 Fixes
  • main: Allow user-defined -h, --help, -v, --version args (#​234)
  • Resolve alias value over default (#​228)
  • Subcommand resolution incorrectly consumes flag values (#​231)
  • Coerce parsed arg values to match declared types (#​239)
💅 Refactors
📖 Documentation
  • Add usage section (#​70)
  • Add example setup and cleanup option (#​188)
🏡 Chore
✅ Tests
  • Reproduce issue with short option (alias) and = (#​230)
  • parser: Add regression tests for hyphen-prefixed string values (#​171)
❤️ Contributors

v0.2.1

Compare Source

compare changes

🩹 Fixes
  • Propagate --no- negation to aliases and main option (#​225)
🏡 Chore
❤️ Contributors

v0.2.0

Compare Source

compare changes

🚀 Enhancements
  • Support hidden meta to hide command (#​111)
  • Support enum arg type (#​83)
  • Support number arg type (#​73)
  • Support negativeDescription for args (#​40)
  • ⚠️ Parsed optionals and enum type safety (#​174)
🩹 Fixes
  • ⚠️ Conditionally print negative boolean argument usage (#​177)
  • types: Value type of NumberArgDef should be number (#​183)
  • Show cli error message (#​186)
  • Allow number arg to be optional (#​194)
💅 Refactors
  • Show error once (#​167)
  • More strict types (f597897)
  • ⚠️ Use node:util.parseArgs for arg parsing (#​218)
  • Use simple console formatting (#​219)
📦 Build
🏡 Chore
✅ Tests
⚠️ Breaking Changes
  • ⚠️ Parsed optionals and enum type safety (#​174)
  • ⚠️ Conditionally print negative boolean argument usage (#​177)
  • ⚠️ Use node:util.parseArgs for arg parsing (#​218)
  • ⚠️ Esm-only dist (42b57b0)
❤️ Contributors
jprichardson/node-fs-extra (fs-extra)

v11.3.4

Compare Source

  • Fix bug where calling ensureSymlink/ensureSymlinkSync with a relative srcPath would fail if the symlink already existed (#​1038, #​1064)

v11.3.3

Compare Source

  • Fix copying symlink when destination is a symlink to the same target (#​1019, #​1060)
auth0/node-jsonwebtoken (jsonwebtoken)

v9.0.3

Compare Source

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.22

Compare Source

Bug Fixes

v2.5.21

Compare Source

Bug Fixes
  • add type declaration file and document packageSortOrder option (14f93e6), closes #​188

v2.5.20

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.5.0 (f04e33c)
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.8.0

Compare Source

Changed
  • Require at least Prettier 3.7.x (#​420)
Added
  • Export public sorting APIs to /sorter (#​438)
Fixed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
  • Improve config resolution caching with directory-based cache (#​432)
  • Load compatible plugins on demand and tighten plugin detection (#​437)
  • Load v3/v4 modules only when needed (#​439)
  • Remove recast/ast-types deps and optimize dynamic JS attribute handling (#​440)
  • Remove unused deps (#​441)
  • Use the plugin that has already been imported rather than dynamically importing it again (#​442)
  • Skip visiting non-node children (#​443)
  • Optimize whitespace-only class detection (#​429)
  • Fix v3 config loading with Jiti re-exports (#​448)
  • Collapse whitespace in template literals with adjacent quasis (#​427)
  • Improve canCollapseWhitespaceIn handling for "tailwindPreserveWhitespace": true (#​428)

v0.7.4

Compare Source

Same as v0.7.2, since v0.7.3 contained breaking changes.

v0.7.3

Compare Source

Changed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
Fixed
  • Collapse whitespace in template literals with adjacent quasis (#​427)

v0.7.2

Compare Source

Fixed
  • Load compatible plugins sequentially to work around race conditions in Node.js (#​412)
  • Fix compatibility with prettier-plugin-svelte when using Prettier v3.7+ (#​418)

v0.7.1

Compare Source

Fixed
  • Match against correct name of dynamic attributes when using regexes (#​410)

v0.7.0

Compare Source

Added
  • Format quotes in @source, @plugin, and @config (#​387)
  • Sort in function calls in Twig (#​358)
  • Sort in callable template literals (#​367)
  • Sort in function calls mixed with property accesses (#​367)
  • Support regular expression patterns for attributes (#​405)
  • Support regular expression patterns for function names (#​405)
Changed
  • Improved monorepo support by loading Tailwind CSS relative to the input file instead of prettier config file (#​386)
  • Improved monorepo support by loading v3 configs relative to the input file instead of prettier config file (#​386)
  • Fallback to Tailwind CSS v4 instead of v3 by default (#​390)
  • Don't augment global Prettier ParserOptions and RequiredOptions types (#​354)
  • Drop support for prettier-plugin-import-sort (#​385)
Fixed
  • Handle quote escapes in LESS when sorting @apply (#​392)
  • Fix whitespace removal inside nested concat and template expressions (#​396)
isaacs/rimraf (rimraf)

v6.1.3

Compare Source

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

vercel/turborepo (turbo)

v2.9.6: Turborepo v2.9.6

Compare Source

What's Changed

create-turbo
Examples
Changelog

Full Changelog: vercel/turborepo@v2.9.5...v2.9.6

v2.9.5: Turborepo v2.9.5

Compare Source

What's Changed

create-turbo
@​turbo/telemetry
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.9.4...v2.9.5

v2.9.4: Turborepo v2.9.4

Compare Source

What's Changed

@​turbo/codemod
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.9.3...v2.9.4

v2.9.3: Turborepo v2.9.3

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.9.2...v2.9.3

v2.9.2: Turborepo v2.9.2

Compare Source

What's Changed

Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.9.1...v2.9.2

v2.9.1: Turborepo v2.9.1

Compare Source

What's Changed

@​turbo/codemod
@​turbo/repository
Changelog

Full Changelog: vercel/turborepo@v2.9.0...v2.9.1

v2.9.0: Turborepo v2.9.0

Compare Source

What's Changed

Docs
create-turbo
turbo-ignore
@​turbo/codemod
eslint
@​turbo/repository
Examples

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone GMT)

  • Branch creation
    • "before 7am on the first day of the week"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 3, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 3, 2026

⚠️ No Changeset found

Latest commit: af90d4e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Copy Markdown

vercel Bot commented May 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment May 3, 2026 3:34am

Request Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 3, 2026

Open in StackBlitz

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8458

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/react

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

@clerk/react-router

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8458

@clerk/upgrade

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

@clerk/vue

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

commit: af90d4e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants