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 material-ui monorepo #278

Merged
merged 1 commit into from
Jun 20, 2023
Merged

Conversation

renovate[bot]
Copy link
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/[email protected]
Breaking changes
Changes
@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
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/[email protected]
@material-ui/[email protected]
  • ​[system] Added top, left, right and bottom border color CSS properties to system (#​27580) @​R-Bower
@material-ui/[email protected]
@material-ui/[email protected]
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/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
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/[email protected]
Breaking changes
Changes
@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
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/[email protected]
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/[email protected]
@​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/[email protected]
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

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
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from bc6d8e1 to 648f1c0 Compare June 19, 2023 07:40
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 648f1c0 to 096569b Compare June 19, 2023 07:55
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from 096569b to 50f8fdd Compare June 19, 2023 07:55
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 50f8fdd to 3edd285 Compare June 19, 2023 08:11
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from 3edd285 to cb61fc5 Compare June 19, 2023 08:11
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from cb61fc5 to 43ef3ee Compare June 19, 2023 08:52
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from 43ef3ee to 45c2f93 Compare June 19, 2023 08:52
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 45c2f93 to 0efa109 Compare June 19, 2023 12:54
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from 0efa109 to 12e2160 Compare June 19, 2023 12:54
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 12e2160 to 9aa45c4 Compare June 19, 2023 13:31
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from 9aa45c4 to ca4ea41 Compare June 19, 2023 13:32
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from ca4ea41 to 37a44b5 Compare June 19, 2023 13:51
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from 37a44b5 to 80bc11c Compare June 19, 2023 13:51
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 80bc11c to 595de8c Compare June 19, 2023 14:06
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from 595de8c to 8f7b3c0 Compare June 19, 2023 14:06
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 8f7b3c0 to 804ad99 Compare June 20, 2023 08:51
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from 804ad99 to 238b698 Compare June 20, 2023 08:51
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 238b698 to c19d8f4 Compare June 20, 2023 10:04
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from c19d8f4 to bfbaba2 Compare June 20, 2023 10:06
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from bfbaba2 to b63a36c Compare June 20, 2023 10:22
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from b63a36c to 0936af9 Compare June 20, 2023 10:22
@github-actions
Copy link

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

@buberdds buberdds closed this Jun 20, 2023
@buberdds buberdds reopened this Jun 20, 2023
@renovate
Copy link
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.

@buberdds buberdds force-pushed the renovate/material-ui-monorepo branch from bf70f82 to 9181b85 Compare June 20, 2023 10:55
@buberdds buberdds merged commit edf58c7 into master Jun 20, 2023
@buberdds buberdds deleted the renovate/material-ui-monorepo branch June 20, 2023 11:08
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