v10.6.2
📦 pnpmView on GitHub →
✨ 4 features🐛 2 fixes🔧 4 symbols
Summary
This patch release fixes Windows CLI execution issues, improves self‑update behavior, aligns patch‑commit filesystem handling, adds proper handling of log level errors, and enables peerDependencyRules configuration via pnpm‑workspace.yaml.
✨ New Features
- pnpm self-update now always updates the version in the packageManager field of package.json
- pnpm patch-commit now uses the same filesystem as the store directory to compare and create patch files
- peerDependencyRules can be set in pnpm-workspace.yaml to take effect
- pnpm CLI no longer shows info output when --loglevel=error is used
🐛 Bug Fixes
- Fixed running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable
- Fixed info output being shown when --loglevel=error is used
🔧 Affected Symbols
pnpm self-updatepnpm patch-commitpeerDependencyRulespnpm CLI