From 66ba7040a4b5d5b83e7883844216a8743de5062e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:22:16 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-mocha in /test/e2e Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 11.3.0 to 12.0.0. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/11.3.0...eslint-plugin-mocha@12.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-version: 12.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/e2e/package-lock.json | 26 +++++++++++++++++--------- test/e2e/package.json | 2 +- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/test/e2e/package-lock.json b/test/e2e/package-lock.json index 725c13fab..0ecaded58 100644 --- a/test/e2e/package-lock.json +++ b/test/e2e/package-lock.json @@ -21,7 +21,7 @@ "eslint": "^10.8.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-cypress": "^6.4.3", - "eslint-plugin-mocha": "^11.3.0", + "eslint-plugin-mocha": "^12.0.0", "globals": "^17.8.0", "playwright": "^1.62.0", "prettier": "^3.9.6", @@ -357,7 +357,9 @@ } }, "node_modules/@eslint-community/eslint-utils": { - "version": "4.9.1", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz", + "integrity": "sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==", "dev": true, "license": "MIT", "dependencies": { @@ -1677,21 +1679,27 @@ } }, "node_modules/eslint-plugin-mocha": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-11.3.0.tgz", - "integrity": "sha512-anENwrIwmdvunmmssjMn5a4nTd+mYMkqBlwjksxOECcIThLNhefWJIiTWY7pY/arMQFjNwHQjVOZb6pQ9PrLjg==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-12.0.0.tgz", + "integrity": "sha512-vMjec/KRiKxpdA5dKIYV5xRORrSnPvvfD2El3FGtUX2pP7JTP75KRCrwtBqRmKd8a8QWet1MsBKmfZIbQ6gdhA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-community/eslint-utils": "^4.4.1", - "globals": "^15.14.0" + "@eslint-community/eslint-utils": "4.10.1", + "@eslint/core": "1.2.1", + "globals": "17.7.0" + }, + "engines": { + "node": ">=22.0.0" }, "peerDependencies": { - "eslint": ">=9.0.0" + "eslint": ">=10.2.0" } }, "node_modules/eslint-plugin-mocha/node_modules/globals": { - "version": "15.15.0", + "version": "17.7.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", + "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", "dev": true, "license": "MIT", "engines": { diff --git a/test/e2e/package.json b/test/e2e/package.json index 3816d16b9..f5b185484 100644 --- a/test/e2e/package.json +++ b/test/e2e/package.json @@ -24,7 +24,7 @@ "eslint": "^10.8.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-cypress": "^6.4.3", - "eslint-plugin-mocha": "^11.3.0", + "eslint-plugin-mocha": "^12.0.0", "playwright": "^1.62.0", "prettier": "^3.9.6", "smol-toml": "^1.7.1"