Skip to content

Commit 8dc6514

Browse files
Bump @mui/internal-code-infra to ^0.0.3-canary.43 (#47142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Janpot <[email protected]>
1 parent 36e98ca commit 8dc6514

File tree

3 files changed

+47
-12
lines changed

3 files changed

+47
-12
lines changed

eslint.config.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ export default defineConfig(
8282
'@typescript-eslint/ban-ts-comment': 'off', // 117
8383
'@typescript-eslint/no-require-imports': 'off', // 133
8484
'react/jsx-filename-extension': 'off',
85+
86+
// TODO enable:
87+
'react-hooks/refs': 'off',
88+
'react-hooks/globals': 'off',
89+
'react-hooks/immutability': 'off',
90+
'react-hooks/preserve-manual-memoization': 'off',
91+
'react-hooks/incompatible-library': 'off',
92+
'react-hooks/static-components': 'off',
93+
'react-hooks/purity': 'off',
8594
},
8695
},
8796
...['mui-material', 'mui-system', 'mui-utils', 'mui-lab', 'mui-utils', 'mui-styled-engine'].map(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@mui-internal/api-docs-builder-core": "workspace:^",
107107
"@mui/internal-bundle-size-checker": "^1.0.9-canary.53",
108108
"@mui/internal-babel-plugin-minify-errors": "^2.0.8-canary.10",
109-
"@mui/internal-code-infra": "^0.0.3-canary.38",
109+
"@mui/internal-code-infra": "^0.0.3-canary.43",
110110
"@mui/internal-docs-utils": "workspace:^",
111111
"@mui/internal-netlify-cache": "^0.0.2-canary.1",
112112
"@mui/internal-scripts": "workspace:^",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)