Skip to content

Commit f8c4001

Browse files
committed
v6.5.0
1 parent 0f5f582 commit f8c4001

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
6.5.0 / 2021-11-09
2+
==================
3+
- 0f5f582 [New] support ESLint 8.x (#810)
4+
- 1dbc416 [Deps] update `@babel/runtime`, `axe-core`
5+
- 4043d31 [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `eslint-config-airbnb-base`
6+
- d143cba [Docs] HTTP => HTTPS (#823)
7+
- 309b040 [Docs] `anchor-has-content`: add missing close / for jsx succeed example (#821)
8+
- ba1e312 [eslint] simplify eslint command
9+
- 0269025 [meta] change all `master` references in URLs to `HEAD`
10+
- f1414cf [Dev Deps] add `eslint-plugin-eslint-plugin` (#818)
11+
- f44fc05 [meta] update URLs
12+
- df34872 [Refactor] switch to `export default` syntax for exporting rules (#819)
13+
- ff26b82 [meta] fix prepublish scripts
14+
- d4a57d8 [Deps] update `@babel/runtime`, `array-includes`, `axe-core`, `jsx-ast-utils`
15+
- bd1dec6 [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `eslint-plugin-import`, `estraverse`, `safe-publish-latest`
16+
- 434c4cf [Tests] do not test eslint 7 on node 11
17+
- aed7a20 [Tests] use `@babel/eslint-parser` instead of `babel-eslint` (#811)
18+
- 0021489 [actions] use codecov action
19+
- 1251088 [meta] delete FUNDING.yml in favor of `.github` repo
20+
- ecf7a27 [Docs] `scope`: replace duplicate `scope` word (#799)
21+
- 952af25 [Fix] `no-access-key`: Fix wording and grammar (#800)
22+
- 6cf7ac0 [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/plugin-transform-flow-strip-types`, `aud`, `eslint-plugin-flowtype`, `eslint-plugin-import`
23+
- 79a35d4 [Deps] update `@babel/runtime`, `axe-core`, `damerau-levenshtein`
24+
- 2a9ab71 [Tests] delete `src/util/getComputedRole-test.js` test in node 6
25+
- 0c1c587 [Tests] `autocomplete-valid`: move some failed tests to passing
26+
- 8830902 [Tests] fix eslint < 7 not understanding `import type`
27+
- d57887c [Tests] ensure all tests run
28+
- 55e5c11 Support img role for canvas (#796)
29+
- 36102cd [meta] use `prepublishOnly` script for npm 7+
30+
- 2501a7f Remove the link-button focus css from the anchor-is-valid doc (#662)
31+
- d927625 Update recommended config to allow fieldset to have the radiogroup role (#746)
32+
- 5aa8db9 [Docs] Clarify the title of the strictness table in the main doc (#786)
33+
- df3c7ad [Docs] Document the similarity between html-has-lang and lang (#778)
34+
- 426d4c2 Fix Flow warnings (#785)
35+
- ecec8e4 Fully deprecate accessible-emoji rule (#782)
36+
- 8a0e43c [Tests] remove .travis.yml
37+
- f88bf6b [Dev Deps] update `flow-bin` to support aarch64 (#784)
38+
- 369f9db [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/plugin-transform-flow-strip-types`, `aud`, `eslint-plugin-flowtype`, `jscodeshift`
39+
- ce0785f [Deps] update `@babel/runtime`, `array-includes`, `axe-core`, `emoji-regex`
40+
- 2c2a2ad [actions] update to use `node/install` action
41+
- c275964 [Docs] `anchor-is-valid`: general cleanup (#728)
42+
- 3df059e [Docs] `no-redundant-roles`: Adds missing closing square bracket (#775)
43+
- 42ce5b7 [Docs] `anchor-is-valid`: Add Next.js case (#769)
44+
- 2e5df91 [Tests] fix tests breaking on npm 7
45+
- 066ccff [Docs] `no-noninteractive-tabindex`: Add example for tabIndex on seemingly non-interactive element (#760)
46+
- 6b19aa5 [Tests] migrate tests to Github Actions (#764)
47+
- 7e158e3 [meta] run `aud` in `posttest`
48+
- 71f390f [Tests] stop using coveralls
49+
- e54b466 [meta] add Automatic Rebase and Require Allow Edits workflows
50+
- 7d5511d [New] `label-has-associated-control`: Add glob support (#749)
51+
- 854da0c Ran npm update; latest packages (#763)
52+
- 8637aa7 (source/pr/734, fork/pr/26) [patch] `strict` config: Turn off `label-has-for` (#734)
53+
- d85ce54 [doc] Add link to MDN Aria documentation (#762)
54+
- 20b48a4 [patch] `no-onchange`: Remove rule from recommended/strict configs, and deprecate (#757)
55+
156
6.4.1 / 2020-10-26
257
==================
358
- f8a4496 Upgrade jsx-ast-utils to v3.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jsx-a11y",
3-
"version": "6.4.1",
3+
"version": "6.5.0",
44
"description": "Static AST checker for accessibility rules on JSX elements.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)