Change8

v10.17.0

📦 pnpmView on GitHub →
1 features🐛 2 fixes

Summary

This release adds pattern support to the `minimumReleaseAgeExclude` configuration and fixes two bugs related to minimumReleaseAge handling and prerelease downgrades.

✨ New Features

  • The `minimumReleaseAgeExclude` setting now supports patterns, allowing entries like "@eslint/*" in the configuration.

🐛 Bug Fixes

  • Do not ignore the `minimumReleaseAge` check when a package is requested by exact version and the packument is loaded from cache (fixes #9978).
  • When `minimumReleaseAge` is set and the active version under a dist-tag is not mature enough, avoid downgrading to a prerelease version if the original version was not a prerelease (fixes #9979).