Skip to content

chore(deps): update npm packages#171

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/npm-packages
May 11, 2026
Merged

chore(deps): update npm packages#171
renovate[bot] merged 1 commit into
mainfrom
renovate/npm-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@actions/core (source) 3.0.03.0.1 age adoption passing confidence
@napi-rs/wasm-runtime (source) 1.1.11.1.4 age adoption passing confidence
@rstest/core (source) ^0.8.1^0.9.0 age adoption passing confidence
enhanced-resolve 5.19.05.21.1 age adoption passing confidence
lint-staged 16.2.716.4.0 age adoption passing confidence
prettier (source) 3.8.13.8.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

actions/toolkit (@​actions/core)

v3.0.1

  • Bump undici from 6.23.0 to 6.24.1 #​2348
napi-rs/napi-rs (@​napi-rs/wasm-runtime)

v1.1.4

Compare Source

Bug Fixes
  • wasm-runtime: preserve full bigint values in fs proxy codec (#​3233) (0cb8eef)

v1.1.3

Compare Source

Note: Version bump only for package @​napi-rs/wasm-runtime

v1.1.2

Compare Source

Bug Fixes
web-infra-dev/rstest (@​rstest/core)

v0.9.10

Compare Source

What's Changed
Performance 🚀
Bug Fixes 🐞
  • fix(core): clean coverage at run start instead of from rsbuild compile hook by @​fi3ework in #​1214
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.9...v0.9.10

v0.9.9

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.8...v0.9.9

v0.9.8

Compare 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.7

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
  • fix(core): normalize numeric cli filters by @​9aoy in #​1143
  • fix: use web condition names by default in browser-like test environment by @​9aoy in #​1152
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.6...v0.9.7

v0.9.6

Compare 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.5

Compare Source

What's Changed
New Features 🎉
  • feat: add output.distPath.root configuration by @​9aoy in #​1083
  • feat(core): add output.bundleDependencies config option by @​9aoy in #​1072
  • feat: add unmockRequire / doUnmockRequire API by @​9aoy in #​1098
  • feat(browser): support output browser inspect config files when DEBUG is enabled by @​9aoy in #​1104
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.4...v0.9.5

v0.9.4

Compare Source

What's Changed
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.3...v0.9.4

v0.9.3

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.2...v0.9.3

v0.9.2

Compare Source

What's Changed

Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.1...v0.9.2

v0.9.1

Compare Source

What's Changed

Performance 🚀
  • perf: fix cssFilterLoader not working with less / sass plugins by @​9aoy in #​1025
Bug Fixes 🐞
Document 📖
  • docs: introduce rs.mockRequire and rs.doMockRequire APIs by @​9aoy in #​1005
  • docs: add global API types tip when migrating from jest by @​9aoy in #​1020
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.0...v0.9.1

v0.9.0

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
  • fix(browser): align browser reporter lifecycle hooks across run and watch by @​fi3ework in #​976
  • fix(browser): remove default process shim while keep env stubbing support by @​fi3ework in #​981
  • fix(browser): resolve browser failure annotations to test sources in github-actions reporter by @​fi3ework in #​989
  • fix: error messages not displayed due to stream interception by @​9aoy in #​993
  • fix(core): avoid misdetecting cursor terminal as agent by @​fi3ework in #​994
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.8.5...v0.9.0

webpack/enhanced-resolve (enhanced-resolve)

v5.21.1

Compare Source

Patch Changes
  • Allocation-free reductions on hot-path code: hoist /#/g, /\$/g and /\\/g to module-level constants and gate the corresponding .replace calls behind includes(…) so paths/queries/requests without the match char skip the regex state machine entirely (the common case); share a single EMPTY_NO_MATCH tuple instead of allocating [[], null] per "no match" / "no condition matched" return; switch directMapping's for...of over mappingTarget and inner results to indexed loops to avoid iterator-object allocation per call; inline isConditionalMapping at its two hot-path call sites and merge the duplicate default / conditionNames.has(condition) branches in computeConditionalMapping; replace invalidSegmentRegEx.exec(…) !== null with .test(…) (no match-array allocation); drop the dead deprecatedInvalidSegmentRegEx.test(…) !== null clause in ImportsFieldPlugin (.test returns boolean; true !== null and false !== null are both true, so it was && true); drop the redundant relativePath.length === 0 guard before !startsWith("./") in ExportsFieldPlugin (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 TsconfigPathsPlugin to support resolveSync with useSyncFileSystemCalls (by @​alexander-akait in #​572)

v5.21.0

Compare Source

Minor Changes
  • Added promise API and support to resolve without context and resolveContext. (by @​alexander-akait in #​520)

  • Add extensionAliasForExports option. When true, extensionAlias also applies to paths resolved through the package.json exports field. Off by default to match Node.js; opt in for full TypeScript-resolver parity with packages that ship .ts sources alongside the compiled .js they declare in exports. (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 exports field 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 where PACKAGE_IMPORTS_RESOLVE does not recursively resolve # specifiers. (by @​xiaoxiaojx in #​503)

    Previously { "#a": "#b", "#b": "./the.js" } would chain-resolve #a to ./the.js; now it correctly fails, matching Node.js behavior.

  • Move cachedJoin/cachedDirname/createCachedBasename caches 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: true is used (default config file) and no tsconfig.json exists. (by @​xiaoxiaojx in #​502)

  • Apply the extensionAlias option to the imports field 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-linked StackEntry class that exposes a Set-compatible API. (by @​xiaoxiaojx in #​526)

    Each doResolve call 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.parse in readJson using a WeakMap keyed by the raw file buffer. This avoids redundant comment-stripping and JSON parsing on every resolve call that reads tsconfig.json files (via stripComments: true), improving TsconfigPathsPlugin warm performance by ~20-35% depending on the depth of the extends chain. (by @​xiaoxiaojx in #​524)

  • Avoid OOM in CachedInputFileSystem when duration is Infinity. (by @​alexander-akait in #​527)

v5.20.1

Compare Source

Patch Changes

v5.20.0

Compare Source

Features
  • Added the baseUrl option to override the tsconfig.json's baseUrl
  • Enabled trailing commas support for JSONC
Fixes
  • Detect circular extends to prevent infinite loop in tsconfig.json
  • Support JSONC comments in tsconfig.json
lint-staged/lint-staged (lint-staged)

v16.4.0

Compare Source

Minor Changes

v16.3.4

Compare Source

Patch Changes

v16.3.3

Compare Source

Patch Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 10am on monday"
  • 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.


  • 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 enabled auto-merge (squash) March 15, 2026 16:46
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Mar 15, 2026

Merging this PR will not alter performance

✅ 12 untouched benchmarks


Comparing renovate/npm-packages (c531c1b) with main (31610e6)

Open in CodSpeed

@renovate renovate Bot force-pushed the renovate/npm-packages branch 2 times, most recently from 492991d to 2bd8676 Compare March 22, 2026 17:38
@renovate renovate Bot force-pushed the renovate/npm-packages branch 2 times, most recently from 5b6624f to 3ac5732 Compare April 1, 2026 09:33
@renovate renovate Bot force-pushed the renovate/npm-packages branch from 3ac5732 to a014d28 Compare April 5, 2026 16:38
@renovate renovate Bot force-pushed the renovate/npm-packages branch from a014d28 to 4e75b36 Compare April 12, 2026 16:50
@renovate renovate Bot force-pushed the renovate/npm-packages branch 2 times, most recently from 706e189 to 65ea456 Compare April 26, 2026 16:52
@renovate renovate Bot force-pushed the renovate/npm-packages branch 2 times, most recently from 942052d to 4eb3b83 Compare May 3, 2026 16:32
@renovate renovate Bot force-pushed the renovate/npm-packages branch from 4eb3b83 to 8be4ac6 Compare May 9, 2026 09:30
@renovate renovate Bot force-pushed the renovate/npm-packages branch from 8be4ac6 to c531c1b Compare May 10, 2026 20:51
@renovate renovate Bot merged commit c5a8326 into main May 11, 2026
22 checks passed
@renovate renovate Bot deleted the renovate/npm-packages branch May 11, 2026 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant