-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
doc: add additional guidance for PRs to deps #53499
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
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 |
---|---|---|
|
@@ -144,6 +144,17 @@ the corresponding script in `tools/update-deps`. | |
[npm-cli-bot](https://github.com/npm/cli/blob/latest/.github/workflows/create-node-pr.yml) | ||
takes care of npm update, it is maintained by the npm team. | ||
|
||
PRs for manual dependency updates should only be accepted if | ||
the update cannot be generated by the automated tooling, | ||
the reason is clearly documented and either the PR is | ||
reviewed in detail or it is from an existing collaborator. | ||
Comment on lines
+147
to
+150
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. Should we add a note about only accepting changes that have landed upstream, and "the TSC may grant exception on a case-by-case basis"? I think it's already more or less the policy we're currently organically following, so IMO it'd make sense explicitly state it out. 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. @aduh95 that is a good idea. 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. @aduh95 added some wording along those lines. |
||
|
||
In general updates to dependencies should only be accepted | ||
if they have already landed in the upstream. The TSC may | ||
grant an exception on a case-by-case basis. This avoids | ||
the project having to float patches for a long time and | ||
ensures that tooling can generate updates automatically. | ||
|
||
## Dependency list | ||
|
||
### acorn | ||
|
Uh oh!
There was an error while loading. Please reload this page.