57.json (12148B)
1 { 2 "number": 57, 3 "title": "Bump eslint-plugin-github from 4.7.0 to 4.9.2", 4 "state": "closed", 5 "diff_file": "57.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-07-19T07:28:11Z", 8 "closed_at": "2023-08-22T09:35:38Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/eslint-plugin-github-4.9.2", 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.2.\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.2</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Use <code>getLiteralPropValue</code> for sr-only class by <a href=\"https://github.com/khiga8\"><code>@\u200bkhiga8</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/466\">github/eslint-plugin-github#466</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/github/eslint-plugin-github/compare/v4.9.1...v4.9.2\">https://github.com/github/eslint-plugin-github/compare/v4.9.1...v4.9.2</a></p>\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</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/cd17c09f77229f1bebb06ba231628724cd25b8d0\"><code>cd17c09</code></a> Merge pull request <a href=\"https://redirect.github.com/github/eslint-plugin-github/issues/466\">#466</a> from github/kh-use-literal-prop-for-class</li>\n<li><a href=\"https://github.com/github/eslint-plugin-github/commit/c2ea115877398c9d27e63fc10a04f2b8c24ab1fc\"><code>c2ea115</code></a> Use literal prop</li>\n<li><a href=\"https://github.com/github/eslint-plugin-github/commit/dd3cba1dece64ea3695c3b493ebf83b25f368164\"><code>dd3cba1</code></a> Add failing test case</li>\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>Additional commits viewable in <a href=\"https://github.com/github/eslint-plugin-github/compare/v4.7.0...v4.9.2\">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\nYou can trigger a rebase of this PR 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>\n\n> **Note**\n> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.", 19 "comments": [ 20 { 21 "author": "MTRNord", 22 "created_at": "2023-08-22T09:35:21Z", 23 "body": "@dependabot rebase" 24 }, 25 { 26 "author": "dependabot[bot]", 27 "created_at": "2023-08-22T09:35:36Z", 28 "body": "Looks like eslint-plugin-github is up-to-date now, so this is no longer needed." 29 } 30 ], 31 "review_comments": [] 32 }