Skip to content

Commit

Permalink
Bump MUI Core (#8469)
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: delangle <flaviendelangle@gmail.com>
  • Loading branch information
renovate[bot] and flaviendelangle committed Apr 3, 2023
1 parent 1f157f8 commit 2da594f
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 36 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Expand Up @@ -10,7 +10,7 @@
"@emotion/styled": "^11.10.6",
"@material-ui/core": "^5.0.0-beta.5",
"@material-ui/icons": "^5.0.0-beta.5",
"@mui/material": "^5.11.14",
"@mui/material": "^5.11.15",
"@mui/x-data-grid": "^4.0.0",
"ag-grid-community": "^29.2.0",
"ag-grid-react": "^29.2.0",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -30,8 +30,8 @@
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/joy": "^5.0.0-alpha.72",
"@mui/material": "^5.11.14",
"@mui/joy": "^5.0.0-alpha.73",
"@mui/material": "^5.11.15",
"@mui/styles": "^5.11.13",
"@mui/utils": "^5.11.13",
"@trendmicro/react-interpolate": "^0.5.5",
Expand Down
Expand Up @@ -53,6 +53,7 @@
"description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object"
}
},
"useFlexGap": { "type": { "name": "bool" } },
"value": { "type": { "name": "arrayOf", "description": "Array&lt;any&gt;" } }
},
"slots": {
Expand Down
Expand Up @@ -66,6 +66,7 @@
"description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object"
}
},
"useFlexGap": { "type": { "name": "bool" } },
"value": { "type": { "name": "arrayOf", "description": "Array&lt;any&gt;" } }
},
"slots": {
Expand Down
Expand Up @@ -61,6 +61,7 @@
"description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object"
}
},
"useFlexGap": { "type": { "name": "bool" } },
"value": { "type": { "name": "arrayOf", "description": "Array&lt;any&gt;" } }
},
"slots": {
Expand Down
Expand Up @@ -22,6 +22,7 @@
"slots": "Overridable component slots.",
"spacing": "Defines the space between immediate children.",
"sx": "The system prop, which allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/getting-started/the-sx-prop/\">`sx` page</a> for more details.",
"useFlexGap": "If <code>true</code>, the CSS flexbox <code>gap</code> is used instead of applying <code>margin</code> to children.<br>While CSS <code>gap</code> removes the <a href=\"https://mui.com/joy-ui/react-stack#limitations\">known limitations</a>, it is not fully supported in some browsers. We recommend checking <a href=\"https://caniuse.com/?search=flex%20gap\">https://caniuse.com/?search=flex%20gap</a> before using this flag.<br>To enable this flag globally, follow the <a href=\"https://mui.com/material-ui/customization/theme-components/#default-props\">theme&#39;s default props</a> configuration.",
"value": "The selected value. Used when the component is controlled."
},
"classDescriptions": {},
Expand Down
Expand Up @@ -31,6 +31,7 @@
"slots": "Overridable component slots.",
"spacing": "Defines the space between immediate children.",
"sx": "The system prop, which allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/getting-started/the-sx-prop/\">`sx` page</a> for more details.",
"useFlexGap": "If <code>true</code>, the CSS flexbox <code>gap</code> is used instead of applying <code>margin</code> to children.<br>While CSS <code>gap</code> removes the <a href=\"https://mui.com/joy-ui/react-stack#limitations\">known limitations</a>, it is not fully supported in some browsers. We recommend checking <a href=\"https://caniuse.com/?search=flex%20gap\">https://caniuse.com/?search=flex%20gap</a> before using this flag.<br>To enable this flag globally, follow the <a href=\"https://mui.com/material-ui/customization/theme-components/#default-props\">theme&#39;s default props</a> configuration.",
"value": "The selected value. Used when the component is controlled."
},
"classDescriptions": {},
Expand Down
Expand Up @@ -26,6 +26,7 @@
"slots": "Overridable slots.",
"spacing": "Defines the space between immediate children.",
"sx": "The system prop, which allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/getting-started/the-sx-prop/\">`sx` page</a> for more details.",
"useFlexGap": "If <code>true</code>, the CSS flexbox <code>gap</code> is used instead of applying <code>margin</code> to children.<br>While CSS <code>gap</code> removes the <a href=\"https://mui.com/joy-ui/react-stack#limitations\">known limitations</a>, it is not fully supported in some browsers. We recommend checking <a href=\"https://caniuse.com/?search=flex%20gap\">https://caniuse.com/?search=flex%20gap</a> before using this flag.<br>To enable this flag globally, follow the <a href=\"https://mui.com/material-ui/customization/theme-components/#default-props\">theme&#39;s default props</a> configuration.",
"value": "The selected value. Used when the component is controlled."
},
"classDescriptions": {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -86,7 +86,7 @@
"@emotion/styled": "^11.10.6",
"@mnajdova/enzyme-adapter-react-18": "^0.2.0",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.14",
"@mui/material": "^5.11.15",
"@mui/monorepo": "https://github.com/mui/material-ui.git#master",
"@mui/utils": "^5.11.13",
"@octokit/plugin-retry": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid-generator/package.json
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@mui/base": "^5.0.0-alpha.122",
"@mui/base": "^5.0.0-alpha.123",
"@mui/x-data-grid-premium": "6.0.4",
"chance": "^1.1.11",
"clsx": "^1.2.1",
Expand Down
Expand Up @@ -324,6 +324,16 @@ MultiInputDateRangeField.propTypes = {
]),
unstableEndFieldRef: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
unstableStartFieldRef: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
/**
* If `true`, the CSS flexbox `gap` is used instead of applying `margin` to children.
*
* While CSS `gap` removes the [known limitations](https://mui.com/joy-ui/react-stack#limitations),
* it is not fully supported in some browsers. We recommend checking https://caniuse.com/?search=flex%20gap before using this flag.
*
* To enable this flag globally, follow the [theme's default props](https://mui.com/material-ui/customization/theme-components/#default-props) configuration.
* @default false
*/
useFlexGap: PropTypes.bool,
/**
* The selected value.
* Used when the component is controlled.
Expand Down
Expand Up @@ -390,6 +390,16 @@ MultiInputDateTimeRangeField.propTypes = {
]),
unstableEndFieldRef: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
unstableStartFieldRef: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
/**
* If `true`, the CSS flexbox `gap` is used instead of applying `margin` to children.
*
* While CSS `gap` removes the [known limitations](https://mui.com/joy-ui/react-stack#limitations),
* it is not fully supported in some browsers. We recommend checking https://caniuse.com/?search=flex%20gap before using this flag.
*
* To enable this flag globally, follow the [theme's default props](https://mui.com/material-ui/customization/theme-components/#default-props) configuration.
* @default false
*/
useFlexGap: PropTypes.bool,
/**
* The selected value.
* Used when the component is controlled.
Expand Down
Expand Up @@ -357,6 +357,16 @@ MultiInputTimeRangeField.propTypes = {
]),
unstableEndFieldRef: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
unstableStartFieldRef: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
/**
* If `true`, the CSS flexbox `gap` is used instead of applying `margin` to children.
*
* While CSS `gap` removes the [known limitations](https://mui.com/joy-ui/react-stack#limitations),
* it is not fully supported in some browsers. We recommend checking https://caniuse.com/?search=flex%20gap before using this flag.
*
* To enable this flag globally, follow the [theme's default props](https://mui.com/material-ui/customization/theme-components/#default-props) configuration.
* @default false
*/
useFlexGap: PropTypes.bool,
/**
* The selected value.
* Used when the component is controlled.
Expand Down
62 changes: 31 additions & 31 deletions yarn.lock
Expand Up @@ -1838,24 +1838,24 @@
react-test-renderer "^18.0.0"
semver "^5.7.0"

"@mui/base@5.0.0-alpha.122", "@mui/base@^5.0.0-alpha.122":
version "5.0.0-alpha.122"
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-alpha.122.tgz#707c33834cfb627b81c273a25d50b2bef44a1256"
integrity sha512-IgZEFQyHa39J1+Q3tekVdhPuUm1fr3icddaNLmiAIeYTVXmR7KR5FhBAIL0P+4shlPq0liUPGlXryoTm0iCeFg==
"@mui/base@5.0.0-alpha.123", "@mui/base@^5.0.0-alpha.123":
version "5.0.0-alpha.123"
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-alpha.123.tgz#2319b3f025342ffc738f38b1070d2140421c216e"
integrity sha512-pxzcAfET3I6jvWqS4kijiLMn1OmdMw+mGmDa0SqmDZo3bXXdvLhpCCPqCkULG3UykhvFCOcU5HclOX3JCA+Zhg==
dependencies:
"@babel/runtime" "^7.21.0"
"@emotion/is-prop-valid" "^1.2.0"
"@mui/types" "^7.2.3"
"@mui/utils" "^5.11.13"
"@popperjs/core" "^2.11.6"
"@popperjs/core" "^2.11.7"
clsx "^1.2.1"
prop-types "^15.8.1"
react-is "^18.2.0"

"@mui/core-downloads-tracker@^5.11.14":
version "5.11.14"
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.11.14.tgz#0ea7d3890fa50e1fc8028674f39ee8b39b7d43c0"
integrity sha512-rfc08z6+3Fif+Gopx2/qmk+MEQlwYeA+gOcSK048BHkTty/ol/boHuVeL2BNC/cf9OVRjJLYHtVb/DeW791LSQ==
"@mui/core-downloads-tracker@^5.11.15":
version "5.11.15"
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.11.15.tgz#a85cc60d8c1104bf1963229dea17744f674eb1f3"
integrity sha512-Q0e2oBsjHyIWWj1wLzl14btunvBYC0yl+px7zL9R69tF87uenj6q72ieS369BJ6jxYpJwvXfR6/f+TC+ZUsKKg==

"@mui/icons-material@^5.11.11":
version "5.11.11"
Expand All @@ -1864,31 +1864,31 @@
dependencies:
"@babel/runtime" "^7.21.0"

"@mui/joy@^5.0.0-alpha.72":
version "5.0.0-alpha.72"
resolved "https://registry.yarnpkg.com/@mui/joy/-/joy-5.0.0-alpha.72.tgz#870e4922e63fc441b5a618a4288b212ea2a217d2"
integrity sha512-Tlf5HkRUpYMuVAjLWZY/k1mqF8fGHH5l3OL4Q8SZIiYZF+k6loMrapCI2L70qDVDbb6C42G0/9qrOczJNMIF4A==
"@mui/joy@^5.0.0-alpha.73":
version "5.0.0-alpha.73"
resolved "https://registry.yarnpkg.com/@mui/joy/-/joy-5.0.0-alpha.73.tgz#9b5cb5d7a87e4eb84ce5d65eb34b72d61bd95496"
integrity sha512-6vk5ecxEO4u73xWoGoxmTcBkv7ZaDdTCmCjGBgUFZj6z4mtXF2JCKMJypUqYH/o6GlkVxlExTsQL3e7aOEOs1Q==
dependencies:
"@babel/runtime" "^7.21.0"
"@mui/base" "5.0.0-alpha.122"
"@mui/core-downloads-tracker" "^5.11.14"
"@mui/system" "^5.11.14"
"@mui/base" "5.0.0-alpha.123"
"@mui/core-downloads-tracker" "^5.11.15"
"@mui/system" "^5.11.15"
"@mui/types" "^7.2.3"
"@mui/utils" "^5.11.13"
clsx "^1.2.1"
csstype "^3.1.1"
prop-types "^15.8.1"
react-is "^18.2.0"

"@mui/material@^5.11.14":
version "5.11.14"
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.11.14.tgz#f7e3fb9262d09b801deafd41c22dc2767c198c9d"
integrity sha512-uoiUyybmo+M+nYARBygmbXgX6s/hH0NKD56LCAv9XvmdGVoXhEGjOvxI5/Bng6FS3NNybnA8V+rgZW1Z/9OJtA==
"@mui/material@^5.11.15":
version "5.11.15"
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.11.15.tgz#101afbc5399aee3cd551eb066bf375df448fa263"
integrity sha512-E5RbLq9/OvRKmGyeZawdnmFBCvhKkI/Zqgr0xFqW27TGwKLxObq/BreJc6Uu5Sbv8Fjj34vEAbRx6otfOyxn5w==
dependencies:
"@babel/runtime" "^7.21.0"
"@mui/base" "5.0.0-alpha.122"
"@mui/core-downloads-tracker" "^5.11.14"
"@mui/system" "^5.11.14"
"@mui/base" "5.0.0-alpha.123"
"@mui/core-downloads-tracker" "^5.11.15"
"@mui/system" "^5.11.15"
"@mui/types" "^7.2.3"
"@mui/utils" "^5.11.13"
"@types/react-transition-group" "^4.4.5"
Expand Down Expand Up @@ -1944,10 +1944,10 @@
jss-plugin-vendor-prefixer "^10.10.0"
prop-types "^15.8.1"

"@mui/system@^5.11.14":
version "5.11.14"
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.11.14.tgz#7e7489e5266b56a6890043c623fa91a850a6669a"
integrity sha512-/MBv5dUoijJNEKEGi5tppIszGN0o2uejmeISi5vl0CLcaQsI1cd+uBgK+JYUP1VWvI/MtkWRLVSWtF2FWhu5Nw==
"@mui/system@^5.11.15":
version "5.11.15"
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.11.15.tgz#075fa6aef5ec765ea9573bf654049cf72066364d"
integrity sha512-vCatoWCTnAPquoNifHbqMCMnOElEbLosVUeW0FQDyjCq+8yMABD9E6iY0s14O7iq1wD+qqU7rFAuDIVvJ/AzzA==
dependencies:
"@babel/runtime" "^7.21.0"
"@mui/private-theming" "^5.11.13"
Expand Down Expand Up @@ -2636,10 +2636,10 @@
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.11.tgz#aeb16f50649a91af79dbe36574b66d0f9e4d9f71"
integrity sha512-3NsZsJIA/22P3QUyrEDNA2D133H4j224twJrdipXN38dpnIOzAbUDtOwkcJ5pXmn75w7LSQDjA4tO9dm1XlqlA==

"@popperjs/core@^2.11.6", "@popperjs/core@^2.4.4":
version "2.11.6"
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.6.tgz#cee20bd55e68a1720bdab363ecf0c821ded4cd45"
integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==
"@popperjs/core@^2.11.7", "@popperjs/core@^2.4.4":
version "2.11.7"
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.7.tgz#ccab5c8f7dc557a52ca3288c10075c9ccd37fff7"
integrity sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==

"@react-spring/animated@~9.2.0":
version "9.2.4"
Expand Down

0 comments on commit 2da594f

Please sign in to comment.