Skip to content

Commit 49264f7

Browse files
Bump eslint-plugin-cypress from 6.1.0 to 6.2.1 (#3571)
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 6.1.0 to 6.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/eslint-plugin-cypress/releases">eslint-plugin-cypress's releases</a>.</em></p> <blockquote> <h2>v6.2.1</h2> <h2><a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.2.0...v6.2.1">6.2.1</a> (2026-03-24)</h2> <h3>Bug Fixes</h3> <ul> <li>conditional expressions are now checked by require-data-selectors (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/305">#305</a>) (<a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/d69d417d47dd91cdb9ee043475d7fe874d58fe39">d69d417</a>)</li> </ul> <h2>v6.2.0</h2> <h1><a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.1.0...v6.2.0">6.2.0</a> (2026-03-10)</h1> <h3>Features</h3> <ul> <li>require-data-selector uses consistent rules with assignments (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/302">#302</a>) (<a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/de98a5de648694518873ad85b41250e40a67be95">de98a5d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/d69d417d47dd91cdb9ee043475d7fe874d58fe39"><code>d69d417</code></a> fix: conditional expressions are now checked by require-data-selectors (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/305">#305</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/01f53c06c4c387ee116020744c80611e4fdb04f3"><code>01f53c0</code></a> chore: add Renovate configuration (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/306">#306</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/de98a5de648694518873ad85b41250e40a67be95"><code>de98a5d</code></a> feat: require-data-selector uses consistent rules with assignments (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/302">#302</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/14d086b0caa4e9182be7be7e0c12796b749fd648"><code>14d086b</code></a> docs: deprecate no-xpath rule (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/304">#304</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/d95cb6446baf776b30c00a4a4cd66ea03cdbc59f"><code>d95cb64</code></a> chore(deps): update eslint to 10.0.2 and other devDependencies to latest (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/303">#303</a>)</li> <li>See full diff in <a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v6.1.0...v6.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-cypress&package-manager=npm_and_yarn&previous-version=6.1.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d006e53 commit 49264f7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"babel-core": "^7.0.0-bridge.0",
6969
"cypress": "14.5.3",
7070
"eslint": "^9.39.2",
71-
"eslint-plugin-cypress": "^6.1.0",
71+
"eslint-plugin-cypress": "^6.2.1",
7272
"eslint-plugin-jest": "^29.15.0",
7373
"eslint-plugin-vue": "^10.8.0",
7474
"expect": "^30.2.0",

0 commit comments

Comments
 (0)