dependabot[bot] opened a new pull request, #35745: URL: https://github.com/apache/superset/pull/35745
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.6.0 to 5.2.0. <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.0</h2> <h1><a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.1.1...v5.2.0">5.2.0</a> (2025-10-01)</h1> <h3>Features</h3> <ul> <li>add type declaration file (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/279">#279</a>) (<a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/006d74f8a5c1456943584f9528b1c020ba3db874">006d74f</a>)</li> </ul> <h2>v5.1.1</h2> <h2><a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.1.0...v5.1.1">5.1.1</a> (2025-08-14)</h2> <h3>Bug Fixes</h3> <ul> <li>dont throw warning on variable data selector (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/272">#272</a>) (<a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/0508b75a745bb4f5cc4d64cfbb9206543d407ac7">0508b75</a>)</li> </ul> <h2>v5.1.0</h2> <h1><a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.0.1...v5.1.0">5.1.0</a> (2025-06-03)</h1> <h3>Features</h3> <ul> <li>publish only core files to npm package (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/263">#263</a>) (<a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/e622a58bf7882ad00cd928dc7e83b2660b33483a">e622a58</a>)</li> </ul> <h2>v5.0.1</h2> <h2><a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.0.0...v5.0.1">5.0.1</a> (2025-05-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>stylistic:</strong> apply javascript formatting conventions (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/262">#262</a>) (<a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/bbd33fdc74303c608892e071c15627d0cb56ebdb">bbd33fd</a>)</li> </ul> <h2>v5.0.0</h2> <h1><a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.3.0...v5.0.0">5.0.0</a> (2025-05-29)</h1> <h3>Breaking Changes</h3> <ul> <li>Support for non-flat legacy configurations is removed. The default configuration <code>eslint-plugin-cypress</code> now resolves to the flat configuration instead of to the legacy configuration</li> </ul> <h3>Deprecations</h3> <ul> <li><code>eslint-plugin-cypress/flat</code> is deprecated and should be replaced by <code>eslint-plugin-cypress</code></li> </ul> <h3>Other</h3> <ul> <li>remove legacy eslintrc configuration (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/260">#260</a>) (<a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/618bd21acdb2288e7ab8fc03c7abc0423270a3b8">618bd21</a>)</li> <li>globals dependency is updated to 16.2.0</li> <li>semantic-release dependency is update to 24.2.5</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/006d74f8a5c1456943584f9528b1c020ba3db874"><code>006d74f</code></a> feat: add type declaration file (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/279">#279</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/9015c2e68ac08a8a81ed2a7480b3a7acac62f6f3"><code>9015c2e</code></a> chore(docs): update documents and example to use defineConfig() (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/277">#277</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/47d0a20daa5b17aae62d457081b47d23f673cd2a"><code>47d0a20</code></a> chore(deps): update eslint-plugin-eslint-plugin to 7.0.0 (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/275">#275</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/9f392c6eb694d1a7f52432a32880ad182545664a"><code>9f392c6</code></a> chore(deps): update all devDependencies (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/274">#274</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/cd968c36352eeabe947c2a9c61e43de9f3675b0a"><code>cd968c3</code></a> chore: update test-project for Cypress 15.0.0 (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/273">#273</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/0508b75a745bb4f5cc4d64cfbb9206543d407ac7"><code>0508b75</code></a> fix: dont throw warning on variable data selector (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/272">#272</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/3fcfb93d8e950de8a8bd1c722e767946e01a0dcb"><code>3fcfb93</code></a> docs: migrate <a href="https://docs.cypress.io/guides">https://docs.cypress.io/guides</a> links (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/271">#271</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/22b6122daba733a2cb47d77c892b38b2844369e1"><code>22b6122</code></a> test: extend linting to customized test-project eslint config files (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/267">#267</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/b974e989af930ce97246ab2167a4a2f04d529af5"><code>b974e98</code></a> docs: harmonize markdown docs with prettier linting (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/266">#266</a>)</li> <li><a href="https://github.com/cypress-io/eslint-plugin-cypress/commit/8c9d1a0bae48e5b66eb9438e71383582695205f5"><code>8c9d1a0</code></a> ci: add prettier linting (<a href="https://redirect.github.com/cypress-io/eslint-plugin-cypress/issues/264">#264</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.6.0...v5.2.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
