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 NotesNew rules + other changes
Add 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.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).
Coverage remained the same at 96.694% when pulling 6017a07c4cc19f0d10eeb27ad9d3c719ab1e5c9f on greenkeeper/eslint-plugin-jsx-a11y-4.0.0 into cfae07eb4434ebfb7d64a4f0ce1cc6595598f03a on master.
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 77 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 77 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: