@daiyam/artifact-vsx-ts 0.11.15 → 0.11.17

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.
package/.artifactrc.yml CHANGED
@@ -9,6 +9,9 @@ update:
9
9
  - main
10
10
  - scripts
11
11
  - devDependencies
12
+ transforms:
13
+ - description: Remove release-it from overrides
14
+ jq: 'del(.overrides["release-it"])'
12
15
 
13
16
  .github/**/*.yml:
14
17
  if_exists: overwrite
@@ -32,7 +32,7 @@ jobs:
32
32
  echo "Using version: $LATEST_TAG"
33
33
 
34
34
  - name: Setup Node.js
35
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
35
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
36
36
  with:
37
37
  node-version-file: .nvmrc
38
38
  package-manager-cache: false
@@ -64,7 +64,7 @@ jobs:
64
64
  echo "$CHECKSUM" > "$VSIX_NAME.sha256"
65
65
 
66
66
  - name: Release
67
- uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
67
+ uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
68
68
  with:
69
69
  files: |
70
70
  ${{ env.VSIX_NAME }}
@@ -70,7 +70,7 @@ jobs:
70
70
 
71
71
  - name: Setup Node.js
72
72
  if: env.RELEASE_EXISTS == 'no'
73
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
73
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
74
74
  with:
75
75
  node-version-file: .nvmrc
76
76
  package-manager-cache: false
@@ -103,7 +103,7 @@ jobs:
103
103
 
104
104
  - name: Release
105
105
  if: env.RELEASE_EXISTS == 'no'
106
- uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
106
+ uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
107
107
  with:
108
108
  files: |
109
109
  ${{ env.VSIX_NAME }}
@@ -22,13 +22,8 @@
22
22
  "devDependencies": {
23
23
  "@types/vscode": "1.56.0",
24
24
  "@vscode/vsce": "3.9.2",
25
- "release-it": "20.2.0",
26
- "tsc-watch": "7.2.0"
27
- },
28
- "overrides": {
29
- "release-it": {
30
- "undici": "7.28.0"
31
- }
25
+ "release-it": "20.2.1",
26
+ "tsc-watch": "7.2.1"
32
27
  },
33
28
  "allowScripts": {
34
29
  "@vscode/vsce-sign": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-vsx-ts",
3
- "version": "0.11.15",
3
+ "version": "0.11.17",
4
4
  "description": "The configuration to create Visual Studio extensions and publish them on Visual Studio Marketplace and Open VSX Registry.",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "de36d6669a5cff2bc0b95b5a9543ffd4d513ffed"
34
+ "gitHead": "baf31e0a122002ffdf88f47320de0b8a972ed93a"
35
35
  }