chore(deps): update dependency vscode to v1.92.1 (#112)

* chore(deps): update dependency vscode to v1.92.1

* chore(ci): setup ssh session on failure

* fix(ci): ignore fcli setup error

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: folex <0xdxdy@gmail.com>
This commit is contained in:
renovate[bot] 2024-08-12 15:17:23 +03:00 committed by GitHub
parent 876ae6eb8c
commit 3c1d2c30e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 19 additions and 18 deletions

View File

@ -39,6 +39,7 @@ jobs:
with:
artifact: fcli
version: ${{ inputs.fcli-version }}
continue-on-error: true
- name: Install dependencies
run: npm ci

View File

@ -11,16 +11,16 @@
"vscode-languageclient": "9.0.1"
},
"devDependencies": {
"@types/vscode": "1.89.0"
"@types/vscode": "1.92.0"
},
"engines": {
"vscode": "1.90.0"
"vscode": "1.92.1"
}
},
"node_modules/@types/vscode": {
"version": "1.89.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.89.0.tgz",
"integrity": "sha512-TMfGKLSVxfGfoO8JfIE/neZqv7QLwS4nwPwL/NwMvxtAY2230H2I4Z5xx6836pmJvMAzqooRQ4pmLm7RUicP3A==",
"version": "1.92.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.92.0.tgz",
"integrity": "sha512-DcZoCj17RXlzB4XJ7IfKdPTcTGDLYvTOcTNkvtjXWF+K2TlKzHHkBEXNWQRpBIXixNEUgx39cQeTFunY0E2msw==",
"dev": true
},
"node_modules/balanced-match": {
@ -115,9 +115,9 @@
},
"dependencies": {
"@types/vscode": {
"version": "1.89.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.89.0.tgz",
"integrity": "sha512-TMfGKLSVxfGfoO8JfIE/neZqv7QLwS4nwPwL/NwMvxtAY2230H2I4Z5xx6836pmJvMAzqooRQ4pmLm7RUicP3A==",
"version": "1.92.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.92.0.tgz",
"integrity": "sha512-DcZoCj17RXlzB4XJ7IfKdPTcTGDLYvTOcTNkvtjXWF+K2TlKzHHkBEXNWQRpBIXixNEUgx39cQeTFunY0E2msw==",
"dev": true
},
"balanced-match": {

View File

@ -9,12 +9,12 @@
"url": "https://github.com/fluencelabs/aqua"
},
"engines": {
"vscode": "1.90.0"
"vscode": "1.92.1"
},
"dependencies": {
"vscode-languageclient": "9.0.1"
},
"devDependencies": {
"@types/vscode": "1.89.0"
"@types/vscode": "1.92.0"
}
}

10
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@tsconfig/node16-strictest": "1.0.4",
"@types/mocha": "9.1.1",
"@types/node": "14.18.63",
"@types/vscode": "1.89.0",
"@types/vscode": "1.92.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vscode/test-cli": "0.0.9",
@ -28,7 +28,7 @@
"typescript": "4.9.5"
},
"engines": {
"vscode": "1.90.0"
"vscode": "1.92.1"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -337,9 +337,9 @@
"license": "MIT"
},
"node_modules/@types/vscode": {
"version": "1.89.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.89.0.tgz",
"integrity": "sha512-TMfGKLSVxfGfoO8JfIE/neZqv7QLwS4nwPwL/NwMvxtAY2230H2I4Z5xx6836pmJvMAzqooRQ4pmLm7RUicP3A==",
"version": "1.92.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.92.0.tgz",
"integrity": "sha512-DcZoCj17RXlzB4XJ7IfKdPTcTGDLYvTOcTNkvtjXWF+K2TlKzHHkBEXNWQRpBIXixNEUgx39cQeTFunY0E2msw==",
"dev": true,
"license": "MIT"
},

View File

@ -17,7 +17,7 @@
"aqua vscode extension"
],
"engines": {
"vscode": "1.90.0"
"vscode": "1.92.1"
},
"activationEvents": [
"onLanguage:aqua"
@ -143,7 +143,7 @@
"@typescript-eslint/parser": "7.9.0",
"@vscode/test-cli": "0.0.9",
"@vscode/test-electron": "2.4.1",
"@types/vscode": "1.89.0",
"@types/vscode": "1.92.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-standard": "17.1.0",