Add pnpm minimum release age guard for newly published packages#4380
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4380 +/- ##
==========================================
+ Coverage 54.52% 56.40% +1.88%
==========================================
Files 274 317 +43
Lines 6076 6962 +886
Branches 1455 1679 +224
==========================================
+ Hits 3313 3927 +614
- Misses 2763 3035 +272 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@greptileai review |
|
ravern
left a comment
There was a problem hiding this comment.
Approved. The repo is pinned to pnpm@10.30.3 via packageManager, and the .npmrc minimum-release-age setting is valid for the pinned pnpm version.
|
PR author is not in the allowed authors list. |
Add a project-level pnpm config to avoid consuming freshly published packages immediately. This sets a 7-day release-age threshold before newly published versions are considered eligible.
Package manager policy
.npmrcwith pnpm’sminimum-release-agesetting.10080minutes, which corresponds to 7 days.Repo-level scope
Config