chore(release): 11.0.7

This commit is contained in:
Zoltan Kochan
2026-05-07 00:17:39 +02:00
parent 306fefbb1d
commit 0c3ef0ec94
222 changed files with 1238 additions and 190 deletions

View File

@@ -1,5 +1,11 @@
# @pnpm/parse-cli-args
## 1100.1.2
### Patch Changes
- 81161d5: `--pm-on-fail=ignore` (and other universal options like `--loglevel`, `--reporter`) is now honored when combined with `--help` or `--version`. Previously the CLI argument parser short-circuited those flags before universal options were preserved, so `pnpm audit --pm-on-fail=ignore --help` and `pnpm --pm-on-fail=ignore --version` reported the strict packageManager mismatch instead of running the requested action [#11487](https://github.com/pnpm/pnpm/issues/11487).
## 1100.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli.parse-cli-args",
"version": "1100.1.1",
"version": "1100.1.2",
"description": "Parses the CLI args passed to pnpm",
"keywords": [
"pnpm",