nutgaard / react-router-breadcrumbs

Breadcrumb component for react-router
Other
46 stars 11 forks source link

Update eslint-plugin-jsx-a11y to the latest version šŸš€ #217

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

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

greenkeeper[bot] commented 7 years ago

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.

greenkeeper[bot] commented 7 years ago

Version 5.0.0 just got published.

Update to this version instead šŸš€

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

greenkeeper[bot] commented 7 years ago

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] commented 7 years ago

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] commented 7 years ago

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] commented 7 years ago

Version 5.1.0 just got published.

Update to this version instead šŸš€

greenkeeper[bot] commented 7 years ago

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] commented 7 years ago

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] commented 7 years ago

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