56.json (13580B)
1 { 2 "number": 56, 3 "title": "Bump eslint-plugin-github from 4.7.0 to 4.9.1", 4 "state": "closed", 5 "diff_file": "56.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-07-18T07:52:38Z", 8 "closed_at": "2023-07-19T07:28:14Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/eslint-plugin-github-4.9.1", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.7.0 to 4.9.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/github/eslint-plugin-github/releases\">eslint-plugin-github's releases</a>.</em></p>\n<blockquote>\n<h2>v4.9.1</h2>\n<h2>Bug fixes</h2>\n<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\n<code>jsx-a11y/no-interactive-element-to-noninteractive-role</code>.</p>\n<h2>What's Changed</h2>\n<ul>\n<li>Ignore calls to a method named innerText by <a href=\"https://github.com/camchenry\"><code>@\u200bcamchenry</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/455\">github/eslint-plugin-github#455</a></li>\n<li>bump <code>prettier</code> and <code>eslint-plugin-prettier</code> to latest versions by <a href=\"https://github.com/shiftkey\"><code>@\u200bshiftkey</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/457\">github/eslint-plugin-github#457</a></li>\n<li>chore(deps): bump the all-dependencies group with 5 updates by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/458\">github/eslint-plugin-github#458</a></li>\n<li>Set config override for false positive rule by <a href=\"https://github.com/khiga8\"><code>@\u200bkhiga8</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/460\">github/eslint-plugin-github#460</a></li>\n<li>Re-introduce accidentally removed testing commands by <a href=\"https://github.com/khiga8\"><code>@\u200bkhiga8</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/459\">github/eslint-plugin-github#459</a></li>\n<li>Fix bugs with <code>getRole</code> and <code>getElementType</code> by <a href=\"https://github.com/khiga8\"><code>@\u200bkhiga8</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/461\">github/eslint-plugin-github#461</a></li>\n<li>[Fix] Only look at semantic elements for <code>a11y-no-title-attribute</code> by <a href=\"https://github.com/kendallgassner\"><code>@\u200bkendallgassner</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/464\">github/eslint-plugin-github#464</a></li>\n<li>Check for presence of attribute in <code>getRole</code> rather than the value by <a href=\"https://github.com/khiga8\"><code>@\u200bkhiga8</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/463\">github/eslint-plugin-github#463</a></li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/camchenry\"><code>@\u200bcamchenry</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>\n<li><a href=\"https://github.com/shiftkey\"><code>@\u200bshiftkey</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>\n</ul>\n<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>\n<h2>v4.9.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>create rule: github/a11y-no-visually-hidden-interactive-element by <a href=\"https://github.com/kendallgassner\"><code>@\u200bkendallgassner</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/446\">github/eslint-plugin-github#446</a></li>\n<li>Add polymorphic component check in <code>getElementType</code> by <a href=\"https://github.com/kendallgassner\"><code>@\u200bkendallgassner</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/449\">github/eslint-plugin-github#449</a></li>\n<li>Adds <code>svg-has-accessible-name</code> rule by <a href=\"https://github.com/lindseywild\"><code>@\u200blindseywild</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/450\">github/eslint-plugin-github#450</a></li>\n<li>chore(deps): bump semver from 5.7.1 to 5.7.2 by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/451\">github/eslint-plugin-github#451</a></li>\n<li>Create rule: a11y-no-title-attribute by <a href=\"https://github.com/kendallgassner\"><code>@\u200bkendallgassner</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/453\">github/eslint-plugin-github#453</a></li>\n<li>Bump aria-query and update to fix tests by <a href=\"https://github.com/khiga8\"><code>@\u200bkhiga8</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/448\">github/eslint-plugin-github#448</a></li>\n<li>Rename <code>role-supports-aria-props</code> to <code>a11y-</code> by <a href=\"https://github.com/khiga8\"><code>@\u200bkhiga8</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/454\">github/eslint-plugin-github#454</a></li>\n</ul>\n<h2>New Contributors</h2>\n<ul>\n<li><a href=\"https://github.com/kendallgassner\"><code>@\u200bkendallgassner</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>\n<li><a href=\"https://github.com/lindseywild\"><code>@\u200blindseywild</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>\n</ul>\n<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>\n<h2>v4.8.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Update react.js to turn <code>jsx-a11y/no-autofocus</code> off by <a href=\"https://github.com/khiga8\"><code>@\u200bkhiga8</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/442\">github/eslint-plugin-github#442</a></li>\n<li>Dependency Updates\n<ul>\n<li>chore(deps): bump eslint-config-prettier from 8.7.0 to 8.8.0 by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/419\">github/eslint-plugin-github#419</a></li>\n<li>chore(deps): bump <code>@\u200btypescript-eslint/eslint-plugin</code> from 5.55.0 to 5.56.0 by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/420\">github/eslint-plugin-github#420</a></li>\n<li>chore(deps): bump prettier from 2.8.4 to 2.8.7 by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/421\">github/eslint-plugin-github#421</a></li>\n<li>chore(deps): bump <code>@\u200btypescript-eslint/parser</code> from 5.55.0 to 5.56.0 by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/422\">github/eslint-plugin-github#422</a></li>\n<li>chore(deps-dev): bump eslint from 8.36.0 to 8.37.0 by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/425\">github/eslint-plugin-github#425</a></li>\n<li>chore(deps): bump <code>@\u200btypescript-eslint/parser</code> from 5.56.0 to 5.57.0 by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/424\">github/eslint-plugin-github#424</a></li>\n<li>chore(deps): bump <code>@\u200btypescript-eslint/eslint-plugin</code> from 5.56.0 to 5.57.0 by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/423\">github/eslint-plugin-github#423</a></li>\n<li>chore(deps): bump <code>@\u200btypescript-eslint/parser</code> from 5.57.0 to 5.57.1 by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/426\">github/eslint-plugin-github#426</a></li>\n</ul>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<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>\n<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>\n<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>\n<li><a href=\"https://github.com/github/eslint-plugin-github/commit/ee9e16d01c2bc5f8fcae4f55d077d7d0180df72d\"><code>ee9e16d</code></a> lint</li>\n<li><a href=\"https://github.com/github/eslint-plugin-github/commit/29ead03f37a1fec710ad42159c09d504d078e2fb\"><code>29ead03</code></a> add test</li>\n<li><a href=\"https://github.com/github/eslint-plugin-github/commit/b05b0cb2556300bbc3787e1a9a9811972dd6e8cf\"><code>b05b0cb</code></a> Do not look up as prop</li>\n<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>\n<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>\n<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>\n<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>\n<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>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 19 "comments": [ 20 { 21 "author": "dependabot[bot]", 22 "created_at": "2023-07-19T07:28:13Z", 23 "body": "Superseded by #57." 24 } 25 ], 26 "review_comments": [] 27 }