Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions orchestrator/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"undici": "^6.24.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"@types/node": "^25.8.0",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot May 14, 2026

Choose a reason for hiding this comment

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

P2: @types/node was bumped to v25 while the package still supports Node >=20, which can mask runtime incompatibilities by type-checking APIs not available on older supported Node versions.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At orchestrator/package.json, line 52:

<comment>`@types/node` was bumped to v25 while the package still supports Node >=20, which can mask runtime incompatibilities by type-checking APIs not available on older supported Node versions.</comment>

<file context>
@@ -49,7 +49,7 @@
   },
   "devDependencies": {
-    "@types/node": "^24.0.0",
+    "@types/node": "^25.8.0",
     "tsx": "^4.19.0",
     "typescript": "^5.8.0"
</file context>
Suggested change
"@types/node": "^25.8.0",
"@types/node": "^20.0.0",
Fix with Cubic

"tsx": "^4.19.0",
"typescript": "^5.8.0"
},
Expand Down
Loading