[Mlir-commits] [mlir] [mlir][vscode] Update dev dependencies (PR #176604)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Jan 17 14:52:58 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Jacques Pienaar (jpienaar)
<details>
<summary>Changes</summary>
Update to match vscode-clangd.
---
Full diff: https://github.com/llvm/llvm-project/pull/176604.diff
1 Files Affected:
- (modified) mlir/utils/vscode/package.json (+4-4)
``````````diff
diff --git a/mlir/utils/vscode/package.json b/mlir/utils/vscode/package.json
index 2087330f4a1ad..d753ab0765655 100644
--- a/mlir/utils/vscode/package.json
+++ b/mlir/utils/vscode/package.json
@@ -45,10 +45,10 @@
"vscode-languageclient": "^8.0.2-next.5"
},
"devDependencies": {
- "@types/mocha": "^7.0.2",
- "@types/node": "^14.17.0",
- "@types/vscode": "~1.67.0",
- "@vscode/vsce": "^2.19.0",
+ "@types/mocha": "^10.0.7",
+ "@types/node": "^25.0.3",
+ "@types/vscode": "^1.75.0",
+ "@vscode/vsce": "^3.7.1",
"clang-format": "^1.8.0",
"ovsx": "^0.10.7",
"typescript": "^4.9.5",
``````````
</details>
https://github.com/llvm/llvm-project/pull/176604
More information about the Mlir-commits
mailing list