@mui/internal-code-infra 0.0.3-canary.38 → 0.0.3-canary.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-code-infra",
3
- "version": "0.0.3-canary.38",
3
+ "version": "0.0.3-canary.39",
4
4
  "description": "Infra scripts and configs to be used across MUI repos.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -80,7 +80,7 @@
80
80
  "eslint-plugin-mocha": "^11.2.0",
81
81
  "eslint-plugin-react": "^7.37.5",
82
82
  "eslint-plugin-react-compiler": "^19.1.0-rc.2",
83
- "eslint-plugin-react-hooks": "^6.1.1",
83
+ "eslint-plugin-react-hooks": "^7.0.0",
84
84
  "eslint-plugin-testing-library": "^7.13.3",
85
85
  "execa": "^9.6.0",
86
86
  "git-url-parse": "^16.1.0",
@@ -95,9 +95,9 @@
95
95
  "stylelint-config-standard": "^39.0.1",
96
96
  "typescript-eslint": "^8.46.2",
97
97
  "yargs": "^18.0.0",
98
- "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.27",
99
98
  "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.10",
100
- "@mui/internal-babel-plugin-display-name": "1.0.4-canary.7"
99
+ "@mui/internal-babel-plugin-display-name": "1.0.4-canary.7",
100
+ "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.27"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "eslint": "^9.0.0",
@@ -131,7 +131,7 @@
131
131
  "publishConfig": {
132
132
  "access": "public"
133
133
  },
134
- "gitSha": "57bff51a86f4e6cc6b4497e9b4a857d628598ec0",
134
+ "gitSha": "ee2ebe5986437ef816c148ed267d8135c8914a18",
135
135
  "scripts": {
136
136
  "build": "tsc -p tsconfig.build.json",
137
137
  "typescript": "tsc -p tsconfig.json",
@@ -52,8 +52,7 @@ export function createBaseConfig({
52
52
  importPlugin.flatConfigs.react,
53
53
  jsxA11yPlugin.flatConfigs.recommended,
54
54
  reactPlugin.configs.flat.recommended,
55
- // @ts-expect-error Types are messed up https://github.com/facebook/react/issues/34705
56
- reactHooks.configs['flat/recommended'],
55
+ reactHooks.configs.flat.recommended,
57
56
  tseslint.configs.recommended,
58
57
  importPlugin.flatConfigs.typescript,
59
58
  enableReactCompiler ? reactCompilerPluginConfigs.recommended : {},