-
Notifications
You must be signed in to change notification settings - Fork 76
chore: enforce npm min-release-age dependency cooldown #416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
239b89d
faf019f
210d24d
f0d644f
9b5c45c
411bd13
2862589
020757d
cb3f36e
a04d73e
e62f4cb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,5 +14,4 @@ docs/build/ | |
| yarn.lock | ||
| package-lock.json | ||
| pnpm-lock.yaml | ||
| .npmrc | ||
| docs/ | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,3 @@ | ||||||
| min-release-age=3 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Dependency cooling-off period is effectively disabled because the wait time is far shorter than intended The minimum wait before a newly published dependency may be installed is set to 3 ( npm config units for min-release-agenpm's
Suggested change
Was this helpful? React with 👍 or 👎 to provide feedback.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pretty sure this is days.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed — it's days (docs), so |
||||||
| min-release-age-exclude[]=launchdarkly-js-client-sdk | ||||||
| min-release-age-exclude[]=launchdarkly-js-sdk-common | ||||||
Uh oh!
There was an error while loading. Please reload this page.