From fba3c9f92359d47b0df53fb82b259feba15e7917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 04:02:43 +0000 Subject: [PATCH] chore(deps-dev): bump the test-tooling group across 1 directory with 2 updates Bumps the test-tooling group with 2 updates in the / directory: [@vscode/test-electron](https://github.com/Microsoft/vscode-test) and [mocha](https://github.com/mochajs/mocha). Updates `@vscode/test-electron` 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) Updates `mocha` from 11.7.5 to 11.7.6 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.6/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.7.5...v11.7.6) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: test-tooling - dependency-name: mocha dependency-version: 11.7.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test-tooling ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8187362..122376f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,14 +19,14 @@ "@types/vscode": "^1.110.0", "@typescript-eslint/eslint-plugin": "^8.57.0", "@typescript-eslint/parser": "^8.40.0", - "@vscode/test-electron": "^2.3.9", + "@vscode/test-electron": "^3.0.0", "@vscode/vsce": "^3.7.1", "c8": "^11.0.0", "esbuild": "^0.27.4", "eslint": "^10.0.3", "glob": "^13.0.6", "markdownlint-cli": "^0.48.0", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "node-html-parser": "^6.1.0", "nyc": "^18.0.0", "rimraf": "^6.1.3", @@ -2309,9 +2309,9 @@ } }, "node_modules/@vscode/test-electron": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.5.2.tgz", - "integrity": "sha512-8ukpxv4wYe0iWMRQU18jhzJOHkeGKbnw7xWRX3Zw1WJA4cEKbHcmmLPdPrPtL6rhDcrlCZN+xKRpv09n4gRHYg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-3.0.0.tgz", + "integrity": "sha512-TY5mC7aAjxSLDXsyjhrG8cJHgc/HLdiE5lvtW7hABYQrY24Qwozzr5UoO3HiuAM4Hzz4b7K/eZlwrCILj94CcA==", "dev": true, "license": "MIT", "dependencies": { @@ -2322,7 +2322,7 @@ "semver": "^7.6.2" }, "engines": { - "node": ">=16" + "node": ">=22" } }, "node_modules/@vscode/vsce": { @@ -6567,9 +6567,9 @@ "optional": true }, "node_modules/mocha": { - "version": "11.7.5", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz", - "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==", + "version": "11.7.6", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", + "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5ca9dc4..081c943 100644 --- a/package.json +++ b/package.json @@ -292,14 +292,14 @@ "@types/vscode": "^1.110.0", "@typescript-eslint/eslint-plugin": "^8.57.0", "@typescript-eslint/parser": "^8.40.0", - "@vscode/test-electron": "^2.3.9", + "@vscode/test-electron": "^3.0.0", "@vscode/vsce": "^3.7.1", "c8": "^11.0.0", "esbuild": "^0.27.4", "eslint": "^10.0.3", "glob": "^13.0.6", "markdownlint-cli": "^0.48.0", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "nyc": "^18.0.0", "rimraf": "^6.1.3", "typescript": "^5.9.3",