Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 26, 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
@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
turbo (source) ^2.5.4 -> ^2.5.8 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
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)
vercel/turborepo (turbo)

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
Changelog

New Contributors

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

TypeStrong/TypeDoc (typedoc)

v0.28.14

Compare Source

Features
  • Introduced the preservedTypeAnnotationTags option to specify tags whose type annotations should
    be copied to the output documentation, #​3020.
    API: Introduced typeAnnotation on CommentTag
  • Added excludePrivateClassFields option to hide #private members while allowing private members, #​3017.
  • Added support for TypeScript's @this tag for JS files which describe this parameters, #​3026.

v0.28.13

Compare Source

Features
  • The basePath option now also affects relative link resolution, TypeDoc will also check for
    paths relative to the provided base path. If you instead want TypeDoc to only change the rendered
    base path for sources, use the displayBasePath option, #​3009.
Bug Fixes
  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #​3007.
  • @inheritDoc will now correctly overwrite @remarks and @returns

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 Oct 26, 2025
@changeset-bot
Copy link

changeset-bot bot commented Oct 26, 2025

⚠️ No Changeset found

Latest commit: 62ea33b

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 Oct 26, 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 Oct 31, 2025 0:00am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 26, 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 Oct 26, 2025

Open in StackBlitz

@clerk/agent-toolkit

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

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/elements

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

@clerk/clerk-expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/clerk-react

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

@clerk/react-router

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

@clerk/remix

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/themes

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

@clerk/types

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

@clerk/upgrade

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

@clerk/vue

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

commit: 62ea33b

@blacksmith-sh
Copy link

blacksmith-sh bot commented Oct 31, 2025

Found 3 test failures on Blacksmith runners:

Test View Logs
[chrome] › integration/tests/
dynamic-keys.test.ts:92:7 › dynamic keys @nextjs › calls clerkClient with dynamic key
s from middleware runtime
View Logs
[chrome] › integration/tests/
session-tasks-multi-session.test.ts:33:9 › session tasks multi-session flow @nextjs › l
ong-running--next.appRouter.withSessionTasks › when switching sessions, navigate to tas
k
View Logs
[setup] › integration/tests/
global.setup.ts:7:6 › start long running apps ─────────────────────
View Logs


Fix in Cursor

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.

1 participant