Files
pnpm/.changeset/remove-deprecated-cli-options.md
Zoltan Kochan f92517bec1 feat: error on deprecated CLI options instead of warning
Remove special handling for --independent-leaves, --lock, and
--resolution-strategy. They are now treated as unknown options.
2026-03-30 14:29:53 +02:00

6 lines
263 B
Markdown

---
"pnpm": major
---
Removed support for the deprecated CLI options `--independent-leaves`, `--lock`, and `--resolution-strategy`. These options were previously accepted with a deprecation warning but are now treated as unknown options and will cause an error.