Skip to content

Commit e7bf2f2

Browse files
Bump babel monorepo to ^7.28.6 (#47640)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06b1418 commit e7bf2f2

File tree

22 files changed

+938
-945
lines changed

22 files changed

+938
-945
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"link-check": "tsx ./scripts/reportBrokenLinks.mts"
1818
},
1919
"dependencies": {
20-
"@babel/core": "^7.28.5",
21-
"@babel/runtime": "^7.28.4",
20+
"@babel/core": "^7.28.6",
21+
"@babel/runtime": "^7.28.6",
2222
"@base-ui/react": "^1.0.0",
2323
"@docsearch/react": "^3.9.0",
2424
"@emotion/cache": "^11.14.0",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
},
9090
"devDependencies": {
9191
"@arethetypeswrong/cli": "0.18.2",
92-
"@babel/core": "7.28.5",
93-
"@babel/node": "7.28.0",
92+
"@babel/core": "7.28.6",
93+
"@babel/node": "7.28.6",
9494
"@babel/plugin-transform-react-constant-elements": "7.27.1",
9595
"@mui-internal/api-docs-builder": "workspace:^",
9696
"@mui-internal/api-docs-builder-core": "workspace:^",
@@ -164,12 +164,12 @@
164164
"node": ">=22.18.0"
165165
},
166166
"resolutions": {
167-
"@babel/core": "7.28.5",
167+
"@babel/core": "7.28.6",
168168
"@babel/plugin-transform-runtime": "^7.28.5",
169-
"@babel/preset-env": "^7.28.5",
169+
"@babel/preset-env": "^7.28.6",
170170
"@babel/preset-react": "^7.28.5",
171171
"@babel/preset-typescript": "^7.28.5",
172-
"@babel/runtime": "^7.28.4",
172+
"@babel/runtime": "^7.28.6",
173173
"@definitelytyped/header-parser": "^0.2.20",
174174
"@definitelytyped/typescript-versions": "^0.1.9",
175175
"@definitelytyped/utils": "^0.1.8",

packages-internal/scripts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
"typescript": "tsc -b tsconfig.typecheck.json"
2929
},
3030
"dependencies": {
31-
"@babel/core": "^7.28.5",
31+
"@babel/core": "^7.28.6",
3232
"@babel/plugin-syntax-class-properties": "^7.12.13",
33-
"@babel/plugin-syntax-jsx": "^7.27.1",
34-
"@babel/plugin-syntax-typescript": "^7.27.1",
35-
"@babel/types": "^7.28.5",
33+
"@babel/plugin-syntax-jsx": "^7.28.6",
34+
"@babel/plugin-syntax-typescript": "^7.28.6",
35+
"@babel/types": "^7.28.6",
3636
"@mui/internal-docs-utils": "workspace:^",
3737
"doctrine": "^3.0.0",
3838
"es-toolkit": "^1.43.0",
3939
"typescript": "^5.9.3"
4040
},
4141
"devDependencies": {
42-
"@babel/register": "7.28.3",
42+
"@babel/register": "7.28.6",
4343
"@types/babel__core": "7.20.5",
4444
"@types/chai": "5.2.3",
4545
"@types/doctrine": "0.0.9",

packages/api-docs-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"directory": "packages/api-docs-builder"
1414
},
1515
"dependencies": {
16-
"@babel/core": "^7.28.5",
16+
"@babel/core": "^7.28.6",
1717
"@babel/preset-typescript": "^7.28.5",
18-
"@babel/traverse": "^7.28.5",
18+
"@babel/traverse": "^7.28.6",
1919
"@mui/internal-docs-utils": "workspace:^",
2020
"@mui/internal-markdown": "workspace:^",
2121
"ast-types": "^0.14.2",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\""
2626
},
2727
"dependencies": {
28-
"@babel/runtime": "^7.28.4",
28+
"@babel/runtime": "^7.28.6",
2929
"es-toolkit": "^1.43.0",
3030
"marked": "^17.0.1",
3131
"prismjs": "^1.30.0"

packages/mui-codemod/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"url": "https://opencollective.com/mui-org"
2929
},
3030
"dependencies": {
31-
"@babel/core": "^7.28.5",
32-
"@babel/runtime": "^7.28.4",
33-
"@babel/traverse": "^7.28.5",
31+
"@babel/core": "^7.28.6",
32+
"@babel/runtime": "^7.28.6",
33+
"@babel/traverse": "^7.28.6",
3434
"jscodeshift": "^17.1.2",
3535
"jscodeshift-add-imports": "^1.0.11",
3636
"postcss": "^8.5.6",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"typescript": "tsc -p tsconfig.json"
2828
},
2929
"dependencies": {
30-
"@babel/runtime": "^7.28.4",
30+
"@babel/runtime": "^7.28.6",
3131
"@mui/internal-markdown": "workspace:^",
3232
"clipboard-copy": "^4.0.1",
3333
"clsx": "^2.1.1",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"attw": "attw --pack ./build --exclude-entrypoints esm --include-entrypoints Close"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.28.4"
44+
"@babel/runtime": "^7.28.6"
4545
},
4646
"devDependencies": {
4747
"@mui/icons-material": "workspace:*",

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
3131
},
3232
"dependencies": {
33-
"@babel/runtime": "^7.28.4",
33+
"@babel/runtime": "^7.28.6",
3434
"@mui/base": "7.0.0-beta.4",
3535
"@mui/core-downloads-tracker": "workspace:^",
3636
"@mui/system": "workspace:^",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typescript": "tsc -p tsconfig.json"
3434
},
3535
"dependencies": {
36-
"@babel/runtime": "^7.28.4",
36+
"@babel/runtime": "^7.28.6",
3737
"@mui/system": "workspace:^",
3838
"@mui/types": "workspace:^",
3939
"@mui/utils": "workspace:^",

0 commit comments

Comments
 (0)