Skip to content

Commit 752ab4f

Browse files
committed
Lock eslint-plugin-jsx-ally to version 6.7.1
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
1 parent f4eef43 commit 752ab4f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"dependencies": {
2626
"@wordpress/eslint-plugin": "^12.2.0",
2727
"eslint": "^8",
28-
"eslint-plugin-deprecation": "^2.0.0"
28+
"eslint-plugin-deprecation": "^2.0.0",
29+
"eslint-plugin-jsx-a11y": "6.7.1"
2930
},
3031
"devDependencies": {
3132
"@lipemat/js-boilerplate": "^10.3.1",

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2125,6 +2125,7 @@ __metadata:
21252125
"@wordpress/eslint-plugin": "npm:^12.2.0"
21262126
eslint: "npm:^8"
21272127
eslint-plugin-deprecation: "npm:^2.0.0"
2128+
eslint-plugin-jsx-a11y: "npm:6.7.1"
21282129
jest: "npm:^29"
21292130
typescript: "npm:^5.1.6"
21302131
peerDependencies:
@@ -5572,7 +5573,7 @@ __metadata:
55725573
languageName: node
55735574
linkType: hard
55745575

5575-
"eslint-plugin-jsx-a11y@npm:^6.5.1":
5576+
"eslint-plugin-jsx-a11y@npm:6.7.1, eslint-plugin-jsx-a11y@npm:^6.5.1":
55765577
version: 6.7.1
55775578
resolution: "eslint-plugin-jsx-a11y@npm:6.7.1"
55785579
dependencies:

0 commit comments

Comments
 (0)