Update pnpm to v9.15.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pnpm (source) | packageManager | patch | 9.15.0 -> 9.15.3 |
⚠ ️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pnpm/pnpm (pnpm)
v9.15.3
: pnpm 9.15.3
Patch Changes
- Fixed the Regex used to find the package manifest during packing #8938.
-
pnpm update --filter <pattern> --latest <pkg>
should only change the specified package for the specified workspace, whendedupe-peer-dependents
is set totrue
#8877. - Exclude
.DS_Store
file atpatch-commit
#8922. - Fix a bug in which
pnpm patch
is unable to bring back old patch without specifying@version
suffix #8919.
Platinum Sponsors
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
|
v9.15.2
: pnpm 9.15.2
Patch Changes
- Fixed
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c). - Use double quotes in the command suggestion by
pnpm patch
on Windows #7546. - Do not fall back to SSH, when resolving a git-hosted package if
git ls-remote
works via HTTPS #8906. - Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.
Platinum Sponsors
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
|
v9.15.1
: pnpm 9.15.1
Patch Changes
-
pnpm remove
should not link dependencies from the workspace, whenlink-workspace-packages
is set tofalse
#7674. - Installation with hoisted
node_modules
should not fail, when a dependency has itself in its own peer dependencies #8854.
Platinum Sponsors
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.