Skip to content

Commit 9c71faf

Browse files
Bump babel (#43675)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ZeeshanTamboli <[email protected]>
1 parent 96f7937 commit 9c71faf

File tree

42 files changed

+382
-421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+382
-421
lines changed

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"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\""
1212
},
1313
"dependencies": {
14-
"@babel/runtime": "^7.25.0",
14+
"@babel/runtime": "^7.25.6",
1515
"@chakra-ui/system": "^2.6.2",
1616
"@emotion/react": "^11.13.3",
1717
"@emotion/server": "^11.11.0",

docs/data/base/components/autocomplete/AutocompleteIntroduction/css/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ const Autocomplete = React.forwardRef(function Autocomplete(props, ref) {
7272
<ClearIcon />
7373
</Button>
7474
)}
75-
7675
<Button
7776
{...getPopupIndicatorProps()}
7877
className={clsx(

docs/data/base/components/autocomplete/AutocompleteIntroduction/system/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ const Autocomplete = React.forwardRef(function Autocomplete(props, ref) {
5757
<ClearIcon />
5858
</StyledClearIndicator>
5959
)}
60-
6160
<StyledPopupIndicator
6261
{...getPopupIndicatorProps()}
6362
className={popupOpen ? 'popupOpen' : undefined}

docs/data/base/components/autocomplete/AutocompleteIntroduction/tailwind/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ const Autocomplete = React.forwardRef(function Autocomplete(props, ref) {
6969
<ClearIcon className="translate-y-[2px] scale-90" />
7070
</Button>
7171
)}
72-
7372
<Button
7473
{...getPopupIndicatorProps()}
7574
className="self-center outline-0 shadow-none border-0 py-0 px-0.5 rounded-[4px] bg-transparent hover:bg-violet-100 dark:hover:bg-gray-700 hover:cursor-pointer"

docs/data/base/components/focus-trap/PortalFocusTrap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export default function PortalFocusTrap() {
3838
</Box>
3939
</FocusTrap>
4040
)}
41-
4241
<div ref={setContainer} />
4342
</Box>
4443
);

docs/data/joy/components/autocomplete/FreeSoloCreateOption.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export default function FreeSoloCreateOption() {
6969
<Add />
7070
</ListItemDecorator>
7171
)}
72-
7372
{option.title}
7473
</AutocompleteOption>
7574
)}

docs/data/joy/components/checkbox/ExampleChoiceChipCheckbox.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export default function ExampleChoiceChipCheckbox() {
3434
sx={{ ml: -0.5, zIndex: 2, pointerEvents: 'none' }}
3535
/>
3636
)}
37-
3837
<Checkbox
3938
size="sm"
4039
disabled={index === 0}

