deps: bump js-yaml to 4.3.1 in runtime dependency and lockfile - #6831
Conversation
There was a problem hiding this comment.
Pull request overview
Updates js-yaml from 4.3.0 to 4.3.1 while preserving dependency alignment.
Changes:
- Bumps the runtime dependency and markdownlint override.
- Regenerates the lockfile with the matching resolution and integrity hash.
Show a summary per file
| File | Description |
|---|---|
package.json |
Updates dependency constraints to 4.3.1. |
package-lock.json |
Locks js-yaml to 4.3.1. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Balanced
|
✅ Copilot review passed with no inline comments. @copilot Add the |
|
🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation... |
|
❌ Smoke Gemini reports failed. Facets need polishing... |
|
❌ Smoke Claude failed |
|
❌ Smoke Copilot BYOK AOAI (api-key) reports failed. AOAI BYOK (api-key) mode investigation needed... |
|
🚀 Security Guard has started processing this pull request |
|
Chroot tests failed Smoke Chroot failed - See logs for details. |
|
❌ Smoke Copilot BYOK AOAI (Entra) reports failed. AOAI BYOK (Entra) mode investigation needed... |
|
🛡️ Smoke Copilot Network Isolation reports failed while checking network isolation. Investigate the egress model. |
|
❌ Contribution Check failed. Please review the logs for details. |
|
📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident... |
|
Build Test Failed Build Test Suite - See logs for details |
|
❌ Smoke Copilot BYOK reports failed. BYOK mode investigation needed... |
|
📡 Smoke OTel Tracing reports failed. OTel tracing regression detected. |
|
✅ Contribution Check completed successfully! PR #6831 follows the contribution guidelines: it has a clear dependency-update description, references the related issue (#6815), and only changes package metadata/lockfile for the existing dependency. No additional tests or docs updates are needed for this patch-level dependency bump, so no review comment was necessary. |
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
|
📡 Smoke OTel Tracing completed. All tracing scenarios validated. ✅ |
|
✅ Smoke Copilot BYOK AOAI (api-key) completed. Copilot AOAI BYOK (api-key) mode operational. 🔓 |
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
Smoke Test: Copilot BYOK (Direct) Mode ✅
Result: PASS — Direct BYOK path (COPILOT_PROVIDER_API_KEY) working correctly
|
Smoke Test: Claude Engine Validation
Overall result: PASS
|
Smoke Test: Copilot Engine
Recent merged PRs:
Overall: PASS cc
|
Smoke Test Results: Gemini
Overall status: FAIL
|
|
Copilot Network Isolation Smoke Test — EGRESS_RESULT allow=pass deny=pass
Overall: PASS Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "example.com"See Network Configuration for more information.
|
Smoke Test: GitHub Actions Services Connectivity
Overall: FAIL — host.docker.internal could not be resolved from within the AWF sandbox.
|
Chroot Version Comparison Results
Overall: FAILED — Node.js version differs between host and chroot environments.
|
Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
|
MCP list call: ✅ Running in direct BYOK mode (COPILOT_PROVIDER_API_KEY + COPILOT_PROVIDER_BASE_URL) via api-proxy → Azure OpenAI (Foundry, o4-mini-aw) Overall: PASS
|
|
OTel Tracing Smoke Test Results
Overall: ✅ All scenarios pass or are expected/no-op given this run's traffic.
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — PASS Notes:
|
Smoke Test: Docker Sbx Validation
Overall: PASS cc
|
|
Running in direct BYOK mode (AWF_AUTH_TYPE=github-oidc + AWF_AUTH_AZURE_* + COPILOT_PROVIDER_BASE_URL) via api-proxy → Azure OpenAI (Foundry, o4-mini-aw)
|
This PR applies the safe patch-level dependency update requested by the dependency security monitor:
js-yamlfrom4.3.0to4.3.1. Scope is intentionally limited to dependency metadata and lock resolution, with no feature or behavior changes introduced.Dependency update
js-yamlinpackage.json:dependencies.js-yaml:^4.3.0→^4.3.1overrides.markdownlint-cli2.js-yaml:^4.3.0→^4.3.1Lockfile resolution
package-lock.jsonso top-level and resolved entries point tojs-yaml@4.3.1with updated integrity metadata.{ "dependencies": { "js-yaml": "^4.3.1" }, "overrides": { "markdownlint-cli2": { "js-yaml": "^4.3.1" } } }