Skip to content

chore: consolidate dependabot and npm audit dependency updates#2374

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/check-dependabot-prs-and-audits
Draft

chore: consolidate dependabot and npm audit dependency updates#2374
Copilot wants to merge 2 commits intomainfrom
copilot/check-dependabot-prs-and-audits

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 10, 2026

Summary

  • reviewed open Dependabot dependency PRs and open dependency-update issues
  • bumped vulnerable dependency ranges in manifests (undici, minimatch) and updated root security overrides (brace-expansion, tar, @tootallnate/once, js-yaml)
  • regenerated lockfiles across root and affected packages

Validation

  • npm run audit-all passes (all package-level audit checks clean)
  • npm run lint passes
  • npm run build passes
  • npm test still fails in this environment on existing network-dependent postman-echo.com tests

Copilot AI and others added 2 commits April 10, 2026 08:52
Agent-Logs-Url: https://github.com/actions/toolkit/sessions/d499e0d6-6a24-47ae-bb56-34a77268a632

Co-authored-by: salmanmkc <32169182+salmanmkc@users.noreply.github.com>
Agent-Logs-Url: https://github.com/actions/toolkit/sessions/d499e0d6-6a24-47ae-bb56-34a77268a632

Co-authored-by: salmanmkc <32169182+salmanmkc@users.noreply.github.com>
@salmanmkc
Copy link
Copy Markdown
Contributor

@copilot should we do package releases and readme bumps in this PR following semver rules? or should we prep them in a separate pr? Are there any breaking changes we should be cautious of?

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 10, 2026

@copilot should we do package releases and readme bumps in this PR following semver rules? or should we prep them in a separate pr? Are there any breaking changes we should be cautious of?

I’d keep releases/readme version bumps in a separate PR. This PR should stay as dependency remediation; then do a focused release PR with changelog/readme/version updates. Based on commit ba2e192, these are semver-safe dependency bumps (undici/minimatch patch/minor within major), so no intentional breaking API changes are expected. The main caution is validating runtime compatibility in release CI (especially transitive/tooling overrides like tar) before publishing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants