chore(deps): update pnpm to v10.17.0
This MR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| pnpm (source) | 10.16.1 -> 10.17.0 |
Release Notes
pnpm/pnpm (pnpm)
v10.17.0
Minor Changes
-
The
minimumReleaseAgeExcludesetting now supports patterns. For instance:minimumReleaseAge: 1440 minimumReleaseAgeExclude: - "@​eslint/*"Related MR: #9984.
Patch Changes
- Don't ignore the
minimumReleaseAgecheck, when the package is requested by exact version and the packument is loaded from cache #9978. - When
minimumReleaseAgeis set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #9979.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.