chore(deps): lock file maintenance npm packages #11429
Merged
+995
−812
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:
7.27.1
->7.27.4
7.27.1
->7.27.4
11.1.1
->11.1.2
11.1.1
->11.1.2
11.1.1
->11.1.2
11.1.1
->11.1.2
22.15.21
->22.15.29
^0.0.10
->^0.0.11
5.25.2
->5.25.4
0.25.4
->0.25.5
17.4.7
->17.5.6
12.12.2
->12.15.0
0.10.2
->0.10.3
^0.16.0
->^0.17.0
10.26.7
->10.26.8
5.39.2
->5.40.0
3.5.14
->3.5.16
=3.24.2
->=3.25.46
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
babel/babel (@babel/core)
v7.27.4
Compare Source
👓 Spec Compliance
babel-parser
,babel-plugin-proposal-explicit-resource-management
💅 Polish
babel-parser
🔬 Output optimization
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
regenerator
size more (@liuxingbaoyu)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
regenerator
helper size (@liuxingbaoyu)babel-core
,babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
regeneratorRuntime
into multiple helpers (@nicolo-ribaudo)v7.27.3
Compare Source
🐛 Bug Fix
babel-generator
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
.displayName
onGeneratorFunction
(@nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
for using of
body (@JLHwung)babel-plugin-proposal-decorators
,babel-types
abstract
modifiers in class declaration to expression conversion (@magic-akari)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
babel-generator
,babel-parser
nestjs/nest (@nestjs/common)
v11.1.2
Compare Source
nestjs/nest (@nestjs/core)
v11.1.2
Compare Source
nestjs/nest (@nestjs/platform-express)
v11.1.2
Compare Source
v11.1.2 (2025-05-26)
Bug fixes
microservices
Dependencies
common
platform-express
Committers: 2
nestjs/nest (@nestjs/testing)
v11.1.2
Compare Source
Microsoft/vscode-test-cli (@vscode/test-cli)
v0.0.11
Compare Source
ant-design/ant-design (antd)
v5.25.4
Compare Source
ol
instead oful
to meet HTML semantic requirements. #53944 @fnoopvonPressEnter
. #53898 @codingories!important
style syntax from Checkbox. #53953 @doandevherespan
property type. #53913 @DDDDD12138ol
代替ul
以符合 html 语义要求。#53944 @fnoopvmask
从 true 改为 false 时没有渐出的问题。#53955 @afc163onPressEnter
的问题。#53898 @codingories!important
样式语法。#53953 @doandevherespan
属性类型。#53913 @DDDDD12138v5.25.3
Compare Source
delete
property not updating. #53861 @codingoriesstyle
setting of the Upload component did not take effect in more types. #53877 @QuentinHsudelete
属性无法更新的问题。#53861 @codingoriesstyle
设置未生效的问题。#53877 @QuentinHsuevanw/esbuild (esbuild)
v0.25.5
Compare Source
Fix a regression with
browser
inpackage.json
(#4187)The fix to #4144 in version 0.25.3 introduced a regression that caused
browser
overrides specified inpackage.json
to fail to override relative path names that end in a trailing slash. That behavior change affected theaxios@0.30.0
package. This regression has been fixed, and now has test coverage.Add support for certain keywords as TypeScript tuple labels (#4192)
Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a
?
modifier. These labels includedfunction
,import
,infer
,new
,readonly
, andtypeof
. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:Add CSS prefixes for the
stretch
sizing value (#4184)This release adds support for prefixing CSS declarations such as
div { width: stretch }
. That CSS is now transformed into this depending on what the--target=
setting includes:capricorn86/happy-dom (happy-dom)
v17.5.6
Compare Source
👷♂️ Patch fixes
v17.5.5
Compare Source
v17.5.4
Compare Source
👷♂️ Patch fixes
ReadableStream
was locked after being cloned - By @betterqualityassuranceuser in task #1493v17.5.3
Compare Source
👷♂️ Patch fixes
previousSibling
andnextSibling
toMutationObserver
records when a child is removed - By @uxuip in task #1803v17.5.2
Compare Source
v17.5.1
Compare Source
👷♂️ Patch fixes
v17.5.0
Compare Source
🎨 Features
XMLHttpRequest.overrideMimeType()
- By @maxmil in task #1782v17.4.9
Compare Source
v17.4.8
Compare Source
motiondivision/motion (motion)
v12.15.0
Compare Source
Added
pathLength
/pathSpacing
/pathOffset
forsvgEffect
.data
andaria
attributes inattrEffect
.attrEffect
applies attributes via JS property where possible.transform-box: fill-box
for SVGs withtransform
instyleEffect
.v12.14.0
Compare Source
Added
originX
/Y
/Z
instyleEffect
.Fixed
v12.13.0
Compare Source
Added
svgEffect
,propEffect
andattrEffect
.Fixed
eclipse/openvsx (ovsx)
v0.10.3
Compare Source
Bug Fixes
pat.ts
(#1225)zip.ts
(#1223)util.ts
tologin.ts
(#1220)Dependencies
yauzl
withyauzl-promise
(#1226)yarn
from4.5.1
to4.9.1
(#1190)oxc-project/oxc (oxlint)
v0.17.0
: oxlint v0.17.0Compare Source
[0.17.0] - 2025-05-30
ead5309
linter: [BREAKING] Remove react from default plugin set (#11382) (camc314)Features
2d25bd8
linter: Removeunicorn/no-for-loop
overtypescript/prefer-for-of
(#11354) (camc314)bbb7eb1
linter: Add auto-fix to react/forward-ref-uses-ref (#11342) (yefan)590c27b
linter: Add auto-fix to unicorn/no-await-expression-member (#11306) (yefan)7824f01
linter: Implement suggestion forjsx/no-useless-fragment
(#10800) (Cam McHenry)2083d33
linter/language_server: Add second editor suggestion forreact/forward-ref-uses-ref
(#11375) (Sysix)Bug Fixes
f6424dd
linter: Reflect react plugin is disabled by default in cli (#11397) (camc314)25ecbfe
linter: Remove use ofFrameworkFlags::React
to decide whether rules should run (#11383) (camc314)0d240e4
linter: False positive in react/exhaustive-deps with default formal parameter (#11395) (camc314)c91697e
linter: Fix panic in multi byte char inTryFrom
aria (#11350) (camc314)9798ef1
linter: Stack overflow in no-async-endpoint-handlers (#11317) (camc314)348ad97
linter: Skip no-unused-vars on astro files (#11303) (camc314)183d7f0
linter: Makejest/no-large-snapshots
error easier to comprehend (#11294) (Ulrich Stark)4e606a5
linter: Improvejest/no-large-snapshots
(#11291) (Ulrich Stark)14f790f
linter: Improvejest/no-restricted-matchers
(#11292) (Ulrich Stark)a2c82be
linter/block-scoped-var: Better diagnostic messages (#11290) (DonIsaac)19772e5
linter/no-unused-vars: Panic when variable is redeclared as function in same scope (#11280) (Dunqing)7af5bb1
oxc_language_server: Include save option for text document sync capability (#11297) (Nicholas Rayburn)Performance
0ed6c1a
language_server: UseArc<RwLock>
instead ofMutex
for workspace workers (#11328) (Sysix)a0ee946
linter: Reduce code size inglobals
(#11333) (shulaoda)c90c5e9
linter/no-unused-vars: Simplify checking self call usage (#11281) (Dunqing)Documentation
eae51ca
linter: Clarify jsdoc/check-tag-names configuration (#11394) (Rägnar O'ock)cd354d4
oxlint: Remove incorrect doc comment (#11326) (camc314)Refactor
42738f0
linter: Shorten code of match arms (#11389) (Ulrich Stark)8a34447
linter: Improveunicorn/text-encoding-identifier-case
(#11386) (shulaoda)eaa605e
linter: Avoid someArc::clone
in linter runtime (#11388) (Boshen)1cd8b9c
linter: Fixes inreact/forward-ref-uses-ref
are suggestions (#11376) (Sysix)50ef691
linter: Adddiagnostics_with_multiple_fixes
toLintContext
(#11357) (Sysix)606bb34
linter: AcceptPossibleFixes
instead ofFix
forMessages
(#11295) (Sysix)042a3f3
linter: UsePossibleFixes
instead ofOption<Fix>
(#11284) (Sysix)ffcfb46
linter: Improveunicorn/throw-new-error
(#11364) (shulaoda)8fb55c3
linter: Cleanup docs and simplify code ofeslint/no-fallthrough
(#11331) (Ulrich Stark)e2f0f0a
linter: Improve docs and simplify code ofeslint/no-duplicate-imports
(#11320) (Ulrich Stark)b53b053
linter: Simplify accessing span of NameSpan (#11305) (Ulrich Stark)4bc2650
linter: Improveeslint/no-void
(#11285) (shulaoda)Styling
49b664c
linter: Remove needless newline indeclare_oxc_lint
(#11400) (camc314)Testing
c4f64aa
linter: Explicitly disable correctness for clarity (#11327) (camc314)a404b2c
linter:eslint/no-duplicate-imports
shouldn't report the same span (#11324) (Ulrich Stark)preactjs/preact (preact)
v10.26.8
Compare Source
Fixes
terser/terser (terser)
v5.40.0
Compare Source
export {}
(#1601)const
andlet
resulting from ESTree input (#1599)vuejs/core (vue)
v3.5.16
Compare Source
Reverts
v3.5.15
Compare Source
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minor
branch.colinhacks/zod (zod)
v3.25.46
Compare Source
v3.25.45
Compare Source
Commits:
dc2c0b0
minor grammar typo fix (#4584)6fd3b39
fix(JSONSchema): add type for enum (#4577)6be478b
Fix ZodType assignability issues69ccb67
3.25.45v3.25.44
Compare Source
v3.25.43
Compare Source
Commits:
508e306
Fix type inference in ZodMiniType check method (#4568)f8fef45
Ecosystem: Add Express Zod API (#4579)289cba3
Fix type inference in ZodMiniType check method (#4568)011623a
Fix dts filesv3.25.42
Compare Source
v3.25.41
Compare Source
v3.25.40
Compare Source
v3.25.39
Compare Source
v3.25.38
Compare Source
Commits:
11477ae
Add test1574d2e
3.25.38v3.25.37
Compare Source
Commits:
abc13de
Add major version sectiond6cc999
Improve inference in z.function implementc00ca42
3.25.37v3.25.36
Compare Source
v3.25.35
Compare Source
Commits:
5e31fd0
Update readmefe75806
Improve discriminated union implementation (#4556)caee693
Tweak readme02f2389
Fix lint056e3f8
Improve homepage33495d5
Fix isPlainObject3a42469
Remove defaults from JSON Schema for transforming schemas (#4557)edc3477
3.25.35v3.25.34
Compare Source
v3.25.33
Compare Source
Commits:
80cfd3a
Improve runtime error for non-schema values in shape741be37
chore: fix comment for packages/docs/content/v4/index.mdx (#4533)74662e3
chore: Update README to specify TypeScript syntax highlighting for schema example (#4443)3c5ffd2
Add Khmer locale support to Zod and update documentation (#4447)8e827b1
docs: Add conform to the ecosystem page (#4415)7918973
add Swedish locale (#4451)33d3bb9
Fix issue #4454: Updating the contribution.md file (#4455)4d8cb5d
Update bronze.tsx (#4472)bc15379
Fix typo in changelog (#4496)010bbe4
type in error-customization.mdx (#4514)f3b4630
Add inheritance diagram to docsb97e218
fix: Add check for requiredKeys before assigning to json.required (#4525)b650a48
nit (#4520)56ae81b
fix v4 docs typo (#4414)efbcd7a
feat(locales): add nl (#4425)1ba8ddc
Standardize casing for locales5cb48f7
3.25.33345864f
Improve library docs9379c0c
Improve stringbool docs0828c93
Fix CId1e0876
Rename494b944
Undo rename4e44e61
Add zh-TW5a6d986
docs: fix typos in "Per-parse error customization" (#4549)v3.25.32
Compare Source
v3.25.31
Compare Source
v3.25.30
Compare Source
v3.25.29
Compare Source
v3.25.28
Compare Source
Commits:
e012bd2
Improve override docs7bd15ed
fix: add missing re-exports files and add new entries the published files (#4500)b588d2c
Improve z.function typing. Add .def5ac95df
3.25.287aecb61
Clean up ZodFunctioned48cbb
bugfix: Small typo in V4 docs (#4435)5e4ff20
fix: JSON Schema > override sectionConfiguration
📅 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.