[all-commits] [llvm/llvm-project] f61621: [lldb-dap] Update npm dependencies (#125832)
Adrian Vogelsgesang via All-commits
all-commits at lists.llvm.org
Thu Feb 6 12:31:54 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6162108c06b7c1d38bd53d125a13677d4fa5a19
https://github.com/llvm/llvm-project/commit/f6162108c06b7c1d38bd53d125a13677d4fa5a19
Author: Adrian Vogelsgesang <avogelsgesang at salesforce.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M lldb/tools/lldb-dap/package-lock.json
M lldb/tools/lldb-dap/package.json
Log Message:
-----------
[lldb-dap] Update npm dependencies (#125832)
This commit upgrades our npm dependencies to the latest available
version.
I was prompted to this change because `npm run package` failed for me
with an error. The error disappeared after upgrading `@vscode/vsce`. I
also upgraded the other dependencies because I think it's generally
preferable to stay up-to-date.
I did not bump the `@types/vscode` and `@types/node` versions, since
this would effectively make older VS-Code versions unsupported. I also
changed `@types/vscode` to be a precise version match, since we are
claiming compatibility with that version via the `enginges.vscode`
property.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list