-
Notifications
You must be signed in to change notification settings - Fork 0
Update eslint-plugin-jsx-a11y to the latest version 🚀 #5
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
base: master
Are you sure you want to change the base?
Conversation
Version 5.0.0 just got published.Update to this version instead 🚀 Release NotesVersion 5![breaking] Refactor CommitsThe new version differs by 85 commits0.
There are 85 commits in total. See the full diff |
Version 5.0.1 just got published.Update to this version instead 🚀 Release NotesNode <4 supportSwapped |
Version 5.0.2 just got published.Update to this version instead 🚀 Release NotesResolve Flow issuesExplicitly import flow types to resolve flow failures in consuming projects. CommitsThe new version differs by 7 commits.
See the full diff |
Version 5.0.3 just got published.Update to this version instead 🚀 Release NotesInclude flow directory in published packagefor explicit imports in |
Version 5.1.0 just got published. |
Version 6.0.0 just got published.Update to this version instead 🚀 Release NotesLots of updates!
|
Version 6.0.1 just got published.Update to this version instead 🚀 Release NotesRemove src and and flow from tarballSee #277 |
Version 6.0.3 just got published.Update to this version instead 🚀 Release NotesRepublish with correct dependency versioning
|
Version 6.1.0 just got published.Update to this version instead 🚀 Release NotesSupport eslint v56.1.0 / 2018-06-26
|
Version 6.1.1 just got published.Update to this version instead 🚀 Release NotesBugfixes[fix] aria-proptypes support for idlist, #454 CommitsThe new version differs by 15 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for Minor fixes and documentation updates6.1.2 / 2018-10-05 CommitsThe new version differs by 12 commits.
See the full diff |
|
|
Update to this version instead 🚀 CommitsThe new version differs by 102 commits.
There are 102 commits in total. See the full diff |
|
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 .
24128bb4.0.0d901e42Update CHANGELOG.6db5157Upgrade dependencies and lock file.8244657Ignore yarn-error.log2fd4c69Add a type keyword to the import of JSXOpeningElement in the rule boilerplate (#173)a513bf5Merge pull request #160 from evcohen/more-flow-configurationfc6744aMerge branch 'master' into more-flow-configurationcac0693Merge pull request #170 from jessebeach/introduce-aria-querye3cdfa8Upgrade yarn.lockbc77ffbResolve merge conflicts from rebase on master2c29c6cUpdate aria-query to v0.3.034187e4Remove DOM.json. Use aria-query::dom762f44cReplaces ARIA.json with aria-query::aria24b9922Replaces roles.json with aria-query::roles60c487e[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 and of course you may always ask my humans.
Your Greenkeeper Bot 🌴