Use updated dependency name, vsce -> @vscode/vsce#122
Use updated dependency name, vsce -> @vscode/vsce#122muzimuzhi wants to merge 1 commit intogithub:mainfrom
vsce -> @vscode/vsce#122Conversation
|
Hi, thank you a ton for bringing this up and for the contribution! I hope you don't mind, I'd like to go ahead and upgrade it to the latest version I started a new PR and referenced this original PR and really appreciate the help! If it's okay with you, could I go ahead and close this PR and move forward with the new PR using |
|
Closing this PR and merged code from #140 and thank you again we really appreciate the help and for bringing up the package rename from vsce -> @vscode/vsce! |
|
Just as a note, I added your GitHub handle to my PR title so that we recognize you for the contribution and so that your name will show up in our Changelog on our next release (we have been copying the PR titles to our Changelog)! |
Sure! After all I am still a novice in node ecosystem.
Great and many thanks! |

Currently
npm installreports two high severity vulnerabilities (which is also reported in recentbuildworkflow run, step "Run npm ci"):The root cause is that the dependency
vscehas been renamed to@vscode/vscesince v2.16.0, (see compare/v2.15.0...v2.16.0 or the specific commit microsoft/vscode-vsce@0383324), which seems to make the version range requirement forvscedisabledvscode-github-actions/package.json
Line 537 in 2d63835
With this PR,
npm auditreports