joeybaker / react-element-query

Element queries for react components.
Other
86 stars 7 forks source link

Update react-a11y to the latest version 🚀 #45

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.0.0 of react-a11y was just published.

Dependency react-a11y
Current Version 0.3.4
Type devDependency

The version 1.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of react-a11y.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 456 commits.

  • 64ccc5c Version 1.0.0
  • c35dafd Updated all links in the markdown docs to point to the correct repo
  • 94573c1 Merge pull request #119 from romeovs/master
  • 518c752 Fix authors field
  • 2628c05 Cleanup
  • c4b4460 Revert DOMNode removal
  • 067cf71 Fix DOMNode for v16
  • a3d83bd Fix karma tests; remove DOMNode
  • b34a9a0 Add travis build fixes
  • 735010a Added the babel-register package as travis is complaining when building on node 4 that babel-register module is not found
  • 55e159a Added a matrix to the travis configuration with more recent node versions
  • cc6c600 Merge remote-tracking branch 'origin/master'
  • 4f2d7dc Update options validation for v16 compatibility
  • ea3f481 Version 0.3.6
  • d5cd8ae Update ReactDOM for react v16 compatibility

There are 250 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 1.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • be45b67 Version 1.0.1
  • d4b2256 Changed the format of the reporter to use a default prefix of '[react-a11y]' to aid with identification and filtering in the console
  • 27d1ed3 Some minor README cleanup
  • 2f94226 Allow onKeyPress as well as onKeyDown for button
  • 6471b17 Updated Travis config to solve for issue with headless Chrome tests failing
  • ed8deca Merge pull request #143 from tbroadley/fix-typos
  • 5a08e10 Add missing "o"
  • ee6a99e docs: fix typos

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 950c7d7 Version 1.1.0
  • f674507 Added "rename" to changelog script
  • c45ed13 Fixed issue with ref props created with React.createRef()
  • 9acfd3f Added back in all of the previous rules that had been renamed with deprecation warnings to allow for a smoother transition for consuming applications.
  • be9b7b6 Dropped node v4 from the Travis tests
  • 72e593a Remove babel-register from dependencies as this pulls in babel-core 6 which means that babel 7 can't be used cleanly
  • ce7f037 Renamed and modified button-role-space to click-events-have-key-events to be more consistent with the rule in the the eslint-plugin-jsx-a11y library
  • 3e9e4b5 Renamed a number of rules that were equivalent to existing rules in the eslint-plugin-jsx-a11y library for consistency between the two libs
  • 58e525f Changed documentation reference to ENV to process.env.NODE_ENV
  • 73c69e6 Renamed rule avoid-positive-tabindex to tabindex-no-positive to be more inline with the rule naming in eslint-plugin-jsx-a11y
  • 4bcb769 Removed yarn from Travis yaml so npm will be used with package-lock.json and use npm ci
  • ba57e2e Added package-lock.json and fixed npm audit findings
  • 26b2772 Fixed a dead link pointing to the W3's aria role definitions document

See the full diff