chore(deps): update dependency eslint-plugin-jsx-a11y to v6.8.0 #13
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:
6.5.1
->6.8.0
Release Notes
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)
v6.8.0
Compare Source
Merged
title
attribute oraria-label
attribute instead of accessible child in the "anchor-has-content" rule#727
Fixed
aria-activedescendant-has-tabindex
: align with changes from #708#924
control-has-associated-label
: don't accept whitespace as an accessible label#918
Commits
eslint-plugin-react
ce4d57f
es-iterator-helpers
52de824
mouse-events-have-key-events
: addhoverInHandlers
/hoverOutHandlers
configdb64898
polymorphicPropName
setting for polymorphic componentsfffb05b
isNonInteractiveElement
: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.164bfea6
hasown
instead ofhas
9a8edde
10c061a
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
,aud
,eslint-doc-generator
,eslint-plugin-import
,minimist
6d5022d
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/register
,eslint-doc-generator
,eslint-plugin-import
4dc7f1e
anchor-has-content
: Allow title attribute OR aria-label attributee6bfd5c
mouse-events-have-key-events
: rport the attribute, not the nodeeadd70c
@babel/runtime
,array-includes
,array.prototype.flatmap
,object.entries
,object.fromentries
46ffbc3
@babel/runtime
,axobject-query
,jsx-ast-utils
,semver
5999555
aria-query
andaxe-core
to fix failing tests on main8d8f016
semver
from Deps to Dev Deps4da13e7
ast-types-flow
b755318
eslint-plugin-import
f1c976b
language-tags
3d1d26d
no-static-element-interactions
: tabIndex is written tabindex1271153
f0d2ddb
jackspeak
since 2.1.2+ depends on npm aliases, which kill the install process in npm < 60c278f4
v6.7.1
Compare Source
Commits
no-aria-hidden-on-focusable
rule's missing exportb01219e
v6.7.0
Compare Source
Merged
#833
Fixed
aria-role
: add now-passing test#756
control-has-associated-label
: fix metadata#892
no-aria-hidden-on-focusable
rule#881
Commits
eslint-doc-generator
6d7a857
3d77c84
anchor-ambiguous-text
rule7f6463e
getAccessibleChildText
util630116b
isFocusable
utils methode199d17
eslint-doc-generator
to v1.0.06b9855b
no-noninteractive-element-interactions
: Ignore contenteditable elements in no-noninteractive-element-interactions9aa878b
anchor-ambiguous-text
: ignore punctuationbbae2c4
anchor-ambiguous-text
,getAccessibleChildText
: Implements check foralt
tags on<img />
elementsbb84abc
npmignore
to autogenerate an npmignore file6ad2312
auto-changelog
283817b
79b975a
aria-query
,axobject-query
7b3cda3
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,aud
,object.assign
0852947
.eslintignore
toignorePatterns
65be35b
@babel/cli
,@babel/core
,aud
,eslint-doc-generator
60c2df5
@babel/runtime
,array-includes
,axe-core
4abc751
@babel/runtime
,axe-core
89f766c
e411ce3
@babel/core
,minimist
cccdb62
markdown-magic
3382059
prefer-tag-over-role
38d52f8
label-has-for
: reran generate-list-of-rules9a2af01
language-tags
tov1.0.5
f84bb74
@babel/core
cf3f8d0
axe-core
0a73cf4
@babel/runtime
053f04d
@babel/runtime
bccf0ae
jsx-ast-utils
c9687cc
8b889bf
prefer-tag-over-role
: rename docs file0bdf95b
v6.6.1
Compare Source
==================
38405ad
[Fix]no-interactive-tabindex
: allow role assignments using a ternary with literals on both sides7524e0c
[Fix]no-static-element-interactions
: allow role assignments using a ternary with literals on both sides (#865)1c06306
[readme] properly describe rule settings in builtin configs0c19f02
[Docs]no-noninteractive-tabindex
,no-static-element-interactions
: documentallowExpressionValues
(#870)2362832
[readme] added link to redirect eslint to relevant docs (#862)2c6926c
[Deps] unpinaxe-core
b78f19d
[Deps] pinaxe-core
to v4.4.1, due to a breaking change in a patch768910e
[Deps] update@babel/runtime
f0e04ce
[Deps] update@babel/runtime
,jsx-ast-utils
93b2a9d
[Dev Deps] update@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
a962211
[Dev Deps] update@babel/cli
,@babel/core
,@babel/plugin-transform-flow-strip-types
,@babel/register
0d2bc43
[Tests]no-noninteractive-element-interactions
: add passing test cases (#876)ffefbad
[Tests]no-noninteractive-element-interactions
: add passing tests for form with onSubmit (#871)e7d405d
[Tests]no-static-element-interactions
: add passing test casesv6.6.0
Compare Source
==================
566011b
[New]aria-role
: addallowedInvalidRoles
option (#828)64dcac6
[New] Introduce a plugin-wide setting for custom components. (#844)ce2c328
[Fix]no-redundant-roles
,role-supports-aria-props
: Remove implicit role from dl element (#848)fb20bc4
[Refactor]role-supports-aria-props
: clean up the logic a bit1826628
[Refactor] reduce egregious use of array spread, in favor of[].concat
idiom0f1615a
[Docs]no-static-element-interactions
: Update error message (#843)9980d1d
[Docs] Add infrastructure for auto-generating markdown table and list (#837)f878d3b
[Docs] Update project readme (#831)aea7671
[Deps] update@babel/runtime
,array-includes
,axe-core
,jsx-ast-utils
d74173a
[Deps] updatejsx-ast-utils
f6ba03c
[Deps] update@babel/runtime
,jsx-ast-utils
547dab4
[Deps] update@babel/runtime
,axe-core
,minimatch
baaf791
[Deps] update@babel/runtime
,minimatch
,semver
c015fef
[Deps] update@babel/runtime
,axe-core
,damerau-levenshtein
832cbd6
[meta] addexport default
instead ofmodule.exports
(#861)ee933a2
[meta] Add CONTRIBUTING.md to solicit contributions (#846)fa3c869
[Dev Deps] update@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,aud
,eslint-plugin-eslint-plugin
,eslint-plugin-flowtype
,eslint-plugin-import
fb3d51e
[Dev Deps] update@babel/core
,@babel/register
,eslint-plugin-import
,minimist
8c1df4d
[Dev Deps] pin@technote-space/doctoc
because v2.5 is a breaking changefb071ab
[Dev Deps] update@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,eslint-plugin-eslint-plugin
5e966e5
[Dev Deps] update@babel/cli
f597f5b
[Dev Deps] update@babel/cli
,@babel/core
,@babel/eslint-parser
287854a
[Tests] Fixnpm run flow
(#856)112261c
[Tests] skip fragment tests in eslint < 6ea877c4
[Tests]img-redundant-alt-test
: add passing tests (#832)685426d
test: align usage of jest expect across tests (#827)c460a8b
[Tests] move invalid test case to valid; changed in axe-core v4.4Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.