In addition to pnpm supporting minimumReleaseAge
in pnpm 10.16, Yarn has introduced a similar feature with npmMinimalAgeGate
. There are some minor differences which mostly effect npmMinimumReleaseAgeExclude
. This option is similar to pnpm’s minimumReleaseAgeExclude
but also supports an exact match on package locators like @react-router/[email protected]
or semver and micromatch globs like @react-router/node@^7.9.1
, @react-router/node@npm:^7.9.1
, @react-router/node@*
, or @react-router/*
.
Leave a Reply