-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(manager/pip-compile): Allow security updates for transitive dependencies #27561
feat(manager/pip-compile): Allow security updates for transitive dependencies #27561
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment
I would like to add that this change has been checked against over 100 repositories over past month. And I don't see any unwanted updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review is no longer applied by adding comment on existing discussion 😕
…compile-indirectDeps
🎉 This PR is included in version 37.278.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
Indirect dependencies that exist only in lock files are now added to the package file's dependency list. They are disabled by default, but this can be overwritten by the configuration, like vulnerability alerts.
Context
closes #26871
closes #26947
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: