pnpm 10.20
· 一分钟阅读
This release adds a --all flag for the pnpm help command to print all commands.
次要更改
pnpm help --all
Added support for --all option in pnpm help to list all commands #8628.
补丁更改
- When the
latestversion doesn't satisfy the maturity requirement configured byminimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #10100. createcommand should not verify patch info.- Set
managePackageManagerVersionstofalse, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #10063.