From 1b3096ae81a54f20c66905cee64ee9c1c6a1b405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:36:18 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress from 5.3.0 to 7.0.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 5.3.0 to 7.0.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.3.0...v7.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.4.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 ++++++++++++++--------------------- package.json | 2 +- 2 files changed, 15 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5994ead0e..ae4a54312 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "cypress": "^15.18.1", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-cypress": "^5.2.1", + "eslint-plugin-cypress": "^7.0.0", "eslint-plugin-license-header": "^0.9.0", "eslint-plugin-react": "^7.37.5", "fast-check": "^4.5.3", @@ -7913,29 +7913,22 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.3.0.tgz", - "integrity": "sha512-qjHF2Sdi3VkXSMnfQeUqsbYnessgc6T2dus/Q1U+e5102GpPy9eLd8MWW2Xp2SS9bMpPNLnSHwktMhCKr0dIBg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-7.0.0.tgz", + "integrity": "sha512-gpvL3S1w45c0DORI/P5v3k1UUW2NKje3JiFz+oTHGF6dZa6ZPBokItJS7jP0BXGPEgI3RpHyAMNMAJ9K5P0bow==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^16.5.0" + "globals": "^17.9.0" }, "peerDependencies": { - "eslint": ">=9" - } - }, - "node_modules/eslint-plugin-cypress/node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" + "@typescript-eslint/parser": ">=8", + "eslint": ">=10" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependenciesMeta": { + "@typescript-eslint/parser": { + "optional": true + } } }, "node_modules/eslint-plugin-license-header": { @@ -9005,9 +8998,9 @@ } }, "node_modules/globals": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", - "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", + "version": "17.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz", + "integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 0ac2f17ca..fddc74c7e 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "cypress": "^15.18.1", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-cypress": "^5.2.1", + "eslint-plugin-cypress": "^7.0.0", "eslint-plugin-license-header": "^0.9.0", "eslint-plugin-react": "^7.37.5", "fast-check": "^4.5.3",