Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.29.4 -> ^2.29.7 age adoption passing confidence
@emotion/jest (source) ^11.13.0 -> ^11.14.2 age adoption passing confidence
@vitejs/plugin-react (source) ^4.5.2 -> ^4.7.0 age adoption passing confidence
dotenv ^16.5.0 -> ^16.6.1 age adoption passing confidence
fs-extra ^11.3.0 -> ^11.3.2 age adoption passing confidence
prettier-plugin-packagejson ^2.5.15 -> ^2.5.19 age adoption passing confidence
prettier-plugin-tailwindcss ^0.6.12 -> ^0.7.1 age adoption passing confidence
rimraf 6.0.1 -> 6.1.0 age adoption passing confidence
turbo (source) ^2.5.4 -> ^2.6.0 age adoption passing confidence
typedoc (source) 0.28.5 -> 0.28.14 age adoption passing confidence
typedoc-plugin-markdown (source) 4.6.4 -> 4.9.0 age adoption passing confidence
verdaccio (source) 6.1.6 -> 6.2.1 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.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes
emotion-js/emotion (@​emotion/jest)

v11.14.2

Compare Source

Patch Changes
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.7.0

Compare Source

Add HMR support for compound components (#​518)

HMR now works for compound components like this:

const Root = () => <div>Accordion Root</div>
const Item = () => <div>Accordion Item</div>

export const Accordion = { Root, Item }
Return Plugin[] instead of PluginOption[] (#​537)

The return type has changed from react(): PluginOption[] to more specialized type react(): Plugin[]. This allows for type-safe manipulation of plugins, for example:

// previously this causes type errors
react({ babel: { plugins: ['babel-plugin-react-compiler'] } })
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))

v4.6.0

Compare Source

Add raw Rolldown support

This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.

jprichardson/node-fs-extra (fs-extra)

v11.3.2

Compare Source

  • Fix spurrious UnhandledPromiseRejectionWarning that could occur when calling .copy() in some cases (#​1056, #​1058)

v11.3.1

Compare Source

  • Fix case where move/moveSync could incorrectly think files are identical on Windows (#​1050)
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.19

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.11 (d8dd21a)

v2.5.18

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.4.0 (eef209d)

v2.5.17

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.3.1 (1435bf2)

v2.5.16

Compare Source

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

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)

v0.6.14

Compare Source

  • Add support for OXC + Hermes Prettier plugins (#​376, #​380)
  • Sort template literals in Angular expressions (#​377)
  • Don't repeatedly add backslashes to escape sequences when formatting (#​381)

v0.6.13

Compare Source

  • Prevent Svelte files from breaking when there are duplicate classes (#​359)
  • Ensure prettier-plugin-multiline-arrays and prettier-plugin-jsdoc work when used together with this plugin (#​372)
isaacs/rimraf (rimraf)

v6.1.0

Compare Source

vercel/turborepo (turbo)

v2.6.0: Turborepo v2.6.0

Compare Source

What's Changed

Docs
create-turbo
eslint
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.5.8...v2.6.0

v2.5.8: Turborepo v2.5.8

Compare Source

What's Changed

create-turbo
Changelog

Full Changelog: vercel/turborepo@v2.5.7...v2.5.8

v2.5.7: Turborepo v2.5.7

Compare Source

What's Changed

Docs
create-turbo
eslint
  • docs: adjust typo on instructions for eslint-config-turbo legacy config by @​evsasse in #​10717
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.5.6...v2.5.7

v2.5.6: Turborepo v2.5.6

Compare Source

What's Changed

Docs
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.5.5...v2.5.6

v2.5.5: Turborepo v2.5.5

Compare Source

What's Changed

Docs
Examples

Configuration

📅 Schedule: Branch creation - "before 7am on the first day of the week" in timezone GMT, 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 Nov 9, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 9, 2025

⚠️ No Changeset found

Latest commit: ea9954a

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

vercel bot commented Nov 9, 2025

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

Project Deployment Preview Comments Updated (UTC)
clerk-js-sandbox Ready Ready Preview Comment Nov 9, 2025 2:45am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 9, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 9, 2025

Open in StackBlitz

@clerk/agent-toolkit

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

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/elements

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

@clerk/clerk-expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/clerk-react

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

@clerk/react-router

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

@clerk/remix

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/themes

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

@clerk/types

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

@clerk/upgrade

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

@clerk/vue

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

commit: ea9954a

@blacksmith-sh
Copy link

blacksmith-sh bot commented Nov 9, 2025

Found 15 test failures on Blacksmith runners:

Test View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--next.appRoute
r.withEmailCodes › OrganizationProfile supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--next.appRoute
r.withEmailCodes › UserButton supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--react.vite.wi
thEmailCodes › CreateOrganization supports fallback
View Logs
[chrome] › integration/tests/
components.test.ts:102:9 › component smoke tests @generic › long-running--react.vite.wi
thEmailCodes › OrganizationSwitcher supports fallback
View Logs
[chrome] › integration/tests/
custom-pages.test.ts:136:13 › user profile custom pages @generic › long-running--react.
vite.withEmailCodes › Custom pages coming from <UserProfile/>
› user profile custom external absolute link
View Logs
[chrome] › integration/tests/
custom-pages.test.ts:202:11 › user profile custom pages @generic › long-running--react.
vite.withEmailCodes › User Button with experimental asStandalone and asProvider › child
ren should be leaking when used with asProvider
View Logs
[chrome] › integration/tests/
custom-pages.test.ts:276:11 › user profile custom pages @generic › long-running--react.
vite.withEmailCodes › User Button custom items › visit internal relative link
View Logs
[chrome] › integration/tests/
custom-pages.test.ts:382:11 › user profile custom pages @generic › long-running--react.
vite.withEmailCodes › User Button with dynamic labels and custom page › click Chat is O
FF and ensure that state has been changed
View Logs
[chrome] › integration/tests/
custom-pages.test.ts:449:11 › user profile custom pages @generic › long-running--react.
vite.withEmailCodes › User Button with dynamic items › should show dynamically rendered
menu items with icons
View Logs
[chrome] › integration/tests/
custom-pages.test.ts:65:13 › user profile custom pages @generic › long-running--react.v
ite.withEmailCodes › Custom pages coming from <UserProfile/>
› user profile has all custom pages with icons in the side nav with specified order
View Logs
[chrome] › integration/tests/elements/
next-sign-in.test.ts:174:7 › Next.js Sign-In Flow @elements › long-running--elements.ne
xt.appRouter › cannot sign in with wrong password but can sign in with email
View Logs
[chrome] › integration/tests/elements/
next-sign-in.test.ts:33:7 › Next.js Sign-In Flow @elements › long-running--elements.nex
t.appRouter › sign in with email and password
View Logs
[chrome] › integration/tests/elements/
otp.test.ts:135:9 › OTP @elements › long-running--elements.next.appRouter › Type: segme
nted-otp › should replace selected segment with new input
View Logs
[chrome] › integration/tests/elements/
otp.test.ts:196:9 › OTP @elements › long-running--elements.next.appRouter › Type: segme
nted-otp › should forward-delete char when pressing delete
View Logs
[chrome] › integration/tests/
impersonation-flow.test.ts:32:7 › Impersonation Flow @generic › long-running--react.vit
e.withEmailCodes › should handle user impersonation flow correctly
View Logs


Fix in Cursor

@renovate renovate bot deleted the renovate/clerk-monorepo branch November 10, 2025 12:07
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.

2 participants