Skip to content

Commit 9edd7fe

Browse files
Bump Infra packages (#46746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Janpot <[email protected]>
1 parent 42be103 commit 9edd7fe

File tree

7 files changed

+924
-1187
lines changed

7 files changed

+924
-1187
lines changed

apps/pigment-css-vite-app/src/augment.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ declare module '@mui/material' {
2020
}
2121

2222
declare global {
23+
// eslint-disable-next-line @typescript-eslint/no-namespace
2324
namespace React {
2425
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2526
interface HTMLAttributes<T> {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@
111111
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
112112
"@mui-internal/api-docs-builder": "workspace:^",
113113
"@mui-internal/api-docs-builder-core": "workspace:^",
114-
"@mui/internal-babel-plugin-minify-errors": "^2.0.8-canary.4",
115-
"@mui/internal-bundle-size-checker": "^1.0.9-canary.18",
116-
"@mui/internal-code-infra": "^0.0.2-canary.32",
114+
"@mui/internal-babel-plugin-minify-errors": "^2.0.8-canary.6",
115+
"@mui/internal-bundle-size-checker": "^1.0.9-canary.27",
116+
"@mui/internal-code-infra": "^0.0.2-canary.52",
117117
"@mui/internal-docs-utils": "workspace:^",
118118
"@mui/internal-scripts": "workspace:^",
119119
"@mui/internal-test-utils": "workspace:^",

packages-internal/test-utils/src/chai.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export {};
22

33
// https://stackoverflow.com/a/46755166/3406963
44
declare global {
5+
// eslint-disable-next-line @typescript-eslint/no-namespace
56
namespace Chai {
67
interface Assertion {
78
/**

packages-internal/test-utils/src/initPlaywrightMatchers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import type { ElementHandle } from '@playwright/test';
44

55
// https://stackoverflow.com/a/46755166/3406963
66
declare global {
7+
// eslint-disable-next-line @typescript-eslint/no-namespace
78
namespace Chai {
89
interface Assertion {
910
/**

packages/mui-system/test/typescript/moduleAugmentation/boxSx.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Box from '@mui/system/Box';
44
// https://github.com/mui/material-ui/issues/34068
55

66
declare global {
7+
// eslint-disable-next-line @typescript-eslint/no-namespace
78
namespace JSX {
89
interface IntrinsicElements {
910
test1: number;

pnpm-lock.yaml

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

test/bundle-size/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"description": "Bundle size measurement workspace for MUI packages",
44
"scripts": {
5-
"check": "NODE_OPTIONS=\"--max-old-space-size=4096\" bundle-size-checker --output ../size-snapshot.json --vite"
5+
"check": "NODE_OPTIONS=\"--max-old-space-size=4096\" bundle-size-checker --output ../size-snapshot.json"
66
},
77
"devDependencies": {
88
"fast-glob": "^3.3.3",

0 commit comments

Comments
 (0)