Update dependency eslint-plugin-github to v6 - #367
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
2 times, most recently
from
August 13, 2025 14:09
23c4b0a to
8f8293e
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
August 19, 2025 14:06
8f8293e to
c6d7a7c
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
August 31, 2025 11:34
c6d7a7c to
ad5cea7
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
September 25, 2025 18:30
ad5cea7 to
f7bcf33
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
October 21, 2025 18:34
f7bcf33 to
e9ac09b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
October 29, 2025 15:02
e9ac09b to
b12c289
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
November 10, 2025 22:08
b12c289 to
40e84c9
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
November 18, 2025 23:29
40e84c9 to
721248b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
December 3, 2025 15:02
721248b to
390abc8
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
2 times, most recently
from
December 31, 2025 14:36
0cd88d1 to
65413d6
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
January 8, 2026 16:24
65413d6 to
c66fd47
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
2 times, most recently
from
March 5, 2026 15:33
fc7bbd4 to
8798a41
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
March 13, 2026 13:41
8798a41 to
945734e
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
April 1, 2026 18:04
945734e to
8c90779
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
April 8, 2026 20:44
8c90779 to
75eab2e
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
April 29, 2026 10:11
75eab2e to
c2be336
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
2 times, most recently
from
May 18, 2026 12:27
a9ad333 to
cfe5637
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
3 times, most recently
from
May 28, 2026 17:04
2c0d4b9 to
3713267
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
June 2, 2026 12:08
3713267 to
030f788
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
June 11, 2026 14:58
030f788 to
ada2238
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
4 times, most recently
from
July 16, 2026 18:03
86f4e9b to
0d9f2a5
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
2 times, most recently
from
July 24, 2026 20:10
02b8267 to
bfda921
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
July 30, 2026 16:51
bfda921 to
01dffa8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.9.0→6.1.1Release Notes
github/eslint-plugin-github (eslint-plugin-github)
v6.1.1Compare Source
Fixed
jsx-a11yrecommended rules are now correctly applied in the flat React config. Previously,lib/configs/flat/react.jsspreadjsx-a11y's recommended config but then redefined its ownrulesobject, which shallow-overwrote and silently dropped most of the recommended rule set — leaving only a handful of rules active. The recommended rules are now explicitly merged, so the fulljsx-a11y/recommendedbaseline is enforced while GitHub-specific overrides are preserved.v6.1.0Compare Source
Changed peerDependencies from ^8 || ^9 to ^8 || ^9 || ^10
Wrapped eslint-plugin-eslint-comments with @eslint/compat
v6.0.0Compare Source
What's Changed
BREAKING CHANGE: This project is now ESM. Users of Node < 20.x will need to upgrade their version of Node, or continue to use v5.x of this library.
New Contributors
Full Changelog: github/eslint-plugin-github@v5.1.8...v6.0.0
v5.1.8Compare Source
What's Changed
rolebeing set forulby @khiga8 in #608Full Changelog: github/eslint-plugin-github@v5.1.7...v5.1.8
v5.1.7Compare Source
What's Changed
New Contributors
Full Changelog: github/eslint-plugin-github@v5.1.6...v5.1.7
v5.1.6Compare Source
What's Changed
New Contributors
Full Changelog: github/eslint-plugin-github@v5.1.5...v.5.1.6
v5.1.5Compare Source
What's Changed
New Contributors
Full Changelog: github/eslint-plugin-github@v5.1.4...v5.1.5
v5.1.4Compare Source
What's Changed
Full Changelog: github/eslint-plugin-github@v5.1.3...v5.1.4
v5.1.3Compare Source
What's Changed
eslint-filenames-pluginby @gracepark in #579filenames/match-regexrule, please note we have adapted the match regex rule intoeslint-plugin-githubas the originaleslint-filenames-pluginis no longer maintained and needed an ESLint v9 update. Please update the rule name togithub/filenames-match-regexand keep the same configuration.Full Changelog: github/eslint-plugin-github@v5.1.2...v5.1.3
v5.1.2Compare Source
What's Changed
Full Changelog: github/eslint-plugin-github@v5.1.1...v5.1.2
v5.1.1Compare Source
What's Changed
Full Changelog: github/eslint-plugin-github@v5.1.0...v5.1.1
v5.1.0Compare Source
In this release we're supporting ESLint's new flat config and still maintaining legacy configs for backwards compatibility. We've created flat configs via
getFlatConfigs():Usage
What's Changed
eslint-plugin-escompatplugin to latest version by @dusave in #560New Contributors
Full Changelog: github/eslint-plugin-github@v5.0.2...v5.1.0
v5.0.2Compare Source
What's Changed
Full Changelog: github/eslint-plugin-github@v5.0.1...v5.0.2
v5.0.1Compare Source
What's Changed
no-redundant-rolesexception forrowgroupby @khiga8 in #531Full Changelog: github/eslint-plugin-github@v5.0.0...v5.0.1
v5.0.0Compare Source
Formally releasing v5.0.0!
This release includes everything in pre-release v5.0.0-2!
We notably dropped support for node 14 and node 16 in favor of node 18.
What's Changed
getElementTypelogic by @khiga8 in #525v4.10.2Compare Source
What's Changed
Functionality
a11y-svg-has-accessible-nameconsidering whitespace JSXText by @nnmrts in #508Dependancy updates
New Contributors
Full Changelog: github/eslint-plugin-github@v4.10.1...v4.10.2
v4.10.1Compare Source
What's Changed
roleis set by @khiga8 in #483Full Changelog: github/eslint-plugin-github@v4.10.0...v4.10.1
v4.10.0Compare Source
What's Changed
Full Changelog: github/eslint-plugin-github@v4.9.2...v4.10.0
v4.9.2Compare Source
What's Changed
getLiteralPropValuefor sr-only class by @khiga8 in #466Full Changelog: github/eslint-plugin-github@v4.9.1...v4.9.2
v4.9.1Compare Source
Bug fixes
This release includes bug fixes for a few accessibility rules including:
a11y-aria-role-supports-props,a11y-no-title-attribute, andjsx-a11y/no-interactive-element-to-noninteractive-role.What's Changed
prettierandeslint-plugin-prettierto latest versions by @shiftkey in #457getRoleandgetElementTypeby @khiga8 in #461a11y-no-title-attributeby @kendallgassner in #464getRolerather than the value by @khiga8 in #463New Contributors
Full Changelog: github/eslint-plugin-github@v4.9.0...v4.9.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.