You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After security grouping was enabled in #2208, Dependabot could not refresh the existing npm security pull requests because its updater failed in DependencyChangeBuilder with Pathname.new requires a String. Closing the legacy pull requests and re-enabling Dependabot security updates did not immediately generate grouped replacements, so the existing fixes need deterministic replacement pull requests without restoring one pull request per dependency.
Scope
Create one npm security rollup from the 16 closed Dependabot security pull request heads.
Create one Maven security rollup from the two closed Dependabot security pull request heads.
Keep npm and Maven changes in separate pull requests.
Chat2DB Edition
Chat2DB Community
Task Category
Contributor infrastructure
Problem
After security grouping was enabled in #2208, Dependabot could not refresh the existing npm security pull requests because its updater failed in
DependencyChangeBuilderwithPathname.new requires a String. Closing the legacy pull requests and re-enabling Dependabot security updates did not immediately generate grouped replacements, so the existing fixes need deterministic replacement pull requests without restoring one pull request per dependency.Scope
Non-goals
Completion Criteria
main, has a reviewable dependency list, and passes the applicable repository checks.Verification
Contribution
I can submit a pull request
Submission Checklist