chore(deps): apply safe patch-level TypeScript tooling updates#6527
Conversation
There was a problem hiding this comment.
Pull request overview
Updates development-only TypeScript linting and Jest tooling dependencies.
Changes:
- Updates TypeScript-ESLint packages to 8.65.0.
- Updates
ts-jestto 29.4.12. - Regenerates corresponding lockfile metadata.
Show a summary per file
| File | Description |
|---|---|
package.json |
Updates four development dependencies. |
package-lock.json |
Locks updated packages and transitive metadata. |
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: 1
- Review effort level: Medium
| "@typescript-eslint/eslint-plugin": "^8.65.0", | ||
| "@typescript-eslint/parser": "^8.65.0", |
|
@copilot address review feedback |
The reviewer is right — |
|
📡 Smoke OTel Tracing completed. All tracing scenarios validated. ✅ |
|
✅ Build Test Suite completed successfully! |
|
🛡️ Smoke Copilot Network Isolation confirmed the egress allowlist is enforced. ✅ |
|
🔑 Smoke Copilot PAT PAT auth validated. All systems operational. ✅ |
|
✅ Smoke Copilot BYOK AOAI (api-key) completed. Copilot AOAI BYOK (api-key) mode operational. 🔓 |
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
|
✅ Smoke Copilot BYOK completed. Copilot BYOK mode operational. 🔓 |
|
📰 VERDICT: Smoke Docker Sbx has concluded. All systems operational. This is a developing story. 🎤 |
|
✅ Smoke Claude passed |
|
✅ Smoke Gemini completed. All facets verified. 💎 |
|
🔌 Smoke Services — All services reachable! ✅ |
|
✅ Contribution Check completed successfully! |
|
❌ Smoke Copilot BYOK AOAI (Entra) reports failed. AOAI BYOK (Entra) mode investigation needed... Smoke test completed: all tests passed on PR #6527 |
|
📡 Smoke OTel Tracing completed. All tracing scenarios validated. ✅ |
|
📰 VERDICT: Smoke Docker Sbx has concluded. All systems operational. This is a developing story. 🎤 |
|
🔌 Smoke Services — All services reachable! ✅ |
|
🚀 Security Guard has started processing this pull request |
|
🔑 Smoke Copilot PAT reports failed. PAT auth path may have issues... |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
|
✅ Smoke Claude passed |
|
Chroot tests passed! Smoke Chroot - All security and functionality tests succeeded. |
|
✅ Contribution Check completed successfully! |
|
🛡️ Smoke Copilot Network Isolation confirmed the egress allowlist is enforced. ✅ |
|
❌ Smoke Copilot BYOK AOAI (api-key) reports failed. AOAI BYOK (api-key) mode investigation needed... |
|
✅ Smoke Copilot BYOK completed. Copilot BYOK mode operational. 🔓 |
Smoke Test: Claude Engine Validation
Overall result: PASS
|
Smoke Test Results — Services Connectivity
Overall: FAIL —
|
Smoke Test Results: Gemini Engine
Overall Status: FAIL Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "localhost"See Network Configuration for more information.
|
Smoke Test: Copilot BYOK (Direct) Mode ✅
Status: PASS — Direct BYOK mode (COPILOT_PROVIDER_API_KEY) working via api-proxy sidecar
|
🔬 Smoke Test Results
Overall: PASS (core connectivity verified) /cc
|
|
Merged PRs:
Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
🔥 AWF Smoke Test: Copilot Network Isolation
Overall status: PASS
Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "example.com"See Network Configuration for more information.
|
Chroot Version Comparison Results
Result: ❌ Not all tests passed — Node.js version mismatch (host: v24.18.0 vs chroot: v22.23.1).
|
🔍 Smoke Test: API Proxy OpenTelemetry Tracing
All 5 scenarios pass. OTEL tracing integration is working correctly.
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
🔍 Smoke Test Results — Docker Sbx
Overall: INCONCLUSIVE — pre-step template variables (
|
This updates the dependency set called out in the issue with only safe patch-level bumps and leaves major-version candidates intentionally unchanged. Scope is limited to manifest/lockfile updates for the four packages requested.
Dependency updates
@typescript-eslint/eslint-plugin:8.64.0→8.65.0@typescript-eslint/parser:8.64.0→8.65.0typescript-eslint:8.64.0→8.65.0ts-jest:29.4.11→29.4.12Change scope
package.jsonpackage-lock.jsonIllustrative manifest diff
{ "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.65.0", "@typescript-eslint/parser": "^8.65.0", "typescript-eslint": "^8.65.0", "ts-jest": "^29.4.12" } }