Closed renovate[bot] closed 2 years ago
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:
The artifact failure details are included below:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: react-firebaseui@6.0.0
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR! react@"18.2.0" from the root project
npm ERR! peer react@">=16.8.0" from @emotion/react@11.9.3
npm ERR! node_modules/@emotion/react
npm ERR! @emotion/react@"11.9.3" from the root project
npm ERR! peer @emotion/react@"^11.0.0-rc.0" from @emotion/styled@11.9.3
npm ERR! node_modules/@emotion/styled
npm ERR! @emotion/styled@"11.9.3" from the root project
npm ERR! 3 more (@mui/material, @mui/system, @mui/styled-engine)
npm ERR! 3 more (@mui/material, @mui/system, @mui/styled-engine)
npm ERR! 17 more (@emotion/styled, @mui/icons-material, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@">=15 <=17" from react-firebaseui@6.0.0
npm ERR! node_modules/react-firebaseui
npm ERR! react-firebaseui@"6.0.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: react@17.0.2
npm ERR! node_modules/react
npm ERR! peer react@">=15 <=17" from react-firebaseui@6.0.0
npm ERR! node_modules/react-firebaseui
npm ERR! react-firebaseui@"6.0.0" 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/2022-06-27T16_37_28_670Z-debug-0.log
This PR contains the following updates:
5.8.4
->5.8.6
28.1.2
->28.1.3
9.8.3
->9.8.4
Release Notes
mui/material-ui
### [`v5.8.6`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#586) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.8.5...v5.8.6) *Jun 27, 2022* A big thanks to the 13 contributors who made this release possible. Here are some highlights āØ: - āļø Fixed React 18 issues in few components - š Improved the TypeScript augmentation when using CSS variables with `@mui/material` - many other š bug fixes and š documentation improvements ##### `@mui/material@5.8.6` - ā\[Alert] Add support for CSS vars ([#32624](https://togithub.com/mui/material-ui/issues/32624)) [@haneenmahd](https://togithub.com/haneenmahd) - ā\[Alert] Use `getContrastText` for filled variant font color ([#29813](https://togithub.com/mui/material-ui/issues/29813)) [@SamoraMabuya](https://togithub.com/SamoraMabuya) Note: The color of the text in the warning contained `Alert` in dark mode was changed to black in order to improve the color contrast ratio - ā\[OutlinedInput] Fix `ownerState` undefined in theme style overrides ([#33241](https://togithub.com/mui/material-ui/issues/33241)) [@siriwatknp](https://togithub.com/siriwatknp) - ā\[Tabs] Fix crash when used with React 18 & Suspense ([#33277](https://togithub.com/mui/material-ui/issues/33277)) [@mnajdova](https://togithub.com/mnajdova) - ā\[TypeScript] Add CSS vars type augmentation for Material UI ([#33211](https://togithub.com/mui/material-ui/issues/33211)) [@siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/system@5.8.6` - ā\[system] Add enableColorScheme option to getInitColorSchemeScript ([#33261](https://togithub.com/mui/material-ui/issues/33261)) [@siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/utils@5.8.6` - ā\[utils] Allow state prefix to be configurable ([#32972](https://togithub.com/mui/material-ui/issues/32972)) [@siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/base@5.0.0-alpha.87` - ā\[base] Improve the return type of useSlotProps ([#33279](https://togithub.com/mui/material-ui/issues/33279)) [@michaldudak](https://togithub.com/michaldudak) - ā\[base] Improve some types ([#33270](https://togithub.com/mui/material-ui/issues/33270)) [@mnajdova](https://togithub.com/mnajdova) - ā\[MenuUnstyled] Fix keyboard accessibility of menu items ([#33145](https://togithub.com/mui/material-ui/issues/33145)) [@michaldudak](https://togithub.com/michaldudak) - ā\[ModalManager] Lock body scroll when container is inside shadow DOM ([#33168](https://togithub.com/mui/material-ui/issues/33168)) [@jacobweberbowery](https://togithub.com/jacobweberbowery) - ā\[SliderUnstyled] Use useSlotProps ([#33132](https://togithub.com/mui/material-ui/issues/33132)) [@michaldudak](https://togithub.com/michaldudak) - ā\[TextareaAutosize] Fix crash when used with React 18 & Suspense ([#33238](https://togithub.com/mui/material-ui/issues/33238)) [@howlettt](https://togithub.com/howlettt) - ā\[TextareaAutosize] Fix warnings for too many renders in React 18 ([#33253](https://togithub.com/mui/material-ui/issues/33253)) [@mnajdova](https://togithub.com/mnajdova) ##### `@mui/joy@5.0.0-alpha.34` - ā\[Joy] Add `Sheet` doc ([#32820](https://togithub.com/mui/material-ui/issues/32820)) [@hbjORbj](https://togithub.com/hbjORbj) ##### Docs - ā\[blog] Polish Why you should migrate to Material UI v5 today ([#33244](https://togithub.com/mui/material-ui/issues/33244)) [@oliviertassinari](https://togithub.com/oliviertassinari) - ā\[docs] Add note in docs about `componentsProps.root` taking precedence ([#33097](https://togithub.com/mui/material-ui/issues/33097)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ā\[docs] Remove a note about Base components being reexported from Material UI ([#33265](https://togithub.com/mui/material-ui/issues/33265)) [@michaldudak](https://togithub.com/michaldudak) - ā\[docs] Update code snippet in docs for custom color palette ([#32946](https://togithub.com/mui/material-ui/issues/32946)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ā\[docs] Fix the docs for production class generation ([#31933](https://togithub.com/mui/material-ui/issues/31933)) [@Fafruch](https://togithub.com/Fafruch) - ā\[docs] Fix internal link in Box page ([#33149](https://togithub.com/mui/material-ui/issues/33149)) [@davidgarciab](https://togithub.com/davidgarciab) - ā\[docs] Badge component link in Base docs should be under Data Display section ([#33249](https://togithub.com/mui/material-ui/issues/33249)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ā\[examples] Fix comment typo ([#33256](https://togithub.com/mui/material-ui/issues/33256)) [@WinmezzZ](https://togithub.com/WinmezzZ) ##### Core - ā\[core] Remove dead code ([#33243](https://togithub.com/mui/material-ui/issues/33243)) [@oliviertassinari](https://togithub.com/oliviertassinari) - ā\[website] Fix the scroll-top for all the website ([#33215](https://togithub.com/mui/material-ui/issues/33215)) [@oliviertassinari](https://togithub.com/oliviertassinari) - ā\[website] List new core role [@oliviertassinari](https://togithub.com/oliviertassinari) - ā\[website] Fix navigation menu close behavior ([#33203](https://togithub.com/mui/material-ui/issues/33203)) [@oliviertassinari](https://togithub.com/oliviertassinari) All contributors of this release in alphabetical order: [@davidgarciab](https://togithub.com/davidgarciab), [@Fafruch](https://togithub.com/Fafruch), [@haneenmahd](https://togithub.com/haneenmahd), [@hbjORbj](https://togithub.com/hbjORbj), [@howlettt](https://togithub.com/howlettt), [@jacobweberbowery](https://togithub.com/jacobweberbowery), [@michaldudak](https://togithub.com/michaldudak), [@mnajdova](https://togithub.com/mnajdova), [@oliviertassinari](https://togithub.com/oliviertassinari), [@SamoraMabuya](https://togithub.com/SamoraMabuya), [@siriwatknp](https://togithub.com/siriwatknp), [@WinmezzZ](https://togithub.com/WinmezzZ), [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.8.5`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#585) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.8.4...v5.8.5) *Jun 20, 2022* A big thanks to the 14 contributors who made this release possible. Here are some highlights āØ: - š Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by [@vicasas](https://togithub.com/vicasas) and [@gin1314](https://togithub.com/gin1314) - many other š bug fixes and š documentation improvements ##### `@mui/material@5.8.5` - ā\[Avatar] Add support for CSS variables ([#32499](https://togithub.com/mui/material-ui/issues/32499)) [@vicasas](https://togithub.com/vicasas) - ā\[Dialog] Fix broken styles if `maxWidth` is set to `false` ([#32987](https://togithub.com/mui/material-ui/issues/32987)) [@kmurgic](https://togithub.com/kmurgic) - ā\[SpeedDialAction] Add support for CSS variables ([#32608](https://togithub.com/mui/material-ui/issues/32608)) [@gin1314](https://togithub.com/gin1314) - ā\[Tabs] Increment scroll of the minimum amount possible ([#33103](https://togithub.com/mui/material-ui/issues/33103)) [@oliviertassinari](https://togithub.com/oliviertassinari) ##### `@mui/codemod@5.8.5` - ā\[codemod] Preserve comments within jss-to-tss-react ([#33170](https://togithub.com/mui/material-ui/issues/33170)) [@ryancogswell](https://togithub.com/ryancogswell) ##### `@mui/lab@5.0.0-alpha.87` - ā\[Masonry] Fix flickering when used with React 18 ([#33163](https://togithub.com/mui/material-ui/issues/33163)) [@mnajdova](https://togithub.com/mnajdova) ##### `@mui/base@5.0.0-alpha.86` - ā\[BadgeUnstyled] Accept callbacks in componentsProps ([#33176](https://togithub.com/mui/material-ui/issues/33176)) [@michaldudak](https://togithub.com/michaldudak) - ā\[ButtonUnstyled] Use useSlotProps ([#33096](https://togithub.com/mui/material-ui/issues/33096)) [@michaldudak](https://togithub.com/michaldudak) - ā\[FormControlUnstyled] Accept callbacks in componentsProps ([#33180](https://togithub.com/mui/material-ui/issues/33180)) [@michaldudak](https://togithub.com/michaldudak) - ā\[InputUnstyled] Use useSlotProps ([#33094](https://togithub.com/mui/material-ui/issues/33094)) [@michaldudak](https://togithub.com/michaldudak) - ā\[ModalUnstyled] Define ownerState and slot props' types ([#32901](https://togithub.com/mui/material-ui/issues/32901)) [@michaldudak](https://togithub.com/michaldudak) - ā\[SwitchUnstyled] Use useSlotProps ([#33174](https://togithub.com/mui/material-ui/issues/33174)) [@michaldudak](https://togithub.com/michaldudak) ##### `@mui/joy@5.0.0-alpha.33` - ā\[Joy] Add Checkbox documentation ([#33171](https://togithub.com/mui/material-ui/issues/33171)) [@siriwatknp](https://togithub.com/siriwatknp) - ā\[Joy] Add List documentation ([#33120](https://togithub.com/mui/material-ui/issues/33120)) [@siriwatknp](https://togithub.com/siriwatknp) - ā\[Joy] Make slider displays Joy classname ([#33051](https://togithub.com/mui/material-ui/issues/33051)) [@siriwatknp](https://togithub.com/siriwatknp) ##### Docs - ā\[blog] Update Blogpost to clear confusion on "no impact" disclaimer. ([#33131](https://togithub.com/mui/material-ui/issues/33131)) [@joserodolfofreitas](https://togithub.com/joserodolfofreitas) - ā\[blog] Add post about v5 Migration guide update ([#33063](https://togithub.com/mui/material-ui/issues/33063)) [@samuelsycamore](https://togithub.com/samuelsycamore) - ā\[blog] Fix display on Safari ([#33102](https://togithub.com/mui/material-ui/issues/33102)) [@oliviertassinari](https://togithub.com/oliviertassinari) - ā\[docs] Add guide on how to use MUI Base with Tailwind CSS ([#33100](https://togithub.com/mui/material-ui/issues/33100)) [@mnajdova](https://togithub.com/mnajdova) - ā\[docs] Improve Joy template UX ([#33159](https://togithub.com/mui/material-ui/issues/33159)) [@siriwatknp](https://togithub.com/siriwatknp) - ā\[docs] Update Shadow DOM guide ([#33160](https://togithub.com/mui/material-ui/issues/33160)) [@cherniavskii](https://togithub.com/cherniavskii) - ā\[docs] Fix SEO regressions ([#33106](https://togithub.com/mui/material-ui/issues/33106)) [@oliviertassinari](https://togithub.com/oliviertassinari) - ā\[docs] Add job ad in table of content ([#33143](https://togithub.com/mui/material-ui/issues/33143)) [@mnajdova](https://togithub.com/mnajdova) - ā\[docs] Add customization as a value proposition ([#33014](https://togithub.com/mui/material-ui/issues/33014)) [@oliviertassinari](https://togithub.com/oliviertassinari) - ā\[examples] Add example using nextjs & [@mui/styles](https://togithub.com/mui/styles) as a starter for the migration to v5 ([#33005](https://togithub.com/mui/material-ui/issues/33005)) [@mnajdova](https://togithub.com/mnajdova) - ā\[website] Replace Airtable with Ashby links for applying to a opened position ([#33193](https://togithub.com/mui/material-ui/issues/33193)) [@DanailH](https://togithub.com/DanailH) ##### Core - ā\[core] Add CSS variables support for Material UI components ([#32835](https://togithub.com/mui/material-ui/issues/32835)) [@siriwatknp](https://togithub.com/siriwatknp) - ā\[core] Add name to workspace root package.json ([#33226](https://togithub.com/mui/material-ui/issues/33226)) [@Janpot](https://togithub.com/Janpot) - ā\[core] Update bug template with generic instruction ([#33153](https://togithub.com/mui/material-ui/issues/33153)) [@joserodolfofreitas](https://togithub.com/joserodolfofreitas) - ā\[core] Remove dead and redundant code ([#33125](https://togithub.com/mui/material-ui/issues/33125)) [@oliviertassinari](https://togithub.com/oliviertassinari) - ā\[core] Improve inline code rendering within the details tag ([#33086](https://togithub.com/mui/material-ui/issues/33086)) [@Harmouch101](https://togithub.com/Harmouch101) All contributors of this release in alphabetical order: [@cherniavskii](https://togithub.com/cherniavskii), [@DanailH](https://togithub.com/DanailH), [@gin1314](https://togithub.com/gin1314), [@Harmouch101](https://togithub.com/Harmouch101), [@Janpot](https://togithub.com/Janpot), [@joserodolfofreitas](https://togithub.com/joserodolfofreitas), [@kmurgic](https://togithub.com/kmurgic), [@michaldudak](https://togithub.com/michaldudak), [@mnajdova](https://togithub.com/mnajdova), [@oliviertassinari](https://togithub.com/oliviertassinari), [@ryancogswell](https://togithub.com/ryancogswell), [@samuelsycamore](https://togithub.com/samuelsycamore), [@siriwatknp](https://togithub.com/siriwatknp), [@vicasas](https://togithub.com/vicasas)firebase/firebase-js-sdk
### [`v9.8.4`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.8.3...firebase@9.8.4) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@9.8.3...firebase@9.8.4)Configuration
š Schedule: Branch creation - "before 2am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» 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.
This PR has been generated by Mend Renovate. View repository job log here.