redgeoff / mson-getting-started

MSON: Getting Started Example
Apache License 2.0
15 stars 3 forks source link

An in-range update of material-ui-pickers is breaking the build 🚨 #12

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency material-ui-pickers was updated from 1.0.0-rc.17 to 1.0.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

material-ui-pickers 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 - ❌ **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/redgeoff/mson-getting-started/37?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 1.0.0-rc.17 your tests are passing again. Downgrade this dependency πŸ“Œ.

redgeoff commented 5 years ago

Need to wait until next mson-react release (containing https://github.com/redgeoff/mson-react/pull/34) as there was a breaking change in material-ui-pickers

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.0.1

Thanks for 3 contributors that made this release possible

Here are some highlights ✨:

  • Fix missing tslib dependency
  • Fix common typescript errors
  • Improve bundle size by removing prop types and treeshakable classes

Fixes

  • Fix missing tslib de
  • Fix a bug with white border if localized dialog actions are too wide
  • Fix not updating component on initialFocusedDate change
redgeoff commented 5 years ago

Fixed by https://github.com/redgeoff/mson-getting-started/pull/14