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

fix(deps): update mui monorepo - autoclosed #130

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@material-ui/core (source) 5.0.0-alpha.35 -> 5.0.0-beta.5 age adoption passing confidence
@material-ui/lab 5.0.0-alpha.35 -> 5.0.0-alpha.44 age adoption passing confidence

Release Notes

mui-org/material-ui

v5.0.0-beta.5

Compare Source

Aug 24, 2021

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

  • 🐛 Fixed a lot of bugs and regressions to get us closer to the v5 stable release milestone
  • 📚 Improved the docs and the migration guide for upgrading to v5
@material-ui/[email protected]
Breaking changes
  • ​ [core] Update .browserslistrc file (#​27788) @​DanailH

    The targets of the default bundle have changed:

    • Chrome 90 (up from 84)
    • Edge 91 (up from 85)
    • Safari 14 (macOS) (up from 13.1) and 12.4 (iOS) (up from 12.2)
    • Opera 76 (up from 70)
  • ​ [Autocomplete] Rename Value type to AutocompleteValue (#​27804) @​michaldudak

    The useAutocomplete hook used a type called Value. It was a very generic name for a type specific to the Autocomplete control, so it was removed to AutocompleteValue.

    -import { Value } from '@​material-ui/core/useAutocomplete';
    +import { AutocompleteValue } from '@​material-ui/core/useAutocomplete';
Changes
@material-ui/[email protected]
Breaking changes
  • ​ [system] Rename styleProps to ownerState (#​27830) @​mnajdova

    The change was done in order to better reflect what they are, not what we think they will be used for.

     <SomeSlotComponent
    -  styleProps={propsAndState}
    +  ownerState={propsAndState}
     />
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: @​aaronlademann-wf, @​alexile, @​atorenherrinton, @​benny0642, @​DanailH, @​eps1lon, @​hamidreza-nateghi, @​hbjORbj, @​jakeanq, @​JEONGJIHUN, @​LorenzHenk, @​mekouar-mehdi, @​michaldudak, @​mnajdova, @​nguyenyou, @​nolastemgarden, @​nomanoff, @​noviicee, @​oliviertassinari, @​pvdstel, @​qiweiii, @​siriwatknp, @​surajkumar016, @​teachhay, @​vedadeepta, @​will-amaral

v5.0.0-beta.4

Compare Source

Aug 13, 2021

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

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

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

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

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from GoldElysium as a code owner June 8, 2021 07:24
@renovate renovate bot added the Type: Dependencies Dependency updates label Jun 8, 2021
@vercel
Copy link

vercel bot commented Jun 8, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/goldelysium/hefs-website/GrZBc15ySN5aQPbL8p1Hq2aRsCtA
✅ Preview: Failed

[Deployment for dfba01d failed]

@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 3a3d10d to 9ae5cf2 Compare June 8, 2021 16:02
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 9ae5cf2 to 4ae068b Compare June 9, 2021 12:41
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 4ae068b to efb137f Compare June 9, 2021 17:44
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from efb137f to 59ff842 Compare June 10, 2021 15:59
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 59ff842 to d3e2967 Compare June 10, 2021 16:00
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from d3e2967 to 39af929 Compare June 11, 2021 11:54
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 39af929 to dec354b Compare June 14, 2021 13:29
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from dec354b to 16488e7 Compare June 14, 2021 14:47
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 16488e7 to de2444f Compare June 15, 2021 13:01
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from de2444f to 653b9f0 Compare June 15, 2021 17:26
@renovate renovate bot changed the title fix(deps): update mui monorepo to v5.0.0-alpha.36 fix(deps): update mui monorepo to v5.0.0-alpha.37 Jun 15, 2021
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 653b9f0 to 1337c84 Compare June 15, 2021 19:10
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 1337c84 to 8786714 Compare June 16, 2021 13:12
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 8786714 to 2cb9bd9 Compare June 17, 2021 08:35
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from ce81da3 to 7a83f1d Compare July 26, 2021 10:26
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 7a83f1d to 50214c2 Compare July 26, 2021 15:28
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 50214c2 to d6b8efa Compare July 26, 2021 17:19
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from d6b8efa to e82e107 Compare July 26, 2021 18:39
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from e82e107 to e4e8340 Compare July 28, 2021 10:04
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from e4e8340 to 841be31 Compare August 2, 2021 17:55
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 841be31 to 8117cc4 Compare August 9, 2021 05:56
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 8117cc4 to 9715d38 Compare August 12, 2021 17:55
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 9715d38 to dd35e84 Compare August 12, 2021 18:03
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from dd35e84 to 808e39a Compare August 13, 2021 07:48
@renovate renovate bot force-pushed the renovate/mui-monorepo branch from 808e39a to 1749d99 Compare August 13, 2021 22:27
@renovate
Copy link
Contributor Author

renovate bot commented Aug 25, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @material-ui/[email protected]
npm ERR! Found: @emotion/[email protected]
npm ERR! node_modules/@emotion/react
npm ERR!   @emotion/react@"11.4.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional @emotion/react@"^11.4.1" from @material-ui/[email protected]
npm ERR! node_modules/@material-ui/core
npm ERR!   @material-ui/core@"5.0.0-beta.5" from the root project
npm ERR!   peer @material-ui/core@"^5.0.0-alpha.36" from @material-ui/[email protected]
npm ERR!   node_modules/@material-ui/lab
npm ERR!     @material-ui/lab@"5.0.0-alpha.44" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @emotion/[email protected]
npm ERR! node_modules/@emotion/react
npm ERR!   peerOptional @emotion/react@"^11.4.1" from @material-ui/[email protected]
npm ERR!   node_modules/@material-ui/core
npm ERR!     @material-ui/core@"5.0.0-beta.5" from the root project
npm ERR!     peer @material-ui/core@"^5.0.0-alpha.36" from @material-ui/[email protected]
npm ERR!     node_modules/@material-ui/lab
npm ERR!       @material-ui/lab@"5.0.0-alpha.44" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-08-25T08_14_27_106Z-debug.log

@renovate renovate bot changed the title fix(deps): update mui monorepo fix(deps): update mui monorepo - autoclosed Aug 30, 2021
@renovate renovate bot closed this Aug 30, 2021
@renovate renovate bot deleted the renovate/mui-monorepo branch August 30, 2021 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants