chore(release): 11.0.9

This commit is contained in:
Zoltan Kochan
2026-05-09 01:53:38 +02:00
parent 38bdfefdf9
commit f2b28f85ff
158 changed files with 745 additions and 136 deletions

View File

@@ -1,5 +1,11 @@
# @pnpm/parse-cli-args
## 1100.1.3
### Patch Changes
- 43d5456: Fixed `pnpm --prefix=<dir> install` overwriting the existing `pnpm-workspace.yaml` in `<dir>` with `set this to true or false` placeholders. The renamed `--prefix` option (which maps to `dir`) was not honored when locating the workspace root, so the workspace manifest's `allowBuilds` settings were not loaded into config and got clobbered when ignored builds were auto-populated [#11535](https://github.com/pnpm/pnpm/issues/11535).
## 1100.1.2
### Patch Changes

View File

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