Skip to content

[Deps] Safe dependency updates (2026-07-28) #6675

Description

@github-actions

Automated Safe Dependency Updates

This PR contains safe patch-level dependency updates that have been verified to:

  • ✅ Pass all tests (4124 tests, 255 suites)
  • ✅ No breaking changes
  • ✅ No security vulnerabilities found (npm audit: 0 vulnerabilities)

Updated Dependencies

Package Previous Updated Type
globals 17.7.0 17.8.0 patch
markdownlint-cli2 0.23.1 0.23.2 patch

Security Status

  • npm audit: 0 vulnerabilities (0 critical, 0 high, 0 moderate, 0 low)
  • Dependabot alerts: Access not available via workflow token

Verification

  • All 4124 tests pass across 255 test suites
  • No breaking changes detected

Skipped Updates (major version bumps — require manual review)

  • @babel/core: 7.29.7 → 8.0.1 (major)
  • @babel/preset-env: 7.29.7 → 8.0.2 (major)
  • @commitlint/cli: 20.5.3 → 21.2.1 (major)
  • chalk: 4.1.2 → 6.0.0 (major)
  • commander: 12.1.0 → 15.0.0 (major)
  • execa: 5.1.1 → 10.0.0 (major)
  • js-yaml: 4.3.0 → 5.2.2 (major)
  • typescript: 5.9.3 → 7.0.2 (major)

Generated by Dependency Security Monitor Workflow


Warning

Protected Files — Push Permission Denied

This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.

Protected files
  • package-lock.json
  • package.json

The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.

Create the pull request manually
# Download the patch from the workflow run
gh run download 30326616696 -n agent -D /tmp/agent-30326616696

# Create a new branch
git checkout -b deps/safe-updates-2026-07-28-61715f1380cc62d4 main

# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-30326616696/aw-deps-safe-updates-2026-07-28.patch

# Push the branch and create the pull request
git push origin deps/safe-updates-2026-07-28-61715f1380cc62d4
gh pr create --title '[Deps] Safe dependency updates (2026-07-28)' --base main --head deps/safe-updates-2026-07-28-61715f1380cc62d4 --repo github/gh-aw-firewall

Generated by Dependency Security Monitor · sonnet46 · 29.1 AIC · ⊞ 8.9K ·

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions