Sourced from eslint-plugin-jsx-a11y's changelog.
v6.10.0 - 2024-09-03
Fixed
- [New]
label-has-associated-control: add additional error message[#1005](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/1005)- [Fix]
label-has-associated-control: ignore undetermined label text[#966](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/966)Commits
- [Tests] switch from jest to tape
a284cbf- [New] add eslint 9 support
deac4fd- [New] add
attributessettinga1ee7f8- [New] allow polymorphic linting to be restricted
6cd1a70- [Tests] remove duplicate tests
74d5dec- [Dev Deps] update
@babel/cli,@babel/core,@babel/eslint-parser,@babel/plugin-transform-flow-strip-types6eca235- [readme] remove deprecated travis ci badge; add github actions badge
0be7ea9- [Tests] use
npm auditinstead ofaud05a5e49- [Deps] update
axobject-query912e98c- [Deps] unpin
axobject-query75147aa- [Deps] update
axe-core27ff7cb- [readme] fix jsxA11y import name
ce846e0- [readme] fix typo in shareable config section in readme
cca288b
65c9338
v6.10.0912e98c
[Deps] update axobject-query6cd1a70
[New] allow polymorphic linting to be restricteda1ee7f8
[New] add attributes setting83fd9c4
[New] label-has-associated-control: add additional error
message75147aa
[Deps] unpin axobject-querya284cbf
[Tests] switch from jest to tapedeac4fd
[New] add eslint 9 support74d5dec
[Tests] remove duplicate tests05a5e49
[Tests] use npm audit instead of aud