chore(deps): update all non-major dependencies - #88
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
September 8, 2026 00:09
b85745b to
8462c04
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
September 8, 2026 12:09
50a72b0 to
7a0d5d4
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 9, 2026 20:40
7a0d5d4 to
a81ed0e
Compare
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:
^1.5.10→^1.5.11^2.1.10→^2.2.32.1.10→2.2.324.19.0→24.20.024.21.011.21.0→11.26.0^0.7.2→^0.7.30.7.4Release Notes
preactjs/prefresh (@prefresh/core)
v1.5.11Compare Source
Patch Changes
b390f28Thanks @JoviDeCroock! - Prevent stale component vnodes from being retained across rerenders and unmountsweb-infra-dev/rspack (@rspack/core)
v2.2.3Compare Source
Highlights
CSS Import and Asset URL Externals
Rspack now supports
asset,asset-url, andcss-importexternal types, allowing CSS to reference stylesheets and assets hosted elsewhere. External@importstatements preservelayer,supports, and media conditions, so conditional styles stay conditional in the emitted CSS. #15431, #15522.More Flexible and Reliable Native Watching
With
experiments.nativeWatcherenabled,watchOptions.ignorednow accepts a function, making it easier to reuse existing ignore rules when switching to the native watcher. File event processing has also been improved to reduce event loss during large bursts of changes on Linux. #15254.Lower Resolution Overhead for TypeScript Projects
Relative imports such as
./utilsand../sharedno longer trigger unnecessary tsconfig loading or tracking of its project-reference tree. This reduces configuration reads and dependency tracking, especially in large TypeScript projects with many project references. #15492.What's Changed
New Features 🎉
ignoredoption by @stormslowly in #15254Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
swc_corefrom 77.0.0 to 77.1.2 by @tusharsingh308 in #15421Full Changelog: web-infra-dev/rspack@v2.2.2...v2.2.3
v2.2.2Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.2.1...v2.2.2
v2.2.1Compare Source
Highlights
Corrected
compact-hashedIDs namingRspack 2.2.0 introduced compact hashed module and chunk IDs under the mistakenly named
compat-hashedoption andCompatHashedModuleIdsPlugin/CompatHashedChunkIdsPluginAPIs. Rspack 2.2.1 corrects these names tocompact-hashed,CompactHashedModuleIdsPlugin, andCompactHashedChunkIdsPlugin.The names introduced in 2.2.0 remain available as deprecated compatibility aliases, but we recommend upgrading to Rspack 2.2.1 and using the corrected names:
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.2.0...v2.2.1
v2.2.0Compare Source
What's Changed
🎉 See Announcing Rspack 2.2 for more details.
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspack@v2.1.10...v2.2.0
actions/node-versions (node)
v24.20.0: 24.20.0Compare Source
Node.js 24.20.0
pnpm/pnpm (pnpm)
v11.26.0Compare Source
v11.25.0: pnpm 11.25Compare Source
Minor Changes
Added an opt-in proof of concept that lets installs reuse a dependency's build output across machines, by publishing and restoring signed, organization-scoped artifacts through pnpr instead of running the lifecycle scripts locally.
Configure it with the new
remoteSideEffectsCachesetting. A workspace names the eligibleorganizationandpackages; everything describing the act of signing —publish,keyId,builderId,trustedKeys,privateKeyand the provenance fields — is refused inpnpm-workspace.yamland read from the global config file or the environment instead.Added macOS and Windows x64 and arm64 support to remote shared build artifacts pnpm/pnpm#13771.
Added the
audit.ignorePrunesetting. When set totrue,pnpm audit --fixremoves ignored GHSA entries that no longer appear in the audit report.Generalized the experimental shared-artifact protocol so candidates and signed payloads identify a discriminated subject. Dependency side effects use package and source-integrity subjects, while workspace tasks use project and task subjects.
This changes shared-artifact request bodies and signed payloads. A pnpr server and its clients have to be on matching versions.
pnpm initnow pins the latest pnpm version, instead of the version of pnpm that ran the command. A project scaffolded by an outdated pnpm therefore no longer inherits that staleness through its owndevEngines.packageManager/packageManagerpin #7490.The version is read from the
latesttag on the package-manager registries. When that lookup cannot answer — no network, an unreachable or slow registry,offline, or alatestthat theminimumReleaseAge/trustPolicysettings reject —pnpm initpins the running version as before, and never fails or hangs on the lookup. Alatestthat is older than the running pnpm is never pinned either.A
scopeset in a project'spnpm-workspace.yamlis now ignored, with a warning naming where to set it instead.pnpm loginrecords the scope as a@scope:registryroute in the machine-globalauth.ini, which outranks~/.npmrcin every project — so a repository-committed file could redirect a scope such as@acmefor all of a user's other projects after one routine login. Use--scope, thePNPM_CONFIG_SCOPEenvironment variable, or the global config file instead #13557.Verified remote build artifacts are persisted in the shared store with their signed origin metadata. Later installs reverify the artifact against current trust, policy, platform, and source before reuse, while invalid remote variants are quarantined per channel (pnpm/pnpm#13771).
Persist completed recursive tasks so
--resume-fromskips exactly the work that passed during a matching interrupted or failedpnpm -r run/pnpm -r execinvocation. When no compatible state exists, pnpm retains its graph-based resume behavior.Allowed
pnpm update --patchesto refresh registry revisions through a configured pnpr server while retaining locked packConfiguration
📅 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.