Skip to content

Commit 8a8cbfa

Browse files
Bump babel to ^7.27.1 (#46069)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ab38e9 commit 8a8cbfa

File tree

26 files changed

+1275
-1286
lines changed

26 files changed

+1275
-1286
lines changed

apps/pigment-css-vite-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"webfontloader": "^1.6.28"
2525
},
2626
"devDependencies": {
27-
"@babel/preset-react": "^7.26.3",
28-
"@babel/preset-typescript": "^7.27.0",
27+
"@babel/preset-react": "^7.27.1",
28+
"@babel/preset-typescript": "^7.27.1",
2929
"@pigment-css/vite-plugin": "0.0.30",
3030
"@types/react": "^19.1.2",
3131
"@types/react-dom": "^19.1.3",

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"server:system": "cd ../ && cross-env NODE_ENV=production BABEL_ENV=benchmark babel-node benchmark/server/scenarios/system.js --inspect=0.0.0.0:9229 --extensions \".tsx,.ts,.js\""
1111
},
1212
"dependencies": {
13-
"@babel/runtime": "^7.27.0",
13+
"@babel/runtime": "^7.27.1",
1414
"@chakra-ui/system": "^2.6.2",
1515
"@emotion/react": "^11.13.5",
1616
"@emotion/server": "^11.11.0",

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"link-check": "tsx ./scripts/reportBrokenLinks.js"
1818
},
1919
"dependencies": {
20-
"@babel/core": "^7.26.10",
21-
"@babel/runtime": "^7.27.0",
22-
"@babel/runtime-corejs2": "^7.27.0",
20+
"@babel/core": "^7.27.1",
21+
"@babel/runtime": "^7.27.1",
22+
"@babel/runtime-corejs2": "^7.27.1",
2323
"@docsearch/react": "^3.9.0",
2424
"@emotion/cache": "^11.13.5",
2525
"@emotion/react": "^11.13.5",
@@ -110,8 +110,8 @@
110110
"webpack-bundle-analyzer": "^4.10.2"
111111
},
112112
"devDependencies": {
113-
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
114-
"@babel/preset-typescript": "^7.27.0",
113+
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
114+
"@babel/preset-typescript": "^7.27.1",
115115
"@mui-internal/api-docs-builder": "workspace:^",
116116
"@mui/internal-docs-utils": "workspace:^",
117117
"@mui/internal-scripts": "workspace:^",

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@
112112
"devDependencies": {
113113
"@arethetypeswrong/cli": "^0.17.4",
114114
"@argos-ci/core": "^3.1.1",
115-
"@babel/cli": "^7.27.0",
116-
"@babel/core": "^7.26.10",
117-
"@babel/node": "^7.26.0",
118-
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
119-
"@babel/plugin-transform-runtime": "^7.26.10",
120-
"@babel/preset-env": "^7.26.9",
121-
"@babel/preset-react": "^7.26.3",
122-
"@babel/preset-typescript": "^7.27.0",
123-
"@babel/register": "^7.25.9",
115+
"@babel/cli": "^7.27.1",
116+
"@babel/core": "^7.27.1",
117+
"@babel/node": "^7.27.1",
118+
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
119+
"@babel/plugin-transform-runtime": "^7.27.1",
120+
"@babel/preset-env": "^7.27.1",
121+
"@babel/preset-react": "^7.27.1",
122+
"@babel/preset-typescript": "^7.27.1",
123+
"@babel/register": "^7.27.1",
124124
"@mui-internal/api-docs-builder": "workspace:^",
125125
"@mui-internal/api-docs-builder-core": "workspace:^",
126126
"@mui/internal-docs-utils": "workspace:^",
@@ -219,12 +219,12 @@
219219
"pnpm": "10.10.0"
220220
},
221221
"resolutions": {
222-
"@babel/core": "^7.26.10",
223-
"@babel/plugin-transform-runtime": "^7.26.10",
224-
"@babel/preset-env": "^7.26.9",
225-
"@babel/preset-react": "^7.26.3",
226-
"@babel/preset-typescript": "^7.27.0",
227-
"@babel/runtime": "^7.27.0",
222+
"@babel/core": "^7.27.1",
223+
"@babel/plugin-transform-runtime": "^7.27.1",
224+
"@babel/preset-env": "^7.27.1",
225+
"@babel/preset-react": "^7.27.1",
226+
"@babel/preset-typescript": "^7.27.1",
227+
"@babel/runtime": "^7.27.1",
228228
"@definitelytyped/header-parser": "^0.2.19",
229229
"@definitelytyped/typescript-versions": "^0.1.8",
230230
"@definitelytyped/utils": "^0.1.8",

packages-internal/babel-plugin-minify-errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages-internal/babel-plugin-minify-errors/**/*.test.?(c|m)[jt]s?(x)'"
2121
},
2222
"dependencies": {
23-
"@babel/helper-module-imports": "^7.25.9",
23+
"@babel/helper-module-imports": "^7.27.1",
2424
"find-package-json": "^1.2.0"
2525
},
2626
"devDependencies": {

packages-internal/babel-plugin-resolve-imports/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"resolve": "^1.22.10"
2121
},
2222
"devDependencies": {
23-
"@babel/plugin-syntax-typescript": "^7.25.9",
24-
"@babel/preset-typescript": "^7.27.0",
23+
"@babel/plugin-syntax-typescript": "^7.27.1",
24+
"@babel/preset-typescript": "^7.27.1",
2525
"@types/babel__core": "^7.20.5",
2626
"@types/chai": "^4.3.20",
2727
"@types/node": "^20.17.32",

packages-internal/scripts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"typescript": "tsc --build tsconfig.typecheck.json"
2626
},
2727
"dependencies": {
28-
"@babel/core": "^7.26.10",
28+
"@babel/core": "^7.27.1",
2929
"@babel/plugin-syntax-class-properties": "^7.12.13",
30-
"@babel/plugin-syntax-jsx": "^7.25.9",
31-
"@babel/plugin-syntax-typescript": "^7.25.9",
32-
"@babel/types": "^7.27.0",
30+
"@babel/plugin-syntax-jsx": "^7.27.1",
31+
"@babel/plugin-syntax-typescript": "^7.27.1",
32+
"@babel/types": "^7.27.1",
3333
"@mui/internal-docs-utils": "workspace:^",
3434
"doctrine": "^3.0.0",
3535
"lodash": "^4.17.21",
3636
"typescript": "^5.8.3",
3737
"uuid": "^11.1.0"
3838
},
3939
"devDependencies": {
40-
"@babel/register": "^7.25.9",
40+
"@babel/register": "^7.27.1",
4141
"@types/babel__core": "^7.20.5",
4242
"@types/chai": "^4.3.20",
4343
"@types/doctrine": "^0.0.9",

packages-internal/test-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\""
3434
},
3535
"dependencies": {
36-
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
37-
"@babel/preset-typescript": "^7.27.0",
38-
"@babel/register": "^7.25.9",
39-
"@babel/runtime": "^7.27.0",
36+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
37+
"@babel/preset-typescript": "^7.27.1",
38+
"@babel/register": "^7.27.1",
39+
"@babel/runtime": "^7.27.1",
4040
"@emotion/cache": "^11.13.5",
4141
"@emotion/react": "^11.13.5",
4242
"@testing-library/dom": "^10.4.0",

packages/api-docs-builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"typescript": "tsc -p tsconfig.json"
99
},
1010
"dependencies": {
11-
"@babel/core": "^7.26.10",
12-
"@babel/preset-typescript": "^7.27.0",
13-
"@babel/traverse": "^7.27.0",
11+
"@babel/core": "^7.27.1",
12+
"@babel/preset-typescript": "^7.27.1",
13+
"@babel/traverse": "^7.27.1",
1414
"@mui/internal-docs-utils": "workspace:^",
1515
"@mui/internal-markdown": "workspace:^",
1616
"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.27.0",
28+
"@babel/runtime": "^7.27.1",
2929
"lodash": "^4.17.21",
3030
"marked": "^15.0.11",
3131
"prismjs": "^1.30.0"

packages/mui-codemod/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"url": "https://opencollective.com/mui-org"
3030
},
3131
"dependencies": {
32-
"@babel/core": "^7.26.10",
33-
"@babel/runtime": "^7.27.0",
34-
"@babel/traverse": "^7.27.0",
32+
"@babel/core": "^7.27.1",
33+
"@babel/runtime": "^7.27.1",
34+
"@babel/traverse": "^7.27.1",
3535
"jscodeshift": "^17.1.2",
3636
"jscodeshift-add-imports": "^1.0.11",
3737
"postcss": "^8.5.3",

packages/mui-docs/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.27.0",
36+
"@babel/runtime": "^7.27.1",
3737
"@mui/internal-markdown": "workspace:^",
3838
"clipboard-copy": "^4.0.1",
3939
"clsx": "^2.1.1",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"attw": "attw --pack ./build --exclude-entrypoints esm --include-entrypoints Close"
4545
},
4646
"dependencies": {
47-
"@babel/runtime": "^7.27.0"
47+
"@babel/runtime": "^7.27.1"
4848
},
4949
"devDependencies": {
5050
"@mui/icons-material": "workspace:*",

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
3737
},
3838
"dependencies": {
39-
"@babel/runtime": "^7.27.0",
39+
"@babel/runtime": "^7.27.1",
4040
"@mui/base": "7.0.0-beta.4",
4141
"@mui/core-downloads-tracker": "workspace:^",
4242
"@mui/system": "workspace:^",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"typescript": "tsc -p tsconfig.json"
3939
},
4040
"dependencies": {
41-
"@babel/runtime": "^7.27.0",
41+
"@babel/runtime": "^7.27.1",
4242
"@mui/system": "workspace:^",
4343
"@mui/types": "workspace:^",
4444
"@mui/utils": "workspace:^",

packages/mui-material-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"attw": "attw --pack ./build --exclude-entrypoints . esm modern --include-entrypoints v15-pagesRouter v15-appRouter"
3636
},
3737
"dependencies": {
38-
"@babel/runtime": "^7.27.0"
38+
"@babel/runtime": "^7.27.1"
3939
},
4040
"devDependencies": {
4141
"@emotion/cache": "^11.13.5",

packages/mui-material-pigment-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
3939
},
4040
"dependencies": {
41-
"@babel/runtime": "^7.27.0",
41+
"@babel/runtime": "^7.27.1",
4242
"@mui/system": "workspace:*"
4343
},
4444
"peerDependencies": {

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"attw": "attw --pack ./build --exclude-entrypoints esm modern --include-entrypoints Button styles"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.27.0",
42+
"@babel/runtime": "^7.27.1",
4343
"@mui/core-downloads-tracker": "workspace:^",
4444
"@mui/system": "workspace:^",
4545
"@mui/types": "workspace:^",

packages/mui-private-theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"typescript": "tsc -p tsconfig.json"
3737
},
3838
"dependencies": {
39-
"@babel/runtime": "^7.27.0",
39+
"@babel/runtime": "^7.27.1",
4040
"@mui/utils": "workspace:^",
4141
"prop-types": "^15.8.1"
4242
},

packages/mui-styled-engine-sc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"typescript": "tsc -p tsconfig.json"
3737
},
3838
"dependencies": {
39-
"@babel/runtime": "^7.27.0",
39+
"@babel/runtime": "^7.27.1",
4040
"@types/hoist-non-react-statics": "^3.3.6",
4141
"csstype": "^3.1.3",
4242
"hoist-non-react-statics": "^3.3.2",

packages/mui-styled-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"attw": "attw --pack ./build --exclude-entrypoints esm modern --include-entrypoints StyledEngineProvider GlobalStyles"
3838
},
3939
"dependencies": {
40-
"@babel/runtime": "^7.27.0",
40+
"@babel/runtime": "^7.27.1",
4141
"@emotion/cache": "^11.13.5",
4242
"@emotion/serialize": "^1.3.3",
4343
"@emotion/sheet": "^1.4.0",

packages/mui-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"attw": "attw --pack ./build --exclude-entrypoints esm modern --include-entrypoints borders"
3939
},
4040
"dependencies": {
41-
"@babel/runtime": "^7.27.0",
41+
"@babel/runtime": "^7.27.1",
4242
"@mui/private-theming": "workspace:^",
4343
"@mui/styled-engine": "workspace:^",
4444
"@mui/types": "workspace:^",

packages/mui-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"directory": "build"
3939
},
4040
"dependencies": {
41-
"@babel/runtime": "^7.27.0"
41+
"@babel/runtime": "^7.27.1"
4242
},
4343
"devDependencies": {
4444
"@mui/types": "workspace:*",

packages/mui-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"attw": "attw --pack ./build --exclude-entrypoints esm modern --include-entrypoints types deepmerge"
3838
},
3939
"dependencies": {
40-
"@babel/runtime": "^7.27.0",
40+
"@babel/runtime": "^7.27.1",
4141
"@mui/types": "workspace:^",
4242
"@types/prop-types": "^15.7.14",
4343
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)