v6.5.0
What's Changed
- Upgrade jsx-ast-utils dependency to v3.1.0 by @jessebeach in #754
- Remove no-onchange from recommended and strict by @karlhorky in #757
- Turn off label-has-for in strict rule set by @janmonschke in #734
- Ran npm update; latest packages by @jessebeach in #763
- [New]
label-has-associated-control
: Add glob support by @hallzac2 in #749 - [doc] Add link to MDN Aria documentation by @arjansingh in #762
- [Tests] migrate tests to Github Actions by @ljharb in #764
- docs: Add example for tabIndex on seemingly non-interactive element by @eps1lon in #760
- Add Next.js case to anchor-is-valid rule docs by @zackdotcomputer in #769
- [Docs]
no-redundant-roles
: Adds missing closing square bracket by @mikeriley131 in #775 - [Docs]
anchor-is-valid
: general cleanup by @Anima-t3d in #728 - Update flow-bin version to support aarch64 by @odidev in #784
- Fully deprecate accessible-emoji rule by @backwardok in #782
- Fix Flow warnings by @jessebeach in #785
- [Docs] Document the similarity between html-has-lang and lang by @denis-sokolov in #778
- [Docs] Clarify the title of the strictness table in the main doc by @denis-sokolov in #786
- Update recommended config to allow fieldset to have the radiogroup role by @hallzac2 in #746
- Update focus/hover style for link-button by @mdvorscak in #662
- Support img role for canvas. Fix for #648. by @markwoon in #796
- Fix no-access-key wording and grammar by @breadadams in #800
- [Docs]
scope
: replace duplicate scope word by @rafaelss95 in #799 - [Tests] use
@babel/eslint-parser
instead ofbabel-eslint
by @MichaelDeBoey in #811 - Switch to
export default
syntax for exporting rules by @bmish in #819 - Add
eslint-plugin-eslint-plugin
by @bmish in #818 - add missing close / for jsx succeed example by @adamrhunter in #821
- [Docs] HTTP => HTTPS by @Schweinepriester in #823
- [New] support ESLint 8.x by @MichaelDeBoey in #810
New Contributors
- @karlhorky made their first contribution in #757
- @janmonschke made their first contribution in #734
- @hallzac2 made their first contribution in #749
- @arjansingh made their first contribution in #762
- @zackdotcomputer made their first contribution in #769
- @mikeriley131 made their first contribution in #775
- @Anima-t3d made their first contribution in #728
- @odidev made their first contribution in #784
- @denis-sokolov made their first contribution in #778
- @mdvorscak made their first contribution in #662
- @markwoon made their first contribution in #796
- @breadadams made their first contribution in #800
- @rafaelss95 made their first contribution in #799
- @bmish made their first contribution in #819
- @adamrhunter made their first contribution in #821
- @Schweinepriester made their first contribution in #823
Full Changelog: v6.4.1...v6.5.0