Skip to content

Commit 571582a

Browse files
Bump eslint-plugin-github from 5.0.0 to 5.0.1 (#240)
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 5.0.0 to 5.0.1. <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>v5.0.1</h2> <h2>What's Changed</h2> <ul> <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/530">github/eslint-plugin-github#530</a></li> <li>Provide <code>no-redundant-roles</code> exception for <code>rowgroup</code> by <a href="https://github.com/khiga8"><code>@​khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/531">github/eslint-plugin-github#531</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v5.0.0...v5.0.1">https://github.com/github/eslint-plugin-github/compare/v5.0.0...v5.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/eslint-plugin-github/commit/8d9ed4fc346d0c30f9144419fa12bc5993c28914"><code>8d9ed4f</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/531">#531</a> from github/kh-set-exception-on-rule</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/ec76d1c8facf8865c506b820eab7b730419bf67d"><code>ec76d1c</code></a> Provide exception for rowgroup</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/948bc6ac2c0a28b9fe5f489877d529536a1d0436"><code>948bc6a</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/530">#530</a> from github/dependabot/npm_and_yarn/all-dependencies-...</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/919dda013f40c517018249547d73dc0cfdb3e1a4"><code>919dda0</code></a> backout eslint 9 update</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/1bd08592ff1715527cd52814bf4eb602429edabf"><code>1bd0859</code></a> chore(deps): bump the all-dependencies group with 6 updates</li> <li>See full diff in <a href="https://github.com/github/eslint-plugin-github/compare/v5.0.0...v5.0.1">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=5.0.0&new-version=5.0.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent baaee21 commit 571582a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@typescript-eslint/parser": "^5.62.0",
3838
"@vercel/ncc": "^0.38.1",
3939
"eslint": "^8.57.0",
40-
"eslint-plugin-github": "^5.0.0",
40+
"eslint-plugin-github": "^5.0.1",
4141
"eslint-plugin-jest": "^27.9.0",
4242
"eslint-plugin-prettier": "^5.1.3",
4343
"jest": "^29.7.0",

0 commit comments

Comments
 (0)