mirror of
https://github.com/jeanp413/open-remote-ssh.git
synced 2026-07-16 19:17:11 +02:00
build: update dependencies
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
$schema: https://raw.githubusercontent.com/zokugun/artifact/v0.11.0/schemas/v3/install.json
|
||||
artifacts:
|
||||
"@daiyam/artifact-lang-js":
|
||||
version: 0.13.1
|
||||
version: 0.14.3
|
||||
requires:
|
||||
- "20"
|
||||
"@daiyam/artifact-lang-ts":
|
||||
version: 0.10.1
|
||||
version: 0.10.4
|
||||
"@daiyam/artifact-vsx-ts":
|
||||
version: 0.11.10
|
||||
version: 0.11.12
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ indent_size = 2
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.patch]
|
||||
[{*.diff,*.patch}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
"categories",
|
||||
"peerDependencies",
|
||||
"overrides",
|
||||
"allowScripts",
|
||||
"keywords"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
environment: publish
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
echo "$CHECKSUM" > "$VSIX_NAME.sha256"
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
|
||||
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
|
||||
with:
|
||||
files: |
|
||||
${{ env.VSIX_NAME }}
|
||||
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
environment: publish
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
|
||||
- name: Release
|
||||
if: env.RELEASE_EXISTS == 'no'
|
||||
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
|
||||
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
|
||||
with:
|
||||
files: |
|
||||
${{ env.VSIX_NAME }}
|
||||
|
||||
Generated
+381
-394
File diff suppressed because it is too large
Load Diff
+14
-14
@@ -23,7 +23,7 @@
|
||||
"bundle:dev": "webpack --mode development",
|
||||
"ci:lint": "zizmor .",
|
||||
"ci:lint:fix": "zizmor . --fix=all",
|
||||
"clean": "rimraf lib out",
|
||||
"clean": "rimraf lib out *.vsix",
|
||||
"compile:src": "tsc -b",
|
||||
"lint": "eslint",
|
||||
"lint:all": "npm run lint:package && npm audit && npm run ci:lint && npm run lint",
|
||||
@@ -43,9 +43,9 @@
|
||||
"dependencies": {
|
||||
"@zokugun/is-it-type": "0.8.1",
|
||||
"glob": "13.0.6",
|
||||
"semver": "7.8.1",
|
||||
"semver": "7.8.4",
|
||||
"simple-socks": "git+https://github.com/jeanp413/simple-socks#main",
|
||||
"socks": "2.8.7",
|
||||
"socks": "2.8.9",
|
||||
"ssh-config": "5.1.0",
|
||||
"ssh2": "git+https://github.com/jeanp413/ssh2#master"
|
||||
},
|
||||
@@ -54,27 +54,27 @@
|
||||
"@commitlint/config-conventional": "20.5.3",
|
||||
"@eslint/js": "10.0.1",
|
||||
"@stylistic/eslint-plugin": "5.10.0",
|
||||
"@types/node": "20.19.39",
|
||||
"@types/node": "20.19.43",
|
||||
"@types/semver": "7.7.1",
|
||||
"@types/ssh2": "0.5.52",
|
||||
"@types/ssh2-streams": "0.1.13",
|
||||
"@types/webpack": "5.28.5",
|
||||
"@typescript-eslint/eslint-plugin": "8.58.0",
|
||||
"@typescript-eslint/parser": "8.58.0",
|
||||
"eslint": "10.2.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.61.0",
|
||||
"@typescript-eslint/parser": "8.61.0",
|
||||
"eslint": "10.5.0",
|
||||
"eslint-plugin-jsdoc": "62.9.0",
|
||||
"fixpack": "4.0.0",
|
||||
"husky": "9.1.7",
|
||||
"lint-staged": "16.4.0",
|
||||
"release-it": "20.0.1",
|
||||
"release-it": "20.2.0",
|
||||
"rimraf": "6.1.3",
|
||||
"taze": "19.14.1",
|
||||
"ts-loader": "9.5.7",
|
||||
"ts-loader": "9.6.0",
|
||||
"tsc-watch": "7.2.0",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.58.0",
|
||||
"webpack": "5.105.4",
|
||||
"webpack-cli": "7.0.2"
|
||||
"typescript-eslint": "8.61.0",
|
||||
"webpack": "5.107.2",
|
||||
"webpack-cli": "7.0.3"
|
||||
},
|
||||
"activationEvents": [
|
||||
"onCommand:openremotessh.openEmptyWindow",
|
||||
@@ -423,8 +423,8 @@
|
||||
"Other"
|
||||
],
|
||||
"overrides": {
|
||||
"ajv": {
|
||||
"fast-uri": "3.1.2"
|
||||
"release-it": {
|
||||
"undici": "7.28.0"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user