fix(deps): update all non-major dependencies #39
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
0.11.0->0.15.022.17.0->22.18.80.38.3->0.38.4^11.3.0->^11.3.222->22.20.010.14.0->10.17.1^4.46.2->^4.52.3^6.2.1->^6.2.3^1.2.9->^1.2.11^5.43.1->^5.44.0^5.9.2->^5.9.3Release Notes
web-infra-dev/rslib (@rslib/core)
v0.15.0Compare Source
Highlights 💡
Preserve JSX
Rslib supports setting the JSX runtime to
'preserve'to leave JSX syntax unchanged without transforming it, which is useful when you expect JSX to be left as is in library development.What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.14.0...v0.15.0
v0.14.0Compare Source
Breaking changes 🚨
Config loading
Currently, configuration files are loaded with jiti, which relies on Babel. This approach is relatively slow (at least ~70ms slower compared to native).
In Rslib v0.13.3, we introduced a new CLI option
--config-loader native, which uses Node.js's native loader. This approach offers better performance and stricter behavior, but comes with certain requirements:package.jsonmust set"type": "module"with { type: "json" }In Rslib v0.14.0, we adjust the default configuration loading behavior. The new default is now
--config-loader auto, which:This change to
'auto'as the default is part of our long-term plan to transition config loading from jiti to Node.js native.What's Changed
New Features 🎉
'auto'by @Timeless0911 in #1240logLevelby @Timeless0911 in #1238Bug Fixes 🐞
rp-not-docfor rsbuild doc badge by @Timeless0911 in #1236Other Changes
jsdomdue to Node.js version limit by @Timeless0911 in #1233Full Changelog: web-infra-dev/rslib@v0.13.3...v0.14.0
v0.13.3Compare Source
What's Changed
New Features 🎉
--config-loaderoption by @chenjiahan in #1225Performance 🚀
Bug Fixes 🐞
Other Changes
rsbuild-plugin-dtsby @Timeless0911 in #1227Full Changelog: web-infra-dev/rslib@v0.13.2...v0.13.3
v0.13.2Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.13.1...v0.13.2
v0.13.1Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
dts.buildby @Timeless0911 in #1212Other Changes
Full Changelog: web-infra-dev/rslib@v0.13.0...v0.13.1
v0.13.0Compare Source
Highlights 💡
Faster declaration generation with tsgo
Rslib now can generate declaration files with tsgo, which can provide faster generation of declaration files, especially for large projects.
What's Changed
New Features 🎉
dts.tsgoby @Timeless0911 in #1205Document 📖
pluginTwoslashby @SoonIter in #1202Other Changes
projectsby @9aoy in #1201Full Changelog: web-infra-dev/rslib@v0.12.4...v0.13.0
v0.12.4Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
redirect.js.pathset tofalseby @Timeless0911 in #1198Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.12.3...v0.12.4
v0.12.3Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
color.dimto print environment name by @Timeless0911 in #1187Full Changelog: web-infra-dev/rslib@v0.12.2...v0.12.3
v0.12.2Compare Source
What's Changed
New Features 🎉
.d.cts.mapand.d.mts.mapfiles by @Timeless0911 in #1176Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.12.1...v0.12.2
v0.12.1Compare Source
What's Changed
New Features 🎉
Other Changes
Full Changelog: web-infra-dev/rslib@v0.12.0...v0.12.1
v0.12.0Compare Source
Highlights 💡
Drop support for Node 16
Node.js 16 reached its end-of-life on September 11, 2023. Many other npm packages in the ecosystem have also dropped support for Node 16, including
webpack-dev-server,css-loader,sass-loader, and so on, which makes maintaining compatibility increasingly challenging. Therefore, we have decided to drop Node 16 support starting from Rslib v0.12 to ensure better compatibility with the modern ecosystem.Rslib v0.11 based on Rsbuild/Rspack v1.4 and Rslib v0.12 based on Rsbuild/Rspack v1.5:
For users currently using Node.js 16:
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
expect.pollto avoid flaky watching file changes test cases by @Timeless0911 in #1157.nvmrcfor development by @Timeless0911 in #1162Full Changelog: web-infra-dev/rslib@v0.11.2...v0.12.0
v0.11.2Compare Source
What's Changed
Trusted Publishing
All Rslib npm packages are now published based on npm's trusted publishing, making Rslib's npm packages more secure and transparent.
See:
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.11.1...v0.11.2
v0.11.1Compare Source
What's Changed
New Features 🎉
dts.aliasby @Timeless0911 in #1135Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.11.0...v0.11.1
vercel/ncc (@vercel/ncc)
v0.38.4Compare Source
Bug Fixes
jprichardson/node-fs-extra (fs-extra)
v11.3.2Compare Source
UnhandledPromiseRejectionWarningthat could occur when calling.copy()in some cases (#1056, #1058)v11.3.1Compare Source
move/moveSynccould incorrectly think files are identical on Windows (#1050)actions/node-versions (node)
v22.20.0: 22.20.0Compare Source
Node.js 22.20.0
v22.19.0: 22.19.0Compare Source
Node.js 22.19.0
v22.18.0: 22.18.0Compare Source
Node.js 22.18.0
v22.17.1: 22.17.1Compare Source
Node.js 22.17.1
v22.17.0: 22.17.0Compare Source
Node.js 22.17.0
v22.16.0: 22.16.0Compare Source
Node.js 22.16.0
v22.15.1: 22.15.1Compare Source
Node.js 22.15.1
v22.15.0: 22.15.0Compare Source
Node.js 22.15.0
v22.14.0: 22.14.0Compare Source
Node.js 22.14.0
v22.13.1: 22.13.1Compare Source
Node.js 22.13.1
v22.13.0: 22.13.0Compare Source
Node.js 22.13.0
v22.12.0: 22.12.0Compare Source
Node.js 22.12.0
v22.11.0: 22.11.0Compare Source
Node.js 22.11.0
v22.10.0: 22.10.0Compare Source
Node.js 22.10.0
v22.9.0: 22.9.0Compare Source
Node.js 22.9.0
v22.8.0: 22.8.0Compare Source
Node.js 22.8.0
v22.7.0: 22.7.0Compare Source
Node.js 22.7.0
v22.6.0: 22.6.0Compare Source
Node.js 22.6.0
v22.5.1: 22.5.1Compare Source
Node.js 22.5.1
v22.5.0: 22.5.0Compare Source
Node.js 22.5.0
v22.4.1: 22.4.1Compare Source
Node.js 22.4.1
v22.4.0: 22.4.0Compare Source
Node.js 22.4.0
v22.3.0: 22.3.0Compare Source
Node.js 22.3.0
v22.2.0: 22.2.0Compare Source
Node.js 22.2.0
v22.1.0: 22.1.0Compare Source
Node.js 22.1.0
pnpm/pnpm (pnpm)
v10.17.1Compare Source
Patch Changes
minimumReleaseAgesetting, print this information out in the error message #9974.state.jsoncreation path when executingpnpm patchin a workspace project #9733.minimumReleaseAgeis set and thelatesttag is not mature enough, prefer a non-deprecated version as the newlatest#9987.v10.17.0Compare Source
Minor Changes
The
minimumReleaseAgeExcludesetting now supports patterns. For instance:Related PR: #9984.
Patch Changes
minimumReleaseAgecheck, when the package is requested by exact version and the packument is loaded from cache #9978.minimumReleaseAgeis set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #9979.v10.16.1Compare Source
Patch Changes
v10.16.0Compare Source
Minor Changes
There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour.
The new setting is called
minimumReleaseAge. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, settingminimumReleaseAge: 1440ensures that only packages released at least one day ago can be installed.If you set
minimumReleaseAgebut need to disable this restriction for certain dependencies, you can list them under theminimumReleaseAgeExcludesetting. For instance, with the following configuration pnpm will always install the latest version of webpack, regardless of its release time:Related issue: #9921.
Added support for
finders#9946.In the past,
pnpm listandpnpm whycould only search for dependencies by name (and optionally version). For example:prints the chain of dependencies to any installed instance of
minimist:What if we want to search by other properties of a dependency, not just its name? For instance, find all packages that have
react@17in their peer dependencies?This is now possible with "finder functions". Finder functions can be declared in
.pnpmfile.cjsand invoked with the--find-by=<function name>flag when runningpnpm listorpnpm why.Let's say we want to find any dependencies that have React 17 in peer dependencies. We can add this finder to our
.pnpmfile.cjs:Now we can use this finder function by running:
pnpm will find all dependencies that have this React in peer dependencies and print their exact locations in the dependency graph.
It is also possible to print out some additional information in the output by returning a string from the finder. For example, with the following finder:
Every matched package will also print out the license from its
package.json:Patch Changes
nodeVersionis not set to an exact semver version #9934.pnpm publishshould be able to publish a.tar.gzfile #9927.pnpm runreturn a non-zero exit code #9626.v10.15.1Compare Source
Patch Changes
.pnp.cjscrash when importing subpath #9904.v10.15.0Compare Source
Minor Changes
cleanupUnusedCatalogsconfiguration. When set totrue, pnpm will remove unused catalog entries during installation #9793.@*/pnpm-plugin-*#9780.pnpm config getnow prints an INI string for an object value #9797.pnpm config getnow accepts property paths (e.g.pnpm config get catalog.react,pnpm config get .catalog.react,pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'), andpnpm config setnow accepts dot-leading or subscripted keys (e.g.pnpm config set .ignoreScripts true).pnpm config get --jsonnow prints a JSON serialization of config value, andpnpm config set --jsonnow parses the input value as JSON.Patch Changes
pnpm createcommand, must verify whether the node version is supported even if a cache already exists #9775.*/*to theAcceptheader to avoid getting a 406 error on AWS CodeArtifact #9862.pnpm dlx pkg --helpdoesn't pass--helptopkg#9823.rollup/rollup (rollup)
v4.52.3Compare Source
2025-09-27
Bug Fixes
Pull Requests
fb197b7(@renovate[bot])v4.52.2Compare Source
2025-09-23
Bug Fixes
Pull Requests
v4.52.1Compare Source
2025-09-23
Bug Fixes
Pull Requests
v4.52.0Compare Source
2025-09-19
Features
output.onlyExplicitManualChunksto turn off merging additional dependencies into manual chunks (#6087)Pull Requests
v4.51.0Compare Source
2025-09-19
Features
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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.