[Lldb-commits] [lldb] [lldb-dap] Update npm dependencies (PR #125832)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 5 10:56:27 PST 2025
================
@@ -28,11 +28,11 @@
],
"devDependencies": {
"@types/node": "^18.11.18",
- "@types/vscode": "~1.74.0",
- "@vscode/vsce": "^2.19.0",
- "prettier-plugin-curly": "^0.1.3",
- "prettier": "^3.1.1",
- "typescript": "^4.6.4"
+ "@types/vscode": "1.75.0",
----------------
vogelsgesang wrote:
The engine field states that we support `^1.75.0`. I.e., we also claim support with version 1.75. Now, if I would declare `@types/vscode` as `^1.75`, I might end up with `@types/vscode` version 1.80. This would allow me to use APIs which were only introduced in 1.80, and I would accidentally break compatibility with 1.75, despite our `engine` property claiming that we would be compatible with 1.75.
https://github.com/llvm/llvm-project/pull/125832
More information about the lldb-commits
mailing list