Skip to content

Commit

Permalink
Bump eslint-plugin-jsx-a11y to ^6.8.0 (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michał Dudak <[email protected]>
  • Loading branch information
renovate[bot] and michaldudak authored Feb 27, 2024
1 parent 6555741 commit 6f1d60a
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default function ExpandableApiItem(props: ExpandableApiItemProps) {
)}
>
<div className="MuiApi-item-header">
<a className="MuiApi-item-link-visual" href={`#${id}`}>
<a className="MuiApi-item-link-visual" href={`#${id}`} aria-labelledby={id}>
<svg>
<use xlinkHref="#anchor-link-icon" />
</svg>
Expand Down
1 change: 1 addition & 0 deletions docs/src/modules/components/ApiPage/table/SlotsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default function SlotsTable(props: SlotsTableProps) {
{className && <span className="class-name">{`.${className}`}</span>}
</td>
<td>{defaultValue && <code className="item-default">{defaultValue}</code>}</td>
{/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}
<td className="description-column">
<span
dangerouslySetInnerHTML={{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-material-ui": "workspace:^",
"eslint-plugin-mocha": "^10.3.0",
"eslint-plugin-react": "^7.33.2",
Expand Down
63 changes: 33 additions & 30 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 6f1d60a

Please sign in to comment.