v11.0.4
📦 pnpmView on GitHub →
🐛 2 fixes🔧 5 symbols
Summary
This patch fixes an issue where `pnpm ci` failed to reinstall workspace dependencies after cleaning, and adjusts the behavior of `pnpm self-update` regarding downgrades. Additionally, the default for `minimumReleaseAgeStrict` is now true when `minimumReleaseAge` is configured.
Migration Steps
- Run `pnpm self-update latest` to force a downgrade if you explicitly want to downgrade pnpm using `pnpm self-update` without arguments when the latest tag points to an older version.
🐛 Bug Fixes
- Fixed `pnpm ci` not reinstalling workspace package `node_modules` directories after the clean step.
- `pnpm self-update` (with no version argument) no longer downgrades pnpm when the registry's `latest` dist-tag points to an older release than the currently active version.