Skip to content

Updates eslint-plugin-jsx-a11y to v6.2.0

Mend Renovate requested to merge renovate/eslint-plugin-jsx-a11y-6.x into master

This MR contains the following updates:

Package Type Update Change References
eslint-plugin-jsx-a11y dependencies minor 6.1.2 -> 6.2.0 source

Release Notes

evcohen/eslint-plugin-jsx-a11y

v6.2.0

Compare Source

=================

  • 5650674 [new rule] control-has-associated-label checks interactives for a label
  • f234698 [docs] add How to manage IDs
  • 9924d03 [docs] document jsx-a11y/label-has-associated-control assert option
  • 77b9870 [docs] Add newlines below headings
  • 8244e43 [docs] Add syntax highlighting to example
  • 26f41c8 [docs] Change explanation for role="presentation" escape hatch
  • 33a1f94 [fix] - Purely decorative emojis do not need descriptions.
  • 29d20f7 fix: update emoji-regex to version 7.0.2
  • 0b63f73 chore: update flow-bin to version 0.88.0
  • baa1344 [fix] Disable jsx-a11y/label-has-for in recommended
  • 2c5fb06 chore: update jscodeshift to version 0.6.0
  • 87debc0 [fix] corrected no-noninteractive-element-to-interactive-role.md file
  • d56265b chore: update flow-bin to version 0.87.0
  • 477966f [fix] Update test for implicit role of img
  • f484ce3 [fix] No implicit role for <img> with alt=""
  • 6c33bcb [fix] Add select to the list of default control elements in label-has-associated-control
  • 011f8d9 [fix] Dialog and Alert roles can host keyboard listeners
  • 0f6a8af [fix] More easier plugin:jsx-a11y/{recommended,strict} configs
  • 3844248 [fix] Mark the replacement for label-has-for
  • 93265cb [fix] normalizedValues to values
  • 651366c [fix] Make aria-role case sensitive
  • 56d3b9a [fix][484] Fix role-has-required-aria-props for semantic elements like input[checkbox]
  • 46e9abd [fix] Handle the type={truthy} case in jsx

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot. View repository job log here.

Edited by Mend Renovate

Merge request reports