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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eslint-plugin-jsx-a11y to the latest version 馃殌 #8

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 5, 2017

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

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

The version 5.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 Version 5!

[breaking] Refactor img-has-alt rule into alt-text rule
[breaking] Rule onclick-has-role is removed. Replaced with no-static-element-interactions and no-noninteractive-element-interactions.
[breaking] Rule onclick-has-focus is removed. Replaced with interactive-supports-focus.
[new] - Add rule media-has-caption rule
[new] - Add ignoreNonDOM option to no-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 and no-noninteractive-element-interactions. Options allow for fine-tuning of elements and event handlers to check.

Commits

The new version differs by 85 commits0.

  • 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 85 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 馃尨

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.694% when pulling f2981e0 on greenkeeper/eslint-plugin-jsx-a11y-5.0.0 into 81e9fac on master.

@greenkeeper
Copy link
Author

greenkeeper bot commented May 7, 2017

Version 5.0.1 just got published.

Update to this version instead 馃殌

Release Notes Node <4 support

Swapped Array.includes for array-includes polyfill to support node versions <4

Commits

The new version differs by 3 commits0.

  • bf0ac6a 5.0.1
  • fb8c626 Upgrade all dependencies.
  • fb5b87a Fix: backward compatibility with node.js v4 and v5. (#231)

false

See the full diff

greenkeeper bot added a commit that referenced this pull request May 16, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2017

Version 5.0.2 just got published.

Update to this version instead 馃殌

Release Notes Resolve Flow issues

Explicitly import flow types to resolve flow failures in consuming projects.

Commits

The new version differs by 7 commits.

  • 4230a69 5.0.2
  • a2e4cb1 Update CHANGELOG
  • d70ac7d [fix] - Resolve flow issues by explicitly importing types (#243)
  • 9971241 Update README with explanation recommended/strict (#238)
  • c156644 Add missing README.md doc for media-has-caption (#237)
  • c16fa00 Polyfill missed Array.includes in test helper. (#233)
  • 47b1306 Add linting to all directories and fix errors.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 16, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2017

Version 5.0.3 just got published.

Update to this version instead 馃殌

Release Notes Include flow directory in published package

for explicit imports in v5.0.2

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 27, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 27, 2017

Version 5.1.0 just got published.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Jun 27, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 27, 2017

Version 6.0.0 just got published.

Update to this version instead 馃殌

Release Notes Lots of updates!
  • [new] Add rule anchor-is-valid. See documentation for configuration options. Thanks @AlmeroSteyn.
  • [breaking] href-no-hash replaced with anchor-is-valid in the recommended and strict configs. Use the invalidHref aspect (active by default) in anchor-is-valid to continue to apply the behavior provided by href-no-hash.
  • [breaking] Removed support for ESLint peer dependency at version ^2.10.2.
  • [update] The rule label-has-for now allows inputs nested in label tags. Previously it was strict about requiring a for attribute. Thanks @ignatiusreza and @mjaltamirano.
  • [update] New configuration for interactive-supports-focus. Recommended and strict configs for now contain a trimmed-down whitelist of roles that will be checked.
  • [fix] Incompatibility between node version 4 and 5. Thanks @evilebottnawi.
  • [fix] Missing README entry for media-has-caption. Thanks @ismail-syed.
  • [fix] README updates explaining recommended and strict configs. Thanks @Donaldini.
  • [fix] Updated to aria-query@0.7.0, which includes new ARIA 1.1 properties. Previously, the aria-props rule incorrectly threw errors for these new properties.

greenkeeper bot added a commit that referenced this pull request Jun 28, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 28, 2017

Version 6.0.1 just got published.

Update to this version instead 馃殌

Release Notes Remove src and and flow from tarball

See #277

Commits

The new version differs by 5 commits.

  • 71ce135 6.0.1
  • 31753c7 Update CHANGELOG.md
  • 436acd2 Merge pull request #277 from jessebeach/remove-src-from-package
  • f9d3ba9 Remove development artifacts from the NPM package
  • c121cd0 chore(package): update flow-bin to version 0.49.1

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 29, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 29, 2017

Version 6.0.2 just got published.

Update to this version instead 馃殌

Release Notes Fix .npmignore

See #279

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 13, 2017

Version 6.0.3 just got published.

Update to this version instead 馃殌

Release Notes Republish with correct dependency versioning

jsx-ast-utils was using incorrect major version for v6.0.2 of this plugin. This version republishes the same code with jsx-ast-utils@^2.0.0

greenkeeper bot added a commit that referenced this pull request Jul 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2018

Version 6.1.0 just got published.

Update to this version instead 馃殌

Release Notes Support eslint v5

6.1.0 / 2018-06-26

  • [new] Support for eslint v5, #451
  • [new] aria-query updated to latest version
  • [new] eslint-config-airbnb-base updated to the latest version
  • [deprecate] The rule label-has-for is deprecated and replaced with label-has-associated-control
  • [fix] heading-has-content updated to work with custom components, #431
  • [fix] aria-errormessage prop is now a valid ARIA property, #424

greenkeeper bot added a commit that referenced this pull request Jul 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 13, 2018

Version 6.1.1 just got published.

Update to this version instead 馃殌

Release Notes Bugfixes

[fix] aria-proptypes support for idlist, #454
[fix] Image with expanded props throws 'The prop must be a JSXAttribute collected by the AST parser.', #459
[fix] label-has-for: broken in v6.1.0, #455

Commits

The new version differs by 15 commits.

  • 7aacdc9 6.1.1
  • 8f1c72a Update CHANGELOG.md
  • c98c88f Merge pull request #461 from jessebeach/upversioning-for-fix-459
  • 8160b94 Upversion to 6.1.2
  • 006e29e Merge branch 'dschaller-patch-1'
  • 573609c Merge branch 'master' into patch-1
  • ea3cd31 Merge pull request #464 from jessebeach/every-to-some
  • e7ba24c Change every to some in label-has-for
  • d4bea02 Merge pull request #463 from setek/master
  • 8e5ec83 fix typo in new label-has-associated-control documentation
  • e345b80 Fix heading on 6.1.1
  • 5f4d343 Merge pull request #460 from tricoder42/issue/459
  • 42b385c fix: ignore spread props when checking attributes
  • 8fa7d4a Merge pull request #456 from jessebeach/fix-aria-proptypes-rule
  • f22711e [#454] Fix for aria-proptypes rule failure

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 5, 2018

Update to this version instead 馃殌

Release Notes for Minor fixes and documentation updates

6.1.2 / 2018-10-05
[fix] Add link-type styling recommendation to anchor-is-valid #486
[fix] label-has-for: textareas are inputs too #470

Commits

The new version differs by 12 commits.

  • c538d35 6.1.2
  • ea964b1 Update changelog
  • 43d1d94 Add link-type styling recommendation to anchor-is-valid
  • 71819a0 [Docs] accessible-emoji: plural of emoji is emoji
  • 4a0608b [Docs] label-has-associated-control: update label id
  • 9957219 [Tests] temporarily allow node 4 + eslint 4 to fail
  • 969ce6d [Dev Deps] add missing dev dep
  • 1be1744 [Tests] use nvm install-latest-npm
  • 9103c7a [Tests] add additional test case for #474
  • bbad58a Merge pull request #471 from ljharb/textarea
  • 47633fb [Fix] label-has-for: textareas are inputs too
  • c1bf3c1 Update aria-props.md to link to the correct doc

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 25, 2019

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Feb 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 3, 2019

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Jun 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 30, 2019

Update to this version instead 馃殌

Commits

The new version differs by 102 commits.

  • 057fb27 6.2.2
  • fc56208 Merge pull request #615 from evcohen/changelog--v6.2.2
  • 8c5f964 Changelog for v6.2.2
  • f82fbcb Merge pull request #614 from evcohen/update--jsx-ast-utils
  • 1c3e63a Update jsx-ast-utils to v2.2.1
  • c571293 Merge pull request #613 from evcohen/add-babel-to-dev-deps
  • c398d3a Add @babel/cli to the dev dependencies
  • 13b370c Merge pull request #610 from evcohen/greenkeeper/flow-bin-0.102.0
  • e28b81a Merge branch 'master' into greenkeeper/flow-bin-0.102.0
  • e3163e3 Merge pull request #603 from evcohen/another-attempt-at-eslint-v6
  • f121a78 Merge branch 'master' into another-attempt-at-eslint-v6
  • f3de162 Merge pull request #611 from evcohen/update-jsx-ast-utils
  • 91f17be Update ESLint to v6
  • 1eb9f19 Update jsx-ast-utils to 2.2.0
  • 313bc03 chore(package): update flow-bin to version 0.102.0

There are 102 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 1, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 1, 2019

Update to this version instead 馃殌

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.

None yet

1 participant