Change8

v10.20.0

📦 pnpmView on GitHub →
1 features🐛 3 fixes

Summary

This release adds the `--all` option to `pnpm --help` and includes several bug fixes related to version selection, the `create` command, and package manager version handling.

✨ New Features

  • Support `--all` option in `pnpm --help` to list all commands

🐛 Bug Fixes

  • When the `latest` version doesn't satisfy the `minimumReleaseAge` maturity requirement, pnpm now selects the highest version that is mature enough, even if it has a different major version.
  • `create` command no longer verifies patch information.
  • `managePackageManagerVersions` is set to `false` when switching to a different pnpm CLI version to prevent subsequent switches.