Skip to content

Commit

Permalink
Merge pull request #555 from fishbrain/dependabot/npm_and_yarn/eslint…
Browse files Browse the repository at this point in the history
…-plugin-jsx-a11y-6.10.0

Bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.0
  • Loading branch information
lhansford authored Sep 9, 2024
2 parents 7d4efd4 + ca567f9 commit 9956dce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@fishbrain/eslint-config-base": "workspace:^",
"eslint": "^9.9.1",
"eslint-plugin-compat": "^6.0.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.2",
"globals": "^15.9.0",
"typescript-eslint": "^8.4.0"
Expand Down
28 changes: 13 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ __metadata:
"@fishbrain/eslint-config-base": "workspace:^"
eslint: "npm:^9.9.1"
eslint-plugin-compat: "npm:^6.0.0"
eslint-plugin-jsx-a11y: "npm:^6.9.0"
eslint-plugin-jsx-a11y: "npm:^6.10.0"
eslint-plugin-react: "npm:^7.35.2"
globals: "npm:^15.9.0"
react: "npm:^18.3.1"
Expand Down Expand Up @@ -1508,19 +1508,17 @@ __metadata:
languageName: node
linkType: hard

"axe-core@npm:^4.9.1":
"axe-core@npm:^4.10.0":
version: 4.10.0
resolution: "axe-core@npm:4.10.0"
checksum: 10c0/732c171d48caaace5e784895c4dacb8ca6155e9d98045138ebe3952f78457dd05b92c57d05b41ce2a570aff87dbd0471e8398d2c0f6ebe79617b746c8f658998
languageName: node
linkType: hard

"axobject-query@npm:~3.1.1":
version: 3.1.1
resolution: "axobject-query@npm:3.1.1"
dependencies:
deep-equal: "npm:^2.0.5"
checksum: 10c0/fff3175a22fd1f41fceb7ae0cd25f6594a0d7fba28c2335dd904538b80eb4e1040432564a3c643025cd2bb748f68d35aaabffb780b794da97ecfc748810b25ad
"axobject-query@npm:^4.1.0":
version: 4.1.0
resolution: "axobject-query@npm:4.1.0"
checksum: 10c0/c470e4f95008f232eadd755b018cb55f16c03ccf39c027b941cd8820ac6b68707ce5d7368a46756db4256fbc91bb4ead368f84f7fb034b2b7932f082f6dc0775
languageName: node
linkType: hard

Expand Down Expand Up @@ -2313,16 +2311,16 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jsx-a11y@npm:^6.9.0":
version: 6.9.0
resolution: "eslint-plugin-jsx-a11y@npm:6.9.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: "npm:~5.1.3"
array-includes: "npm:^3.1.8"
array.prototype.flatmap: "npm:^1.3.2"
ast-types-flow: "npm:^0.0.8"
axe-core: "npm:^4.9.1"
axobject-query: "npm:~3.1.1"
axe-core: "npm:^4.10.0"
axobject-query: "npm:^4.1.0"
damerau-levenshtein: "npm:^1.0.8"
emoji-regex: "npm:^9.2.2"
es-iterator-helpers: "npm:^1.0.19"
Expand All @@ -2334,8 +2332,8 @@ __metadata:
safe-regex-test: "npm:^1.0.3"
string.prototype.includes: "npm:^2.0.0"
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
checksum: 10c0/72ac719ca90b6149c8f3c708ac5b1177f6757668b6e174d72a78512d4ac10329331b9c666c21e9561237a96a45d7f147f6a5d270dadbb99eb4ee093f127792c3
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
checksum: 10c0/9f8e29a3317fb6a82e2ecd333fe0fab3a69fff786d087eb65dc723d6e954473ab681d14a252d7cb2971f5e7f68816cb6f7731766558e1833a77bd73af1b5ab34
languageName: node
linkType: hard

Expand Down

0 comments on commit 9956dce

Please sign in to comment.