Skip to content

Update dependency eslint-plugin-jsx-a11y to v6.10.2#13

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-jsx-a11y-6.x-lockfile
Open

Update dependency eslint-plugin-jsx-a11y to v6.10.2#13
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-jsx-a11y-6.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 27, 2023

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-jsx-a11y 6.5.16.10.2 age confidence

Release Notes

jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.10.2

Compare Source

v6.10.1

Compare Source

v6.10.0

Compare Source

v6.9.0

Compare Source

v6.8.0

Compare Source

Merged
  • Allow title attribute or aria-label attribute instead of accessible child in the "anchor-has-content" rule #727
Fixed
  • [Docs] aria-activedescendant-has-tabindex: align with changes from #​708 #924
  • [Fix] control-has-associated-label: don't accept whitespace as an accessible label #918
Commits
  • [Tests] migrate helper parsers function from eslint-plugin-react ce4d57f
  • [Refactor] use es-iterator-helpers 52de824
  • [New] mouse-events-have-key-events: add hoverInHandlers/hoverOutHandlers config db64898
  • [New] add polymorphicPropName setting for polymorphic components fffb05b
  • [Fix] isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1 64bfea6
  • [Refactor] use hasown instead of has 9a8edde
  • [actions] update used actions 10c061a
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, aud, eslint-doc-generator, eslint-plugin-import, minimist 6d5022d
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/register, eslint-doc-generator, eslint-plugin-import 4dc7f1e
  • [New] anchor-has-content: Allow title attribute OR aria-label attribute e6bfd5c
  • [patch] mouse-events-have-key-events: rport the attribute, not the node eadd70c
  • [Deps] update @babel/runtime, array-includes, array.prototype.flatmap, object.entries, object.fromentries 46ffbc3
  • [Deps] update @babel/runtime, axobject-query, jsx-ast-utils, semver 5999555
  • [Fix] pin aria-query and axe-core to fix failing tests on main 8d8f016
  • [patch] move semver from Deps to Dev Deps 4da13e7
  • [Deps] update ast-types-flow b755318
  • [Dev Deps] update eslint-plugin-import f1c976b
  • [Deps] unpin language-tags 3d1d26d
  • [Docs] no-static-element-interactions: tabIndex is written tabindex 1271153
  • [Deps] Upgrade ast-types-flow to mitigate Docker user namespacing problems f0d2ddb
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 0c278f4

v6.7.1

Compare Source

Commits
  • [Fix] no-aria-hidden-on-focusable rule's missing export b01219e

v6.7.0

Compare Source

Merged
  • New rule: prefer-tag-over-role #833
Fixed
  • [Tests] aria-role: add now-passing test #756
  • [Docs] control-has-associated-label: fix metadata #892
  • [New] add no-aria-hidden-on-focusable rule #881
Commits
  • [Docs] automate docs with eslint-doc-generator 6d7a857
  • [Refactor] use fromEntries, flatMap, etc; better use iteration methods 3d77c84
  • [New] add anchor-ambiguous-text rule 7f6463e
  • [New] add getAccessibleChildText util 630116b
  • [New] Add isFocusable utils method e199d17
  • [Docs] update eslint-doc-generator to v1.0.0 6b9855b
  • [Fix] no-noninteractive-element-interactions: Ignore contenteditable elements in no-noninteractive-element-interactions 9aa878b
  • [New] anchor-ambiguous-text: ignore punctuation bbae2c4
  • [New] anchor-ambiguous-text, getAccessibleChildText: Implements check for alt tags on &lt;img /&gt; elements bb84abc
  • [meta] use npmignore to autogenerate an npmignore file 6ad2312
  • [meta] add auto-changelog 283817b
  • [Docs] missing descriptions in some rules 79b975a
  • [Deps] update aria-query, axobject-query 7b3cda3
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, aud, object.assign 0852947
  • [meta] move .eslintignore to ignorePatterns 65be35b
  • [Dev Deps] update @babel/cli, @babel/core, aud, eslint-doc-generator 60c2df5
  • [Deps] update @babel/runtime, array-includes, axe-core 4abc751
  • [Deps] update @babel/runtime, axe-core 89f766c
  • [meta] run the build in prepack, not prepublish e411ce3
  • [Dev Deps] update @babel/core, minimist cccdb62
  • [Dev Deps] update markdown-magic 3382059
  • [Fix] expose prefer-tag-over-role 38d52f8
  • [Docs] label-has-for: reran generate-list-of-rules 9a2af01
  • [Deps] pin language-tags to v1.0.5 f84bb74
  • [Dev Deps] update @babel/core cf3f8d0
  • [Deps] update axe-core 0a73cf4
  • [Deps] update @babel/runtime 053f04d
  • [Deps] update @babel/runtime bccf0ae
  • [Deps] update jsx-ast-utils c9687cc
  • [readme] Preventing code repetition in user's eslint config file 8b889bf
  • [Docs] prefer-tag-over-role: rename docs file 0bdf95b

v6.6.1

