[PR #658] [CLOSED] build(deps-dev): bump eslint-plugin-github from 4.4.1 to 4.9.2 #656

Closed
opened 2026-03-29 18:16:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/658
Author: @dependabot[bot]
Created: 7/24/2023
Status: Closed

Base: developHead: dependabot/npm_and_yarn/eslint-plugin-github-4.9.2


📝 Commits (1)

  • 6557fc8 build(deps-dev): bump eslint-plugin-github from 4.4.1 to 4.9.2

📊 Changes

2 files changed (+417 additions, -116 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+416 -115)

📄 Description

Bumps eslint-plugin-github from 4.4.1 to 4.9.2.

Release notes

Sourced from eslint-plugin-github's releases.

v4.9.2

What's Changed

Full Changelog: https://github.com/github/eslint-plugin-github/compare/v4.9.1...v4.9.2

v4.9.1

Bug fixes

This release includes bug fixes for a few accessibility rules including: a11y-aria-role-supports-props, a11y-no-title-attribute, and jsx-a11y/no-interactive-element-to-noninteractive-role.

What's Changed

New Contributors

Full Changelog: https://github.com/github/eslint-plugin-github/compare/v4.9.0...v4.9.1

v4.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/github/eslint-plugin-github/compare/v4.8.0...v4.9.0

v4.8.0

What's Changed

... (truncated)

Commits
  • cd17c09 Merge pull request #466 from github/kh-use-literal-prop-for-class
  • c2ea115 Use literal prop
  • dd3cba1 Add failing test case
  • 0c0441f Merge pull request #463 from github/kh-use-prop-value
  • 8c5f809 Merge branch 'main' into kh-use-prop-value
  • 125ac51 Merge pull request #464 from github/fix-a11y-no-title-attribute
  • ee9e16d lint
  • 29ead03 add test
  • b05b0cb Do not look up as prop
  • 7036141 Add logic to check for presence of attribute
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/joelwmale/webhook-action/pull/658 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/24/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-github-4.9.2` --- ### 📝 Commits (1) - [`6557fc8`](https://github.com/joelwmale/webhook-action/commit/6557fc847d6e765840b0dd84ad890a5b5cb2cfca) build(deps-dev): bump eslint-plugin-github from 4.4.1 to 4.9.2 ### 📊 Changes **2 files changed** (+417 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+416 -115) </details> ### 📄 Description Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.4.1 to 4.9.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/eslint-plugin-github/releases">eslint-plugin-github's releases</a>.</em></p> <blockquote> <h2>v4.9.2</h2> <h2>What's Changed</h2> <ul> <li>Use <code>getLiteralPropValue</code> for sr-only class by <a href="https://github.com/khiga8"><code>@​khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/466">github/eslint-plugin-github#466</a></li> </ul> <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> <h2>v4.9.1</h2> <h2>Bug fixes</h2> <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 <code>jsx-a11y/no-interactive-element-to-noninteractive-role</code>.</p> <h2>What's Changed</h2> <ul> <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> <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> <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> <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> <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> <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> <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> <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> </ul> <h2>New Contributors</h2> <ul> <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> <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> </ul> <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> <h2>v4.9.0</h2> <h2>What's Changed</h2> <ul> <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> <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> <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> <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> <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> <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> <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> </ul> <h2>New Contributors</h2> <ul> <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> <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> </ul> <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> <h2>v4.8.0</h2> <h2>What's Changed</h2> <ul> <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> <li>Dependency Updates <ul> <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> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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> <li><a href="https://github.com/github/eslint-plugin-github/commit/c2ea115877398c9d27e63fc10a04f2b8c24ab1fc"><code>c2ea115</code></a> Use literal prop</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/dd3cba1dece64ea3695c3b493ebf83b25f368164"><code>dd3cba1</code></a> Add failing test case</li> <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> <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> <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> <li><a href="https://github.com/github/eslint-plugin-github/commit/ee9e16d01c2bc5f8fcae4f55d077d7d0180df72d"><code>ee9e16d</code></a> lint</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/29ead03f37a1fec710ad42159c09d504d078e2fb"><code>29ead03</code></a> add test</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/b05b0cb2556300bbc3787e1a9a9811972dd6e8cf"><code>b05b0cb</code></a> Do not look up as prop</li> <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> <li>Additional commits viewable in <a href="https://github.com/github/eslint-plugin-github/compare/v4.4.1...v4.9.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-github&package-manager=npm_and_yarn&previous-version=4.4.1&new-version=4.9.2)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-29 18:16:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/webhook-action#656