Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 14, 2016

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

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

The version 3.0.2 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 Fix aria-invalid true/false check

Fixes #125

Commits

The new version differs by 30 commits .

  • 8bddf7e Add .npmrc
  • 83de3ab Fix CHANGELOG to have correct versions.
  • 2e0cb64 3.0.2
  • 58911f9 [docs] - Update CHANGELOG.md
  • 0e22f4b Update .travis.yml to use native support for yarn
  • 6f7dc93 Fixing aria-invalid=true and aria-invalid=false validation (#126)
  • 6a13d18 [docs] update instructions for using recommended rules (#122)
  • c90a574 [ci] - Use yarn in travis build. (#121)
  • 602664e chore(package): update jest to version 17.0.1
  • c923ef4 chore(package): update babel-jest to version 17.0.0 (#117)
  • f438b12 chore(package): update jest to version 17.0.0 (#118)
  • 2d6426f 3.0.1
  • 843cf7f 3.0.0
  • a5bbb21 Update eslint-config-airbnb-base to version 10.0.1 🚀 (#113)
  • 32f5e80 [readme] - Add recommended plugin instructions (#111)

There are 30 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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 4, 2017

Version 4.0.0 just got published.

Update to this version instead 🚀

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants