Skip to content

Commit

Permalink
Update dependency eslint-plugin-jsx-a11y to v6.10.2
Browse files Browse the repository at this point in the history
| datasource | package                | from   | to     |
| ---------- | ---------------------- | ------ | ------ |
| npm        | eslint-plugin-jsx-a11y | 6.10.1 | 6.10.2 |


## [v6.10.2](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/CHANGELOG.md#v6102---2024-10-25)

##### Fixed

-   \[patch] `no-redundandant-roles`: allow `<img src="*.svg" role="img" />` [`#936`](jsx-eslint/eslint-plugin-jsx-a11y#936)

##### Commits

-   \[meta] fix changelog URLs [`0d01a1a`](jsx-eslint/eslint-plugin-jsx-a11y@0d01a1a)
-   \[Refactor] remove no-longer-needed `es-iterator-helpers` [`aa075bd`](jsx-eslint/eslint-plugin-jsx-a11y@aa075bd)
-   \[Refactor] avoid spreading things that are already arrays [`d15d3ab`](jsx-eslint/eslint-plugin-jsx-a11y@d15d3ab)
-   \[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `@babel/register` [`5dad7c4`](jsx-eslint/eslint-plugin-jsx-a11y@5dad7c4)
-   \[Tests] `aria-role`: Add valid test for `<svg role="img" />` [`daba189`](jsx-eslint/eslint-plugin-jsx-a11y@daba189)
-   \[Docs] `label-has-associated-control`: add line breaks for readability [`0bc6378`](jsx-eslint/eslint-plugin-jsx-a11y@0bc6378)
-   \[Tests] `label-has-associated-control`: add additional test cases [`30d2318`](jsx-eslint/eslint-plugin-jsx-a11y@30d2318)
-   \[Tests] Add tests to reinforce required attributes for role="heading" [`d92446c`](jsx-eslint/eslint-plugin-jsx-a11y@d92446c)
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 19841d4 commit a141708
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 137 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-local-rules": "3.0.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.31.10",
Expand Down
144 changes: 8 additions & 136 deletions pnpm-lock.yaml

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

0 comments on commit a141708

Please sign in to comment.