Migrating to pnpm v11.0.5
Version v11.0.5 introduces 1 breaking change. This guide details how to update your code.
Released: 5/4/2026
1
Breaking Changes
1
Migration Steps
10
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
`@pnpm/exe``pnpm dlx``pnpx``pnx``pnpm create``pnpm add -g``pnpm -g ls --json``pnpm -g ls --parseable``pnpm publish``pnpm peers check`Breaking Changes
●Issue #1
The `darwin-x64` artifact is dropped from `@pnpm/exe` and GitHub releases due to an upstream Node.js bug causing segfaults on Intel Macs. Intel Mac users must install pnpm via `npm install -g pnpm` or remain on pnpm 10.x.
Migration Steps
- 1If you are an Intel Mac user relying on the prebuilt binary from `@pnpm/exe` or GitHub releases, switch your installation method to `npm install -g pnpm` or downgrade to pnpm 10.x.
Release Summary
This patch addresses critical issues related to Intel Mac binary stability, fixes global listing commands to output valid JSON/parseable formats, and improves build approval handling in `pnpm dlx`.
Need More Details?
View the full release notes and all changes for pnpm v11.0.5.
View Full Changelog