It's impressive to see how quickly
@pnpmjs added support for "minimal dependency age" (
github.com/pnpm/pnpm/issues/…) after the recent supply chain attacks on npm 😍
By a total coincidence, just a month ago, we finished a migration to pnpm. We definitely don’t look back 🚀 And today,
@filipsobol announced that we’ve set a minimum dependency age in our setup, complementing other improvements our platform team has introduced over the years (like pinned deps and package locks).
If you're using pnpm, make sure to configure minimumReleaseAge:
pnpm.io/settings#minimumrele…