chore: update dependency eslint-plugin-jsx-a11y to v6 #15
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 Pull Request updates dependency eslint-plugin-jsx-a11y from
v4.0.0
tov6.0.3
Release Notes
v6.0.3
Compare Source
jsx-ast-utils
was using incorrect major version for v6.0.2 of this plugin. This version republishes the same code withjsx-ast-utils@​^2.0.0
v6.0.2
Compare Source
.npmignore
with/
so it only matches the top-level directoryv6.0.1
Compare Source
src
andflow
from package to resolve flow issues for consuming packages.v6.0.0
Compare Source
anchor-is-valid
. See documentation for configuration options. Thanks @AlmeroSteyn.href-no-hash
replaced withanchor-is-valid
in the recommended and strict configs. Use theinvalidHref
aspect (active by default) inanchor-is-valid
to continue to apply the behavior provided byhref-no-hash
.label-has-for
now allows inputs nested in label tags. Previously it was strict about requiring afor
attribute. Thanks @ignatiusreza and @mjaltamirano.interactive-supports-focus
. Recommended and strict configs for now contain a trimmed-down whitelist of roles that will be checked.media-has-caption
. Thanks @ismail-syed.aria-props
rule incorrectly threw errors for these new properties.v5.1.1
Compare Source
v5.1.0
Compare Source
label-has-for
: add "required" option to allow customization (#240)anchor-is-valid
(#224)interactive-supports-focus
: Split interactive supports focus into tabbable and focusable cases (#236)anchor-is-valid
: addaspects
option (#251)v5.0.3
Compare Source
flow
directory from.npmignore
to accommodate explicit imports fromv5.0.2
.v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
img-has-alt
rule intoalt-text
ruleonclick-has-role
is removed. Replaced withno-static-element-interactions
andno-noninteractive-element-interactions
.onclick-has-focus
is removed. Replaced withinteractive-supports-focus
.media-has-caption
ruleignoreNonDOM
option tono-autofocus
.no-interactive-element-to-noninteractive-role
no-noninteractive-element-to-interactive-role
no-noninteractive-tabindex
no-static-element-interactions
andno-noninteractive-element-interactions
. Options allow for fine-tuning of elements and event handlers to check.🚀 This PR has been generated by Renovate using COB-LVS/renovate configuration.