Skip to content

Commit

Permalink
build(deps): update @vscode/vsce to 3 and ovsx to 0.10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The minimum required version of node is now 20.
  • Loading branch information
felipecrs committed Oct 9, 2024
1 parent 5042e0b commit d8e7177
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 59 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
strategy:
matrix:
node-version:
- 18
- 20
- 22

Expand Down
199 changes: 144 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "semantic-release plugin to package and publish VS Code extensions",
"license": "MIT",
"engines": {
"node": ">=18"
"node": "20 || >=22"
},
"repository": "https://github.com/felipecrs/semantic-release-vsce.git",
"bugs": "https://github.com/felipecrs/semantic-release-vsce/issues",
Expand Down Expand Up @@ -47,11 +47,11 @@
},
"dependencies": {
"@semantic-release/error": "^3.0.0",
"@vscode/vsce": "^2.15.0",
"@vscode/vsce": "^3.1.1",
"execa": "^5.0.0",
"fs-extra": "^11.1.0",
"glob": "^10.2.1",
"ovsx": "^0.9.2"
"ovsx": "^0.10.0"
},
"peerDependencies": {
"semantic-release": ">=18"
Expand Down

0 comments on commit d8e7177

Please sign in to comment.