diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 904fb73..c3fb8c1 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index be263af..528b38c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,6 +39,7 @@ jobs: with: artifact: fcli version: ${{ inputs.fcli-version }} + continue-on-error: true - name: Install dependencies run: npm ci diff --git a/client/package-lock.json b/client/package-lock.json index f9dfc74..ff76810 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -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": { diff --git a/client/package.json b/client/package.json index 363b42c..c99ce6f 100644 --- a/client/package.json +++ b/client/package.json @@ -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" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9977000..7b4981c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" }, diff --git a/package.json b/package.json index a3d1617..b366204 100644 --- a/package.json +++ b/package.json @@ -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",