chore(deps): update npm packages#171
Merged
Merged
Conversation
492991d to
2bd8676
Compare
5b6624f to
3ac5732
Compare
3ac5732 to
a014d28
Compare
a014d28 to
4e75b36
Compare
706e189 to
65ea456
Compare
942052d to
4eb3b83
Compare
4eb3b83 to
8be4ac6
Compare
8be4ac6 to
c531c1b
Compare
stormslowly
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.0.0→3.0.11.1.1→1.1.4^0.8.1→^0.9.05.19.0→5.21.116.2.7→16.4.03.8.1→3.8.3Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
actions/toolkit (@actions/core)
v3.0.1undicifrom6.23.0to6.24.1#2348napi-rs/napi-rs (@napi-rs/wasm-runtime)
v1.1.4Compare Source
Bug Fixes
v1.1.3Compare Source
Note: Version bump only for package @napi-rs/wasm-runtime
v1.1.2Compare Source
Bug Fixes
web-infra-dev/rstest (@rstest/core)
v0.9.10Compare Source
What's Changed
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.9.9...v0.9.10
v0.9.9Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
why rstestby @9aoy in #1183Other Changes
Full Changelog: web-infra-dev/rstest@v0.9.8...v0.9.9
v0.9.8Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.9.7...v0.9.8
v0.9.7Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.9.6...v0.9.7
v0.9.6Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.9.5...v0.9.6
v0.9.5Compare Source
What's Changed
New Features 🎉
output.distPath.rootconfiguration by @9aoy in #1083Performance 🚀
Bug Fixes 🐞
Document 📖
Markdown reporterto AI guide by @9aoy in #1084view test temporary outputsguide by @9aoy in #1103output.bundleDependenciesconfiguration by @9aoy in #1108Other Changes
Full Changelog: web-infra-dev/rstest@v0.9.4...v0.9.5
v0.9.4Compare Source
What's Changed
Performance 🚀
Bug Fixes 🐞
Document 📖
mocking re-exported modulestip by @9aoy in #1069Other Changes
Full Changelog: web-infra-dev/rstest@v0.9.3...v0.9.4
v0.9.3Compare Source
What's Changed
New Features 🎉
test.eachby @9aoy in #1049coverage.allowExternaloption by @9aoy in #1050Bug Fixes 🐞
adapter-rsbuildtypes by @9aoy in #1055Document 📖
rstest-best-practicesskill by @9aoy in #1057Other Changes
tsgoin local by @9aoy in #1037Full Changelog: web-infra-dev/rstest@v0.9.2...v0.9.3
v0.9.2Compare Source
What's Changed
Document 📖
Other Changes
53b8394by @renovate[bot] in #1001Full Changelog: web-infra-dev/rstest@v0.9.1...v0.9.2
v0.9.1Compare Source
What's Changed
Performance 🚀
Bug Fixes 🐞
bailconfiguration should work with the test file error by @9aoy in #997Document 📖
rs.mockRequireandrs.doMockRequireAPIs by @9aoy in #1005Other Changes
de0fac2by @renovate[bot] in #1000Full Changelog: web-infra-dev/rstest@v0.9.0...v0.9.1
v0.9.0Compare Source
What's Changed
New Features 🎉
rs.waitForandrs.waitUntilutilities by @9aoy in #982toRstestConfigmethod by @9aoy in #978testListsoption to md reporter by @fi3ework in #987Performance 🚀
jititoautoby @9aoy in #992Bug Fixes 🐞
Document 📖
migrate-to-rstestskill to migration guide by @9aoy in #983Other Changes
Full Changelog: web-infra-dev/rstest@v0.8.5...v0.9.0
webpack/enhanced-resolve (enhanced-resolve)
v5.21.1Compare Source
Patch Changes
Allocation-free reductions on hot-path code: hoist
/#/g,/\$/gand/\\/gto module-level constants and gate the corresponding.replacecalls behindincludes(…)so paths/queries/requests without the match char skip the regex state machine entirely (the common case); share a singleEMPTY_NO_MATCHtuple instead of allocating[[], null]per "no match" / "no condition matched" return; switchdirectMapping'sfor...ofovermappingTargetand inner results to indexed loops to avoid iterator-object allocation per call; inlineisConditionalMappingat its two hot-path call sites and merge the duplicatedefault/conditionNames.has(condition)branches incomputeConditionalMapping; replaceinvalidSegmentRegEx.exec(…) !== nullwith.test(…)(no match-array allocation); drop the deaddeprecatedInvalidSegmentRegEx.test(…) !== nullclause inImportsFieldPlugin(.testreturns boolean;true !== nullandfalse !== nullare both true, so it was&& true); drop the redundantrelativePath.length === 0guard before!startsWith("./")inExportsFieldPlugin(the empty-string case is already covered). (by @alexander-akait in #558)restore plugin compatibility for
[...resolveContext.stack]iteration (by @alexander-akait in #569)fix
TsconfigPathsPluginto supportresolveSyncwithuseSyncFileSystemCalls(by @alexander-akait in #572)v5.21.0Compare Source
Minor Changes
Added promise API and support to resolve without
contextandresolveContext. (by @alexander-akait in #520)Add
extensionAliasForExportsoption. Whentrue,extensionAliasalso applies to paths resolved through thepackage.jsonexportsfield. Off by default to match Node.js; opt in for full TypeScript-resolver parity with packages that ship.tssources alongside the compiled.jsthey declare inexports. (by @alexander-akait in #554)Patch Changes
Properly handle DOS device paths (
\\?\…and\\.\…). (by @alexander-akait in #551)Prevent fallback to parent node_modules when the
exportsfield target file is not found. (by @xiaoxiaojx in #495)Imports field spec deviation: non-relative targets (e.g.
"#a": "#b") no longer re-enter imports resolution, aligning with the Node.js ESM spec wherePACKAGE_IMPORTS_RESOLVEdoes not recursively resolve#specifiers. (by @xiaoxiaojx in #503)Previously
{ "#a": "#b", "#b": "./the.js" }would chain-resolve#ato./the.js; now it correctly fails, matching Node.js behavior.Move
cachedJoin/cachedDirname/createCachedBasenamecaches from module-level globals to per-Resolver instances. This prevents unbounded memory growth in long-running processes — when a Resolver is garbage collected, its join/dirname/basename caches are released with it. (by @xiaoxiaojx in #507)Fixed when
tsconfig: trueis used (default config file) and notsconfig.jsonexists. (by @xiaoxiaojx in #502)Apply the
extensionAliasoption to theimportsfield to be align with typescript resolution. (by @alexander-akait in #549)Improved performance of the many plugins. (by @alexander-akait in #529)
Replace the
Set<string>-based resolver stack with a singly-linkedStackEntryclass that exposes a Set-compatible API. (by @xiaoxiaojx in #526)Each
doResolvecall now prepends a single linked-list node instead of cloning the entire Set, making stack push O(1) in time and memory. Recursion detection walks the linked list (O(n)), but because the stack is typically shallow this is much cheaper than cloning a Set per call.Cache the result of
stripJsonComments+JSON.parseinreadJsonusing aWeakMapkeyed by the raw file buffer. This avoids redundant comment-stripping and JSON parsing on every resolve call that reads tsconfig.json files (viastripComments: true), improving TsconfigPathsPlugin warm performance by ~20-35% depending on the depth of theextendschain. (by @xiaoxiaojx in #524)Avoid OOM in CachedInputFileSystem when duration is Infinity. (by @alexander-akait in #527)
v5.20.1Compare Source
Patch Changes
Optimize
TsconfigPathsPluginand fix extends resolution bugs. (by @alexander-akait in #492)Improve resolver cache hit rate. (by @alexander-akait in #492)
v5.20.0Compare Source
Features
baseUrloption to override the tsconfig.json'sbaseUrlFixes
tsconfig.jsontsconfig.jsonlint-staged/lint-staged (lint-staged)
v16.4.0Compare Source
Minor Changes
687fc90Thanks @hyperz111! - Replacemicromatchwithpicomatchto reduce dependencies.v16.3.4Compare Source
Patch Changes
9d6e827Thanks @iiroj! - Update dependencies, includingtinyexec@1.0.4to make sure localnode_modules/.binare preferred to global locations (released intinyexec@1.0.3).v16.3.3Compare Source
Patch Changes
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 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.