266.md (12196B)
1 # PR #266 Bump eslint-plugin-jsx-a11y from 6.5.1 to 6.6.1 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-01-03T16:45:53Z 6 - **Branch:** dependabot/npm_and_yarn/eslint-plugin-jsx-a11y-6.6.1 → main 7 - **Closed:** 2023-01-03T17:36:25Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [266.diff](./266.diff) 12 13 --- 14 15 Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.5.1 to 6.6.1. 16 <details> 17 <summary>Release notes</summary> 18 <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> 19 <blockquote> 20 <h2>v6.6.0</h2> 21 <p><strong>Full Changelog</strong>: <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.1...v6.6.0">https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.1...v6.6.0</a></p> 22 </blockquote> 23 </details> 24 <details> 25 <summary>Changelog</summary> 26 <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> 27 <blockquote> 28 <h1>6.6.1 / 2022-07-21</h1> 29 <ul> 30 <li>38405ad [Fix] <code>no-interactive-tabindex</code>: allow role assignments using a ternary with literals on both sides</li> 31 <li>7524e0c [Fix] <code>no-static-element-interactions</code>: allow role assignments using a ternary with literals on both sides (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/865">#865</a>)</li> 32 <li>1c06306 [readme] properly describe rule settings in builtin configs</li> 33 <li>0c19f02 [Docs] <code>no-noninteractive-tabindex</code>, <code>no-static-element-interactions</code>: document <code>allowExpressionValues</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/870">#870</a>)</li> 34 <li>2362832 [readme] added link to redirect eslint to relevant docs (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/862">#862</a>)</li> 35 <li>2c6926c [Deps] unpin <code>axe-core</code></li> 36 <li>b78f19d [Deps] pin <code>axe-core</code> to v4.4.1, due to a breaking change in a patch</li> 37 <li>768910e [Deps] update <code>@babel/runtime</code></li> 38 <li>f0e04ce [Deps] update <code>@babel/runtime</code>, <code>jsx-ast-utils</code></li> 39 <li>93b2a9d [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>@babel/register</code></li> 40 <li>a962211 [Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>, <code>@babel/plugin-transform-flow-strip-types</code>, <code>@babel/register</code></li> 41 <li>0d2bc43 [Tests] <code>no-noninteractive-element-interactions</code>: add passing test cases (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/876">#876</a>)</li> 42 <li>ffefbad [Tests] <code>no-noninteractive-element-interactions</code>: add passing tests for form with onSubmit (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/871">#871</a>)</li> 43 <li>e7d405d [Tests] <code>no-static-element-interactions</code>: add passing test cases</li> 44 </ul> 45 <h1>6.6.0 / 2022-06-23</h1> 46 <ul> 47 <li>566011b [New] <code>aria-role</code>: add <code>allowedInvalidRoles</code> option (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/828">#828</a>)</li> 48 <li>64dcac6 [New] Introduce a plugin-wide setting for custom components. (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/844">#844</a>)</li> 49 <li>ce2c328 [Fix] <code>no-redundant-roles</code>, <code>role-supports-aria-props</code>: Remove implicit role from dl element (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/848">#848</a>)</li> 50 <li>fb20bc4 [Refactor] <code>role-supports-aria-props</code>: clean up the logic a bit</li> 51 <li>1826628 [Refactor] reduce egregious use of array spread, in favor of <code>[].concat</code> idiom</li> 52 <li>0f1615a [Docs] <code>no-static-element-interactions</code>: Update error message (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/843">#843</a>)</li> 53 <li>9980d1d [Docs] Add infrastructure for auto-generating markdown table and list (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/837">#837</a>)</li> 54 <li>f878d3b [Docs] Update project readme (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/831">#831</a>)</li> 55 <li>aea7671 [Deps] update <code>@babel/runtime</code>, <code>array-includes</code>, <code>axe-core</code>, <code>jsx-ast-utils</code></li> 56 <li>d74173a [Deps] update <code>jsx-ast-utils</code></li> 57 <li>f6ba03c [Deps] update <code>@babel/runtime</code>, <code>jsx-ast-utils</code></li> 58 <li>547dab4 [Deps] update <code>@babel/runtime</code>, <code>axe-core</code>, <code>minimatch</code></li> 59 <li>baaf791 [Deps] update <code>@babel/runtime</code>, <code>minimatch</code>, <code>semver</code></li> 60 <li>c015fef [Deps] update <code>@babel/runtime</code>, <code>axe-core</code>, <code>damerau-levenshtein</code></li> 61 <li>832cbd6 [meta] add <code>export default</code> instead of <code>module.exports</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/861">#861</a>)</li> 62 <li>ee933a2 [meta] Add CONTRIBUTING.md to solicit contributions (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/846">#846</a>)</li> 63 <li>fa3c869 [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>aud</code>, <code>eslint-plugin-eslint-plugin</code>, <code>eslint-plugin-flowtype</code>, <code>eslint-plugin-import</code></li> 64 <li>fb3d51e [Dev Deps] update <code>@babel/core</code>, <code>@babel/register</code>, <code>eslint-plugin-import</code>, <code>minimist</code></li> 65 <li>8c1df4d [Dev Deps] pin <code>@technote-space/doctoc</code> because v2.5 is a breaking change</li> 66 <li>fb071ab [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-plugin-eslint-plugin</code></li> 67 <li>5e966e5 [Dev Deps] update <code>@babel/cli</code></li> 68 <li>f597f5b [Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>, <code>@babel/eslint-parser</code></li> 69 <li>287854a [Tests] Fix <code>npm run flow</code> (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/856">#856</a>)</li> 70 <li>112261c [Tests] skip fragment tests in eslint < 6</li> 71 <li>ea877c4 [Tests] <code>img-redundant-alt-test</code>: add passing tests (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/832">#832</a>)</li> 72 <li>685426d test: align usage of jest expect across tests (<a href="https://github-redirect.dependabot.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/827">#827</a>)</li> 73 <li>c460a8b [Tests] move invalid test case to valid; changed in axe-core v4.4</li> 74 </ul> 75 </blockquote> 76 </details> 77 <details> 78 <summary>Commits</summary> 79 <ul> 80 <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/d678a98ccd5dfada49e8a8be0f1b9e252700dd4f"><code>d678a98</code></a> v6.6.1</li> 81 <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/93b2a9dae1ae62d179bffbad798df0c77870b4b8"><code>93b2a9d</code></a> [Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>, <code>@babel/eslint-parser</code>, `@babe...</li> 82 <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/768910e83f671c95d51a05b97b27f4f934e4ed66"><code>768910e</code></a> [Deps] update <code>@babel/runtime</code></li> 83 <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0d2bc439855b6bd2ac3ad36e2f9501b197ebc029"><code>0d2bc43</code></a> [Tests] <code>no-noninteractive-element-interactions</code>: add passing test cases</li> 84 <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/a9622118cadc62af768284c87f2aac2844f3469a"><code>a962211</code></a> [Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>, `@babel/plugin-transform-flow-...</li> 85 <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/2c6926c123e2979163f16d0d1f63a998b384cfb1"><code>2c6926c</code></a> [Deps] unpin <code>axe-core</code></li> 86 <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1c06306ede29bab6b0cdc1915dd6dcd6e847356b"><code>1c06306</code></a> [readme] properly describe rule settings in builtin configs</li> 87 <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/b78f19dcae188ef48a63f1d6c6decd79312d9fa1"><code>b78f19d</code></a> [Deps] pin <code>axe-core</code> to v4.4.1, due to a breaking change in a patch</li> 88 <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/ffefbad6ba18bb3af70189e711aeb5486e330d1f"><code>ffefbad</code></a> [Tests] <code>no-noninteractive-element-interactions</code>: add passing tests for form ...</li> 89 <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0c19f024c328754f8638050e57ed4fe16db96174"><code>0c19f02</code></a> [Docs] <code>no-noninteractive-tabindex</code>, <code>no-static-element-interactions</code>: docume...</li> 90 <li>Additional commits viewable in <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.5.1...v6.6.1">compare view</a></li> 91 </ul> 92 </details> 93 <br /> 94 95 96 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 97 98 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`. 99 100 [//]: # (dependabot-automerge-start) 101 [//]: # (dependabot-automerge-end) 102 103 --- 104 105 <details> 106 <summary>Dependabot commands and options</summary> 107 <br /> 108 109 You can trigger Dependabot actions by commenting on this PR: 110 - `@dependabot rebase` will rebase this PR 111 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 112 - `@dependabot merge` will merge this PR after your CI passes on it 113 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 114 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 115 - `@dependabot reopen` will reopen this PR if it is closed 116 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 117 - `@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) 118 - `@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) 119 - `@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) 120 121 122 </details> 123 124 125 ## Comments 126 127 ### @dependabot[bot] — 2023-01-03T17:36:27Z 128 129 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. 130 131 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. 132