Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 931 Bytes

File metadata and controls

28 lines (18 loc) · 931 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > PnpmOptionsConfiguration > minimumReleaseAgeExclude

PnpmOptionsConfiguration.minimumReleaseAgeExclude property

List of package names or patterns that are excluded from the minimumReleaseAge check. These packages will always install the newest version immediately, even if minimumReleaseAge is set.

Signature:

readonly minimumReleaseAgeExclude: string[] | undefined;

Remarks

(SUPPORTED ONLY IN PNPM 10.16.0 AND NEWER)

PNPM documentation: https://pnpm.io/settings\#minimumreleaseageexclude

Example: ["webpack", "react", "<></>@<></>myorg/*"]