Skip to content

Commit

Permalink
Lock eslint-plugin-jsx-ally to version 6.7.1
Browse files Browse the repository at this point in the history
Version 6.8.0 has false positives

jsx-eslint/eslint-plugin-jsx-a11y#966

A form label must be associated w ith a control jsx-a11y/label-has-associated-cont rol
  • Loading branch information
lipemat committed Apr 10, 2024
1 parent f4eef43 commit 752ab4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -25,7 +25,8 @@
"dependencies": {
"@wordpress/eslint-plugin": "^12.2.0",
"eslint": "^8",
"eslint-plugin-deprecation": "^2.0.0"
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jsx-a11y": "6.7.1"
},
"devDependencies": {
"@lipemat/js-boilerplate": "^10.3.1",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Expand Up @@ -2125,6 +2125,7 @@ __metadata:
"@wordpress/eslint-plugin": "npm:^12.2.0"
eslint: "npm:^8"
eslint-plugin-deprecation: "npm:^2.0.0"
eslint-plugin-jsx-a11y: "npm:6.7.1"
jest: "npm:^29"
typescript: "npm:^5.1.6"
peerDependencies:
Expand Down Expand Up @@ -5572,7 +5573,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jsx-a11y@npm:^6.5.1":
"eslint-plugin-jsx-a11y@npm:6.7.1, eslint-plugin-jsx-a11y@npm:^6.5.1":
version: 6.7.1
resolution: "eslint-plugin-jsx-a11y@npm:6.7.1"
dependencies:
Expand Down

0 comments on commit 752ab4f

Please sign in to comment.