Skip to content

Commit

Permalink
Bump babel (#43675)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ZeeshanTamboli <[email protected]>
  • Loading branch information
renovate[bot] and ZeeshanTamboli authored Sep 11, 2024
1 parent 96f7937 commit 9c71faf
Show file tree
Hide file tree
Showing 42 changed files with 382 additions and 421 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"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\""
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const Autocomplete = React.forwardRef(function Autocomplete(props, ref) {
<ClearIcon />
</Button>
)}

<Button
{...getPopupIndicatorProps()}
className={clsx(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const Autocomplete = React.forwardRef(function Autocomplete(props, ref) {
<ClearIcon />
</StyledClearIndicator>
)}

<StyledPopupIndicator
{...getPopupIndicatorProps()}
className={popupOpen ? 'popupOpen' : undefined}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const Autocomplete = React.forwardRef(function Autocomplete(props, ref) {
<ClearIcon className="translate-y-[2px] scale-90" />
</Button>
)}

<Button
{...getPopupIndicatorProps()}
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"
Expand Down
1 change: 0 additions & 1 deletion docs/data/base/components/focus-trap/PortalFocusTrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function PortalFocusTrap() {
</Box>
</FocusTrap>
)}

<div ref={setContainer} />
</Box>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export default function FreeSoloCreateOption() {
<Add />
</ListItemDecorator>
)}

{option.title}
</AutocompleteOption>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default function ExampleChoiceChipCheckbox() {
sx={{ ml: -0.5, zIndex: 2, pointerEvents: 'none' }}
/>
)}

<Checkbox
size="sm"
disabled={index === 0}
Expand Down
1 change: 0 additions & 1 deletion docs/data/joy/components/input/InputSubscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export default function InputSubscription() {
Oops! something went wrong, please try again later.
</FormHelperText>
)}

