Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @mui/material requirement from ^5.8.2 to ^5.11.7 #211

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Updates the requirements on @mui/material to permit the latest version.

Release notes

Sourced from @​mui/material's releases.

v5.11.7

Jan 31, 2023

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

  • @​siriwatknp added Table component to Joy UI (#35872)
  • many other 🐛 bug fixes and 📚 documentation improvements

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Breaking changes

  • ​[Joy] Replace Joy[Component] classname with Mui[Component] classname for all slots of components (#35718) @​hbjORbj

    • Renames the classname prefix of all Joy UI components from 'Joy' to 'Mui'.
     <Button
    -sx={{ '& .JoyButton-root': { '& .JoyButton-button': {} } }}
    +sx={{ '& .MuiButton-root': { '& .MuiButton-button': {} } }}
     />

    You can use this codemod to help with the migration.

  • &#8203;[Joy] Replace row prop with orientation prop in all Joy UI components (#35721) @​hbjORbj

    • Transforms row prop to orientation prop across Card, List and RadioGroup components in Joy UI.
     <Card
    -row
    +orientation={"horizontal"}
     />

    You can use this codemod to help with the migration.

Changes

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.11.7

Jan 31, 2023

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

  • @​siriwatknp added Table component to Joy UI (#35872)
  • many other 🐛 bug fixes and 📚 documentation improvements

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Breaking changes

  • &#8203;[Joy] Replace Joy[Component] classname with Mui[Component] classname for all slots of components (#35718) @​hbjORbj

    • Renames the classname prefix of all Joy UI components from 'Joy' to 'Mui'.
     <Button
    -sx={{ '& .JoyButton-root': { '& .JoyButton-button': {} } }}
    +sx={{ '& .MuiButton-root': { '& .MuiButton-button': {} } }}
     />

    You can use this codemod to help with the migration.

  • &#8203;[Joy] Replace row prop with orientation prop in all Joy UI components (#35721) @​hbjORbj

    • Transforms row prop to orientation prop across Card, List and RadioGroup components in Joy UI.
     <Card
    -row
    +orientation={"horizontal"}
     />

... (truncated)

Commits
  • 33cac17 v5.11.7 (#36000)
  • 14dba8d [Autocomplete] Prevent reset scroll position when new options are added (#35735)
  • 4b5d932 [InputLabel] Add missing component type (#35852)
  • d28f2f6 [Tooltip] Fix tooltip position (#35909)
  • a41260a [core] Boolean props always have a default value of false in API docs (#35913)
  • a722357 [CssVarsProvider] Skip unstable_sxConfig variables (#35932)
  • a2e5523 [release] v5.11.6 (#35925)
  • 6311da5 [SliderUnstyled] Improved logic for displaying the value label (#35805)
  • 0ff044d [SwipeableDrawer] Add callback to customise touchstart ignore for swipeable d...
  • 7c1c73f [Button] Fix border color for secondary disabled button (#35866)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) to permit the latest version.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.11.7/packages/mui-material)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2023

Superseded by #212.

@dependabot dependabot bot closed this Mar 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mui/material-tw-5.11.7 branch March 1, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants