Update dependency eslint-plugin-github to v6 - #602
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:14
aee27f7 to
d447097
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
August 19, 2025 13:51
d447097 to
63ed405
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
August 31, 2025 12:19
63ed405 to
48cdeff
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
September 25, 2025 17:14
48cdeff to
fb7bccb
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
October 21, 2025 18:58
fb7bccb to
3eec4bc
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
November 11, 2025 03:10
3eec4bc to
fb7f63f
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
November 18, 2025 23:31
fb7f63f to
264a726
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
December 3, 2025 17:02
264a726 to
cedf78f
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
2 times, most recently
from
December 31, 2025 14:26
8a40b18 to
0a696a5
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
January 8, 2026 17:18
0a696a5 to
187cc3c
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
2 times, most recently
from
January 23, 2026 20:55
708e7d9 to
826b3eb
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
February 2, 2026 16:56
826b3eb to
5e7a951
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
2 times, most recently
from
February 17, 2026 21:27
ee7ee74 to
221b746
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
March 5, 2026 16:07
221b746 to
7668a57
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
March 13, 2026 17:08
7668a57 to
b5ed77a
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
April 1, 2026 17:40
b5ed77a to
0628872
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
April 8, 2026 14:56
0628872 to
e617549
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
April 29, 2026 16:03
e617549 to
dde8c13
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
2 times, most recently
from
May 18, 2026 20:54
cd1459c to
b0f1f3d
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
May 27, 2026 08:13
b0f1f3d to
1f6af4b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
2 times, most recently
from
June 2, 2026 10:13
0ab07a4 to
a1d4654
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
June 11, 2026 17:00
a1d4654 to
4840ae3
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
4 times, most recently
from
July 16, 2026 20:12
cea1636 to
d4e1f61
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
2 times, most recently
from
July 24, 2026 16:04
0c85d04 to
e1b34e8
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
July 30, 2026 15:03
e1b34e8 to
6a7a589
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-github-6.x
branch
from
August 1, 2026 18:03
6a7a589 to
2148699
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.2Release Notes
github/eslint-plugin-github (eslint-plugin-github)
v6.1.2Compare Source
What's Changed
Full Changelog: github/eslint-plugin-github@v6.1.1...v6.1.2
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.