fix(deps): update all non-major dependencies#231
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughDependency versions in 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This PR contains the following updates:
^7.58.7→^7.58.9^2.5.0→^2.5.1^0.22.0→^0.22.1^0.5.3→^0.6.1^2.0.2→^2.0.32.0.1→2.0.2^0.10.3→^0.10.4^24.12.4→^24.13.2^4.0.2→^4.0.3^4.12.23→^4.12.254.0.0→4.1.011.5.1→11.6.03.8.3→3.8.4Release Notes
microsoft/rushstack (@microsoft/api-extractor)
v7.58.9Compare Source
Sat, 13 Jun 2026 00:16:18 GMT
Version update only
v7.58.8Compare Source
Mon, 08 Jun 2026 15:15:49 GMT
Patches
module-federation/core (@module-federation/runtime-tools)
v2.5.1Compare Source
Patch Changes
web-infra-dev/rslib (@rslib/core)
v0.22.1Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
e853652by @renovate[bot] in #1684Full Changelog: web-infra-dev/rslib@v0.22.0...v0.22.1
web-infra-dev/rslint (@rslint/core)
v0.6.1Compare Source
What's Changed
New Features 🎉
max-expectsrule by @eryue0220 in #1076Bug Fixes 🐞
Document 📖
Other Changes
79fe60aby @fansenze in #1086Full Changelog: web-infra-dev/rslint@v0.6.0...v0.6.1
v0.6.0Compare Source
Highlights
ESLint Plugin Compatibility
rslint can now run community ESLint plugins' rules alongside its built-in native rules. Import the plugin and mount it in a JS/TS config under a prefix of your choice — plugin diagnostics merge into the same report, autofixes apply through
--fixand the editor'ssource.fixAll, and it works the same way in the CLI and the VS Code extension. See the ESLint plugin compatibility guide for details and current limitations.40+ New Rules
This release ports over 40 new rules across
@typescript-eslint,eslint-plugin-jest,eslint-plugin-jsx-a11y,eslint-plugin-promise, andeslint-plugin-react, and enables the implemented rules in thejavascript,typescript, andjsx-a11yrecommended presets.What's Changed
New Features 🎉
expect-expectrule by @eryue0220 in #950no-standalone-expectrule by @eryue0220 in #984valid-titlerule by @eryue0220 in #948no-jasmine-globalsrule by @eryue0220 in #969prefer-called-withrule by @eryue0220 in #1025prefer-to-have-been-calledrule by @eryue0220 in #1019no-duplicate-hooksrule by @eryue0220 in #1026valid-expectrule by @eryue0220 in #1017prefer-eachrule by @eryue0220 in #1032prefer-to-have-been-called-timesrule by @eryue0220 in #1048prefer-expect-resolvesrule by @eryue0220 in #1062max-nested-describerule by @eryue0220 in #1063Bug Fixes 🐞
eslint-plugin-jesttest falsy cases by @eryue0220 in #992Refactor 🔨
Document 📖
Other Changes
47ca648by @fansenze in #936c282336by @fansenze in #9446a088fbby @fansenze in #9680a7c6b4by @fansenze in #9708799681by @fansenze in #976d99f6b2by @fansenze in #990tsgo-clientcrate releasing action by @CPunisher in #1045tsgo-clientfrom 0.0.2 to 0.0.3 by @CPunisher in #1046254e9a5by @fansenze in #105469b0d53by @fansenze in #1074cda7bafby @fansenze in #1078New Contributors
Full Changelog: web-infra-dev/rslint@v0.5.3...v0.6.0
rstackjs/rspack-dev-middleware (@rspack/dev-middleware)
v2.0.3Compare Source
What's Changed
Full Changelog: rstackjs/rspack-dev-middleware@v2.0.2...v2.0.3
rstackjs/rspack-plugin-react-refresh (@rspack/plugin-react-refresh)
v2.0.2Compare Source
What's Changed
Full Changelog: rstackjs/rspack-plugin-react-refresh@v2.0.1...v2.0.2
web-infra-dev/rstest (@rstest/core)
v0.10.4Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
3cbb846by @renovate[bot] in #1343Full Changelog: web-infra-dev/rstest@v0.10.3...v0.10.4
rstackjs/connect-next (connect-next)
v4.0.3Compare Source
What's Changed
Full Changelog: rstackjs/connect-next@v4.0.2...v4.0.3
honojs/hono (hono)
v4.12.25Compare Source
v4.12.24Compare Source
chimurai/http-proxy-middleware (http-proxy-middleware)
v4.1.0Compare Source
pnpm/pnpm (pnpm)
v11.6.0Compare Source
Minor Changes
pnpm installcompletes without re-resolving whenpnpm-lock.yamlwas deleted butnode_modulesis intact: the up-to-date check now treats the current lockfile (node_modules/.pnpm/lock.yaml) — the record of what the previous install materialized — as the wanted lockfile, verifies the manifests still match it, restorespnpm-lock.yamlfrom it, and reports "Already up to date". Previously this scenario triggered a full resolution and a re-verification of every locked package against the registry.615c669: Added support for configuring URL-scoped registry settings throughnpm_config_//…andpnpm_config_//…environment variables, for example:This provides a file-free way to supply registry authentication. Because the registry a value applies to is encoded in the (trusted) environment variable name, it is host-scoped by construction and cannot be redirected to another registry by repository-controlled config. The environment value is treated as trusted config: it takes precedence over a project/workspace
.npmrcbut is still overridden by command-line options. When the same key is provided through both prefixes,pnpm_config_wins.Raised the default network concurrency from
min(64, max(cpuCores * 3, 16))tomin(96, max(cpuCores * 3, 64)). Package downloads are I/O-bound, not CPU-bound, so deriving the floor from the core count left machines with few cores (for example 4-vCPU CI runners) downloading only 16 tarballs at a time and unable to saturate a low-latency registry. ThenetworkConcurrencysetting still overrides the default.Patch Changes
.npmrcuses an environment variable in a registry/proxy URL or in registry credentials. The message now explains why the setting was ignored and how to migrate it to a trusted source — for example by moving the line to the user-level~/.npmrcor runningpnpm config set "<key>" <value>— with a link to https://pnpm.io/npmrc. Thepnpm config setexample is only suggested when the key has no${...}placeholder, so the snippet is always safe to copy-paste.os/cpu/libcfields are missing from the registry metadata or the lockConfiguration
📅 Schedule: (in timezone Asia/Shanghai)
* 0-3 1,15 * *)🚦 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.