docs/data/joy/components/input/InputSubscription.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export default function InputSubscription() {
6363
Oops! something went wrong, please try again later.
6464
</FormHelperText>
6565
)}
66-
6766
{data.status === 'sent' && (
6867
<FormHelperText
6968
sx={(theme) => ({ color: theme.vars.palette.primary[400] })}

docs/data/joy/components/table/TableSortAndSelection.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ function EnhancedTableToolbar(props) {
218218
Nutrition
219219
</Typography>
220220
)}
221-
222221
{numSelected > 0 ? (
223222
<Tooltip title="Delete">
224223
<IconButton size="sm" color="danger" variant="solid">

docs/data/material/components/app-bar/BottomAppBar.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,11 @@ export default function BottomAppBar() {
9393
Today
9494
</ListSubheader>
9595
)}
96-
9796
{id === 3 && (
9897
<ListSubheader sx={{ bgcolor: 'background.paper' }}>
9998
Yesterday
10099
</ListSubheader>
101100
)}
102-
103101
<ListItemButton>
104102
<ListItemAvatar>
105103
<Avatar alt="Profile Picture" src={person} />

docs/data/material/components/skeleton/Facebook.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ function Media(props) {
6363
alt="Nicola Sturgeon on a TED talk stage"
6464
/>
6565
)}
66-
6766
<CardContent>
6867
{loading ? (
6968
<React.Fragment>

docs/data/material/components/skeleton/YouTube.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ function Media(props) {
4545
) : (
4646
<Skeleton variant="rectangular" width={210} height={118} />
4747
)}
48-
4948
{item ? (
5049
<Box sx={{ pr: 2 }}>
5150
<Typography gutterBottom variant="body2">

docs/data/material/components/steppers/HorizontalLinearStepper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ export default function HorizontalLinearStepper() {
103103
Skip
104104
</Button>
105105
)}
106-
107106
<Button onClick={handleNext}>
108107
{activeStep === steps.length - 1 ? 'Finish' : 'Next'}
109108
</Button>

docs/data/material/components/table/EnhancedTable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ function EnhancedTableToolbar(props) {
188188
Nutrition
189189
</Typography>
190190
)}
191-
192191
{numSelected > 0 ? (
193192
<Tooltip title="Delete">
194193
<IconButton>

docs/data/material/getting-started/templates/checkout/Checkout.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ export default function Checkout() {
255255
Previous
256256
</Button>
257257
)}
258-
259258
{activeStep !== 0 && (
260259
<Button
261260
startIcon={<ChevronLeftRoundedIcon />}
@@ -267,7 +266,6 @@ export default function Checkout() {
267266
Previous
268267
</Button>
269268
)}
270-
271269
<Button
272270
variant="contained"
273271
endIcon={<ChevronRightRoundedIcon />}

docs/data/material/getting-started/templates/checkout/components/PaymentForm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ export default function PaymentForm() {
282282
/>
283283
</Box>
284284
)}
285-
286285
{paymentType === 'bankTransfer' && (
287286
<Box sx={{ display: 'flex', flexDirection: 'column', gap: 2 }}>
288287
<Alert severity="warning" icon={<WarningRoundedIcon />}>

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@babel/core": "^7.25.2",
23-
"@babel/runtime": "^7.25.0",
24-
"@babel/runtime-corejs2": "^7.25.0",
23+
"@babel/runtime": "^7.25.6",
24+
"@babel/runtime-corejs2": "^7.25.6",
2525
"@docsearch/react": "^3.6.1",
2626
"@emotion/cache": "^11.13.1",
2727
"@emotion/react": "^11.13.3",

docs/src/pages/premium-themes/onepirate/modules/views/ProductValues.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ function ProductValues() {
4141
{
4242
'From the latest trendy boutique hotel to the iconic palace with XXL pool'
4343
}
44-
4544
{
4645
', go for a mini-vacation just a few subway stops away from your home.'
4746
}
@@ -63,7 +62,6 @@ function ProductValues() {
6362
{
6463
'Privatize a pool, take a Japanese bath or wake up in 900m2 of garden… '
6564
}
66-
6765
{'your Sundays will not be alike.'}
6866
</Typography>
6967
</Box>

docs/src/pages/premium-themes/paperbase/Paperbase.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ export default function Paperbase() {
190190
onClose={handleDrawerToggle}
191191
/>
192192
)}
193-
194193
<Navigator
195194
PaperProps={{ style: { width: drawerWidth } }}
196195
sx={{ display: { sm: 'block', xs: 'none' } }}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@
106106
},
107107
"devDependencies": {
108108
"@argos-ci/core": "^2.5.0",
109-
"@babel/cli": "^7.24.8",
109+
"@babel/cli": "^7.25.6",
110110
"@babel/core": "^7.25.2",
111111
"@babel/node": "^7.25.0",
112112
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
113-
"@babel/plugin-transform-runtime": "^7.24.7",
114-
"@babel/preset-env": "^7.25.3",
113+
"@babel/plugin-transform-runtime": "^7.25.4",
114+
"@babel/preset-env": "^7.25.4",
115115
"@babel/preset-react": "^7.24.7",
116116
"@babel/preset-typescript": "^7.24.7",
117117
"@babel/register": "^7.24.6",
@@ -206,12 +206,12 @@
206206
"resolutions": {
207207
"@babel/core": "^7.25.2",
208208
"@babel/code-frame": "^7.24.7",
209-
"@babel/plugin-transform-runtime": "^7.24.7",
210-
"@babel/preset-env": "^7.25.3",
209+
"@babel/plugin-transform-runtime": "^7.25.4",
210+
"@babel/preset-env": "^7.25.4",
211211
"@babel/preset-react": "^7.24.7",
212212
"@babel/preset-typescript": "^7.24.7",
213-
"@babel/runtime": "^7.25.0",
214-
"@babel/types": "^7.25.2",
213+
"@babel/runtime": "^7.25.6",
214+
"@babel/types": "^7.25.6",
215215
"@definitelytyped/header-parser": "^0.2.12",
216216
"@definitelytyped/typescript-versions": "^0.1.4",
217217
"@definitelytyped/utils": "^0.1.7",

packages-internal/scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@babel/core": "^7.25.2",
2929
"@babel/plugin-syntax-class-properties": "^7.12.13",
3030
"@babel/plugin-syntax-jsx": "^7.24.7",
31-
"@babel/plugin-syntax-typescript": "^7.24.7",
32-
"@babel/types": "^7.25.2",
31+
"@babel/plugin-syntax-typescript": "^7.25.4",
32+
"@babel/types": "^7.25.6",
3333
"@mui/internal-docs-utils": "workspace:^",
3434
"doctrine": "^3.0.0",
3535
"lodash": "^4.17.21",

packages-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
3535
"@babel/preset-typescript": "^7.24.7",
3636
"@babel/register": "^7.24.6",
37-
"@babel/runtime": "^7.25.0",
37+
"@babel/runtime": "^7.25.6",
3838
"@emotion/cache": "^11.13.1",
3939
"@emotion/react": "^11.13.3",
4040
"@testing-library/dom": "^10.4.0",

packages/api-docs-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@babel/core": "^7.25.2",
1212
"@babel/preset-typescript": "^7.24.7",
13-
"@babel/traverse": "^7.25.3",
13+
"@babel/traverse": "^7.25.6",
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
@@ -20,7 +20,7 @@
2020
"release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\""
2121
},
2222
"dependencies": {
23-
"@babel/runtime": "^7.25.0",
23+
"@babel/runtime": "^7.25.6",
2424
"lodash": "^4.17.21",
2525
"marked": "^13.0.3",
2626
"prismjs": "^1.29.0"

packages/mui-babel-macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@babel/helper-module-imports": "^7.24.7",
27-
"@babel/runtime": "^7.25.0",
27+
"@babel/runtime": "^7.25.6",
2828
"babel-plugin-macros": "^3.1.0"
2929
},
3030
"devDependencies": {

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.25.0",
43+
"@babel/runtime": "^7.25.6",
4444
"@floating-ui/react-dom": "^2.1.1",
4545
"@mui/types": "workspace:^",
4646
"@mui/utils": "workspace:^",

packages/mui-codemod/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"dependencies": {
3333
"@babel/core": "^7.25.2",
34-
"@babel/runtime": "^7.25.0",
35-
"@babel/traverse": "^7.25.3",
34+
"@babel/runtime": "^7.25.6",
35+
"@babel/traverse": "^7.25.6",
3636
"jscodeshift": "^0.16.1",
3737
"jscodeshift-add-imports": "^1.0.11",
3838
"postcss": "^8.4.45",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "exit 0"
3535
},
3636
"dependencies": {
37-
"@babel/runtime": "^7.25.0",
37+
"@babel/runtime": "^7.25.6",
3838
"@mui/internal-markdown": "workspace:^",
3939
"clipboard-copy": "^4.0.1",
4040
"clsx": "^2.1.1",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"typescript": "tsc -p tsconfig.json"
4646
},
4747
"dependencies": {
48-
"@babel/runtime": "^7.25.0"
48+
"@babel/runtime": "^7.25.6"
4949
},
5050
"devDependencies": {
5151
"@mui/icons-material": "workspace:*",

packages/mui-joy/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.25.0",
41+
"@babel/runtime": "^7.25.6",
4242
"@mui/base": "workspace:*",
4343
"@mui/core-downloads-tracker": "workspace:^",
4444
"@mui/system": "workspace:^",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"typescript": "tsc -p tsconfig.json"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.25.0",
43+
"@babel/runtime": "^7.25.6",
4444
"@mui/base": "workspace:*",
4545
"@mui/system": "workspace:^",
4646
"@mui/types": "workspace:^",

packages/mui-material-nextjs/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.25.0"
39+
"@babel/runtime": "^7.25.6"
4040
},
4141
"devDependencies": {
4242
"@emotion/cache": "^11.13.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.25.0",
42+
"@babel/runtime": "^7.25.6",
4343
"@mui/system": "workspace:*",
4444
"@pigment-css/react": "0.0.22"
4545
},

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.25.0",
43+
"@babel/runtime": "^7.25.6",
4444
"@mui/core-downloads-tracker": "workspace:^",
4545
"@mui/system": "workspace:^",
4646
"@mui/types": "workspace:^",

packages/mui-private-theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "tsc -p tsconfig.json"
3838
},
3939
"dependencies": {
40-
"@babel/runtime": "^7.25.0",
40+
"@babel/runtime": "^7.25.6",
4141
"@mui/utils": "workspace:^",
4242
"prop-types": "^15.8.1"
4343
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "tsc -p tsconfig.json"
3838
},
3939
"dependencies": {
40-
"@babel/runtime": "^7.25.0",
40+
"@babel/runtime": "^7.25.6",
4141
"csstype": "^3.1.3",
4242
"hoist-non-react-statics": "^3.3.2",
4343
"prop-types": "^15.8.1"

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
"typescript": "tsc -p tsconfig.json"
3838
},
3939
"dependencies": {
40-
"@babel/runtime": "^7.25.0",
40+
"@babel/runtime": "^7.25.6",
4141
"@emotion/cache": "^11.13.1",
4242
"csstype": "^3.1.3",
4343
"prop-types": "^15.8.1"

packages/mui-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "tsc -p tsconfig.json"
3838
},
3939
"dependencies": {
40-
"@babel/runtime": "^7.25.0",
40+
"@babel/runtime": "^7.25.6",
4141
"@emotion/hash": "^0.9.2",
4242
"@mui/private-theming": "workspace:^",
4343
"@mui/types": "workspace:^",

packages/mui-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.25.0",
42+
"@babel/runtime": "^7.25.6",
4343
"@mui/private-theming": "workspace:^",
4444
"@mui/styled-engine": "workspace:^",
4545
"@mui/types": "workspace:^",

packages/mui-utils/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.25.0",
41+
"@babel/runtime": "^7.25.6",
4242
"@mui/types": "workspace:^",
4343
"@types/prop-types": "^15.7.12",
4444
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)