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 #33

Merged
merged 1 commit into from
Jul 29, 2021
Merged

fix(deps): update mui monorepo #33

merged 1 commit into from
Jul 29, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@material-ui/core (source) 5.0.0-beta.0 -> 5.0.0-beta.2 age adoption passing confidence
@material-ui/lab 5.0.0-alpha.39 -> 5.0.0-alpha.41 age adoption passing confidence

Release Notes

mui-org/material-ui

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/core@5.0.0-beta.2
  • [Autocomplete] Explain how the loading prop works (#​27416) @​michaldudak
  • [Autocomplete] Update input value when the input changes (#​27313) @​turtleseason
  • [Autocomplete] Popper is not closing when the Autocomplete is disabled (#​27312) @​Goodiec
  • [Checkbox] Skip default hover styles with `disableRipple` (#​27314) @​faan234
  • [Dialog] Fix override paper styles (#​27423) @​newsiberian
  • [Grid] Remove width prop for rowSpacing (#​27326) @​sashkopavlenko
  • [Input] Merge `componentsProps` correctly (#​27371) @​mnajdova
  • [Pagination] Fixed usePagination requires @​emotion in development mode (#​27348) @​ruppysuppy
  • [Pagination] Fix :hover effect on previous/next button (#​27304) @​Aubrey-Li
  • [Popper] Consistent timing of popper instance creation (#​27233) @​eps1lon
  • [Select] Add `SelectChangeEvent` for accurate types for event in onChange prop (#​27370) @​eps1lon
  • [Tabs] Use theme transition duration for the Tab animation (#​27303) @​florianbepunkt
  • [TextField] Allow custom colors in FormLabel (#​27337) @​oliviertassinari
  • [TextField] Fix name of componentsProps (#​27338) @​oliviertassinari
  • [transitions] Make sure inline styles used for transition values if declared (#​27140) @​eps1lon
@material-ui/codemod@5.0.0-beta.2
  • [codemod] Add `optimal-imports` for v5 (#​27404) @​mnajdova
  • [codemod] Add jss to emotion codemod (#​27292) @​siriwatknp
  • [codemod] Fix running codemod CLI on Windows (#​27395) @​michaldudak
  • [codemod] Fix published version (#​27384) @​eps1lon
  • [codemod] Improve README.md (#​27257) @​mnajdova
@material-ui/unstyled@5.0.0-alpha.41
  • [NoSsr] Move NoSsr to the Unstyled package (#​27356) @​michaldudak
@material-ui/utils@5.0.0-beta.1
  • [utils] Convert createChainedFunction to TypeScript (#​27386) @​eps1lon
@material-ui/system@5.0.0-beta.2
  • [system] Compute display name of `styled` component if `name` isn't set (#​27401) @​eps1lon
  • [system] Adds missing type for `shouldForwardProp` (#​27310) @​KLubin1
@material-ui/lab@5.0.0-alpha.41
  • [pickers] Only accept dates from adapters in min/max props (#​27392) @​eps1lon
  • [pickers] Fallback to today if all possible dates are disabled (#​27294) @​eps1lon
  • [pickers] Minify error when LocalizationProvider is missing (#​27295) @​eps1lon
  • [pickers] Fix Fade animation behavior change (#​27283) @​oliviertassinari
Docs
  • [docs] Display Popper arrow correctly (#​27339) @​Patil2099
  • [docs] Focus pickers introduction on Material-UI (#​27394) @​eps1lon
  • [docs] Fix wrong import path in @​material-ui/styles section (#​27427) @​WeldonTan
  • [docs] Update color imports (#​27321) @​siriwatknp
  • [docs] Sync params of callbacks between types and JSDoc description (#​27366) @​eps1lon
  • [docs] Add migration note for synthetic native events in onChange (#​27368) @​eps1lon
  • [docs] Improve unstyled docs (#​27382) @​oliviertassinari
  • [docs] Update `Transitions` page (#​27319) @​siriwatknp
  • [docs] Add Unstyled components docs page (#​27158) @​michaldudak
  • [docs] Fix app bar regression (#​27373) @​mnajdova
  • [docs] Update migration guide to have a section on nested classes (#​27354) @​mnajdova
  • [docs] Convert App* components to emotion (#​27150) @​eps1lon
  • [docs] Fix duplicate "Theme" header (#​27353) @​eps1lon
  • [docs] Remove horizontal scrollbar in MiniDrawer (#​27055) @​AlvesJorge
  • [docs] Add `makeStyles` explanation in troubleshooting (#​27322) @​siriwatknp
  • [docs] Fix ExpansionPanel migration notes (#​27352) @​eps1lon
  • [docs] Transpile markdown files (#​27349) @​eps1lon
  • [docs] Fix typo in the word typography (#​27329) @​tudi2d
  • [docs] Use actual symbol of kilogram (#​27332) @​getsnoopy
  • [docs] Make migration doc easier to follow (#​26948) @​siriwatknp
  • [examples] Cleanup `gatsby` examples (#​27375) @​mnajdova
  • [examples] Create nextjs example using styled-components (#​27088) @​hboylan
  • [examples] Update gatsby example to use custom plugin (#​27357) @​mnajdova
Core
  • [core] Remove obsolete styles documentation (#​27350) @​eps1lon
  • [core] Fix GitHub language detection (#​27298) @​oliviertassinari
  • [test] Include coverage report of browser tests (#​27389) @​eps1lon
  • [test] Add current behavior for getDisplayName with context components (#​27402) @​eps1lon
  • [test] Enable skipped picker tests (#​27268) @​eps1lon
  • [website] Add hero section to homepage (#​27364) @​siriwatknp

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/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


Configuration

📅 Schedule: "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone Asia/Tokyo.

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

@vercel
Copy link

vercel bot commented Jun 11, 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/3-shake/3design-ui/G6XvkgcPvKUKJKnKMctJm2mJAL4j
✅ Preview: https://3design-ui-git-renovate-mui-monorepo-3-shake.vercel.app

@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 changed the title fix(deps): update mui monorepo to v5.0.0-alpha.37 fix(deps): update mui monorepo to v5.0.0-alpha.38 Jun 24, 2021
@renovate renovate bot changed the title fix(deps): update mui monorepo to v5.0.0-alpha.38 fix(deps): update mui monorepo Jul 1, 2021
@renovate renovate bot changed the title fix(deps): update mui monorepo fix(deps): update mui monorepo - autoclosed Jul 6, 2021
@renovate renovate bot closed this Jul 6, 2021
@renovate renovate bot deleted the renovate/mui-monorepo branch July 6, 2021 10:01
@renovate renovate bot changed the title fix(deps): update mui monorepo - autoclosed fix(deps): update mui monorepo Jul 6, 2021
@renovate renovate bot restored the renovate/mui-monorepo branch July 6, 2021 10:52
@renovate renovate bot reopened this Jul 6, 2021
@renovate renovate bot changed the title fix(deps): update mui monorepo fix(deps): update mui monorepo - autoclosed Jul 11, 2021
@renovate renovate bot closed this Jul 11, 2021
@renovate renovate bot deleted the renovate/mui-monorepo branch July 11, 2021 16:29
@renovate renovate bot changed the title fix(deps): update mui monorepo - autoclosed fix(deps): update mui monorepo Jul 14, 2021
@renovate renovate bot restored the renovate/mui-monorepo branch July 14, 2021 17:04
@renovate renovate bot reopened this Jul 14, 2021
@locona locona merged commit 1f7be5b into main Jul 29, 2021
@locona locona deleted the renovate/mui-monorepo branch July 29, 2021 04:07
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.

2 participants