build: update artifacts
CI - Master: Build & Lint / check (push) Has been cancelled

This commit is contained in:
Baptiste Augrain
2026-06-05 07:12:40 +02:00
parent 601372a158
commit e9dd9397f0
9 changed files with 97 additions and 135 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
$schema: https://raw.githubusercontent.com/zokugun/artifact/v0.6.0/schemas/v1/install.json
$schema: https://raw.githubusercontent.com/zokugun/artifact/v0.11.0/schemas/v3/install.json
artifacts:
"@daiyam/artifact-lang-js":
version: 0.11.5
version: 0.13.1
requires:
- "20"
"@daiyam/artifact-lang-ts":
version: 0.8.1
version: 0.10.1
"@daiyam/artifact-vsx-ts":
version: 0.11.6
version: 0.11.10
+2 -1
View File
@@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: .nvmrc
package-manager-cache: false
- name: Install dependencies
run: |
@@ -43,7 +44,7 @@ jobs:
- name: Lint commit
run: |
if [[ "${BASE_SHA}" = "0000000000000000000000000000000000000000" ]]; then
npx commitlint --from HEAD^ --verbose
npx commitlint --to HEAD --verbose
else
npx commitlint --from "${BASE_SHA}" --to "${HEAD_SHA}" --verbose
fi
+2 -1
View File
@@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: .nvmrc
package-manager-cache: false
- name: Install dependencies
run: |
@@ -43,7 +44,7 @@ jobs:
- name: Lint commit
run: |
if [[ "${BASE_SHA}" = "0000000000000000000000000000000000000000" ]]; then
npx commitlint --from HEAD^ --verbose
npx commitlint --to HEAD --verbose
else
npx commitlint --from "${BASE_SHA}" --to "${HEAD_SHA}" --verbose
fi
@@ -13,7 +13,7 @@ jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
- uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2
with:
github-token: ${{ github.token }}
issue-inactive-days: "90"
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
with:
days-before-stale: 180
days-before-close: 60
+1 -1
View File
@@ -1,4 +1,4 @@
package.json:
./package.json:
- fixpack
- npm audit
.github/workflows/*.yml: zizmor
+7 -4
View File
@@ -1,12 +1,15 @@
{
"exclude": [
"@types/vscode",
"commitlint/cli",
"@commitlint/config-conventional",
"lint-staged"
],
"force": true,
"includeLocked": true,
"maturityPeriod": 7,
"packageMode": {
"@types/node": "minor",
"typescript": "minor"
},
"exclude": [
"@types/vscode"
]
}
}
+68 -117
View File
@@ -18,8 +18,8 @@
"ssh2": "git+https://github.com/jeanp413/ssh2#master"
},
"devDependencies": {
"@commitlint/cli": "20.5.2",
"@commitlint/config-conventional": "20.5.0",
"@commitlint/cli": "20.5.3",
"@commitlint/config-conventional": "20.5.3",
"@eslint/js": "10.0.1",
"@stylistic/eslint-plugin": "5.10.0",
"@types/node": "20.19.39",
@@ -36,7 +36,7 @@
"lint-staged": "16.4.0",
"release-it": "20.0.1",
"rimraf": "6.1.3",
"taze": "19.11.0",
"taze": "19.14.1",
"ts-loader": "9.5.7",
"tsc-watch": "7.2.0",
"typescript": "5.9.3",
@@ -75,13 +75,13 @@
}
},
"node_modules/@babel/code-frame": {
"version": "7.29.0",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
"version": "7.29.7",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-validator-identifier": "^7.28.5",
"@babel/helper-validator-identifier": "^7.29.7",
"js-tokens": "^4.0.0",
"picocolors": "^1.1.1"
},
@@ -90,9 +90,9 @@
}
},
"node_modules/@babel/helper-validator-identifier": {
"version": "7.28.5",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
"version": "7.29.7",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -112,15 +112,15 @@
}
},
"node_modules/@commitlint/cli": {
"version": "20.5.2",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.5.2.tgz",
"integrity": "sha512-IXr5xd3IX8SEG936P8gcpozRplkDeDSwJlt8UvoY1winwIy2udTbQ/cOCgbaaxcjdDqVoS29VUcz/wkwnSozbA==",
"version": "20.5.3",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.5.3.tgz",
"integrity": "sha512-OJdL0EXWD5y9LPa0nr/geOwzaS8BsdaybKkcloB0JgsguGxNv2R+hC2FTPqrAcprg35zF33KOQerY0x8W1aesA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/format": "^20.5.0",
"@commitlint/lint": "^20.5.0",
"@commitlint/load": "^20.5.2",
"@commitlint/lint": "^20.5.3",
"@commitlint/load": "^20.5.3",
"@commitlint/read": "^20.5.0",
"@commitlint/types": "^20.5.0",
"tinyexec": "^1.0.0",
@@ -134,9 +134,9 @@
}
},
"node_modules/@commitlint/config-conventional": {
"version": "20.5.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.0.tgz",
"integrity": "sha512-t3Ni88rFw1XMa4nZHgOKJ8fIAT9M2j5TnKyTqJzsxea7FUetlNdYFus9dz+MhIRZmc16P0PPyEfh6X2d/qw8SA==",
"version": "20.5.3",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.3.tgz",
"integrity": "sha512-j34Qqeaa152chJgz2ysyk0BCpHenJn1lV0Rx0VXf8k3ccQcED+48EZrzMvo9jLmJUyBrrBwvu89I+2er4gW7QQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -162,18 +162,14 @@
}
},
"node_modules/@commitlint/ensure": {
"version": "20.5.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-20.5.0.tgz",
"integrity": "sha512-IpHqAUesBeW1EDDdjzJeaOxU9tnogLAyXLRBn03SHlj1SGENn2JGZqSWGkFvBJkJzfXAuCNtsoYzax+ZPS+puw==",
"version": "20.5.3",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-20.5.3.tgz",
"integrity": "sha512-4i4AgNvH62owG9MwSiWKrle7HGNpBHHdLnWFIp5fTsHUYe5kRuh15t08L/0pdbbrRk8JKXQxxN4hZQcn+szkrw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^20.5.0",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
"lodash.startcase": "^4.4.0",
"lodash.upperfirst": "^4.3.1"
"es-toolkit": "^1.46.0"
},
"engines": {
"node": ">=v18"
@@ -218,15 +214,15 @@
}
},
"node_modules/@commitlint/lint": {
"version": "20.5.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-20.5.0.tgz",
"integrity": "sha512-jiM3hNUdu04jFBf1VgPdjtIPvbuVfDTBAc6L98AWcoLjF5sYqkulBHBzlVWll4rMF1T5zeQFB6r//a+s+BBKlA==",
"version": "20.5.3",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-20.5.3.tgz",
"integrity": "sha512-M7JbWBNr2gXKaPc4i/KipsuW1gkDHpj35KPjWtKy3Z+2AQw5wu1gBi1LIO0uoaij67CqY4K8PxPZSGens4evCw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/is-ignored": "^20.5.0",
"@commitlint/parse": "^20.5.0",
"@commitlint/rules": "^20.5.0",
"@commitlint/rules": "^20.5.3",
"@commitlint/types": "^20.5.0"
},
"engines": {
@@ -234,20 +230,20 @@
}
},
"node_modules/@commitlint/load": {
"version": "20.5.2",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-20.5.2.tgz",
"integrity": "sha512-zmr0RGDz7vThxW1I8ohb9yBjnGuH9mqwJpn21hInjGla+IlLOkS9ey0+dD5HlkzFlY0lX2NYdA2lDW6/0rO7Gw==",
"version": "20.5.3",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-20.5.3.tgz",
"integrity": "sha512-1FDZWuKyu98Myb8i7Tp31jPU2rZpOwAdYRyJcy2KoGg7Xk2A+bgHN8smhMaaNSNkmE8fwt53BokywZq8Gv/5XQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/config-validator": "^20.5.0",
"@commitlint/execute-rule": "^20.0.0",
"@commitlint/resolve-extends": "^20.5.2",
"@commitlint/resolve-extends": "^20.5.3",
"@commitlint/types": "^20.5.0",
"cosmiconfig": "^9.0.1",
"cosmiconfig-typescript-loader": "^6.1.0",
"es-toolkit": "^1.46.0",
"is-plain-obj": "^4.1.0",
"lodash.mergewith": "^4.6.2",
"picocolors": "^1.1.1"
},
"engines": {
@@ -297,17 +293,17 @@
}
},
"node_modules/@commitlint/resolve-extends": {
"version": "20.5.2",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-20.5.2.tgz",
"integrity": "sha512-8EhSCU9eNos/5cI1yg64GW79UH1c64O69AfStCsj4zqy6An/qIphVEXj4/+2M6056T8coz00f+UXFn4WUUP1HQ==",
"version": "20.5.3",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-20.5.3.tgz",
"integrity": "sha512-+ogW9v/u9JqpvAgTrLra/YTFo0KkjU6iNblF89pPsj4NebNc+DAWctsludwezI8YnsjBmfHpApSwcXprN/f/ew==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/config-validator": "^20.5.0",
"@commitlint/types": "^20.5.0",
"es-toolkit": "^1.46.0",
"global-directory": "^5.0.0",
"import-meta-resolve": "^4.0.0",
"lodash.mergewith": "^4.6.2",
"resolve-from": "^5.0.0"
},
"engines": {
@@ -315,13 +311,13 @@
}
},
"node_modules/@commitlint/rules": {
"version": "20.5.0",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-20.5.0.tgz",
"integrity": "sha512-5NdQXQEdnDPT5pK8O39ZA7HohzPRHEsDGU23cyVCNPQy4WegAbAwrQk3nIu7p2sl3dutPk8RZd91yKTrMTnRkQ==",
"version": "20.5.3",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-20.5.3.tgz",
"integrity": "sha512-MPlMnb9D3wbszYMp+1hPtuhtPJndRo6I6yfkZVA4+jR8w7Kqp0u2u/Y+gzbaItx5Lltq5rw7FSZQWJMoXUC4NQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/ensure": "^20.5.0",
"@commitlint/ensure": "^20.5.3",
"@commitlint/message": "^20.4.3",
"@commitlint/to-lines": "^20.0.0",
"@commitlint/types": "^20.5.0"
@@ -3047,6 +3043,17 @@
"dev": true,
"license": "MIT"
},
"node_modules/es-toolkit": {
"version": "1.47.0",
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.47.0.tgz",
"integrity": "sha512-n1GuoD0WEQZMBk5tttoZSqwgyLx01oqa5XsBmCHwPyNe1S9jPBEmtR2pSgp2kJuWE3ciFZ6yRHmY4pM4C3OOkw==",
"dev": true,
"license": "MIT",
"workspaces": [
"docs",
"benchmarks"
]
},
"node_modules/escalade": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
@@ -3609,19 +3616,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/find-up-simple": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.1.tgz",
"integrity": "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/fixpack": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/fixpack/-/fixpack-4.0.0.tgz",
@@ -4518,13 +4512,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lodash.camelcase": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
"integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
"dev": true,
"license": "MIT"
},
"node_modules/lodash.capitalize": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz",
@@ -4553,13 +4540,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/lodash.kebabcase": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
"integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==",
"dev": true,
"license": "MIT"
},
"node_modules/lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
@@ -4567,27 +4547,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/lodash.mergewith": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz",
"integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==",
"dev": true,
"license": "MIT"
},
"node_modules/lodash.snakecase": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz",
"integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==",
"dev": true,
"license": "MIT"
},
"node_modules/lodash.startcase": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz",
"integrity": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==",
"dev": true,
"license": "MIT"
},
"node_modules/lodash.uniqby": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz",
@@ -4595,13 +4554,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/lodash.upperfirst": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz",
"integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==",
"dev": true,
"license": "MIT"
},
"node_modules/log-symbols": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-7.0.1.tgz",
@@ -5400,9 +5352,9 @@
}
},
"node_modules/pnpm-workspace-yaml": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/pnpm-workspace-yaml/-/pnpm-workspace-yaml-1.6.0.tgz",
"integrity": "sha512-uUy4dK3E11sp7nK+hnT7uAWfkBMe00KaUw8OG3NuNlYQoTk4sc9pcdIy1+XIP85v9Tvr02mK3JPaNNrP0QyRaw==",
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/pnpm-workspace-yaml/-/pnpm-workspace-yaml-1.6.1.tgz",
"integrity": "sha512-yTeZntGWi8m9WNuhoVsP0DpFc4sC1U0+rr/qR6Zi9n2g3sxXY+JfccjXjjruNz96tM8I09yaJUA86doRnNLkbg==",
"dev": true,
"funding": [
{
@@ -5416,7 +5368,7 @@
],
"license": "MIT",
"dependencies": {
"yaml": "^2.8.2"
"yaml": "^2.9.0"
}
},
"node_modules/powershell-utils": {
@@ -6183,25 +6135,24 @@
}
},
"node_modules/taze": {
"version": "19.11.0",
"resolved": "https://registry.npmjs.org/taze/-/taze-19.11.0.tgz",
"integrity": "sha512-BlfH8Z6JdoIsrUptnz4P4YuEqdYsa/bSNNDOMhTlsHZ7Bbg1/0NyYh6uPkoRREjrt/kVovV+HYdi1ilHxvChfw==",
"version": "19.14.1",
"resolved": "https://registry.npmjs.org/taze/-/taze-19.14.1.tgz",
"integrity": "sha512-+wf/IqGReU68vBE/iJ7JCuV5QeD6zQBp9MI6YphN7bT2vf/YIHd0oVA4AJiX3uANI1hQY58MrVmDwLv0x/q3BA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@antfu/ni": "^30.0.0",
"@antfu/ni": "^30.1.0",
"@henrygd/queue": "^1.2.0",
"cac": "^7.0.0",
"find-up-simple": "^1.0.1",
"ofetch": "^1.5.1",
"package-manager-detector": "^1.6.0",
"pathe": "^2.0.3",
"pnpm-workspace-yaml": "^1.6.0",
"pnpm-workspace-yaml": "^1.6.1",
"restore-cursor": "^5.1.0",
"tinyexec": "^1.0.4",
"tinyglobby": "^0.2.15",
"tinyexec": "^1.2.2",
"tinyglobby": "^0.2.16",
"unconfig": "^7.5.0",
"yaml": "^2.8.3"
"yaml": "^2.9.0"
},
"bin": {
"taze": "bin/taze.mjs"
@@ -6278,9 +6229,9 @@
"license": "MIT"
},
"node_modules/tinyexec": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
"integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.2.tgz",
"integrity": "sha512-M/Q0B2cp4K7kynaT/vnED1j8TlLY+Pp7C6Wl2bl/7u/F0mUVwdyOpwomQb8JpYLitHUssAJRmLZdMCGsrx7i+g==",
"dev": true,
"license": "MIT",
"engines": {
@@ -6945,9 +6896,9 @@
}
},
"node_modules/yaml": {
"version": "2.8.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
"dev": true,
"license": "ISC",
"bin": {
+11 -5
View File
@@ -26,11 +26,12 @@
"clean": "rimraf lib out",
"compile:src": "tsc -b",
"lint": "eslint",
"lint:all": "fixpack && npm audit && npm run ci:lint && npm run lint",
"lint:all": "npm run lint:package && npm audit && npm run ci:lint && npm run lint",
"lint:fix": "eslint --fix",
"lint:package": "fixpack || true",
"package": "rimraf *.vsix && npx vsce package",
"postinstall": "npm run update:dts",
"prepare": "husky; fixpack || true",
"prepare": "husky; npm run lint:package",
"release": "release-it",
"update:artifacts": "artifact update",
"update:ci": "PINACT_MIN_AGE=7 pinact run --update",
@@ -49,8 +50,8 @@
"ssh2": "git+https://github.com/jeanp413/ssh2#master"
},
"devDependencies": {
"@commitlint/cli": "20.5.2",
"@commitlint/config-conventional": "20.5.0",
"@commitlint/cli": "20.5.3",
"@commitlint/config-conventional": "20.5.3",
"@eslint/js": "10.0.1",
"@stylistic/eslint-plugin": "5.10.0",
"@types/node": "20.19.39",
@@ -67,7 +68,7 @@
"lint-staged": "16.4.0",
"release-it": "20.0.1",
"rimraf": "6.1.3",
"taze": "19.11.0",
"taze": "19.14.1",
"ts-loader": "9.5.7",
"tsc-watch": "7.2.0",
"typescript": "5.9.3",
@@ -421,6 +422,11 @@
"categories": [
"Other"
],
"overrides": {
"ajv": {
"fast-uri": "3.1.2"
}
},
"keywords": [
"remote",
"remote development",