Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Bump @mui/base from 5.0.0-alpha.74 to 5.0.0-alpha.116#317

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mui/base-5.0.0-alpha.116
Closed

Bump @mui/base from 5.0.0-alpha.74 to 5.0.0-alpha.116#317
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mui/base-5.0.0-alpha.116

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2023

Bumps @mui/base from 5.0.0-alpha.74 to 5.0.0-alpha.116.

Changelog

Sourced from @​mui/base's changelog.

@mui/base@5.0.0-alpha.116

@mui/joy@5.0.0-alpha.65

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

Docs

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [@mui/base](https://github.com/mui/material-ui/tree/HEAD/packages/mui-base) from 5.0.0-alpha.74 to 5.0.0-alpha.116.
- [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/HEAD/packages/mui-base)

---
updated-dependencies:
- dependency-name: "@mui/base"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 31, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2023

Superseded by #320.

@dependabot dependabot bot closed this Feb 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mui/base-5.0.0-alpha.116 branch February 7, 2023 19:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants