Skip to content

Commit

Permalink
Bump eslint-plugin-jsx-a11y from 6.8.0 to 6.9.0 in /frontend (#777)
Browse files Browse the repository at this point in the history
Bumps
[eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y)
from 6.8.0 to 6.9.0.
<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.9.0</h2>
<h3>Added</h3>
<ul>
<li>add support for Flat Config <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6b5f096f10b47326d68e2893152a48a79c8555b4"><code>6b5f096</code></a></li>
<li><code>no-noninteractive-element-to-interactive-role</code>: allow
<code>menuitemradio</code> and <code>menuitemcheckbox</code> on
&lt;li&gt; <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/c0733f94031fe3eec6b4d54176afe47929bb0a84"><code>c0733f9</code></a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li><code>img-redundant-alt</code>: fixed multibyte character support <a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969"><code>[#969](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969)</code></a></li>
<li>Revert &quot;[Fix] <code>isNonInteractiveElement</code>: Upgrade
aria-query to 5.3.0 and axobject-query to 3.2.1&quot; <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/75d5dd722bd67186d97afa7b151fd6fee5885c70"><code>75d5dd7</code></a></li>
<li>ensure <code>summary</code> remains non-interactive <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6a048dacf2b98eaa204e2a5a70dc7e3d48d9463a"><code>6a048da</code></a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>[meta] fix changelog links <a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960"><code>[#960](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960)</code></a></li>
<li>[Robustness] use <code>safe-regex-test</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/4c7e7815c12a797587bb8e3cdced7f3003848964"><code>4c7e781</code></a></li>
<li>[actions] update actions/checkout <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/51a1ca7b4d83d4fbd1ea62888f7f2dc21ece6788"><code>51a1ca7</code></a></li>
<li>[Deps] pin <code>aria-query</code> and <code>axobject-query</code>,
add <code>ls-engines</code> test to CI <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/32fd82c628d7f3e4ec8c06a1994f4eca1be2be4f"><code>32fd82c</code></a></li>
<li>[Deps] remove <code>@babel/runtime</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0a98ad83ffa7f4b66458cc1c39db2ef32bb2c480"><code>0a98ad8</code></a></li>
<li>[Deps] unpin <code>axe-core</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/b3559cf89be6b5352cd77ffa025831b3d793d565"><code>b3559cf</code></a></li>
<li>[Deps] move <code>object.entries</code> to dev deps <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1be7b709eececd83f1d5f67a60b2c97cfe9a561d"><code>1be7b70</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.8.0...v6.9.0">https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.8.0...v6.9.0</a></p>
</blockquote>
</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>
<h2><a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.8.0...v6.9.0">v6.9.0</a>
- 2024-06-19</h2>
<h3>Fixed</h3>
<ul>
<li>[Fix] <code>img-redundant-alt</code>: fixed multibyte character
support <a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969"><code>[#969](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969)</code></a></li>
<li>[meta] fix changelog links <a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960"><code>[#960](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960)</code></a></li>
</ul>
<h3>Commits</h3>
<ul>
<li>[New] add support for Flat Config <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6b5f096f10b47326d68e2893152a48a79c8555b4"><code>6b5f096</code></a></li>
<li>Revert &quot;[Fix] <code>isNonInteractiveElement</code>: Upgrade
aria-query to 5.3.0 and axobject-query to 3.2.1&quot; <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/75d5dd722bd67186d97afa7b151fd6fee5885c70"><code>75d5dd7</code></a></li>
<li>[Robustness] use <code>safe-regex-test</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/4c7e7815c12a797587bb8e3cdced7f3003848964"><code>4c7e781</code></a></li>
<li>[actions] update actions/checkout <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/51a1ca7b4d83d4fbd1ea62888f7f2dc21ece6788"><code>51a1ca7</code></a></li>
<li>[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>, <code>eslint-doc-generator</code>,
<code>object.entries</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1271ac1d6e5dcf9a2bc2c086faaf062335629171"><code>1271ac1</code></a></li>
<li>[Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>,
<code>@babel/register</code>, <code>aud</code>,
<code>eslint-plugin-import</code>, <code>npmignore</code>,
<code>object.assign</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/540cb7aefead582f237071d55a40f098d0885478"><code>540cb7a</code></a></li>
<li>[Deps] update <code>@babel/runtime</code>,
<code>array-includes</code>, <code>es-iterator-helpers</code>,
<code>hasown</code>, <code>object.fromentries</code>,
<code>safe-regex-test</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/5d1440825a8838ae10dc94cc3a4a7e1e967644b4"><code>5d14408</code></a></li>
<li>[Deps] pin <code>aria-query</code> and <code>axobject-query</code>,
add <code>ls-engines</code> test to CI <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/32fd82c628d7f3e4ec8c06a1994f4eca1be2be4f"><code>32fd82c</code></a></li>
<li>[Dev Deps] update <code>@babel/core</code>,
<code>@babel/eslint-parser</code>,
<code>@babel/plugin-transform-flow-strip-types</code>,
<code>eslint-doc-generator</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/d1b41142248a7cca45bb5f0b96ff23ee87fb9411"><code>d1b4114</code></a></li>
<li>[Fix] ensure <code>summary</code> remains non-interactive <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6a048dacf2b98eaa204e2a5a70dc7e3d48d9463a"><code>6a048da</code></a></li>
<li>[Deps] remove <code>@babel/runtime</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0a98ad83ffa7f4b66458cc1c39db2ef32bb2c480"><code>0a98ad8</code></a></li>
<li>[New] <code>no-noninteractive-element-to-interactive-role</code>:
allow <code>menuitemradio</code> and <code>menuitemcheckbox</code> on
&lt;li&gt; <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/c0733f94031fe3eec6b4d54176afe47929bb0a84"><code>c0733f9</code></a></li>
<li>[Deps] update <code>@babel/runtime</code>,
<code>safe-regex-test</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0d5321a5457c5f0da0ca216053cc5b4f571b53ae"><code>0d5321a</code></a></li>
<li>[actions] pin codecov to v3.1.5 <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/961817f61fa56cd7815c6940c27ef08469b1516b"><code>961817f</code></a></li>
<li>[Deps] unpin <code>axe-core</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/b3559cf89be6b5352cd77ffa025831b3d793d565"><code>b3559cf</code></a></li>
<li>[Deps] move <code>object.entries</code> to dev deps <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1be7b709eececd83f1d5f67a60b2c97cfe9a561d"><code>1be7b70</code></a></li>
<li>[Deps] update <code>@babel/runtime</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/2a48abb5effa911e7d1a8575e1c9768c947a33f1"><code>2a48abb</code></a></li>
<li>[Deps] update <code>@babel/runtime</code> <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1adec3517fc2c9797212ca4d38858deed917e7be"><code>1adec35</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/882bd4dc8a4898be1ca0e69561f7885b8ea2c085"><code>882bd4d</code></a>
v6.9.0</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/961817f61fa56cd7815c6940c27ef08469b1516b"><code>961817f</code></a>
[actions] pin codecov to v3.1.5</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6a048dacf2b98eaa204e2a5a70dc7e3d48d9463a"><code>6a048da</code></a>
[Fix] ensure <code>summary</code> remains non-interactive</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/75d5dd722bd67186d97afa7b151fd6fee5885c70"><code>75d5dd7</code></a>
Revert &quot;[Fix] <code>isNonInteractiveElement</code>: Upgrade
aria-query to 5.3.0 and axob...</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/32fd82c628d7f3e4ec8c06a1994f4eca1be2be4f"><code>32fd82c</code></a>
[Deps] pin <code>aria-query</code> and <code>axobject-query</code>, add
<code>ls-engines</code> test to CI</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0a98ad83ffa7f4b66458cc1c39db2ef32bb2c480"><code>0a98ad8</code></a>
[Deps] remove <code>@babel/runtime</code></li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6b5f096f10b47326d68e2893152a48a79c8555b4"><code>6b5f096</code></a>
[New] add support for Flat Config</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/51a1ca7b4d83d4fbd1ea62888f7f2dc21ece6788"><code>51a1ca7</code></a>
[actions] update actions/checkout</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/5d1440825a8838ae10dc94cc3a4a7e1e967644b4"><code>5d14408</code></a>
[Deps] update <code>@babel/runtime</code>, <code>array-includes</code>,
<code>es-iterator-helpers</code>, `has...</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1271ac1d6e5dcf9a2bc2c086faaf062335629171"><code>1271ac1</code></a>
[Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>,
<code>@babel/eslint-parser</code>, `@babe...</li>
<li>Additional commits viewable in <a
href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.8.0...v6.9.0">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.8.0&new-version=6.9.0)](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>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent 8275cb8 commit 2c33de3
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 87 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"eslint-config-mantine": "^3.2.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
Expand Down
Loading

0 comments on commit 2c33de3

Please sign in to comment.