nathanmarks / jss-theme-reactor

NOT MAINTAINED Powerful theming layer for use with the jss CSS in JS library
MIT License
64 stars 6 forks source link

Update eslint-plugin-jsx-a11y to the latest version 🚀 #23

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 4.0.0 of eslint-plugin-jsx-a11y just got published.

Dependency eslint-plugin-jsx-a11y
Current Version 2.2.3
Type devDependency

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 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.

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](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: