v10.18.2
📦 pnpmView on GitHub →
🐛 5 fixes🔧 5 symbols
Summary
This patch release fixes several command issues, reduces the CLI bundle size by swapping ndjson for split2, and improves metadata handling for pnpm dlx.
🐛 Bug Fixes
- pnpm outdated --long should work (fixes issue #10040).
- Replace ndjson with split2 to reduce the bundle size of the pnpm CLI (pull request #10054).
- pnpm dlx now requests the full metadata of packages when minimumReleaseAge is set (fixes issue #9963).
- pnpm version switching works when the pnpm home directory is in a symlinked directory (fixes issue #9715).
- Fix EPIPE errors when piping output to other commands (fixes issue #10027).
🔧 Affected Symbols
ndjsonsplit2pnpm outdatedpnpm dlxpnpm version switching