[Deps] Safe dependency updates (2026-02-26)#1059
[Deps] Safe dependency updates (2026-02-26)#1059github-actions[bot] wants to merge 2 commits intomainfrom
Conversation
- @commitlint/cli: 20.4.1 → 20.4.2 - @commitlint/config-conventional: 20.4.1 → 20.4.2 - @types/node: 25.2.3 → 25.3.0 - @typescript-eslint/eslint-plugin: 8.55.0 → 8.56.1 - @typescript-eslint/parser: 8.55.0 → 8.56.1 - eslint: 10.0.0 → 10.0.2 - glob: 13.0.1 → 13.0.6 - typescript-eslint: 8.55.0 → 8.56.1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
PR titles reviewed:
|
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
There was a problem hiding this comment.
Pull request overview
This PR contains automated safe patch-level dependency updates that maintain compatibility with the existing codebase. The updates include security and bug fixes for development dependencies, with all changes passing the test suite (817 tests passing). The only change to package.json is an explicit minimum version bump for the glob package from ^13.0.1 to ^13.0.6, while other packages were updated in package-lock.json within their existing caret ranges.
Changes:
- Updated 8 development dependencies with patch-level and one minor version bump
- Explicit minimum version bump for glob to address compatibility improvements
- Updated transitive dependencies including eslint tooling, TypeScript type definitions, and commitlint packages
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Explicit minimum version bump for glob from ^13.0.1 to ^13.0.6 to support broader Node.js compatibility |
| package-lock.json | Patch/minor updates for 8 direct devDependencies and their transitive dependencies, including commitlint, typescript-eslint, eslint, and @types/node packages; structural change moving fdir to top-level (npm deduplication) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Node.js Build Test Results
Overall: ✅ PASS
|
C++ Build Test Results
Overall: PASS
|
.NET Build Test Results
Overall: PASS Run outputhello-world:
|
🧪 Build Test: Bun Results
Overall: ✅ PASS
|
🦀 Rust Build Test Results
Overall: ✅ PASS All projects built and tested successfully.
|
Deno Build Test Results
Overall: ✅ PASS
|
Smoke Test Results✅ GitHub MCP: #1049 test: fix docker-warning tests and fragile timing dependencies; #1054 test: add DNS restriction enforcement tests Overall: PASS
|
Go Build Test Results ✅
Overall: PASS
|
|
Merged PRs reviewed: test: fix docker-warning tests and fragile timing dependencies; test: add DNS restriction enforcement tests
|
Smoke Test Results (run 22458943544)
Overall: PASS
|
Chroot Version Comparison Results
Result:
|
☕ Java Build Test Results
Overall: ✅ PASS All projects compiled and all tests passed successfully.
|
🧪 Build Test: Bun
Overall: ✅ PASS
|
|
PR: fix(ci): resolve integration test suite failures on main
|
.NET Build Test Results
Overall: PASS Run outputhello-world: json-parse: {
"Name": "AWF Test",
"Version": 1,
"Success": true
}
Name: AWF Test, Success: True
|
Go Build Test Results ✅
Overall: PASS
|
Smoke Test Results
Overall: PASS
|
Chroot Version Comparison Results
Result: ❌ Not all tests passed — Python and Node.js versions differ between host and chroot environments.
|
Java Build Test Results
Overall: PASS ✅
|
|
Closing in favor of an aggregated dependency update PR that combines all pending updates. This reduces PR noise and CI load. |
Run npm update and npm audit fix across root and docs-site to bring all dependencies to latest compatible versions within existing semver ranges. Closes individual dependency PRs #1204, #1199, #1185, #1183, #1179, #1175, #1141, #1114, #1110, #1104, #1059, #1027, #1019, #976. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Automated Safe Dependency Updates
This PR contains safe patch-level dependency updates that have been verified to:
glob)Updated Dependencies
@commitlint/cli@commitlint/config-conventional@types/node@typescript-eslint/eslint-plugin@typescript-eslint/parsereslintglobtypescript-eslintSecurity Status
No HIGH or CRITICAL vulnerabilities found in
npm audit. One pre-existing moderate severity vulnerability inajv(transitive dependency via@commitlint) remains — it is not directly exploitable in this project's context.Skipped Updates (major version bumps / breaking changes)
chalk: 4.x → 5.x (ESM-only in v5, breaking change)commander: 12.x → 14.x (major, needs API review)execa: 5.x → 9.x (ESM-only in v6+, breaking change)eslint-plugin-security: 3.x → 4.x (major, needs review)Generated by Dependency Security Monitor Workflow