Back to Daily Feed 
pnpm 11.0.5: Critical Fixes & Improved DX for Intel Macs
Worth Reading
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- pnpm 11.0.5 drops the
darwin-x64artifact for Intel Macs due to a Node.js SEA bug causing segfaults, advising users to install vianpm install -g pnpmor stay on pnpm 10.x. pnpm dlx(andpnpx/pnx/pnpm create) now includes an interactive prompt to approve builds for packages with install scripts, preventingERR_PNPM_IGNORED_BUILDS.pnpm dlxalso now removes partially-populated cache directories upon install failure, ensuring clean subsequent runs.- Fixes were implemented for
pnpm -g ls --jsonandpnpm -g ls --parseableto correctly emit valid JSON and parseable output, restoring pnpm 10 behavior. pnpm -g ls --depth=<n>now errors when multiple isolated global installs are involved, as merging their transitive trees would be incoherent.
Our Commentary
This pnpm patch release is more substantial than typical point updates. The fix for Intel Mac users is critical, preventing segfaults and providing clear guidance. We appreciate the improved pnpm dlx experience; the previous ERR_PNPM_IGNORED_BUILDS was a common frustration, and this change significantly smooths out the workflow for many. It's a good example of how even minor version bumps can deliver meaningful developer experience improvements.
Share this article: