mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
Remove special handling for --independent-leaves, --lock, and --resolution-strategy. They are now treated as unknown options.
6 lines
263 B
Markdown
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.
|