{data.status === 'sent' && (
<FormHelperText
sx={(theme) => ({ color: theme.vars.palette.primary[400] })}
Expand Down
1 change: 0 additions & 1 deletion docs/data/joy/components/table/TableSortAndSelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ function EnhancedTableToolbar(props) {
Nutrition
</Typography>
)}

{numSelected > 0 ? (
<Tooltip title="Delete">
<IconButton size="sm" color="danger" variant="solid">
Expand Down
2 changes: 0 additions & 2 deletions docs/data/material/components/app-bar/BottomAppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,11 @@ export default function BottomAppBar() {
Today
</ListSubheader>
)}

{id === 3 && (
<ListSubheader sx={{ bgcolor: 'background.paper' }}>
Yesterday
</ListSubheader>
)}

<ListItemButton>
<ListItemAvatar>
<Avatar alt="Profile Picture" src={person} />
Expand Down
1 change: 0 additions & 1 deletion docs/data/material/components/skeleton/Facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function Media(props) {
alt="Nicola Sturgeon on a TED talk stage"
/>
)}

<CardContent>
{loading ? (
<React.Fragment>
Expand Down
1 change: 0 additions & 1 deletion docs/data/material/components/skeleton/YouTube.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ function Media(props) {
) : (
<Skeleton variant="rectangular" width={210} height={118} />
)}

{item ? (
<Box sx={{ pr: 2 }}>
<Typography gutterBottom variant="body2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export default function HorizontalLinearStepper() {
Skip
</Button>
)}

<Button onClick={handleNext}>
{activeStep === steps.length - 1 ? 'Finish' : 'Next'}
</Button>
Expand Down
1 change: 0 additions & 1 deletion docs/data/material/components/table/EnhancedTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ function EnhancedTableToolbar(props) {
Nutrition
</Typography>
)}

{numSelected > 0 ? (
<Tooltip title="Delete">
<IconButton>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ export default function Checkout() {
Previous
</Button>
)}

{activeStep !== 0 && (
<Button
startIcon={<ChevronLeftRoundedIcon />}
Expand All @@ -267,7 +266,6 @@ export default function Checkout() {
Previous
</Button>
)}

<Button
variant="contained"
endIcon={<ChevronRightRoundedIcon />}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ export default function PaymentForm() {
/>
</Box>
)}

{paymentType === 'bankTransfer' && (
<Box sx={{ display: 'flex', flexDirection: 'column', gap: 2 }}>
<Alert severity="warning" icon={<WarningRoundedIcon />}>
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@babel/runtime-corejs2": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@babel/runtime-corejs2": "^7.25.6",
"@docsearch/react": "^3.6.1",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ function ProductValues() {
{
'From the latest trendy boutique hotel to the iconic palace with XXL pool'
}

{
', go for a mini-vacation just a few subway stops away from your home.'
}
Expand All @@ -63,7 +62,6 @@ function ProductValues() {
{
'Privatize a pool, take a Japanese bath or wake up in 900m2 of garden… '
}

{'your Sundays will not be alike.'}
</Typography>
</Box>
Expand Down
1 change: 0 additions & 1 deletion docs/src/pages/premium-themes/paperbase/Paperbase.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export default function Paperbase() {
onClose={handleDrawerToggle}
/>
)}

<Navigator
PaperProps={{ style: { width: drawerWidth } }}
sx={{ display: { sm: 'block', xs: 'none' } }}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
},
"devDependencies": {
"@argos-ci/core": "^2.5.0",
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/node": "^7.25.0",
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
Expand Down Expand Up @@ -206,12 +206,12 @@
"resolutions": {
"@babel/core": "^7.25.2",
"@babel/code-frame": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.25.0",
"@babel/types": "^7.25.2",
"@babel/runtime": "^7.25.6",
"@babel/types": "^7.25.6",
"@definitelytyped/header-parser": "^0.2.12",
"@definitelytyped/typescript-versions": "^0.1.4",
"@definitelytyped/utils": "^0.1.7",
Expand Down
4 changes: 2 additions & 2 deletions packages-internal/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@babel/core": "^7.25.2",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/plugin-syntax-typescript": "^7.24.7",
"@babel/types": "^7.25.2",
"@babel/plugin-syntax-typescript": "^7.25.4",
"@babel/types": "^7.25.6",
"@mui/internal-docs-utils": "workspace:^",
"doctrine": "^3.0.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@testing-library/dom": "^10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@babel/traverse": "^7.25.3",
"@babel/traverse": "^7.25.6",
"@mui/internal-docs-utils": "workspace:^",
"@mui/internal-markdown": "workspace:^",
"ast-types": "^0.14.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\""
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"lodash": "^4.17.21",
"marked": "^13.0.3",
"prismjs": "^1.29.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-babel-macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/helper-module-imports": "^7.24.7",
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"babel-plugin-macros": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@floating-ui/react-dom": "^2.1.1",
"@mui/types": "workspace:^",
"@mui/utils": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@babel/traverse": "^7.25.3",
"@babel/runtime": "^7.25.6",
"@babel/traverse": "^7.25.6",
"jscodeshift": "^0.16.1",
"jscodeshift-add-imports": "^1.0.11",
"postcss": "^8.4.45",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "exit 0"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@mui/internal-markdown": "workspace:^",
"clipboard-copy": "^4.0.1",
"clsx": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.25.0"
"@babel/runtime": "^7.25.6"
},
"devDependencies": {
"@mui/icons-material": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@mui/base": "workspace:*",
"@mui/core-downloads-tracker": "workspace:^",
"@mui/system": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@mui/base": "workspace:*",
"@mui/system": "workspace:^",
"@mui/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.25.0"
"@babel/runtime": "^7.25.6"
},
"devDependencies": {
"@emotion/cache": "^11.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-pigment-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@mui/system": "workspace:*",
"@pigment-css/react": "0.0.22"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@mui/core-downloads-tracker": "workspace:^",
"@mui/system": "workspace:^",
"@mui/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@mui/utils": "workspace:^",
"prop-types": "^15.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"csstype": "^3.1.3",
"hoist-non-react-statics": "^3.3.2",
"prop-types": "^15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@emotion/cache": "^11.13.1",
"csstype": "^3.1.3",
"prop-types": "^15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@emotion/hash": "^0.9.2",
"@mui/private-theming": "workspace:^",
"@mui/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@mui/private-theming": "workspace:^",
"@mui/styled-engine": "workspace:^",
"@mui/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@mui/types": "workspace:^",
"@types/prop-types": "^15.7.12",
"clsx": "^2.1.1",
Expand Down
Loading

0 comments on commit 9c71faf

Please sign in to comment.