-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ Updates eslint-plugin-github to v5 #521
base: master
Are you sure you want to change the base?
Conversation
Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md. |
Hello from PR HelperRemember to comment with one of the following states:
If you do not set the |
Thanks for the PR! This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged. |
Mega-Linter status: ✅ SUCCESSSee errors details in artifact Mega-Linter reports on GitHub Action page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scan Summary
Tool | Critical | High | Medium | Low | Status |
---|---|---|---|---|---|
Dependency Scan (universal) | 1 | 8 | 3 | 0 | ❌ |
Security Audit for Infrastructure | 0 | 0 | 0 | 6 | ✅ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
3e257b2
to
aa298e7
Compare
aa298e7
to
e55515c
Compare
2b3bcbb
to
4ba96eb
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4ba96eb
to
c562817
Compare
This PR contains the following updates:
4.1.3
->5.1.4
Release Notes
github/eslint-plugin-github (eslint-plugin-github)
v5.1.4
Compare Source
What's Changed
Full Changelog: github/eslint-plugin-github@v5.1.3...v5.1.4
v5.1.3
Compare Source
What's Changed
eslint-filenames-plugin
by @gracepark in https://github.com/github/eslint-plugin-github/pull/579filenames/match-regex
rule, please note we have adapted the match regex rule intoeslint-plugin-github
as the originaleslint-filenames-plugin
is no longer maintained and needed an ESLint v9 update. Please update the rule name togithub/filenames-match-regex
and keep the same configuration.Full Changelog: github/eslint-plugin-github@v5.1.2...v5.1.3
v5.1.2
Compare Source
What's Changed
Full Changelog: github/eslint-plugin-github@v5.1.1...v5.1.2
v5.1.1
Compare Source
What's Changed
Full Changelog: github/eslint-plugin-github@v5.1.0...v5.1.1
v5.1.0
Compare 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-escompat
plugin to latest version by @dusave in https://github.com/github/eslint-plugin-github/pull/560New Contributors
Full Changelog: github/eslint-plugin-github@v5.0.2...v5.1.0
v5.0.2
Compare Source
What's Changed
Full Changelog: github/eslint-plugin-github@v5.0.1...v5.0.2
v5.0.1
Compare Source
What's Changed
no-redundant-roles
exception forrowgroup
by @khiga8 in https://github.com/github/eslint-plugin-github/pull/531Full Changelog: github/eslint-plugin-github@v5.0.0...v5.0.1
v5.0.0
Compare 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
getElementType
logic by @khiga8 in https://github.com/github/eslint-plugin-github/pull/525v4.10.2
Compare Source
What's Changed
Functionality
a11y-svg-has-accessible-name
considering whitespace JSXText by @nnmrts in https://github.com/github/eslint-plugin-github/pull/508Dependancy updates
New Contributors
Full Changelog: github/eslint-plugin-github@v4.10.1...v4.10.2
v4.10.1
Compare Source
What's Changed
role
is set by @khiga8 in https://github.com/github/eslint-plugin-github/pull/483Full Changelog: github/eslint-plugin-github@v4.10.0...v4.10.1
v4.10.0
Compare Source
What's Changed
Full Changelog: github/eslint-plugin-github@v4.9.2...v4.10.0
v4.9.2
Compare Source
What's Changed
getLiteralPropValue
for sr-only class by @khiga8 in https://github.com/github/eslint-plugin-github/pull/466Full Changelog: github/eslint-plugin-github@v4.9.1...v4.9.2
v4.9.1
Compare 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
prettier
andeslint-plugin-prettier
to latest versions by @shiftkey in https://github.com/github/eslint-plugin-github/pull/457getRole
andgetElementType
by @khiga8 in https://github.com/github/eslint-plugin-github/pull/461a11y-no-title-attribute
by @kendallgassner in https://github.com/github/eslint-plugin-github/pull/464getRole
rather than the value by @khiga8 in https://github.com/github/eslint-plugin-github/pull/463New Contributors
Full Changelog: github/eslint-plugin-github@v4.9.0...v4.9.1
v4.9.0
Compare Source
What's Changed
getElementType
by @kendallgassner in https://github.com/github/eslint-plugin-github/pull/449svg-has-accessible-name
rule by @lindseywild in https://github.com/github/eslint-plugin-github/pull/450role-supports-aria-props
toa11y-
by @khiga8 in https://github.com/github/eslint-plugin-github/pull/454New Contributors
Full Changelog: github/eslint-plugin-github@v4.8.0...v4.9.0
v4.8.0
Compare Source
What's Changed
jsx-a11y/no-autofocus
off by @khiga8 in https://github.com/github/eslint-plugin-github/pull/442Full Changelog: github/eslint-plugin-github@v4.7.0...v4.8.0
v4.7.0
Compare Source
What's Changed
New Contributors
Full Changelog: github/eslint-plugin-github@v4.6.1...v4.7.0
v4.6.1
Compare Source
What's Changed
no-useless-passive
andrequire-passive-events
by @boris-petrov in https://github.com/github/eslint-plugin-github/pull/354role-supports-aria-props
rule (noaria-label
-misuse) by @smockle in https://github.com/github/eslint-plugin-github/pull/362New Contributors
Full Changelog: github/eslint-plugin-github@v4.6.0...v4.6.1
v4.6.0
Compare Source
What's Changed
*.*.*
prefix extension by @theinterned in https://github.com/github/eslint-plugin-github/pull/357Full Changelog: github/eslint-plugin-github@v4.5.0...v4.6.0
v4.5.0
Compare Source
What's Changed
.server.*
file extension by @theinterned in https://github.com/github/eslint-plugin-github/pull/343New Contributors
Full Changelog: github/eslint-plugin-github@v4.4.1...v4.5.0
v4.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: github/eslint-plugin-github@v4.4.0...v4.4.1
v4.4.0
Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.