-
Notifications
You must be signed in to change notification settings - Fork 0
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
An in-range update of material-ui is breaking the build 🚨 #208
Comments
Your tests are still failing with this version. Compare changes Release Notes for v3.5.0Nov 12, 2018Big thanks to the 13 contributors who made this release possible! Here are some highlights ✨:
The Material-UI's styling solution has pretty much stayed the same for the last 12 months.
Here is an example: https://codesandbox.io/s/vjzn5z4k77. import Button from '@material-ui/core/Button'; import React from 'react'; import { makeStyles } from '@material-ui/styles'; Powered by JSS.
|
Your tests are still failing with this version. Compare changes Release Notes for v3.5.1Nov 13, 2018Big thanks to the 13 contributors who made this release possible! Here are some highlights ✨:
The Material-UI's styling solution has pretty much stayed the same for the last 12 months.
Here is an example: https://codesandbox.io/s/vjzn5z4k77. import Button from '@material-ui/core/Button'; import React from 'react'; import { makeStyles } from '@material-ui/styles'; Powered by JSS.
|
There have been updates to the material-ui monorepo:
dependency
@material-ui/core was updated from3.3.2
to3.4.0
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
This monorepo update includes releases of one or more dependencies which all belong to the material-ui group definition.
material-ui is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
Release Notes for v3.4.0
Nov 5, 2018
Big thanks to the 16 contributors who made this release possible!
Here are some highlights ✨:
@material-ui/[email protected]
labelPlacement
property variants (#13499) @JulienMalige@material-ui/[email protected]
Docs
Core
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: