Skip to content

Commit 28ef629

Browse files
Bump typescript-eslint to ^8.28.0 (#45756)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Aarón García Hervás <aaron@mui.com>
1 parent a7e08b4 commit 28ef629

File tree

5 files changed

+66
-71
lines changed

5 files changed

+66
-71
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
"@types/node": "^20.17.28",
139139
"@types/react": "^19.0.12",
140140
"@types/yargs": "^17.0.33",
141-
"@typescript-eslint/eslint-plugin": "^8.24.0",
142-
"@typescript-eslint/parser": "^8.24.0",
141+
"@typescript-eslint/eslint-plugin": "^8.28.0",
142+
"@typescript-eslint/parser": "^8.28.0",
143143
"@vitest/browser": "^3.0.9",
144144
"@vitest/coverage-v8": "^3.0.9",
145145
"@vitejs/plugin-react": "^4.3.4",

packages/eslint-plugin-material-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@types/eslint": "^8.56.12",
12-
"@typescript-eslint/parser": "^8.24.0",
12+
"@typescript-eslint/parser": "^8.28.0",
1313
"eslint": "^8.57.1"
1414
},
1515
"peerDependencies": {

packages/mui-material/src/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export type InternalStandardProps<
4343

4444
export namespace PropTypes {
4545
// keeping the type structure for backwards compat
46-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
4746
type Color = 'inherit' | 'primary' | 'secondary' | 'default';
4847
}
4948

packages/mui-system/src/useThemeProps/getThemeProps.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
export {};
22

3-
interface ThemeWithProps<Components> {
4-
components?: { [K in keyof Components]: { defaultProps?: Partial<Components[K]> } };
5-
}
6-
73
type ThemedProps<Theme, Name extends keyof any> = Theme extends {
84
components: Record<Name, { defaultProps: infer Props }>;
95
}

pnpm-lock.yaml

Lines changed: 63 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)