chore(deps): update patch npm dependencies #10589
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:
7.27.3->7.27.63.0.0-alpha.84->3.0.0-alpha.87^1.3.1->^1.3.22.0.0-beta.9->2.0.0-beta.102.0.0-beta.9->2.0.0-beta.102.0.0-beta.9->2.0.0-beta.101.10.5->1.10.61.11.29->1.11.310.1.21->0.1.22^19.1.5->^19.1.60.4.0->0.4.12.0.0-beta.9->2.0.0-beta.10^3.25.50->^3.25.538.5.4->8.5.5Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
babel/babel (@babel/types)
v7.27.6Compare Source
🐛 Bug Fix
babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3finallycauses unexpected return value (@liuxingbaoyu)babel-generator,babel-parser,babel-typesnapi-rs/napi-rs (@napi-rs/cli)
v3.0.0-alpha.87Compare Source
What's Changed
requirein utils by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/2693Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://github.com/napi-rs/cli)[@​3](https://github.com/3).0.0-alpha.86...[@​napi-rs/cli](https://github.com/napi-rs/cli)[@​3](https://github.com/3).0.0-alpha.87
v3.0.0-alpha.86Compare Source
What's Changed
Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]...[@​napi-rs/cli](https://github.com/napi-rs/cli)[@​3](https://github.com/3).0.0-alpha.86
v3.0.0-alpha.85Compare Source
What's Changed
Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]...[@​napi-rs/cli](https://github.com/napi-rs/cli)[@​3](https://github.com/3).0.0-alpha.85
web-infra-dev/rsbuild (@rsbuild/plugin-sass)
v1.3.2Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
<head>tag by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4935Document 📖
Other Changes
isMultiCompilertypes by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4929Full Changelog: web-infra-dev/rsbuild@v1.3.1...v1.3.2
web-infra-dev/rspress (@rspress/plugin-algolia)
v2.0.0-beta.10Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.9...v2.0.0-beta.10
rspack-contrib/rstack-doc-ui (@rstack-dev/doc-ui)
v1.10.6Compare Source
What's Changed
Full Changelog: rstackjs/rstack-doc-ui@v1.10.5...v1.10.6
swc-project/swc (@swc/core)
v1.11.31Compare Source
Bug Fixes
(es/codegen) Improve comments handling (#10534) (d9ba838)
(es/codegen) Exclude
constructorfrom source map names (#10551) (ef85640)(es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)
(es/minifier) Fix missing variable (#10478) (6de3ef6)
(es/minifier) Inline object of member if prop is an ident (#10548) (e554381)
(es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)
(es/minifier) Fix typo in an option name (#10554) (a303941)
(es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)
(es/react-compiler) Fix usefulness detection (#10506) (41075a1)
(es/utils) Fix
extract_var_ids(#10511) (5644372)(react-compiler) Fix fast check (#10538) (9403ce2)
(swc_common) Fix build (#10544) (2ed934d)
(swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)
(swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)
(swc_common) Revert skip condition patch (#10564) (2a2b284)
(ts/fast-dts) Correctly emit Symbol-keyed accessors in declarations (#10508) (1298e76)
(ts/fast-dts) Ensure correct emission of template literals and symbol-keyed properties (#10530) (8dbdbef)
Features
(es/regexp) Add crates for RegExp (#10525) (4b3f924)
(swc_common) Add
Globals::clone_data(#10543) (39f30b0)(swc_common) Add
map_raw_postoFiles(#10560) (71224c3)Miscellaneous Tasks
(bindings) Use published versions of crates (#10513) (f65f028)
(ecosystem-ci) Exclude
ts-node(2b284e1)Performance
(es/minifier) Merge
PropertyCollectorinto usage analyzer (#10514) (505bf54)(es/minifier) Remove needless clone (#10523) (1c02ef6)
(es/parser) Reduce comparison while reading logical (#10526) (2bc551c)
(es/renamer) Merge analyze/collect (#10509) (7b47f66)
(swc_common) Remove
char_indicescalls (#10541) (51507bc)Refactor
(es/codegen) Migrate to
ryu-jsfor numeric literal codegen (#10503) (4bc4244)(es/lexer) Cleanup code for reading tokens (#10533) (a72092c)
(es/lexer) Share
skip_block_comment(#10549) (b101a87)(es/parser) Share code for parsing strings (#10522) (931a2d6)
(es/parser) Cleanup (#10559) (963ac9e)
(ts/fast-dts) Derive computed flags from source code (#10510) (a2d5664)
rspack-contrib/path-serializer (path-serializer)
v0.4.1Compare Source
colinhacks/zod (zod)
v3.25.53Compare Source
Commits:
a6adb14zod mini internals (#4631)da4f9213.25.53v3.25.52Compare Source
Commits:
2954f40Fix json (#4630)51dc6f93.25.52e479ea7Add test cast for deferred self-recursionv3.25.51Compare Source
google/zx (zx)
v8.5.5: — PVC WizardCompare Source
Minor feature polish.
ProcessPromiseandProcessOutputlines()getters now accept a custom delimiter #1220 #1218.nothrow()option inProcessProcess[AsyncIterator]#1216 #1217Configuration
📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, 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.
This PR was generated by Mend Renovate. View the repository job log.