Skip to content

[Deps] Safe dependency updates (2026-03-17)#1327

Merged
Mossaka merged 1 commit intomainfrom
deps/safe-updates-2026-03-17-795796699b10cd9d
Mar 17, 2026
Merged

[Deps] Safe dependency updates (2026-03-17)#1327
Mossaka merged 1 commit intomainfrom
deps/safe-updates-2026-03-17-795796699b10cd9d

Conversation

@github-actions
Copy link
Contributor

Automated Safe Dependency Updates

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

  • ✅ Pass all tests (1113/1116 pass; 3 failures are pre-existing environment permission issues unrelated to these updates)
  • ✅ No breaking changes (all updates within semver ranges defined in package.json)
  • ✅ No security regressions

Updated Dependencies

Package Previous Updated Type
@babel/preset-env 7.29.0 7.29.2 patch
@commitlint/cli 20.4.3 20.5.0 minor
@commitlint/config-conventional 20.4.3 20.5.0 minor
@types/node 25.4.0 25.5.0 patch
@typescript-eslint/eslint-plugin 8.57.0 8.57.1 patch
@typescript-eslint/parser 8.57.0 8.57.1 patch
typescript-eslint 8.57.0 8.57.1 patch

Security Notes

npm audit shows 4 moderate vulnerabilities in markdownlint-cli2 (transitive: js-yaml, markdown-it). No HIGH or CRITICAL vulnerabilities were found. The moderate vulnerabilities require a major version bump of markdownlint-cli2 (0.17.x → 0.21.x) which is outside the safe patch update scope for this automated run.

Skipped Updates (require manual review)

Package Current Latest Reason
chalk 4.1.2 5.6.2 Major (CJS→ESM)
commander 12.1.0 14.0.3 Major
execa 5.1.1 9.6.1 Major
eslint-plugin-security 3.0.1 4.0.0 Major
markdownlint-cli2 0.17.2 0.21.0 Minor (fixes moderate CVEs, needs testing)

Generated by Dependency Security Monitor Workflow

AI generated by Dependency Security Monitor

- @babel/preset-env: 7.29.0 → 7.29.2
- @commitlint/cli: 20.4.3 → 20.5.0
- @commitlint/config-conventional: 20.4.3 → 20.5.0
- @types/node: 25.4.0 → 25.5.0
- @typescript-eslint/eslint-plugin: 8.57.0 → 8.57.1
- @typescript-eslint/parser: 8.57.0 → 8.57.1
- typescript-eslint: 8.57.0 → 8.57.1

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added automated dependencies Pull requests that update a dependency file labels Mar 17, 2026
@Mossaka Mossaka closed this Mar 17, 2026
@Mossaka Mossaka reopened this Mar 17, 2026
@github-actions
Copy link
Contributor Author

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 86.05% 86.16% 📈 +0.11%
Statements 85.97% 86.09% 📈 +0.12%
Functions 86.13% 86.13% ➡️ +0.00%
Branches 79.21% 79.28% 📈 +0.07%
📁 Per-file Coverage Changes (1 files)
File Lines (Before → After) Statements (Before → After)
src/docker-manager.ts 87.4% → 87.9% (+0.49%) 86.8% → 87.2% (+0.46%)

Coverage comparison generated by scripts/ci/compare-coverage.ts

@github-actions
Copy link
Contributor Author

Smoke Test Results

Overall: PASS

💥 [THE END] — Illustrated by Smoke Claude for issue #1327

@github-actions
Copy link
Contributor Author

Smoke Test Status

  • GitHub MCP (last 2 merged PRs): ✅ fix: route GHEC Copilot proxy to copilot-api subdomain; fix: fix awf-runner timeout detection and no-docker test timeouts
  • Safe Inputs GH CLI (safeinputs-gh pr list ...): ❌ tool unavailable in this runner
  • Playwright title contains "GitHub": ✅
  • Tavily search returned at least one result: ❌ Tavily MCP not available
  • File write /tmp/gh-aw/agent/smoke-test-codex-23208130360.txt: ✅
  • Bash cat verification: ✅
  • Discussion query/comment: ❌ required discussion-query tool unavailable
  • Build (npm ci && npm run build): ✅
  • Overall status: FAIL

🔮 The oracle has spoken through Smoke Codex

Warning

⚠️ Firewall blocked 2 domains

The following domains were blocked by the firewall during workflow execution:

  • ab.chatgpt.com
  • registry.npmjs.org

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "ab.chatgpt.com"
    - "registry.npmjs.org"

See Network Configuration for more information.

@github-actions github-actions bot mentioned this pull request Mar 17, 2026
@github-actions
Copy link
Contributor Author

🏗️ Build Test Suite Results

Ecosystem Project Build/Install Tests Status
Bun elysia 1/1 passed ✅ PASS
Bun hono 1/1 passed ✅ PASS
C++ fmt N/A ✅ PASS
C++ json N/A ✅ PASS
Deno oak N/A 1/1 passed ✅ PASS
Deno std N/A 1/1 passed ✅ PASS
.NET hello-world N/A ✅ PASS
.NET json-parse N/A ✅ PASS
Go color passed ✅ PASS
Go env passed ✅ PASS
Go uuid passed ✅ PASS
Java gson 1/1 passed ✅ PASS
Java caffeine 1/1 passed ✅ PASS
Node.js clsx passed ✅ PASS
Node.js execa passed ✅ PASS
Node.js p-limit passed ✅ PASS
Rust fd 1/1 passed ✅ PASS
Rust zoxide 1/1 passed ✅ PASS

Overall: 8/8 ecosystems passed — ✅ PASS

Generated by Build Test Suite for issue #1327 ·

@github-actions
Copy link
Contributor Author

Smoke Test Results

Test Status
GitHub MCP (last 2 merged PRs)
Playwright (github.com title contains "GitHub")
File write (smoke-test-copilot-23208130392.txt)
Bash verification (cat file)

Last 2 merged PRs:

Authors: @Copilot · Assignees: @lpcox @Copilot

Overall: PASS

📰 BREAKING: Report filed by Smoke Copilot for issue #1327

@Mossaka Mossaka marked this pull request as ready for review March 17, 2026 19:24
@Mossaka Mossaka self-requested a review as a code owner March 17, 2026 19:24
Copilot AI review requested due to automatic review settings March 17, 2026 19:24
@Mossaka Mossaka merged commit b5850c8 into main Mar 17, 2026
52 checks passed
@Mossaka Mossaka deleted the deps/safe-updates-2026-03-17-795796699b10cd9d branch March 17, 2026 19:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants