Change8

v10.6.4

📦 pnpmView on GitHub →
🐛 3 fixes

Summary

This patch release fixes pnpm dlx with the --allow-build flag, prevents invalid Node.js versions from breaking pnpm, and reduces the max linking workers to four for better performance.

🐛 Bug Fixes

  • Fix pnpm dlx when used with the --allow-build flag (see https://github.com/pnpm/pnpm/issues/9263).
  • Prevent pnpm from breaking when use-node-version encounters an invalid Node.js version (see https://github.com/pnpm/pnpm/issues/9276).
  • Reduce the maximum number of workers for linking packages from the store to 4 to improve performance (see https://github.com/pnpm/pnpm/issues/9286).