From d458c19fe4ae0a20443f1cdb918615457472e946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 20:09:20 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-cypress from 6.3.1 to 6.4.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.3.1 to 6.4.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.3.1...v6.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5822b5e7395cb..ffd7b049ed9df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "cypress-vite": "^1.9.1", "cypress-wait-until": "^3.0.2", "eslint": "^10.3.0", - "eslint-plugin-cypress": "^6.3.1", + "eslint-plugin-cypress": "^6.4.0", "eslint-plugin-no-only-tests": "^3.4.0", "is-svg": "^6.1.0", "jsdom": "^27.4.0", @@ -8154,16 +8154,22 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.3.1.tgz", - "integrity": "sha512-iTJtdIZbyCUlagEI4YlVcwgPFV7X379Qi/upujaD4kvOaQkMvzmpt90vfSnaqgqprp/HPIvhnzv3fdI7mYV4QQ==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.0.tgz", + "integrity": "sha512-zdGXFSmTH4w2A+2aU/Abna2s8Vcz5mDxDsnAXP5Vl+pERWRQxlSE2qrrmriNUEKZ62tlOA87b9AOnJX49tOhAQ==", "dev": true, "license": "MIT", "dependencies": { "globals": "^17.5.0" }, "peerDependencies": { + "@typescript-eslint/parser": ">=8", "eslint": ">=9" + }, + "peerDependenciesMeta": { + "@typescript-eslint/parser": { + "optional": true + } } }, "node_modules/eslint-plugin-jsdoc": { diff --git a/package.json b/package.json index 66bdc08330602..e0f619ea57d11 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "cypress-vite": "^1.9.1", "cypress-wait-until": "^3.0.2", "eslint": "^10.3.0", - "eslint-plugin-cypress": "^6.3.1", + "eslint-plugin-cypress": "^6.4.0", "eslint-plugin-no-only-tests": "^3.4.0", "is-svg": "^6.1.0", "jsdom": "^27.4.0",