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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-plugin-jsx-a11y to v6 #407

Merged
merged 1 commit into from
Feb 25, 2020

Conversation

ScriptedAlchemy
Copy link
Collaborator

@ScriptedAlchemy ScriptedAlchemy commented Feb 19, 2020

This PR contains the following updates:

Package Type Update Change
eslint-plugin-jsx-a11y devDependencies major 4.0.0 -> 6.2.3

Release Notes

evcohen/eslint-plugin-jsx-a11y

v6.2.3

Compare Source

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

v6.2.2

Compare Source

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

  • Update jsx-ast-utils to v2.2.1
  • Add @​babel/cli to the dev dependencies
  • Update ESLint to v6
  • Update jsx-ast-utils to 2.2.0
  • Update flow-bin to version 0.102.0
  • [589] Allow expression statements for attribute values in no-noninteractive-tabindexlow-bin-0.101.0
  • [583] Allow expression values in attributes by configurationrror
  • [596] Adding a test case for no-static-element-interactionseper/flow-bin-0.101.0) Merge branch 'master' into greenkeeper/flow-bin-0.101.0
  • Only run branch test coverage on the master branch
  • chore(package): update flow-bin to version 0.100.0
  • Allow select as a valid child of label.
  • Allow Node 4 / ESLint 3 failure to unblock ESLint upgrade in PR #​568
  • chore(package): update flow-bin to version 0.99.0
  • Remove rootDir from Jest path configs
  • (fix) Template literals with undefined evaluate to the string undefined.
  • adds more tests to “anchor-is-valid”
  • Fixes “anchor-is-valid” false positive for hrefs starting with the word “javascript”
  • chore(package): update eslint-plugin-flowtype to version 3.5.0
  • Modified no-static-element-interactions to pass on non-literal roles.
  • Added isNonLiteralProperty util method
  • [#​399] Account for spread in parser options
  • [552] control-has-associated-label should allow generic links
  • [issue 392] ul role='list' test case
  • chore(package): update eslint to version 5.15.2
  • chore(package): update flow-bin to version 0.95.0
  • chore(package): update expect to version 24.3.1
  • Fix typo: defintions > definitions
  • docs: add proper title to links to axe website for media-has-caption
  • docs: removes deprecated rule label-has-for
  • docs: fix typo and couple grammatical errors in Readme
  • Ignore null/undefined values in role-supports-aria-props rule
  • Ignore undefined values in aria-proptypes rule
  • Ignore null values in aria-proptypes rule
  • set target for node 4

v6.2.1

Compare Source

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

  • 9980e45 [fix] Prevent Error when JSXSpreadAttribute is passed to isSemanticRoleElement

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

v6.1.2

Compare Source

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

  • [fix] Add link-type styling recommendation to anchor-is-valid #​486
  • [fix] label-has-for: textareas are inputs too #​470

v6.1.1

Compare Source

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

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

v6.1.0

Compare Source

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

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

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 [email protected], 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.

Renovate configuration

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

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.

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


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

This PR has been generated by Renovate Bot.

@ScriptedAlchemy ScriptedAlchemy force-pushed the renovate/eslint-plugin-jsx-a11y-6.x branch from 0616cd2 to ca4d1bd Compare February 25, 2020 06:53
@ScriptedAlchemy ScriptedAlchemy merged commit 3dc2f56 into master Feb 25, 2020
@ScriptedAlchemy ScriptedAlchemy deleted the renovate/eslint-plugin-jsx-a11y-6.x branch February 25, 2020 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant