Change8

v10.17.1

📦 pnpmView on GitHub →
🐛 3 fixes

Summary

This patch release fixes error messaging, workspace state file creation, and improves handling of `minimumReleaseAge` for selecting the latest version.

🐛 Bug Fixes

  • Enhanced error messages to include details when a version specifier cannot be resolved because versions do not satisfy the `minimumReleaseAge` setting.
  • Fixed the creation path of `state.json` when running `pnpm patch` inside a workspace project.
  • Adjusted the logic for `minimumReleaseAge` so that if the `latest` tag is not mature enough, a non‑deprecated version is chosen as the new `latest`.