🚨🔥⚠️ Action required: Switch to the new Greenkeeper now! 🚨🔥⚠️
This version of Greenkeper will be shutdown on May 31st.
With Integrationsfirst-class bot support landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. Simpler setup, fewer pull-requests, faster than ever.
This version 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.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.
Hello lovely humans,
eslint-plugin-jsx-a11y just published its new version 5.0.0.
This version 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.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.
Good luck with your project :sparkles:
You rock!
:palm_tree:
GitHub Release
[breaking] Refactor
img-has-alt
rule intoalt-text
rule[breaking] Rule
onclick-has-role
is removed. Replaced withno-static-element-interactions
andno-noninteractive-element-interactions
.[breaking] Rule
onclick-has-focus
is removed. Replaced withinteractive-supports-focus
.[new] - Add rule
media-has-caption
rule[new] - Add
ignoreNonDOM
option tono-autofocus
.[new] - Add rule
no-interactive-element-to-noninteractive-role
[new] - Add rule
no-noninteractive-element-to-interactive-role
[new] - Add rule
no-noninteractive-tabindex
[new] - Configs split into "recommended" and "strict".
[enhanced] - Configuration options added to
no-static-element-interactions
andno-noninteractive-element-interactions
. Options allow for fine-tuning of elements and event handlers to check.The new version differs by 162 commits .
ca876d2
5.0.0
bb8dc4d
Update CHANGELOG for v5.
24b6193
Refactor img-has-alt to alt-text (#220)
5be6cd6
Merge pull request #221 from jessebeach/docs--no-noninteractive-element-interactions
68931f3
Add a case for interaction handlers on table cells to no-noninteractive-element-interactions
6be5eab
Merge pull request #218 from jessebeach/options-for-interactive-element-rules
acb6f31
Adding documentation to interactive rule docs
71299a0
Convert options to object from array
ed0074d
Responding to review comments; remove unnecessary assignment
f91fa08
Add options to element interaction rules
a36d8b0
Merge pull request #210 from jessebeach/no-noninteractive-tabindex
1b063ce
Responding to feedback about test schema definition
48c1890
Fixing lint errors.
35370e0
Adding tag and role config overrides to no-noninteractive-tabindex rule.
aca0eab
Adding no-noninteractive-tabindex to README
There are 162 commits in total. See the full diff.