Skip to content

Commit cce3497

Browse files
committed
v6.6.0
1 parent 832cbd6 commit cce3497

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
6.6.0 / 2022-06-23
2+
==================
3+
- 566011b [New] `aria-role`: add `allowedInvalidRoles` option (#828)
4+
- 64dcac6 [New] Introduce a plugin-wide setting for custom components. (#844)
5+
- ce2c328 [Fix] `no-redundant-roles`, `role-supports-aria-props`: Remove implicit role from dl element (#848)
6+
- fb20bc4 [Refactor] `role-supports-aria-props`: clean up the logic a bit
7+
- 1826628 [Refactor] reduce egregious use of array spread, in favor of `[].concat` idiom
8+
- 0f1615a [Docs] `no-static-element-interactions`: Update error message (#843)
9+
- 9980d1d [Docs] Add infrastructure for auto-generating markdown table and list (#837)
10+
- f878d3b [Docs] Update project readme (#831)
11+
- aea7671 [Deps] update `@babel/runtime`, `array-includes`, `axe-core`, `jsx-ast-utils`
12+
- d74173a [Deps] update `jsx-ast-utils`
13+
- f6ba03c [Deps] update `@babel/runtime`, `jsx-ast-utils`
14+
- 547dab4 [Deps] update `@babel/runtime`, `axe-core`, `minimatch`
15+
- baaf791 [Deps] update `@babel/runtime`, `minimatch`, `semver`
16+
- c015fef [Deps] update `@babel/runtime`, `axe-core`, `damerau-levenshtein`
17+
- 832cbd6 [meta] add `export default` instead of `module.exports` (#861)
18+
- ee933a2 [meta] Add CONTRIBUTING.md to solicit contributions (#846)
19+
- 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`
20+
- fb3d51e [Dev Deps] update `@babel/core`, `@babel/register`, `eslint-plugin-import`, `minimist`
21+
- 8c1df4d [Dev Deps] pin `@technote-space/doctoc` because v2.5 is a breaking change
22+
- fb071ab [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `eslint-plugin-eslint-plugin`
23+
- 5e966e5 [Dev Deps] update `@babel/cli`
24+
- f597f5b [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`
25+
- 287854a [Tests] Fix `npm run flow` (#856)
26+
- 112261c [Tests] skip fragment tests in eslint < 6
27+
- ea877c4 [Tests] `img-redundant-alt-test`: add passing tests (#832)
28+
- 685426d test: align usage of jest expect across tests (#827)
29+
- c460a8b [Tests] move invalid test case to valid; changed in axe-core v4.4
30+
131
6.5.1 / 2021-11-10
232
==================
333
- 8f7d0b0 [Fix] properly build `module.exports` (#824)

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.5.1",
3+
"version": "6.6.0",
44
"description": "Static AST checker for accessibility rules on JSX elements.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)