Skip to content

Commit f9d2fa3

Browse files
Bump eslint-plugin-cypress from 5.2.0 to 5.2.1 (#3421)
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 5.2.0 to 5.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>v5.2.1</h2> <h2><a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.2.0...v5.2.1">5.2.1</a> (2026-01-06)</h2> <h3>Bug Fixes</h3> <ul> <li>disallow extra properties in rule options (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/269">#269</a>) (<a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/d600419330cd53d80cf2145f434ecd706807644c">d600419</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/d600419330cd53d80cf2145f434ecd706807644c"><code>d600419</code></a> fix: disallow extra properties in rule options (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/269">#269</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/7c429f88c469865bd05c99b76cdc65650dca225a"><code>7c429f8</code></a> docs: update rule documentation headers (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/288">#288</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/94c7d1cbd656f509d8b4a78a999c89c764022400"><code>94c7d1c</code></a> chore(deps): update eslint to 9.39.1 (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/287">#287</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/fb76f04efcaaa0a320492e88e76f6236f97d3246"><code>fb76f04</code></a> ci(deps): update to Node.js 24.11.0 LTS (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/286">#286</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/cba838f13156981c97ecc5c09affea1f7545d561"><code>cba838f</code></a> chore: use npm credentials context (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/285">#285</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/058d2df3931d4e50ebdd4c864bab63923bb6d682"><code>058d2df</code></a> chore(deps): update vitest to 4.0.4 (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/284">#284</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/065b435087c76c68939b1f248ceda0003def26c4"><code>065b435</code></a> chore: lint TypeScript declaration files d.ts (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/280">#280</a>)</li> <li>See full diff in <a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.2.0...v5.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=5.2.0&new-version=5.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 c170d54 commit f9d2fa3

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
@@ -67,7 +67,7 @@
6767
"babel-core": "^7.0.0-bridge.0",
6868
"cypress": "14.5.3",
6969
"eslint": "^9.39.2",
70-
"eslint-plugin-cypress": "^5.2.0",
70+
"eslint-plugin-cypress": "^5.2.1",
7171
"eslint-plugin-jest": "^29.11.0",
7272
"eslint-plugin-vue": "^10.6.2",
7373
"expect": "^30.2.0",

0 commit comments

Comments
 (0)