56.md (13001B)
1 # PR #56 Bump eslint-plugin-github from 4.7.0 to 4.9.1 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-07-18T07:52:38Z 6 - **Branch:** dependabot/npm_and_yarn/eslint-plugin-github-4.9.1 → main 7 - **Closed:** 2023-07-19T07:28:14Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [56.diff](./56.diff) 10 11 --- 12 13 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.7.0 to 4.9.1. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/github/eslint-plugin-github/releases">eslint-plugin-github's releases</a>.</em></p> 17 <blockquote> 18 <h2>v4.9.1</h2> 19 <h2>Bug fixes</h2> 20 <p>This release includes bug fixes for a few accessibility rules including: <code>a11y-aria-role-supports-props</code>, <code>a11y-no-title-attribute</code>, and 21 <code>jsx-a11y/no-interactive-element-to-noninteractive-role</code>.</p> 22 <h2>What's Changed</h2> 23 <ul> 24 <li>Ignore calls to a method named innerText by <a href="https://github.com/camchenry"><code>@camchenry</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/455">github/eslint-plugin-github#455</a></li> 25 <li>bump <code>prettier</code> and <code>eslint-plugin-prettier</code> to latest versions by <a href="https://github.com/shiftkey"><code>@shiftkey</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/457">github/eslint-plugin-github#457</a></li> 26 <li>chore(deps): bump the all-dependencies group with 5 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/458">github/eslint-plugin-github#458</a></li> 27 <li>Set config override for false positive rule by <a href="https://github.com/khiga8"><code>@khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/460">github/eslint-plugin-github#460</a></li> 28 <li>Re-introduce accidentally removed testing commands by <a href="https://github.com/khiga8"><code>@khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/459">github/eslint-plugin-github#459</a></li> 29 <li>Fix bugs with <code>getRole</code> and <code>getElementType</code> by <a href="https://github.com/khiga8"><code>@khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/461">github/eslint-plugin-github#461</a></li> 30 <li>[Fix] Only look at semantic elements for <code>a11y-no-title-attribute</code> by <a href="https://github.com/kendallgassner"><code>@kendallgassner</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/464">github/eslint-plugin-github#464</a></li> 31 <li>Check for presence of attribute in <code>getRole</code> rather than the value by <a href="https://github.com/khiga8"><code>@khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/463">github/eslint-plugin-github#463</a></li> 32 </ul> 33 <h2>New Contributors</h2> 34 <ul> 35 <li><a href="https://github.com/camchenry"><code>@camchenry</code></a> made their first contribution in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/455">github/eslint-plugin-github#455</a></li> 36 <li><a href="https://github.com/shiftkey"><code>@shiftkey</code></a> made their first contribution in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/457">github/eslint-plugin-github#457</a></li> 37 </ul> 38 <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v4.9.0...v4.9.1">https://github.com/github/eslint-plugin-github/compare/v4.9.0...v4.9.1</a></p> 39 <h2>v4.9.0</h2> 40 <h2>What's Changed</h2> 41 <ul> 42 <li>create rule: github/a11y-no-visually-hidden-interactive-element by <a href="https://github.com/kendallgassner"><code>@kendallgassner</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/446">github/eslint-plugin-github#446</a></li> 43 <li>Add polymorphic component check in <code>getElementType</code> by <a href="https://github.com/kendallgassner"><code>@kendallgassner</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/449">github/eslint-plugin-github#449</a></li> 44 <li>Adds <code>svg-has-accessible-name</code> rule by <a href="https://github.com/lindseywild"><code>@lindseywild</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/450">github/eslint-plugin-github#450</a></li> 45 <li>chore(deps): bump semver from 5.7.1 to 5.7.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/451">github/eslint-plugin-github#451</a></li> 46 <li>Create rule: a11y-no-title-attribute by <a href="https://github.com/kendallgassner"><code>@kendallgassner</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/453">github/eslint-plugin-github#453</a></li> 47 <li>Bump aria-query and update to fix tests by <a href="https://github.com/khiga8"><code>@khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/448">github/eslint-plugin-github#448</a></li> 48 <li>Rename <code>role-supports-aria-props</code> to <code>a11y-</code> by <a href="https://github.com/khiga8"><code>@khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/454">github/eslint-plugin-github#454</a></li> 49 </ul> 50 <h2>New Contributors</h2> 51 <ul> 52 <li><a href="https://github.com/kendallgassner"><code>@kendallgassner</code></a> made their first contribution in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/446">github/eslint-plugin-github#446</a></li> 53 <li><a href="https://github.com/lindseywild"><code>@lindseywild</code></a> made their first contribution in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/450">github/eslint-plugin-github#450</a></li> 54 </ul> 55 <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v4.8.0...v4.9.0">https://github.com/github/eslint-plugin-github/compare/v4.8.0...v4.9.0</a></p> 56 <h2>v4.8.0</h2> 57 <h2>What's Changed</h2> 58 <ul> 59 <li>Update react.js to turn <code>jsx-a11y/no-autofocus</code> off by <a href="https://github.com/khiga8"><code>@khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/442">github/eslint-plugin-github#442</a></li> 60 <li>Dependency Updates 61 <ul> 62 <li>chore(deps): bump eslint-config-prettier from 8.7.0 to 8.8.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/419">github/eslint-plugin-github#419</a></li> 63 <li>chore(deps): bump <code>@typescript-eslint/eslint-plugin</code> from 5.55.0 to 5.56.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/420">github/eslint-plugin-github#420</a></li> 64 <li>chore(deps): bump prettier from 2.8.4 to 2.8.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/421">github/eslint-plugin-github#421</a></li> 65 <li>chore(deps): bump <code>@typescript-eslint/parser</code> from 5.55.0 to 5.56.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/422">github/eslint-plugin-github#422</a></li> 66 <li>chore(deps-dev): bump eslint from 8.36.0 to 8.37.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/425">github/eslint-plugin-github#425</a></li> 67 <li>chore(deps): bump <code>@typescript-eslint/parser</code> from 5.56.0 to 5.57.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/424">github/eslint-plugin-github#424</a></li> 68 <li>chore(deps): bump <code>@typescript-eslint/eslint-plugin</code> from 5.56.0 to 5.57.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/423">github/eslint-plugin-github#423</a></li> 69 <li>chore(deps): bump <code>@typescript-eslint/parser</code> from 5.57.0 to 5.57.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/426">github/eslint-plugin-github#426</a></li> 70 </ul> 71 </li> 72 </ul> 73 <!-- raw HTML omitted --> 74 </blockquote> 75 <p>... (truncated)</p> 76 </details> 77 <details> 78 <summary>Commits</summary> 79 <ul> 80 <li><a href="https://github.com/github/eslint-plugin-github/commit/0c0441fa457c71be173ddf2f722ac6be35caff48"><code>0c0441f</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/463">#463</a> from github/kh-use-prop-value</li> 81 <li><a href="https://github.com/github/eslint-plugin-github/commit/8c5f8093e1ebeaa889a9c6af3fdf3b6f0146145c"><code>8c5f809</code></a> Merge branch 'main' into kh-use-prop-value</li> 82 <li><a href="https://github.com/github/eslint-plugin-github/commit/125ac51b2245e4203efd168ce80d01169242ffe1"><code>125ac51</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/464">#464</a> from github/fix-a11y-no-title-attribute</li> 83 <li><a href="https://github.com/github/eslint-plugin-github/commit/ee9e16d01c2bc5f8fcae4f55d077d7d0180df72d"><code>ee9e16d</code></a> lint</li> 84 <li><a href="https://github.com/github/eslint-plugin-github/commit/29ead03f37a1fec710ad42159c09d504d078e2fb"><code>29ead03</code></a> add test</li> 85 <li><a href="https://github.com/github/eslint-plugin-github/commit/b05b0cb2556300bbc3787e1a9a9811972dd6e8cf"><code>b05b0cb</code></a> Do not look up as prop</li> 86 <li><a href="https://github.com/github/eslint-plugin-github/commit/70361415e0a8ea32508012f9715275a4189d81fc"><code>7036141</code></a> Add logic to check for presence of attribute</li> 87 <li><a href="https://github.com/github/eslint-plugin-github/commit/8abef657d15c733927e4434484a7ad324ce79f0b"><code>8abef65</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/461">#461</a> from github/kh-fix-bug-with-methods</li> 88 <li><a href="https://github.com/github/eslint-plugin-github/commit/6896b714236ab8a880cd9ce49352f3f47253d9ca"><code>6896b71</code></a> Merge branch 'main' into kh-fix-bug-with-methods</li> 89 <li><a href="https://github.com/github/eslint-plugin-github/commit/83854425fbdd7d3080c3028524c02b81c71dd507"><code>8385442</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/459">#459</a> from github/kh-reintroduce-deleted-lint-command</li> 90 <li>Additional commits viewable in <a href="https://github.com/github/eslint-plugin-github/compare/v4.7.0...v4.9.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-07-19T07:28:13Z 128 129 Superseded by #57. 130