Skip to content

Update material-ui monorepo#278

Merged
buberdds merged 1 commit into
masterfrom
renovate/material-ui-monorepo
Jun 20, 2023
Merged

Update material-ui monorepo#278
buberdds merged 1 commit into
masterfrom
renovate/material-ui-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/base (source) 5.0.0-alpha.119 -> 5.0.0-beta.4 age adoption passing confidence
@mui/icons-material (source) 5.11.11 -> 5.11.16 age adoption passing confidence
@mui/material (source) 5.11.11 -> 5.13.5 age adoption passing confidence

Release Notes

mui/material-ui

v5.0.0-beta.4

Compare Source

Aug 13, 2021

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

@material-ui/core@5.0.0-beta.4
Breaking changes
Changes
@material-ui/codemods@5.0.0-beta.4
@material-ui/system@5.0.0-beta.4
@material-ui/labs@5.0.0-alpha.42
Docs
Core

All contributors of this release in alphabetical order: @​aaronlademann-wf, @​abriginets, @​DouglasPds, @​eps1lon, @​garronej, @​kylegach, @​LorenzHenk, @​m4theushw, @​matiasherranz, @​mnajdova, @​nikitabobers, @​oliviertassinari, @​R-Bower, @​ryancogswell, @​siriwatknp, @​tonextone, @​umidbekk, @​vedadeepta, @​YassinHussein

v5.0.0-beta.3

Compare Source

Aug 6, 2021

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

  • ​✨ jss-to-styled codemod has been improved to support createStyles and <React.Fragment> usage (#​27578) @​mnajdova
@material-ui/core@5.0.0-beta.3
@material-ui/system@5.0.0-beta.3
  • ​[system] Added top, left, right and bottom border color CSS properties to system (#​27580) @​R-Bower
@material-ui/codemod@5.0.0-beta.3
@material-ui/unstyled@5.0.0-alpha.42
Docs
Core

All contributors of this release in alphabetical order: @​bezpalko, @​eps1lon, @​flaviendelangle, @​frandiox, @​Harshita-Kanal, @​kimbaudi, @​michaldudak, @​mnajdova, @​noviicee, @​oliviertassinari, @​PCOffline, @​R-Bower, @​ryancogswell, @​siriwatknp, @​sulco

v5.0.0-beta.2

Compare Source

Jul 26, 2021

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

  • ✨ We introduced new codemod for converting JSS styles to emotion (#​27292) @​siriwatknp
    It should help adoption of v5, by making possible the removal of JSS sooner.

  • 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.

@material-ui/core@5.0.0-beta.2
@material-ui/codemod@5.0.0-beta.2
@material-ui/unstyled@5.0.0-alpha.41
@material-ui/utils@5.0.0-beta.1
@material-ui/system@5.0.0-beta.2
@material-ui/lab@5.0.0-alpha.41
Docs
Core

All contributors of this release in alphabetical order: @​AlvesJorge, @​Aubrey-Li, @​eps1lon, @​faan234, @​florianbepunkt, @​g
etsnoopy, @​Goodiec, @​hboylan, @​KLubin1, @​michaldudak, @​mnajdova, @​newsiberian, @​oliviertassinari, @​Patil2099, @​ruppysupp
y, @​sashkopavlenko, @​siriwatknp, @​tudi2d, @​turtleseason, @​WeldonTan

v5.0.0-beta.1

Compare Source

Jul 14, 2021

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

@material-ui/core@5.0.0-beta.1
Breaking changes
Changes
@material-ui/unstyled@5.0.0-alpha.40
@material-ui/codemod@5.0.0-beta.1
@material-ui/system@5.0.0-beta.1
@material-ui/lab@5.0.0-alpha.40
Docs
Core

All contributors of this release in alphabetical order: @​eps1lon, @​mbrookes, @​michal-perlakowski, @​michaldudak, @​mnajdova, @​moshfeu, @​oliviertassinari, @​rajzik, @​renovate[bot], @​sahil-blulabs, @​ShirasawaSama, @​siriwatknp, @​vimutti77

v5.0.0-beta.0

Compare Source

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 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) @​eps1lon. You can find it at @material-ui/codemod.
  • 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.
@material-ui/core@5.0.0-beta.0
Breaking changes
  • [Tabs] Remove unnecessary wrapper from Tab (#​26926) @​siriwatknp

    span element that wraps children has been removed. wrapper classKey is also removed. More details about this change.

     <button class="MuiTab-root">
    -  <span class="MuiTab-wrapper">
        {icon}
        {label}
    -  </span>
     </button>
  • [BottomNavigation] Remove wrapper from BottomNavigationAction (#​26923) @​siriwatknp

    span element that wraps children has been removed. wrapper classKey is also removed. More details about this change.

     <button class="MuiBottomNavigationAction-root">
    -  <span class="MuiBottomNavigationAction-wrapper">
         {icon}
         <span class="MuiBottomNavigationAction-label">
           {label}
         </span>
    -  </span>
     </button>
Changes
@material-ui/codemod@5.0.0-beta.0
@​material-ui/icons@​5.0.0-beta.0
@​material-ui/lab@​5.0.0-alpha.39
Breaking changes
  • [DatePicker] Remove helper text default value (#​26866) @​DouglasPds

    Make the default rendered text field closer to the most common use cases (denser).

     <DatePicker
       label="Helper text example"
       value={value}
       onChange={onChange}
       renderInput={(params) => (
    -    <TextField {...params} />
    +    <TextField {...params} helperText={params?.inputProps?.placeholder} />
       )}
     >
Changes
@material-ui/system@5.0.0-beta.0
Docs
Core

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5902266
Status: ✅  Deploy successful!
Preview URL: https://f3e9a6fb.oasis-explorer.pages.dev
Branch Preview URL: https://renovate-material-ui-monorep.oasis-explorer.pages.dev

View logs

@renovate renovate Bot force-pushed the renovate/material-ui-monorepo branch 29 times, most recently from e849e82 to 4be2a46 Compare April 20, 2023 11:32
@renovate renovate Bot force-pushed the renovate/material-ui-monorepo branch 12 times, most recently from b6ffc3f to 55ef377 Compare May 2, 2023 14:44
@renovate renovate Bot force-pushed the renovate/material-ui-monorepo branch 14 times, most recently from 956c5f1 to c4da1dd Compare May 9, 2023 13:03
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 20, 2023

Deployed to Cloudflare Pages

Latest commit: 9181b85326d5bbbf06471f96c4918b085ee69d0d
Status:✅ Deploy successful!
Preview URL: https://87c4115a.oasis-explorer.pages.dev

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 20, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant