Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @mui/joy to v5.0.0-beta.0 (#196)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@mui/joy](https://mui.com/) ([source](https://togithub.com/mui/material-ui)) | [`5.0.0-alpha.89` -> `5.0.0-beta.0`](https://renovatebot.com/diffs/npm/@mui%2fjoy/5.0.0-alpha.89/5.0.0-beta.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fjoy/5.0.0-beta.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fjoy/5.0.0-beta.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fjoy/5.0.0-alpha.89/5.0.0-beta.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fjoy/5.0.0-alpha.89/5.0.0-beta.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mui/material-ui (@​mui/joy)</summary> ### [`v5.0.0-beta.0`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#500-beta0) [Compare Source](https://togithub.com/mui/material-ui/compare/36d9f0d3659e2f5ab1d924988313986962a0bf35...v5.0.0-beta.0) <!-- generated comparing v5.0.0-alpha.38..next --> *Jul 01, 2021* A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: - 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow [the v5 stable milestone](https://togithub.com/mui/material-ui/milestone/44) for more details. We now encourage any new projects to start on v5. - 🚀 We have completed all the planned breaking changes. - ⚒️ We added the codemod CLI to simplify migration to v5 ([#​26941](https://togithub.com/mui/material-ui/issues/26941)) [@​eps1lon](https://togithub.com/eps1lon). You can find it at [`@material-ui/codemod`](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-codemod). - 🐛 The majority of other changes in this release were bug fixes, test utilities and docs. ##### `@material-ui/[email protected]` ##### Breaking changes - \[Tabs] Remove unnecessary wrapper from Tab ([#​26926](https://togithub.com/mui/material-ui/issues/26926)) [@​siriwatknp](https://togithub.com/siriwatknp) `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://togithub.com/mui/material-ui/pull/26666). ```diff <button class="MuiTab-root"> - <span class="MuiTab-wrapper"> {icon} {label} - </span> </button> ``` - \[BottomNavigation] Remove wrapper from BottomNavigationAction ([#​26923](https://togithub.com/mui/material-ui/issues/26923)) [@​siriwatknp](https://togithub.com/siriwatknp) `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://togithub.com/mui/material-ui/pull/26666). ```diff <button class="MuiBottomNavigationAction-root"> - <span class="MuiBottomNavigationAction-wrapper"> {icon} <span class="MuiBottomNavigationAction-label"> {label} </span> - </span> </button> ``` ##### Changes - <!-- 19 -->\[Box] Fix TypeScript error on maxWidth prop ([#​26859](https://togithub.com/mui/material-ui/issues/26859)) [@​ansh-saini](https://togithub.com/ansh-saini) - <!-- 04 -->\[Dialog] Automatically label by its DialogTitle ([#​26814](https://togithub.com/mui/material-ui/issues/26814)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 32 -->\[Hidden] Bring back and mark as deprecated ([#​26908](https://togithub.com/mui/material-ui/issues/26908)) [@​siriwatknp](https://togithub.com/siriwatknp) - <!-- 53 -->\[List] Add button runtime deprecation warning ([#​26743](https://togithub.com/mui/material-ui/issues/26743)) [@​siriwatknp](https://togithub.com/siriwatknp) - <!-- 03 -->\[Modal] Type BackdropProps according to styled version ([#​26836](https://togithub.com/mui/material-ui/issues/26836)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 21 -->\[Radio] Fix `defaultValue` to match the other value types ([#​26945](https://togithub.com/mui/material-ui/issues/26945)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 48 -->\[Stepper] Add completed to global pseudo-classes ([#​26953](https://togithub.com/mui/material-ui/issues/26953)) [@​michal-perlakowski](https://togithub.com/michal-perlakowski) - <!-- 25 -->\[Stepper] Fix support for no connectors ([#​26874](https://togithub.com/mui/material-ui/issues/26874)) [@​varandasi](https://togithub.com/varandasi) - <!-- 20 -->\[TextField] Prevent `hiddenLabel` from spreading to DOM ([#​26864](https://togithub.com/mui/material-ui/issues/26864)) [@​siriwatknp](https://togithub.com/siriwatknp) - <!-- 18 -->\[TextField] Fix label disappearing when focusing a button ([#​26933](https://togithub.com/mui/material-ui/issues/26933)) [@​michal-perlakowski](https://togithub.com/michal-perlakowski) ##### `@material-ui/[email protected]` - <!-- 37 -->\[codemod] Add CLI ([#​26941](https://togithub.com/mui/material-ui/issues/26941)) [@​eps1lon](https://togithub.com/eps1lon) ##### [@​material-ui/icons](https://togithub.com/material-ui/icons)[@​5](https://togithub.com/5).0.0-beta.0 - <!-- 29 -->\[icons] Regenerate transpiled files ([#​26985](https://togithub.com/mui/material-ui/issues/26985)) [@​eps1lon](https://togithub.com/eps1lon) ##### [@​material-ui/lab](https://togithub.com/material-ui/lab)[@​5](https://togithub.com/5).0.0-alpha.39 ##### Breaking changes - \[DatePicker] Remove helper text default value ([#​26866](https://togithub.com/mui/material-ui/issues/26866)) [@​DouglasPds](https://togithub.com/DouglasPds) Make the default rendered text field closer to the most common use cases (denser). ```diff <DatePicker label="Helper text example" value={value} onChange={onChange} renderInput={(params) => ( - <TextField {...params} /> + <TextField {...params} helperText={params?.inputProps?.placeholder} /> )} > ``` ##### Changes - <!-- 12 -->\[lab] Fix missing dependency on unstyled ([#​26937](https://togithub.com/mui/material-ui/issues/26937)) [@​fishyFrogFace](https://togithub.com/fishyFrogFace) - <!-- 50 -->\[pickers] Consider TDate in ToolbarComponent types ([#​27035](https://togithub.com/mui/material-ui/issues/27035)) [@​michal-perlakowski](https://togithub.com/michal-perlakowski) ##### `@material-ui/[email protected]` - <!-- 14 -->\[system] Support array overridesResolver ([#​26824](https://togithub.com/mui/material-ui/issues/26824)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### Docs - <!-- 49 -->\[docs] Add notes to Table demo about stableSort ([#​27025](https://togithub.com/mui/material-ui/issues/27025)) [@​CarlosGomez-dev](https://togithub.com/CarlosGomez-dev) - <!-- 47 -->\[docs] Add gold sponsor ([#​26968](https://togithub.com/mui/material-ui/issues/26968)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 42 -->\[docs] Update unstyled demos to not depend on `@material-ui/core` ([#​26869](https://togithub.com/mui/material-ui/issues/26869)) [@​mnajdova](https://togithub.com/mnajdova) - <!-- 41 -->\[docs] Fix demo paths in windows ([#​27004](https://togithub.com/mui/material-ui/issues/27004)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 40 -->\[docs] Export all locales ([#​27002](https://togithub.com/mui/material-ui/issues/27002)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 38 -->\[docs] Misc CONTRIBUTING.md changes ([#​26925](https://togithub.com/mui/material-ui/issues/26925)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 35 -->\[docs] Fix /components/hidden merge conflict ([#​26997](https://togithub.com/mui/material-ui/issues/26997)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 26 -->\[docs] Fix 404 links ([#​26963](https://togithub.com/mui/material-ui/issues/26963)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 24 -->\[docs] Remove link that points to v4 blog post ([#​26960](https://togithub.com/mui/material-ui/issues/26960)) [@​steveafrost](https://togithub.com/steveafrost) - <!-- 16 -->\[docs] Use custom webpack loader for markdown ([#​26774](https://togithub.com/mui/material-ui/issues/26774)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 11 -->\[docs] Fix 301 links ([#​26942](https://togithub.com/mui/material-ui/issues/26942)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 01 -->\[docs] Add page for the `sx` prop ([#​26769](https://togithub.com/mui/material-ui/issues/26769)) [@​mnajdova](https://togithub.com/mnajdova) - <!-- 52 -->\[docs] pre-fill issue when a demo crashes ([#​27034](https://togithub.com/mui/material-ui/issues/27034)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 54 -->\[docs] Move styled page under system ([#​26818](https://togithub.com/mui/material-ui/issues/26818)) ##### Core - <!-- 46 -->\[core] Inline rollup-plugin-size-snapshot ([#​26986](https://togithub.com/mui/material-ui/issues/26986)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 43 -->\[core] Remove unused props clone ([#​26992](https://togithub.com/mui/material-ui/issues/26992)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 36 -->\[core] Fix tests on Windows ([#​26931](https://togithub.com/mui/material-ui/issues/26931)) [@​michaldudak](https://togithub.com/michaldudak) - <!-- 31 -->\[core] Fix merge conflict between [#​26954](https://togithub.com/mui/material-ui/issues/26954) and [#​26874](https://togithub.com/mui/material-ui/issues/26874) [@​oliviertassinari](https://togithub.com/oliviertassinari) - <!-- 22 -->\[core] Upgrade issues-helper to v2 ([#​26955](https://togithub.com/mui/material-ui/issues/26955)) [@​michal-perlakowski](https://togithub.com/michal-perlakowski) - <!-- 05 -->\[core] Fix merge conflict ([#​26928](https://togithub.com/mui/material-ui/issues/26928)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 45 -->\[test] Convert HiddenCSS tests to testing-library ([#​27019](https://togithub.com/mui/material-ui/issues/27019)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 44 -->\[test] Convert NativeSelectInput tests to testing-library ([#​26952](https://togithub.com/mui/material-ui/issues/26952)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 39 -->\[test] Add a default mount implementation to conformance tests ([#​26949](https://togithub.com/mui/material-ui/issues/26949)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 28 -->\[test] Update tests to pass react@next ([#​26967](https://togithub.com/mui/material-ui/issues/26967)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 27 -->\[test] Add types to describeConformanceV5 ([#​26954](https://togithub.com/mui/material-ui/issues/26954)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 17 -->\[test] Use createPickerMount where appropriate ([#​26951](https://togithub.com/mui/material-ui/issues/26951)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 15 -->\[test] Convert SwipeableDrawer tests to testing-library ([#​26916](https://togithub.com/mui/material-ui/issues/26916)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 13 -->\[test] Convert Menu tests to testing-library ([#​26915](https://togithub.com/mui/material-ui/issues/26915)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 10 -->\[test] Convert Popover tests to testing-library ([#​26913](https://togithub.com/mui/material-ui/issues/26913)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 08 -->\[test] Convert Modal tests to testing-library ([#​26912](https://togithub.com/mui/material-ui/issues/26912)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 07 -->\[test] Make remaining testing-library tests StrictMode compatible ([#​26924](https://togithub.com/mui/material-ui/issues/26924)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 51 -->\[test] Only allow wrapping enzyme mount not creating ([#​27018](https://togithub.com/mui/material-ui/issues/27018)) [@​eps1lon](https://togithub.com/eps1lon) - <!-- 06 -->\[typescript] Disallow spreading TransitionHandlerProps ([#​26927](https://togithub.com/mui/material-ui/issues/26927)) [@​eps1lon](https://togithub.com/eps1lon) All contributors of this release in alphabetical order: [@​ansh-saini](https://togithub.com/ansh-saini), [@​BC-M](https://togithub.com/BC-M), [@​CarlosGomez-dev](https://togithub.com/CarlosGomez-dev), [@​DouglasPds](https://togithub.com/DouglasPds), [@​eps1lon](https://togithub.com/eps1lon), [@​fishyFrogFace](https://togithub.com/fishyFrogFace), [@​michal-perlakowski](https://togithub.com/michal-perlakowski), [@​michaldudak](https://togithub.com/michaldudak), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​siriwatknp](https://togithub.com/siriwatknp), [@​steveafrost](https://togithub.com/steveafrost), [@​varandasi](https://togithub.com/varandasi) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/creatorsgarten/contentsgarten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
923677b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.