Skip to content

Commit

Permalink
Bump eslint (#789)
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 Nov 8, 2024
1 parent 1738869 commit d7c7839
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 173 deletions.
2 changes: 0 additions & 2 deletions docs/data/components/field/UnstyledFieldServerError.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ export default function UnstyledFieldServerError() {
<FieldSubmit
type="submit"
aria-disabled={status === 'loading'}
// The aria-description attribute is not a standard ARIA attribute (it's defined in ARIA 1.3 Editor's Draft).
// eslint-disable-next-line jsx-a11y/aria-props
aria-description={
!state.validity.valid ? 'Field has errors' : undefined
}
Expand Down
2 changes: 0 additions & 2 deletions docs/data/components/field/UnstyledFieldServerError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ export default function UnstyledFieldServerError() {
<FieldSubmit
type="submit"
aria-disabled={status === 'loading'}
// The aria-description attribute is not a standard ARIA attribute (it's defined in ARIA 1.3 Editor's Draft).
// eslint-disable-next-line jsx-a11y/aria-props
aria-description={
!state.validity.valid ? 'Field has errors' : undefined
}
Expand Down
1 change: 1 addition & 0 deletions docs/src/components/ApiReference.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export function ApiReference(props: ApiReferenceProps) {
<code>{prop.type.name}</code>
</td>
<td>{prop.defaultValue != null ? <code>{prop.defaultValue}</code> : null}</td>
{/* eslint-disable-next-line jsx-a11y/control-has-associated-label */}
<td dangerouslySetInnerHTML={{ __html: prop.description }} />
</tr>
))}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@mui/internal-test-utils": "https://pkg.csb.dev/mui/material-ui/commit/92c23999/@mui/internal-test-utils",
"@mui/monorepo": "github:mui/material-ui#v6.1.6",
"@mui/utils": "6.1.6",
"@next/eslint-plugin-next": "^14.2.13",
"@next/eslint-plugin-next": "^14.2.17",
"@octokit/rest": "^20.1.1",
"@playwright/test": "1.48.2",
"@tailwindcss/postcss": "4.0.0-alpha.30",
Expand All @@ -95,8 +95,8 @@
"@types/node": "^18.19.63",
"@types/react": "npm:[email protected]",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/browser": "^2.1.4",
"@vitest/coverage-v8": "^2.1.4",
Expand Down Expand Up @@ -125,13 +125,13 @@
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-material-ui": "workspace:^",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-testing-library": "^6.4.0",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
Expand Down
Loading

0 comments on commit d7c7839

Please sign in to comment.