fix(deps): update all non-major dependencies #34
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.
This PR contains the following updates:
0.9.1->0.10.422.15.29->22.15.3410.11.0->10.12.4^3.5.3->^3.6.2^4.41.1->^4.44.1^1.2.3->^1.2.9^5.40.0->^5.43.1Release Notes
web-infra-dev/rslib (@rslib/core)
v0.10.4Compare Source
What's Changed
New Features 🎉
Document 📖
Other Changes
pnpm-workspace.yamlby @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/1092Full Changelog: web-infra-dev/rslib@v0.10.3...v0.10.4
v0.10.3Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.2...v0.10.3
v0.10.2Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.1...v0.10.2
v0.10.1Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.0...v0.10.1
v0.10.0Compare Source
Highlights ✨
New ESM Output
We have simplified the ESM output to improve readability and reduce bundle size. See the comparison in the figure below.
What's Changed
New Features 🎉
Bug Fixes 🐞
storybook-addon-rslibto fix mf storybook edge case by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/1047Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.9.2...v0.10.0
v0.9.2Compare Source
Highlights ✨
We have simplified the ESM output, see the comparison in the figure below.
No
__webpack_exports__and__WEBPACK_EXTERNAL_MODULE_now!What's Changed
New Features 🎉
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.9.1...v0.9.2
pnpm/pnpm (pnpm)
v10.12.4Compare Source
Patch Changes
Fix
pnpm licensescommand for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --jsonprints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm installafterpnpm fetchshould hoist all dependencies that need to be hoisted.Fixes a regression introduced in [v10.12.2] by [#9648]; resolves [#9689].
[v10.12.2]: https://redirect.github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions
[#9648]: https://github.com/pnpm/pnpm/pull/9648
[#9689]: https://github.com/pnpm/pnpm/issues/9689
v10.12.3Compare Source
Patch Changes
Regression introduced in v10.12.2 by #9648; resolves #9685.
v10.12.2Compare Source
Patch Changes
enableGlobalVirtualStoreset totrue#9648.--helpand-hflags not working as expected for thepnpm createcommand.pnpm licenses list --jsoncommand is incorrect.pnpm deployfails due to overridden dependencies having peer dependencies causingERR_PNPM_OUTDATED_LOCKFILE#9595.v10.12.1Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modulescontains only symlinks to a central virtual store, rather tonode_modules/.pnpm. By default, this central store is located at<store-path>/links(you can find the store path by runningpnpm store path).In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.
To enable the global virtual store, set
enableGlobalVirtualStore: truein your rootpnpm-workspace.yaml, or globally via:NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.
Related PR: #8190
pnpm updatecommand now supports updatingcatalog:protocol dependencies and writes new specifiers topnpm-workspace.yaml.--save-catalogand--save-catalog-name=<name>) topnpm addto save new dependencies as catalog entries.catalog:orcatalog:<name>will be added topackage.jsonand the package specifier will be added to thecatalogsorcatalog[<name>]object inpnpm-workspace.yaml#9425.cifor explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patchusing semantic versioning rules.v10.11.1Compare Source
Patch Changes
pnpm deploy --legacycreates unexpected directories when the rootpackage.jsonhas a workspace package as a peer dependency #9550.strictPeerDependenciesistruebut all issues are ignored bypeerDependencyRules#9505.pnpm_config_env variables instead ofnpm_config_#9571.--lockfile-onlyflag onpnpm updateto produce a differentpnpm-lock.yamlthan an update without the flag.pnpm deploywork in repos withoverrideswheninject-workspace-packages=true#9283.pnpm -r --silent runshould not print out section #9563.prettier/prettier (prettier)
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
rollup/rollup (rollup)
v4.44.1Compare Source
2025-06-26
Bug Fixes
Pull Requests
v4.44.0Compare Source
2025-06-19
Features
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
Pull Requests
v4.43.0Compare Source
2025-06-11
Features
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
v4.42.0Compare Source
2025-06-06
Features
Pull Requests
allowInputInsideOutputPathoption (@btea, @lukastaegert)v4.41.2Compare Source
2025-06-06
Bug Fixes
thenand non-arrow function expressions (#5977)Pull Requests
rspack-contrib/rslog (rslog)
v1.2.9Compare Source
What's Changed
Full Changelog: rstackjs/rslog@v1.2.8...v1.2.9
v1.2.8Compare Source
What's Changed
dts.bundle: trueby @colinaaa in https://github.com/rspack-contrib/rslog/pull/37New Contributors
Full Changelog: rstackjs/rslog@v1.2.7...v1.2.8
v1.2.7Compare Source
What's Changed
infoandloglevel by @chenjiahan in https://github.com/rspack-contrib/rslog/pull/36Full Changelog: rstackjs/rslog@v1.2.6...v1.2.7
v1.2.6Compare Source
What's Changed
Full Changelog: rstackjs/rslog@v1.2.5...v1.2.6
v1.2.5Compare Source
What's Changed
Full Changelog: rstackjs/rslog@v1.2.4...v1.2.5
v1.2.4Compare Source
What's Changed
New Contributors
Full Changelog: rstackjs/rslog@v1.2.3...v1.2.4
terser/terser (terser)
v5.43.1Compare Source
lhs_constantstoCompressOptionstype (#1621)v5.43.0Compare Source
wrap_func_argsformat option is now false by default)v5.42.0Compare Source
v5.41.0Compare Source
keep_numbersformat option now works for bigintConfiguration
📅 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.