chore(deps): lock file maintenance npm packages #12780
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.26.6
->5.26.7
4.23.0
->4.36.0
12.23.9
->12.23.12
1.8.0
->1.9.0
1.54.1
->1.54.2
10.13.1
->10.14.0
10.26.9
->10.27.0
19.1.0
->19.1.1
19.1.0
->19.1.1
^0.178.0
->^0.179.0
5.8.3
->5.9.2
5.8.3
->5.9.2
1.6.1
->1.7.0
0.13.0
->0.13.2
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
ant-design/ant-design (antd)
v5.26.7
Compare Source
tabBarExtraContent
typing to support bothReact.ReactNode
and{ left?: React.ReactNode; right?: React.ReactNode }
usingTabBarExtraContent
fromrc-tabs
. #54470 @puedingTabPaneProps
type to be compatible with deprecated APIs. #54482 @leshalvtabBarExtraContent
类型定义,仅支持React.ReactNode
的问题。现在支持完整的rc-tabs
类型,包括{ left?: React.ReactNode; right?: React.ReactNode }
。#54470 @puedingTabPaneProps
类型以兼容废弃 api。#54482 @leshalvstreamich/memfs (memfs)
v4.36.0
Compare Source
Features
v4.35.0
Compare Source
Bug Fixes
Features
v4.34.0
Compare Source
Features
v4.33.0
Compare Source
Bug Fixes
Features
4.32.1 (2025-08-01)
Bug Fixes
v4.32.1
Compare Source
Bug Fixes
Features
4.32.1 (2025-08-01)
Bug Fixes
v4.32.0
Compare Source
Bug Fixes
Features
4.32.1 (2025-08-01)
Bug Fixes
v4.31.0
Compare Source
Features
4.30.1 (2025-08-01)
Bug Fixes
v4.30.1
Compare Source
Features
4.30.1 (2025-08-01)
Bug Fixes
v4.30.0
Compare Source
Features
4.30.1 (2025-08-01)
Bug Fixes
v4.29.0
Compare Source
Features
4.28.1 (2025-08-01)
Bug Fixes
v4.28.1
Compare Source
Features
4.28.1 (2025-08-01)
Bug Fixes
v4.28.0
Compare Source
Features
4.28.1 (2025-08-01)
Bug Fixes
v4.27.0
Compare Source
Bug Fixes
Features
v4.26.0
Compare Source
Bug Fixes
Features
4.25.1 (2025-07-31)
Performance Improvements
v4.25.1
Compare Source
Bug Fixes
Features
4.25.1 (2025-07-31)
Performance Improvements
v4.25.0
Compare Source
Bug Fixes
Features
4.25.1 (2025-07-31)
Performance Improvements
v4.24.0
Compare Source
Features
motiondivision/motion (motion)
v12.23.12
Compare Source
Added
v12.23.11
Compare Source
Added
delayChildren: stagger()
will now be staggered correctly alongside their newly-entering siblings.v12.23.10
Compare Source
Fixed
motion
components have re-rendered between shared element switching.oxc-project/oxc (oxlint)
v1.9.0
Compare Source
🚜 Refactor
bea652f
linter: Addvue
andregex
toBuiltinLintPlugins
(#12542) (Sysix)microsoft/playwright (playwright)
v1.54.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm (pnpm)
v10.14.0
Compare Source
Minor Changes
Added support for JavaScript runtime resolution
Declare Node.js, Deno, or Bun in
devEngines.runtime
(insidepackage.json
) and let pnpm download and pin it automatically.Usage example:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.devEngines.runtime
setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.Related PR: #9755.
Add
--cpu
,--libc
, and--os
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.pnpm install
to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.preactjs/preact (preact)
v10.27.0
Compare Source
Features
refcallback
type to reflect possibility of returning cleanup function and add debug helper exports (#4860, thanks @rschristian)Fixes
Maintenance
facebook/react (react)
v19.1.1
Compare Source
facebook/react (react-dom)
v19.1.1
Compare Source
mrdoob/three.js (three)
v0.179.1
Compare Source
v0.179.0
Compare Source
microsoft/TypeScript (typescript)
v5.9.2
Compare Source
jquense/yup (yup)
v1.7.0
Compare Source
Features
1.6.1 (2024-12-17)
Bug Fixes
rolldown/tsdown (tsdown)
v0.13.2
Compare Source
🚨 Upstream Breaking Changes
dts.isolatedDeclarations
todts.oxc
- by @sxzz (5bdb9)🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.13.1
Compare Source
🚀 Features
🐞 Bug Fixes
defineConfig
- by @sxzz (7c32a)View changes on GitHub
Configuration
📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.