Skip to content

Bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.0 #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.31.11",
"husky": "^8.0.2",
Expand Down
44 changes: 42 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2884,13 +2884,27 @@ __metadata:
languageName: node
linkType: hard

"axe-core@npm:^4.10.0":
version: 4.10.0
resolution: "axe-core@npm:4.10.0"
checksum: 7eca827fd8d98d7e4b561df65437be608155c613d8f262ae9e4a6ade02c156c7362dcbc3f71b4b526edce686f7c686280236bcff1d6725e2ef8327def72a8c41
languageName: node
linkType: hard

"axe-core@npm:^4.9.1":
version: 4.9.1
resolution: "axe-core@npm:4.9.1"
checksum: 41d9227871781f96c2952e2a777fca73624959dd0e98864f6d82806a77602f82b4fc490852082a7e524d8cd864e50d8b4d9931819b4a150112981d8c932110c5
languageName: node
linkType: hard

"axobject-query@npm:^4.1.0":
version: 4.1.0
resolution: "axobject-query@npm:4.1.0"
checksum: 7d1e87bf0aa7ae7a76cd39ab627b7c48fda3dc40181303d9adce4ba1d5b5ce73b5e5403ee6626ec8e91090448c887294d6144e24b6741a976f5be9347e3ae1df
languageName: node
linkType: hard

"axobject-query@npm:~3.1.1":
version: 3.1.1
resolution: "axobject-query@npm:3.1.1"
Expand Down Expand Up @@ -4449,7 +4463,33 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jsx-a11y@npm:^6.5.1, eslint-plugin-jsx-a11y@npm:^6.6.0":
"eslint-plugin-jsx-a11y@npm:^6.10.0":
version: 6.10.0
resolution: "eslint-plugin-jsx-a11y@npm:6.10.0"
dependencies:
aria-query: ~5.1.3
array-includes: ^3.1.8
array.prototype.flatmap: ^1.3.2
ast-types-flow: ^0.0.8
axe-core: ^4.10.0
axobject-query: ^4.1.0
damerau-levenshtein: ^1.0.8
emoji-regex: ^9.2.2
es-iterator-helpers: ^1.0.19
hasown: ^2.0.2
jsx-ast-utils: ^3.3.5
language-tags: ^1.0.9
minimatch: ^3.1.2
object.fromentries: ^2.0.8
safe-regex-test: ^1.0.3
string.prototype.includes: ^2.0.0
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
checksum: 1009deca12ddbe3624586bc5fc3534ca98d00a5841a2563cb6abd9339b984f0a99075dc2a703a517f4087eb84d659c87e60beda17645883de2ba1d86f2b20c96
languageName: node
linkType: hard

"eslint-plugin-jsx-a11y@npm:^6.5.1":
version: 6.9.0
resolution: "eslint-plugin-jsx-a11y@npm:6.9.0"
dependencies:
Expand Down Expand Up @@ -7257,7 +7297,7 @@ __metadata:
eslint-config-react-app: ^7.0.1
eslint-plugin-flowtype: ^2.50.3
eslint-plugin-import: ^2.26.0
eslint-plugin-jsx-a11y: ^6.6.0
eslint-plugin-jsx-a11y: ^6.10.0
eslint-plugin-prettier: ^3.4.1
eslint-plugin-react: ^7.31.11
express: ^4.18.2
Expand Down
Loading