Skip to content

chore: update dependency eslint-plugin-jsx-a11y to v6 #15

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

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

Conversation

brokenmass
Copy link
Owner

This Pull Request updates dependency eslint-plugin-jsx-a11y from v4.0.0 to v6.0.3

Release Notes

v6.0.3

Compare Source
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


v6.0.2

Compare Source

  • [fix] Prefix directories in .npmignore with / so it only matches the top-level directory

v6.0.1

Compare Source

  • [temporary] Remove src and flow from package to resolve flow issues for consuming packages.

v6.0.0

Compare Source

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

v5.1.1

Compare Source

  • [fix] revert v6 breaking changes unintentionally added in v5.1 (#​283)

v5.1.0

Compare Source

  • [new] Support eslint v4. (#​267)
  • [new] label-has-for: add "required" option to allow customization (#​240)
  • [new] add anchor-is-valid (#​224)
  • [new] interactive-supports-focus: Split interactive supports focus into tabbable and focusable cases (#​236)
  • [new] anchor-is-valid: add aspects option (#​251)
  • [Deps] Bump aria-query to 0.7.0

v5.0.3

Compare Source

  • [fix] Remove flow directory from .npmignore to accommodate explicit imports from v5.0.2.

v5.0.2

Compare Source

  • [fix] Explicitly import flow types to resolve flow failures in consuming projects.

v5.0.1

Compare Source

  • [fix] Polyfill Array.includes for node < 6 support.

v5.0.0

Compare Source

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


🚀 This PR has been generated by Renovate using COB-LVS/renovate configuration.

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

Successfully merging this pull request may close these issues.

1 participant