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

Merged
merged 2 commits into from
Feb 16, 2021
Merged

fix(deps): update mui monorepo #1204

merged 2 commits into from
Feb 16, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@material-ui/core (source) 4.11.0 -> 4.11.3 age adoption passing confidence
@material-ui/icons 4.9.1 -> 4.11.2 age adoption passing confidence

Release Notes

mui-org/material-ui

v4.11.3

Compare Source

Jan 24, 2021

This release fixes an important issue with Chrome 88. The usage of NaN as a CSS property's value with JSS throws an exception.

Those wanting to anticipate the breaking changes coming in v5, on top of benefiting from this release, can install 4.11.3-deprecations.0. This pre-release includes deprecations with an upgrade path.

@material-ui/core@v4.11.3
@material-ui/styles@v4.11.3
@material-ui/system@v4.11.3
Docs
Core

v4.11.2

Compare Source

Nov 24, 2020

This release widens the peer dependency scope of React to accept ^17.0.0 ⚛️ . The change makes it easier for developers to upgrade React independently from Material-UI. The best support for React 17 will be found in Material-UI v5.

This is a reminder that all ongoing work has moved to v5. This means a feature freeze on v4. The development of v4 is limited to important bug fixes, security patches, and easing the upgrade path to v5.

@material-ui/core@v4.11.2
@material-ui/icons@v4.11.2
@material-ui/lab@v4.11.2
@material-ui/styles@v4.11.2
@material-ui/system@v4.11.2
@material-ui/utils@v4.11.2
@material-ui/lab@v4.0.0-alpha.57

v4.11.1

Compare Source

Nov 24, 2020

Big thanks to the 12 contributors who made this release possible.

@material-ui/core@v4.11.1
@material-ui/styles@v4.11.1
Docs
Core

Renovate configuration

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

🚦 Automerge: Enabled.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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.

@JPSchellenberg JPSchellenberg merged commit 35d3546 into master Feb 16, 2021
@renovate renovate bot deleted the renovate/mui-monorepo branch February 16, 2021 20:41
github-actions bot pushed a commit that referenced this pull request Feb 21, 2021
## [0.5.1](v0.5.0...v0.5.1) (2021-02-21)

### Bug Fixes

* **deps:** update dependency @lumieducation/h5p-express to v7.0.2 ([e6f5f8b](e6f5f8b))
* **deps:** update dependency @lumieducation/h5p-html-exporter to v7.0.2 ([75f9097](75f9097))
* **deps:** update dependency @lumieducation/h5p-server to v7.0.1 ([#1254](#1254)) ([eda9ef7](eda9ef7))
* **deps:** update dependency @lumieducation/h5p-server to v7.0.2 ([086e826](086e826))
* **deps:** update dependency @sentry/electron to v2.3.0 ([fc34fbc](fc34fbc))
* **deps:** update dependency @testing-library/react to v11.2.4 ([a43dafe](a43dafe))
* **deps:** update dependency @testing-library/react to v11.2.5 ([#1218](#1218)) ([6319384](6319384))
* **deps:** update dependency @testing-library/user-event to v12.6.3 ([39fa3d1](39fa3d1))
* **deps:** update dependency @testing-library/user-event to v12.7.0 ([54907fb](54907fb))
* **deps:** update dependency @testing-library/user-event to v12.7.1 ([4ea5292](4ea5292))
* **deps:** update dependency @types/node to v12.19.16 ([f5802f0](f5802f0))
* **deps:** update dependency @types/node to v12.20.0 ([a5eee8d](a5eee8d))
* **deps:** update dependency @types/node to v12.20.1 ([26cb252](26cb252))
* **deps:** update dependency @types/node to v12.20.2 ([9acf14e](9acf14e))
* **deps:** update dependency @types/react to v16.14.3 ([594edf0](594edf0))
* **deps:** update dependency @types/react to v16.14.4 ([aaebcf9](aaebcf9))
* **deps:** update dependency @types/react-dom to v16.9.11 ([0a77f5a](0a77f5a))
* **deps:** update dependency electron-log to v4.3.2 ([abc3967](abc3967))
* **deps:** update dependency i18next to v19.8.6 ([8ad28a7](8ad28a7))
* **deps:** update dependency i18next to v19.8.7 ([d95d3ef](d95d3ef))
* **deps:** update dependency i18next to v19.8.8 ([ccae144](ccae144))
* **deps:** update dependency i18next to v19.8.9 ([2d5a9eb](2d5a9eb))
* **deps:** update dependency react-scripts to v4.0.2 ([80ebfba](80ebfba))
* **deps:** update dependency typescript to v4.1.4 ([3dfdea4](3dfdea4))
* **deps:** update dependency typescript to v4.1.5 ([e91ebb8](e91ebb8))
* **deps:** update mui monorepo ([#1204](#1204)) ([35d3546](35d3546))
* **deps:** update sentry monorepo to v6 ([#1179](#1179)) ([8353eba](8353eba))
* **deps:** update sentry monorepo to v6.1.0 ([c51b761](c51b761))
* **deps:** update sentry monorepo to v6.2.0 ([166e3c8](166e3c8))
* **export-dialog:** was not closed when title was missing ([#1247](#1247)) ([0c5f19c](0c5f19c))
* **reporter:** fix big report files due to bg images ([#1229](#1229)) ([2abbc60](2abbc60)), closes [#1226](#1226)
@github-actions
Copy link

🎉 This PR is included in version 0.5.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants