Skip to content

Commit 4e0225e

Browse files
dependabot[bot]owlstronaut
authored andcommitted
chore: bump eslint-plugin-primer-react from 6.1.6 to 7.0.0
Bumps [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react) from 6.1.6 to 7.0.0. - [Release notes](https://github.com/primer/eslint-plugin-primer-react/releases) - [Changelog](https://github.com/primer/eslint-plugin-primer-react/blob/main/CHANGELOG.md) - [Commits](primer/eslint-plugin-primer-react@v6.1.6...v7.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-primer-react dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6bff221 commit 4e0225e

File tree

3 files changed

+70
-136
lines changed

3 files changed

+70
-136
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
'primer-react/a11y-explicit-heading': 'error',
2424
'primer-react/no-deprecated-props': 'warn',
2525
'primer-react/a11y-remove-disable-tooltip': 'error',
26-
'primer-react/a11y-use-next-tooltip': 'error',
26+
'primer-react/a11y-use-accessible-tooltip': 'error',
2727
},
2828
settings: {
2929
'import/resolver': {

package-lock.json

Lines changed: 68 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"eslint-plugin-mdx": "^3.1.3",
9191
"eslint-plugin-node": "^11.1.0",
9292
"eslint-plugin-prettier": "^5.1.2",
93-
"eslint-plugin-primer-react": "^6.1.3",
93+
"eslint-plugin-primer-react": "^7.0.0",
9494
"eslint-plugin-promise": "^7.0.0",
9595
"eslint-plugin-react": "^7.33.2",
9696
"eslint-plugin-react-hooks": "^4.6.0",

0 commit comments

Comments
 (0)