Skip to content

Commit

Permalink
fix!: avoid eslint-plugin-jsx-a11y@6.8.0
Browse files Browse the repository at this point in the history
`eslint-plugin-jsx-a11y@6.8.0` throws too many false positives.

- Disallow eslint-plugin-jsx-a11y@6.8.0 in renovate config
- Downgrade eslint-plugin-jsx-a11y from 6.8.0 to 6.7.1

resolves #45
  • Loading branch information
frantic1048 committed Nov 16, 2023
1 parent 0060a0b commit 69f7cc7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"comment": "fix!: avoid `eslint-plugin-jsx-a11y@6.8.0`",
"type": "major",
"packageName": "@rightcapital/eslint-config-typescript-react",
"email": "im@pyonpyon.today",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-config-prettier": "9.0.0",
"@rushstack/eslint-patch": "1.5.1",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.33.2"
},
Expand Down
36 changes: 20 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"matchUpdateTypes": ["minor", "patch"],
"matchPackagePrefixes": ["@rightcapital"],
"automerge": false
},
{
"description": "Skip problematic eslint-plugin-jsx-a11y@6.8.0 version",
"matchPackageNames": ["eslint-plugin-jsx-a11y"],
"allowedVersions": ">6.8.0"
}
]
}

0 comments on commit 69f7cc7

Please sign in to comment.