You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/04/26 07:13:52 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request, #19847: chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.4.1 to 6.5.1 in /superset-frontend

dependabot[bot] opened a new pull request, #19847:
URL: https://github.com/apache/superset/pull/19847

   Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.4.1 to 6.5.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases">eslint-plugin-jsx-a11y's releases</a>.</em></p>
   <blockquote>
   <h2>v6.5.1</h2>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.0...v6.5.1">https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.0...v6.5.1</a></p>
   <h2>v6.5.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Upgrade jsx-ast-utils dependency to v3.1.0 by <a href="https://github.com/jessebeach"><code>@​jessebeach</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/754">jsx-eslint/eslint-plugin-jsx-a11y#754</a></li>
   <li>Remove no-onchange from recommended and strict by <a href="https://github.com/karlhorky"><code>@​karlhorky</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/757">jsx-eslint/eslint-plugin-jsx-a11y#757</a></li>
   <li>Turn off label-has-for in strict rule set by <a href="https://github.com/janmonschke"><code>@​janmonschke</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/734">jsx-eslint/eslint-plugin-jsx-a11y#734</a></li>
   <li>Ran npm update; latest packages by <a href="https://github.com/jessebeach"><code>@​jessebeach</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/763">jsx-eslint/eslint-plugin-jsx-a11y#763</a></li>
   <li>[New] <code>label-has-associated-control</code>: Add glob support by <a href="https://github.com/hallzac2"><code>@​hallzac2</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/749">jsx-eslint/eslint-plugin-jsx-a11y#749</a></li>
   <li>[doc] Add link to MDN Aria documentation by <a href="https://github.com/arjansingh"><code>@​arjansingh</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/762">jsx-eslint/eslint-plugin-jsx-a11y#762</a></li>
   <li>[Tests] migrate tests to Github Actions by <a href="https://github.com/ljharb"><code>@​ljharb</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/764">jsx-eslint/eslint-plugin-jsx-a11y#764</a></li>
   <li>docs: Add example for tabIndex on seemingly non-interactive element by <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/760">jsx-eslint/eslint-plugin-jsx-a11y#760</a></li>
   <li>Add Next.js case to anchor-is-valid rule docs by <a href="https://github.com/zackdotcomputer"><code>@​zackdotcomputer</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/769">jsx-eslint/eslint-plugin-jsx-a11y#769</a></li>
   <li>[Docs] <code>no-redundant-roles</code>: Adds missing closing square bracket by <a href="https://github.com/mikeriley131"><code>@​mikeriley131</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/775">jsx-eslint/eslint-plugin-jsx-a11y#775</a></li>
   <li>[Docs] <code>anchor-is-valid</code>: general cleanup by <a href="https://github.com/Anima-t3d"><code>@​Anima-t3d</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/728">jsx-eslint/eslint-plugin-jsx-a11y#728</a></li>
   <li>Update flow-bin version to support aarch64 by <a href="https://github.com/odidev"><code>@​odidev</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/784">jsx-eslint/eslint-plugin-jsx-a11y#784</a></li>
   <li>Fully deprecate accessible-emoji rule by <a href="https://github.com/backwardok"><code>@​backwardok</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/782">jsx-eslint/eslint-plugin-jsx-a11y#782</a></li>
   <li>Fix Flow warnings by <a href="https://github.com/jessebeach"><code>@​jessebeach</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/785">jsx-eslint/eslint-plugin-jsx-a11y#785</a></li>
   <li>[Docs] Document the similarity between html-has-lang and lang by <a href="https://github.com/denis-sokolov"><code>@​denis-sokolov</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/778">jsx-eslint/eslint-plugin-jsx-a11y#778</a></li>
   <li>[Docs] Clarify the title of the strictness table in the main doc by <a href="https://github.com/denis-sokolov"><code>@​denis-sokolov</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/786">jsx-eslint/eslint-plugin-jsx-a11y#786</a></li>
   <li>Update recommended config to allow fieldset to have the radiogroup role by <a href="https://github.com/hallzac2"><code>@​hallzac2</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/746">jsx-eslint/eslint-plugin-jsx-a11y#746</a></li>
   <li>Update focus/hover style for link-button by <a href="https://github.com/mdvorscak"><code>@​mdvorscak</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/662">jsx-eslint/eslint-plugin-jsx-a11y#662</a></li>
   <li>Support img role for canvas. Fix for <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/648">#648</a>. by <a href="https://github.com/markwoon"><code>@​markwoon</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/796">jsx-eslint/eslint-plugin-jsx-a11y#796</a></li>
   <li>Fix no-access-key wording and grammar by <a href="https://github.com/breadadams"><code>@​breadadams</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/800">jsx-eslint/eslint-plugin-jsx-a11y#800</a></li>
   <li>[Docs] <code>scope</code>: replace duplicate scope word by <a href="https://github.com/rafaelss95"><code>@​rafaelss95</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/799">jsx-eslint/eslint-plugin-jsx-a11y#799</a></li>
   <li>[Tests] use <code>@babel/eslint-parser</code> instead of <code>babel-eslint</code> by <a href="https://github.com/MichaelDeBoey"><code>@​MichaelDeBoey</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/811">jsx-eslint/eslint-plugin-jsx-a11y#811</a></li>
   <li>Switch to <code>export default</code> syntax for exporting rules by <a href="https://github.com/bmish"><code>@​bmish</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/819">jsx-eslint/eslint-plugin-jsx-a11y#819</a></li>
   <li>Add <code>eslint-plugin-eslint-plugin</code> by <a href="https://github.com/bmish"><code>@​bmish</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/818">jsx-eslint/eslint-plugin-jsx-a11y#818</a></li>
   <li>add missing close / for jsx succeed example by <a href="https://github.com/adamrhunter"><code>@​adamrhunter</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/821">jsx-eslint/eslint-plugin-jsx-a11y#821</a></li>
   <li>[Docs] HTTP =&gt; HTTPS by <a href="https://github.com/Schweinepriester"><code>@​Schweinepriester</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/823">jsx-eslint/eslint-plugin-jsx-a11y#823</a></li>
   <li>[New] support ESLint 8.x by <a href="https://github.com/MichaelDeBoey"><code>@​MichaelDeBoey</code></a> in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/810">jsx-eslint/eslint-plugin-jsx-a11y#810</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/karlhorky"><code>@​karlhorky</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/757">jsx-eslint/eslint-plugin-jsx-a11y#757</a></li>
   <li><a href="https://github.com/janmonschke"><code>@​janmonschke</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/734">jsx-eslint/eslint-plugin-jsx-a11y#734</a></li>
   <li><a href="https://github.com/hallzac2"><code>@​hallzac2</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/749">jsx-eslint/eslint-plugin-jsx-a11y#749</a></li>
   <li><a href="https://github.com/arjansingh"><code>@​arjansingh</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/762">jsx-eslint/eslint-plugin-jsx-a11y#762</a></li>
   <li><a href="https://github.com/zackdotcomputer"><code>@​zackdotcomputer</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/769">jsx-eslint/eslint-plugin-jsx-a11y#769</a></li>
   <li><a href="https://github.com/mikeriley131"><code>@​mikeriley131</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/775">jsx-eslint/eslint-plugin-jsx-a11y#775</a></li>
   <li><a href="https://github.com/Anima-t3d"><code>@​Anima-t3d</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/728">jsx-eslint/eslint-plugin-jsx-a11y#728</a></li>
   <li><a href="https://github.com/odidev"><code>@​odidev</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/784">jsx-eslint/eslint-plugin-jsx-a11y#784</a></li>
   <li><a href="https://github.com/denis-sokolov"><code>@​denis-sokolov</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/778">jsx-eslint/eslint-plugin-jsx-a11y#778</a></li>
   <li><a href="https://github.com/mdvorscak"><code>@​mdvorscak</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/662">jsx-eslint/eslint-plugin-jsx-a11y#662</a></li>
   <li><a href="https://github.com/markwoon"><code>@​markwoon</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/796">jsx-eslint/eslint-plugin-jsx-a11y#796</a></li>
   <li><a href="https://github.com/breadadams"><code>@​breadadams</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/800">jsx-eslint/eslint-plugin-jsx-a11y#800</a></li>
   <li><a href="https://github.com/rafaelss95"><code>@​rafaelss95</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/799">jsx-eslint/eslint-plugin-jsx-a11y#799</a></li>
   <li><a href="https://github.com/bmish"><code>@​bmish</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/819">jsx-eslint/eslint-plugin-jsx-a11y#819</a></li>
   <li><a href="https://github.com/adamrhunter"><code>@​adamrhunter</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/821">jsx-eslint/eslint-plugin-jsx-a11y#821</a></li>
   <li><a href="https://github.com/Schweinepriester"><code>@​Schweinepriester</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/823">jsx-eslint/eslint-plugin-jsx-a11y#823</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md">eslint-plugin-jsx-a11y's changelog</a>.</em></p>
   <blockquote>
   <h1>6.5.1 / 2021-11-10</h1>
   <ul>
   <li>8f7d0b0 [Fix] properly build <code>module.exports</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/824">#824</a>)</li>
   <li>2fd2087 [Dev Deps] update <code>eslint-plugin-import</code></li>
   </ul>
   <h1>6.5.0 / 2021-11-09</h1>
   <ul>
   <li>0f5f582 [New] support ESLint 8.x (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/810">#810</a>)</li>
   <li>1dbc416 [Deps] update <code>@babel/runtime</code>, <code>axe-core</code></li>
   <li>4043d31 [Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>, <code>@babel/eslint-parser</code>, <code>@babel/plugin-transform-flow-strip-types</code>, <code>eslint-config-airbnb-base</code></li>
   <li>d143cba [Docs] HTTP =&gt; HTTPS (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/823">#823</a>)</li>
   <li>309b040 [Docs] <code>anchor-has-content</code>: add missing close / for jsx succeed example (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/821">#821</a>)</li>
   <li>ba1e312 [eslint] simplify eslint command</li>
   <li>0269025 [meta] change all <code>master</code> references in URLs to <code>HEAD</code></li>
   <li>f1414cf [Dev Deps] add <code>eslint-plugin-eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/818">#818</a>)</li>
   <li>f44fc05 [meta] update URLs</li>
   <li>df34872 [Refactor] switch to <code>export default</code> syntax for exporting rules (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/819">#819</a>)</li>
   <li>ff26b82 [meta] fix prepublish scripts</li>
   <li>d4a57d8 [Deps] update <code>@babel/runtime</code>, <code>array-includes</code>, <code>axe-core</code>, <code>jsx-ast-utils</code></li>
   <li>bd1dec6 [Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>, <code>@babel/eslint-parser</code>, <code>eslint-plugin-import</code>, <code>estraverse</code>, <code>safe-publish-latest</code></li>
   <li>434c4cf [Tests] do not test eslint 7 on node 11</li>
   <li>aed7a20 [Tests] use <code>@babel/eslint-parser</code> instead of <code>babel-eslint</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/811">#811</a>)</li>
   <li>0021489 [actions] use codecov action</li>
   <li>1251088 [meta] delete FUNDING.yml in favor of <code>.github</code> repo</li>
   <li>ecf7a27 [Docs] <code>scope</code>: replace duplicate <code>scope</code> word (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/799">#799</a>)</li>
   <li>952af25 [Fix] <code>no-access-key</code>: Fix wording and grammar (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/800">#800</a>)</li>
   <li>6cf7ac0 [Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>, <code>@babel/plugin-transform-flow-strip-types</code>, <code>aud</code>, <code>eslint-plugin-flowtype</code>, <code>eslint-plugin-import</code></li>
   <li>79a35d4 [Deps] update <code>@babel/runtime</code>, <code>axe-core</code>, <code>damerau-levenshtein</code></li>
   <li>2a9ab71 [Tests] delete <code>src/util/getComputedRole-test.js</code> test in node 6</li>
   <li>0c1c587 [Tests] <code>autocomplete-valid</code>: move some failed tests to passing</li>
   <li>8830902 [Tests] fix eslint &lt; 7 not understanding <code>import type</code></li>
   <li>d57887c [Tests] ensure all tests run</li>
   <li>55e5c11 Support img role for canvas (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/796">#796</a>)</li>
   <li>36102cd [meta] use <code>prepublishOnly</code> script for npm 7+</li>
   <li>2501a7f Remove the link-button focus css from the anchor-is-valid doc (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/662">#662</a>)</li>
   <li>d927625 Update recommended config to allow fieldset to have the radiogroup role (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/746">#746</a>)</li>
   <li>5aa8db9 [Docs] Clarify the title of the strictness table in the main doc (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/786">#786</a>)</li>
   <li>df3c7ad [Docs] Document the similarity between html-has-lang and lang (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/778">#778</a>)</li>
   <li>426d4c2 Fix Flow warnings (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/785">#785</a>)</li>
   <li>ecec8e4 Fully deprecate accessible-emoji rule (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/782">#782</a>)</li>
   <li>8a0e43c [Tests] remove .travis.yml</li>
   <li>f88bf6b [Dev Deps] update <code>flow-bin</code> to support aarch64 (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/784">#784</a>)</li>
   <li>369f9db [Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>, <code>@babel/plugin-transform-flow-strip-types</code>, <code>aud</code>, <code>eslint-plugin-flowtype</code>, <code>jscodeshift</code></li>
   <li>ce0785f [Deps] update <code>@babel/runtime</code>, <code>array-includes</code>, <code>axe-core</code>, <code>emoji-regex</code></li>
   <li>2c2a2ad [actions] update to use <code>node/install</code> action</li>
   <li>c275964 [Docs] <code>anchor-is-valid</code>: general cleanup (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/728">#728</a>)</li>
   <li>3df059e [Docs] <code>no-redundant-roles</code>: Adds missing closing square bracket (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/775">#775</a>)</li>
   <li>42ce5b7 [Docs] <code>anchor-is-valid</code>: Add Next.js case (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/769">#769</a>)</li>
   <li>2e5df91 [Tests] fix tests breaking on npm 7</li>
   <li>066ccff [Docs] <code>no-noninteractive-tabindex</code>: Add example for tabIndex on seemingly non-interactive element (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/760">#760</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/30deacbf240f8cea7b88a977a72ed54b499c134e"><code>30deacb</code></a> v6.5.1</li>
   <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/2fd208731c9fe5056b08e85e185152c48c2e5c80"><code>2fd2087</code></a> [Dev Deps] update <code>eslint-plugin-import</code></li>
   <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/8f7d0b0338131b1ac9ecb4b919afae320b434e8b"><code>8f7d0b0</code></a> [Fix] properly build <code>module.exports</code></li>
   <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/f8c40017a0a0806555b37bf644e7d5ffa9ca79b3"><code>f8c4001</code></a> v6.5.0</li>
   <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0f5f58203cf5995c3bdc106ab77d509bf30adb10"><code>0f5f582</code></a> [New] support ESLint 8.x</li>
   <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1dbc416b78de2a4611130873f301ea17ff4c9bd5"><code>1dbc416</code></a> [Deps] update <code>@babel/runtime</code>, <code>axe-core</code></li>
   <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/4043d313de03a530d552037b4be225a529aaf462"><code>4043d31</code></a> [Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>, <code>@babel/eslint-parser</code>, `@babe...</li>
   <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/d143cba6b10bf330b07da4fb0c76d11adf9146e0"><code>d143cba</code></a> [Docs] HTTP =&gt; HTTPS</li>
   <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/309b0404c04b2c32ca1eb1c010328f0e7142a54f"><code>309b040</code></a> [Docs] <code>anchor-has-content</code>: add missing close / for jsx succeed example</li>
   <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/ba1e312bbd62f3fb6bb0dce07302f3dfa0b8a46d"><code>ba1e312</code></a> [eslint] simplify eslint command</li>
   <li>Additional commits viewable in <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.4.1...v6.5.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jsx-a11y&package-manager=npm_and_yarn&previous-version=6.4.1&new-version=6.5.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 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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] codecov[bot] commented on pull request #19847: chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.4.1 to 6.5.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #19847:
URL: https://github.com/apache/superset/pull/19847#issuecomment-1109493129

   # [Codecov](https://codecov.io/gh/apache/superset/pull/19847?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#19847](https://codecov.io/gh/apache/superset/pull/19847?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (76f33f9) into [master](https://codecov.io/gh/apache/superset/commit/ae384111c1887a4d18fbd78e66868ea4184243f1?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ae38411) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #19847   +/-   ##
   =======================================
     Coverage   66.55%   66.55%           
   =======================================
     Files        1692     1692           
     Lines       64802    64802           
     Branches     6657     6657           
   =======================================
     Hits        43129    43129           
     Misses      19973    19973           
     Partials     1700     1700           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `51.25% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/superset/pull/19847?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/superset/pull/19847?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [ae38411...76f33f9](https://codecov.io/gh/apache/superset/pull/19847?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rusackas merged pull request #19847: chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.4.1 to 6.5.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
rusackas merged PR #19847:
URL: https://github.com/apache/superset/pull/19847


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org