From 6b911de334fd549b5b4c408dcb13c2188c8f29fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:35:51 +0000 Subject: [PATCH] chore(deps-dev): bump @vscode/test-electron from 2.5.2 to 3.0.0 Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 2.5.2 to 3.0.0. - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/vscode-test/commits) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e7c91558..a4392a80 100644 --- a/package.json +++ b/package.json @@ -1339,7 +1339,7 @@ "@typescript-eslint/eslint-plugin": "^8.60.1", "@typescript-eslint/parser": "^8.61.0", "@vscode/test-cli": "^0.0.12", - "@vscode/test-electron": "^2.5.2", + "@vscode/test-electron": "^3.0.0", "esbuild": "^0.28.0", "eslint": "^10.4.1", "globals": "^17.6.0", diff --git a/yarn.lock b/yarn.lock index ae146dc1..090f6ba2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -547,10 +547,10 @@ supports-color "^10.2.2" yargs "^17.7.2" -"@vscode/test-electron@^2.5.2": - version "2.5.2" - resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.5.2.tgz#f7d4078e8230ce9c94322f2a29cc16c17954085d" - integrity sha512-8ukpxv4wYe0iWMRQU18jhzJOHkeGKbnw7xWRX3Zw1WJA4cEKbHcmmLPdPrPtL6rhDcrlCZN+xKRpv09n4gRHYg== +"@vscode/test-electron@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-3.0.0.tgz#6a27d6992e4c89b2a229cbed3e990afe2b3575ef" + integrity sha512-TY5mC7aAjxSLDXsyjhrG8cJHgc/HLdiE5lvtW7hABYQrY24Qwozzr5UoO3HiuAM4Hzz4b7K/eZlwrCILj94CcA== dependencies: http-proxy-agent "^7.0.2" https-proxy-agent "^7.0.5"