Skip to content

Commit 866b444

Browse files
JDevlieghereSquallATF
authored andcommitted
[lldb-dap] Upgrade @types/node to fix TS2386 in node/module.d.ts (llvm#126994)
Upgrade @types/node to work around an issue in TypeScript [1] that caused our "publish to VSCode Marketplace" github action [2] to fail: ``` node_modules/@types/node/module.d.ts:290:13 - error TS2386: Overload signatures must all be optional or required. 290 resolve?(specified: string, parent?: string | URL): Promise<string>; ``` [1] microsoft/TypeScript#59259 (comment) [2] https://github.com/llvm/vscode-lldb/actions/runs/13298213337/job/37134713009
1 parent 530bc20 commit 866b444

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

lldb/tools/lldb-dap/package-lock.json

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lldb/tools/lldb-dap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"Debuggers"
2828
],
2929
"devDependencies": {
30-
"@types/node": "^18.11.18",
30+
"@types/node": "^18.19.41",
3131
"@types/vscode": "1.75.0",
3232
"@vscode/vsce": "^3.2.2",
3333
"prettier-plugin-curly": "^0.3.1",

0 commit comments

Comments
 (0)