[3.21] community/pnpm: upgrade to 9.15.4
9.15.4
- Ensure that recursive
pnpm update --latest <pkg>
updates only the specified package, withdedupe-peer-dependents=true
.
9.15.3
- 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.
9.15.2
- 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.
Merge request reports
Activity
Filter activity
added 7 commits
-
cccf5df3...5e4e15bd - 6 commits from branch
alpine:3.21-stable
- ed248df5 - community/pnpm: upgrade to 9.15.4
-
cccf5df3...5e4e15bd - 6 commits from branch
Please register or sign in to reply