Update eslint-plugin-jsx-a11y to the latest version 🚀 #129
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.
Version 4.0.0 of eslint-plugin-jsx-a11y just got published.
The version 4.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of eslint-plugin-jsx-a11y.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
New rules + other changesAdd new rules:
jsx-a11y/accessible-emoji
jsx-a11y/aria-activedescendant-has-tabindex
jsx-a11y/iframe-has-title
jsx-a11y/no-autofocus
jsx-a11y/no-distracting-elements (breaking: consolidated no-marquee and no-blink into this rule.)
jsx-a11y/no-redundant-roles
[fix] - redundant-alt to only check full words
[docs] - Documentation upgrades across the board.
[new] - Add ignoreNonDom option to
aria-role
[dev] - Add script to scaffold new rule creation.
Commits
The new version differs by 107 commits .
24128bb
4.0.0
d901e42
Update CHANGELOG.
6db5157
Upgrade dependencies and lock file.
8244657
Ignore yarn-error.log
2fd4c69
Add a type keyword to the import of JSXOpeningElement in the rule boilerplate (#173)
a513bf5
Merge pull request #160 from evcohen/more-flow-configuration
fc6744a
Merge branch 'master' into more-flow-configuration
cac0693
Merge pull request #170 from jessebeach/introduce-aria-query
e3cdfa8
Upgrade yarn.lock
bc77ffb
Resolve merge conflicts from rebase on master
2c29c6c
Update aria-query to v0.3.0
34187e4
Remove DOM.json. Use aria-query::dom
762f44c
Replaces ARIA.json with aria-query::aria
24b9922
Replaces roles.json with aria-query::roles
60c487e
[new] - Add option to ignore non-DOM elements for rule aria-role. (#171)
There are 107 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