## Summary ## Squash Commit Body ```text Explain what changed and why. Reference issues here too (Closes pnpm/pnpm#123). ``` ## Checklist - [ ] I checked the referenced issue and verified that none of the PRs already linked to it solves it. - [ ] New features are implemented only in the Rust pnpm v12 CLI. Bug fixes are implemented in every affected version. - [ ] Added a changeset (`pnpm changeset`) if this PR changes any published package. Keep it short and written for pnpm users — it becomes a release note. - [ ] Added or updated tests. - [ ] Updated the documentation if needed.