dependabot[bot] opened a new pull request, #21949: URL: https://github.com/apache/superset/pull/21949
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 3.10.1 to 5.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/eslint-plugin-testing-library/releases">eslint-plugin-testing-library's releases</a>.</em></p> <blockquote> <h2>v5.9.1</h2> <h2><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.9.0...v5.9.1">5.9.1</a> (2022-10-21)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-find-by:</strong> Respect waitFor options when autofixing (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/679">#679</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/e31fe036fda16fdc5b218d13c38bce2745d33525">e31fe03</a>), closes <a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/579">#579</a></li> </ul> <h2>v5.9.0</h2> <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.8.0...v5.9.0">5.9.0</a> (2022-10-20)</h1> <h3>Features</h3> <ul> <li><strong>await-async-query, await-async-utils, await-fire-event:</strong> support handling promises with jest-extended <code>.toResolve</code> & <code>.toRejects</code> (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/612">#612</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/957646292734c793e6d2f75b14a4ed265365a884">9576462</a>)</li> </ul> <h2>v5.8.0</h2> <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.7.3...v5.8.0">5.8.0</a> (2022-10-19)</h1> <h3>Features</h3> <ul> <li><strong>no-global-regexp-flag-in-query:</strong> Detect global RegExp in variable declarations (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/678">#678</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/e2ea6877917c949d9787406debda3dc3a56c760d">e2ea687</a>), closes <a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/592">#592</a></li> </ul> <h2>v5.7.3</h2> <h2><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.7.2...v5.7.3">5.7.3</a> (2022-10-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-wait-for-side-effects:</strong> false negatives in variables declarations (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/677">#677</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/c3504a7d520e052e7dd45f037e6735c2c71f3bf2">c3504a7</a>), closes <a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/368">#368</a></li> </ul> <h2>v5.7.2</h2> <h2><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.7.1...v5.7.2">5.7.2</a> (2022-10-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-node-access:</strong> false positives with <code>props.children</code> (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/658">#658</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/5f4287f2b2427dae25888c891fbb738c87b49aa7">5f4287f</a>)</li> </ul> <h2>v5.7.1</h2> <h2><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.7.0...v5.7.1">5.7.1</a> (2022-10-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-dom-imports:</strong> false negatives with several testing library imports (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/657">#657</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/0ae1f2530d9592a1e44b787635d5646d455c2d3c">0ae1f25</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/e31fe036fda16fdc5b218d13c38bce2745d33525"><code>e31fe03</code></a> fix(prefer-find-by): Respect waitFor options when autofixing (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/679">#679</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/2e1e9d5f3b4e6de93c5ffd8bb3938fef17c7181f"><code>2e1e9d5</code></a> chore: add init gitpod config (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/682">#682</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/e002e27f9288c7936993bcd4037ca5e05222921c"><code>e002e27</code></a> docs: add NickBolles as a contributor for code, test, and doc (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/680">#680</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/957646292734c793e6d2f75b14a4ed265365a884"><code>9576462</code></a> feat: support handling promises with jest-extended <code>.toResolve</code> & `.toRejects...</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/e2ea6877917c949d9787406debda3dc3a56c760d"><code>e2ea687</code></a> feat(no-global-regexp-flag-in-query): Detect global RegExp in variable declar...</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/c3504a7d520e052e7dd45f037e6735c2c71f3bf2"><code>c3504a7</code></a> fix(no-wait-for-side-effects): false negatives in variables declarations (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/677">#677</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/e2a08f46ea715dd6a6a20d1381b0357990d6eb45"><code>e2a08f4</code></a> build(deps): bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/676">#676</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/6de1d96482069efeccf0f24e735434abd2854a6a"><code>6de1d96</code></a> build(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/664">#664</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/5f4287f2b2427dae25888c891fbb738c87b49aa7"><code>5f4287f</code></a> fix(no-node-access): false positives with <code>props.children</code> (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/658">#658</a>)</li> <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/0ae1f2530d9592a1e44b787635d5646d455c2d3c"><code>0ae1f25</code></a> fix(no-dom-imports): false negatives with several testing library imports (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/657">#657</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v3.10.1...v5.9.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~testing-library-bot">testing-library-bot</a>, a new releaser for eslint-plugin-testing-library since your current version.</p> </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 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]
