uppy/.yarnrc.yml
Kevin van Zonneveld f1de25fd6e
Add Yarn npm package age gate (#6281)
## Summary
- add Yarn's native `npmMinimalAgeGate` with a 2 day / 2880 minute
cooldown to help protect against supply chain attacks
- rely on the existing Yarn 4.12.0 install path instead of a custom
package-age script

Closes #5974.

## Verification
- `corepack yarn config get npmMinimalAgeGate` -> `2880`
- `corepack yarn install --immutable`
- `corepack yarn check`
2026-05-07 15:36:44 +02:00

14 lines
181 B
YAML

changesetBaseRefs:
- main
- upstream/main
- origin/main
compressionLevel: mixed
initScope: uppy
nodeLinker: node-modules
npmMinimalAgeGate: 2880
npmPublishAccess: public