Compare Source

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

  • 38405ad [Fix] no-interactive-tabindex: allow role assignments using a ternary with literals on both sides
  • 7524e0c [Fix] no-static-element-interactions: allow role assignments using a ternary with literals on both sides (#​865)
  • 1c06306 [readme] properly describe rule settings in builtin configs
  • 0c19f02 [Docs] no-noninteractive-tabindex, no-static-element-interactions: document allowExpressionValues (#​870)
  • 2362832 [readme] added link to redirect eslint to relevant docs (#​862)
  • 2c6926c [Deps] unpin axe-core
  • b78f19d [Deps] pin axe-core to v4.4.1, due to a breaking change in a patch
  • 768910e [Deps] update @babel/runtime
  • f0e04ce [Deps] update @babel/runtime, jsx-ast-utils
  • 93b2a9d [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register
  • a962211 [Dev Deps] update @babel/cli, @babel/core, @babel/plugin-transform-flow-strip-types, @babel/register
  • 0d2bc43 [Tests] no-noninteractive-element-interactions: add passing test cases (#​876)
  • ffefbad [Tests] no-noninteractive-element-interactions: add passing tests for form with onSubmit (#​871)
  • e7d405d [Tests] no-static-element-interactions: add passing test cases

v6.6.0

Compare Source

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

  • 566011b [New] aria-role: add allowedInvalidRoles option (#​828)
  • 64dcac6 [New] Introduce a plugin-wide setting for custom components. (#​844)
  • ce2c328 [Fix] no-redundant-roles, role-supports-aria-props: Remove implicit role from dl element (#​848)
  • fb20bc4 [Refactor] role-supports-aria-props: clean up the logic a bit
  • 1826628 [Refactor] reduce egregious use of array spread, in favor of [].concat idiom
  • 0f1615a [Docs] no-static-element-interactions: Update error message (#​843)
  • 9980d1d [Docs] Add infrastructure for auto-generating markdown table and list (#​837)
  • f878d3b [Docs] Update project readme (#​831)
  • aea7671 [Deps] update @babel/runtime, array-includes, axe-core, jsx-ast-utils
  • d74173a [Deps] update jsx-ast-utils
  • f6ba03c [Deps] update @babel/runtime, jsx-ast-utils
  • 547dab4 [Deps] update @babel/runtime, axe-core, minimatch
  • baaf791 [Deps] update @babel/runtime, minimatch, semver
  • c015fef [Deps] update @babel/runtime, axe-core, damerau-levenshtein
  • 832cbd6 [meta] add export default instead of module.exports (#​861)
  • ee933a2 [meta] Add CONTRIBUTING.md to solicit contributions (#​846)
  • fa3c869 [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, aud, eslint-plugin-eslint-plugin, eslint-plugin-flowtype, eslint-plugin-import
  • fb3d51e [Dev Deps] update @babel/core, @babel/register, eslint-plugin-import, minimist
  • 8c1df4d [Dev Deps] pin @technote-space/doctoc because v2.5 is a breaking change
  • fb071ab [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, eslint-plugin-eslint-plugin
  • 5e966e5 [Dev Deps] update @babel/cli
  • f597f5b [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser
  • 287854a [Tests] Fix npm run flow (#​856)
  • 112261c [Tests] skip fragment tests in eslint < 6
  • ea877c4 [Tests] img-redundant-alt-test: add passing tests (#​832)
  • 685426d test: align usage of jest expect across tests (#​827)
  • c460a8b [Tests] move invalid test case to valid; changed in axe-core v4.4

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency eslint-plugin-jsx-a11y to v6.7.1 Update dependency eslint-plugin-jsx-a11y to v6.8.0 Nov 2, 2023
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from 2e41a60 to 7d6a5bc Compare November 2, 2023 08:12
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from 7d6a5bc to d4d1fba Compare June 21, 2024 23:27
@renovate renovate Bot changed the title Update dependency eslint-plugin-jsx-a11y to v6.8.0 Update dependency eslint-plugin-jsx-a11y to v6.9.0 Jun 21, 2024
@renovate renovate Bot changed the title Update dependency eslint-plugin-jsx-a11y to v6.9.0 Update dependency eslint-plugin-jsx-a11y to v6.10.0 Sep 5, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from d4d1fba to ab2a200 Compare September 5, 2024 20:37
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from ab2a200 to dd6c123 Compare October 22, 2024 02:56
@renovate renovate Bot changed the title Update dependency eslint-plugin-jsx-a11y to v6.10.0 Update dependency eslint-plugin-jsx-a11y to v6.10.1 Oct 22, 2024
@renovate renovate Bot changed the title Update dependency eslint-plugin-jsx-a11y to v6.10.1 Update dependency eslint-plugin-jsx-a11y to v6.10.2 Oct 27, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from dd6c123 to 8c70052 Compare October 27, 2024 05:58
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from 8c70052 to 6b4b08e Compare January 25, 2025 07:17
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from 6b4b08e to c6bf68e Compare February 12, 2025 00:00
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch 2 times, most recently from 6ed59f3 to 5ce17eb Compare March 13, 2025 00:16
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from 5ce17eb to 4ca8180 Compare May 24, 2025 12:02
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch 2 times, most recently from 98b389d to f263453 Compare June 6, 2025 16:13
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from f263453 to 475cf89 Compare October 25, 2025 15:31
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from 475cf89 to 29b75b0 Compare January 1, 2026 19:43
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from 29b75b0 to 0405c6f Compare January 9, 2026 07:34
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from 0405c6f to c8d652b Compare January 20, 2026 08:15
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from c8d652b to 995d77a Compare March 8, 2026 11:48
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from 995d77a to 42b5bbc Compare April 15, 2026 17:48
@renovate renovate Bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x-lockfile branch from 42b5bbc to 09b685b Compare April 30, 2026 02:51
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.

0 participants