File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,18 +11,11 @@ minimumReleaseAge: 10080
1111minimumReleaseAgeStrict : true
1212minimumReleaseAgeIgnoreMissingTime : false
1313
14- # Prevent package trust metadata from downgrading on updates
14+ # Prevent trust level decreases with packages newer than 60 days
15+ # to mitigate supply chain risks
1516# https://pnpm.io/settings#trustpolicy
1617trustPolicy : no-downgrade
17- trustPolicyExclude :
18- # first version with provenance: eslint-config-prettier@10.1.4 https://github.com/prettier/eslint-config-prettier/issues/339#issuecomment-3090250555
19- - eslint-config-prettier@8.10.2
20- # first version with provenance: eslint-plugin-prettier@5.3.1 https://github.com/prettier/eslint-plugin-prettier/pull/757
21- - eslint-plugin-prettier@4.2.5
22- # first version with provenance: semver@7.5.1 https://github.com/npm/node-semver/issues/838#issuecomment-3698312268
23- - semver@5.7.2 || 6.3.1
24- # first version with provenance: undici-types@6.13.0 https://github.com/nodejs/undici/issues/4666
25- - undici-types@6.19.8
18+ trustPolicyIgnoreAfter : 86400
2619
2720# Fail before scripts when dependencies are out of sync
2821# https://pnpm.io/settings#verifydepsbeforerun
You can’t perform that action at this time.
0 commit comments