pnpm 10.20
· Un minuto de lectura
This release adds a --all flag for the pnpm help command to print all commands.
Minor Changes
pnpm help --all
Added support for --all option in pnpm help to list all commands #8628.
Patch Changes
- 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.