Skip to content

Commit

Permalink
chore(deps): update dependency vscode to v1.92.1 (#112)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and folex authored Aug 12, 2024
1 parent 876ae6e commit 3c1d2c3
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}

unit-tests:
name: 'Unit tests'
uses: ./.github/workflows/unit-tests.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
artifact: fcli
version: ${{ inputs.fcli-version }}
continue-on-error: true

- name: Install dependencies
run: npm ci
Expand Down
16 changes: 8 additions & 8 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"aqua vscode extension"
],
"engines": {
"vscode": "1.90.0"
"vscode": "1.92.1"
},
"activationEvents": [
"onLanguage:aqua"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3c1d2c3

Please sign in to comment.