diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01ede1a8..11a00452 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ If you think your changes worth of a release add a new version entry to `CHANGEL ## VSCode API Change tracking tool ```sh -LAST_CHECKED_VERSION="1.77.0" && \ +LAST_CHECKED_VERSION="1.82.0" && \ curl "https://raw.githubusercontent.com/microsoft/vscode/${LAST_CHECKED_VERSION}/src/vscode-dts/vscode.d.ts" \ --output "./out/latest_checked.vscode.d.ts" && \ curl "https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.d.ts" \ diff --git a/package-lock.json b/package-lock.json index a9ca76da..16d78ed5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-catch2-test-adapter", - "version": "4.5.1", + "version": "4.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-catch2-test-adapter", - "version": "4.5.1", + "version": "4.5.2", "license": "MIT", "dependencies": { "@types/htmlparser2": "^3.10.3", @@ -27,7 +27,7 @@ "@types/request-promise": "4.1.48", "@types/sinon": "^10.0.15", "@types/source-map-support": "^0.5.6", - "@types/vscode": "1.77.0", + "@types/vscode": "1.82.0", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", "@vscode/test-electron": "^2.3.2", @@ -53,7 +53,7 @@ "webpack-cli": "^5.1.3" }, "engines": { - "vscode": "^1.77.0" + "vscode": "^1.82.0" } }, "node_modules/@babel/code-frame": { @@ -632,9 +632,9 @@ "dev": true }, "node_modules/@types/vscode": { - "version": "1.77.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.77.0.tgz", - "integrity": "sha512-MWFN5R7a33n8eJZJmdVlifjig3LWUNRrPeO1xemIcZ0ae0TEQuRc7G2xV0LUX78RZFECY1plYBn+dP/Acc3L0Q==", + "version": "1.82.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.82.0.tgz", + "integrity": "sha512-VSHV+VnpF8DEm8LNrn8OJ8VuUNcBzN3tMvKrNpbhhfuVjFm82+6v44AbDhLvVFgCzn6vs94EJNTp7w8S6+Q1Rw==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -7760,9 +7760,9 @@ "dev": true }, "@types/vscode": { - "version": "1.77.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.77.0.tgz", - "integrity": "sha512-MWFN5R7a33n8eJZJmdVlifjig3LWUNRrPeO1xemIcZ0ae0TEQuRc7G2xV0LUX78RZFECY1plYBn+dP/Acc3L0Q==", + "version": "1.82.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.82.0.tgz", + "integrity": "sha512-VSHV+VnpF8DEm8LNrn8OJ8VuUNcBzN3tMvKrNpbhhfuVjFm82+6v44AbDhLvVFgCzn6vs94EJNTp7w8S6+Q1Rw==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index a4b9244f..3732f740 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/sinon": "^10.0.15", "@types/source-map-support": "^0.5.6", "@vscode/vsce": "^2.19.0", - "@types/vscode": "1.77.0", + "@types/vscode": "1.82.0", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", "@vscode/test-electron": "^2.3.2", @@ -96,7 +96,7 @@ "webpack-cli": "^5.1.3" }, "engines": { - "vscode": "^1.77.0" + "vscode": "^1.82.0" }, "activationEvents": [ "onStartupFinished"