Skip to content

Commit ed891c3

Browse files
Bump MUI infra packages (#47727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Janpot <2109932+Janpot@users.noreply.github.com>
1 parent 868d23e commit ed891c3

File tree

4 files changed

+131
-112
lines changed

4 files changed

+131
-112
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
orbs:
33
aws-cli: circleci/aws-cli@5.4.1
44
aws-s3: circleci/aws-s3@4.1.3
5-
code-infra: https://raw.githubusercontent.com/mui/mui-public/cf91f1f4fa54651c2c100f6a84f9201675adf0fb/.circleci/orbs/code-infra.yml
5+
code-infra: https://raw.githubusercontent.com/mui/mui-public/fb263291390f4a491f6f8902923de709c5336d5c/.circleci/orbs/code-infra.yml
66

77
parameters:
88
workflow:

eslint.config.mjs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ export default defineConfig(
115115
},
116116
}),
117117
),
118+
{
119+
files: [
120+
`packages-internal/**/*${EXTENSION_TS}`,
121+
`packages/api-docs-builder/**/*${EXTENSION_TS}`,
122+
`packages/api-docs-builder-core/**/*${EXTENSION_TS}`,
123+
],
124+
rules: {
125+
// Only applies to our public packages
126+
'compat/compat': 'off',
127+
},
128+
},
118129
{
119130
files: [`packages/**/*${EXTENSION_TS}`],
120131
rules: {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@
9696
"@mui-internal/api-docs-builder-core": "workspace:^",
9797
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.20",
9898
"@mui/internal-bundle-size-checker": "1.0.9-canary.60",
99-
"@mui/internal-code-infra": "0.0.3-canary.85",
99+
"@mui/internal-code-infra": "0.0.3-canary.86",
100100
"@mui/internal-docs-utils": "workspace:^",
101101
"@mui/internal-netlify-cache": "0.0.2-canary.1",
102102
"@mui/internal-scripts": "workspace:^",
103-
"@mui/internal-test-utils": "2.0.18-canary.5",
103+
"@mui/internal-test-utils": "2.0.18-canary.6",
104104
"@mui/joy": "workspace:*",
105105
"@mui/material": "workspace:^",
106106
"@mui/utils": "workspace:^",

0 commit comments

Comments
 (0)