semantic-release-vsce 5.5.8 → 5.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,7 +23,7 @@ jobs:
|
|
|
23
23
|
|
|
24
24
|
steps:
|
|
25
25
|
- uses: actions/checkout@v3
|
|
26
|
-
- uses: volta-cli/action@v4.0.
|
|
26
|
+
- uses: volta-cli/action@v4.0.1
|
|
27
27
|
with:
|
|
28
28
|
node-version: ${{ matrix.node-version }}
|
|
29
29
|
- run: npm ci
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
|
|
37
37
|
steps:
|
|
38
38
|
- uses: actions/checkout@v3
|
|
39
|
-
- uses: volta-cli/action@v4.0.
|
|
39
|
+
- uses: volta-cli/action@v4.0.1
|
|
40
40
|
- run: npm ci
|
|
41
41
|
- run: npm run release
|
|
42
42
|
env:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "semantic-release-vsce",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.10",
|
|
4
4
|
"description": "semantic-release plugin to package and publish VS Code extensions",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"ava": "^5.0.1",
|
|
62
|
-
"conventional-changelog-conventionalcommits": "^
|
|
62
|
+
"conventional-changelog-conventionalcommits": "^6.0.0",
|
|
63
63
|
"eslint": "^8.7.0",
|
|
64
64
|
"eslint-config-prettier": "^8.5.0",
|
|
65
65
|
"eslint-config-standard": "^17.0.0",
|
|
66
66
|
"eslint-plugin-import": "^2.20.1",
|
|
67
|
-
"eslint-plugin-n": "^
|
|
67
|
+
"eslint-plugin-n": "^16.0.0",
|
|
68
68
|
"eslint-plugin-promise": "^6.0.0",
|
|
69
69
|
"husky": "^8.0.2",
|
|
70
70
|
"lint-staged": "^13.0.3",
|