halkeye / old-www-gavinmogan-com

My Website
https://www.gavinmogan.com
MIT License
1 stars 0 forks source link

An in-range update of react-md is breaking the build 🚨 #23

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 1.6.1 of react-md was just published.

Branch Build failing 🚨
Dependency react-md
Current Version 1.6.0
Type dependency

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

react-md 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 - βœ… **Install:** Stage built successfully ([Details](https://jenkins.gavinmogan.com/job/Github%20Projects/job/halkeye_www-gavinmogan-com/job/greenkeeper%252Freact-md-1.6.1/1/display/redirect)). - ❌ **Test:** Failed to build stage ([Details](https://jenkins.gavinmogan.com/job/Github%20Projects/job/halkeye_www-gavinmogan-com/job/greenkeeper%252Freact-md-1.6.1/1/display/redirect)). - βœ… **Build:** Stage did not run due to earlier failure(s) ([Details](https://jenkins.gavinmogan.com/job/Github%20Projects/job/halkeye_www-gavinmogan-com/job/greenkeeper%252Freact-md-1.6.1/1/display/redirect)). - βœ… **Deploy:** Stage did not run due to earlier failure(s) ([Details](https://jenkins.gavinmogan.com/job/Github%20Projects/job/halkeye_www-gavinmogan-com/job/greenkeeper%252Freact-md-1.6.1/1/display/redirect)). - ❌ **continuous-integration/jenkins/branch:** This commit cannot be built ([Details](https://jenkins.gavinmogan.com/job/Github%20Projects/job/halkeye_www-gavinmogan-com/job/greenkeeper%252Freact-md-1.6.1/1/display/redirect)).

Release Notes v1.6.1

Changelog

  • Fixed the DatePicker dates not having type="button". (@jakerichan - #796)
Commits

The new version differs by 3 commits.

  • 6cbb6f5 Merge branch 'release/1.6.x'
  • 5771b59 Version bump to v1.6.1
  • 5542c92 Add type to calendar date button (#797)

See the full diff

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 6 years ago

After pinning to 1.6.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.6.2

Changelog

  • Updated the InkContainer to not break in Preact. #788
  • Updated the TableRow children PropType validation to be a bit more accurate. 6d5f8c2
Commits

The new version differs by 4 commits.

  • 011dc9f Merge branch 'release/1.6.x'
  • c7fe40e Version bump to v1.6.2
  • 6d5f8c2 Updated TableRow Children PropType Validation
  • 3a80028 Updated InkContainer to work with Preact

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.7.0

Changelog

  • Updated the DatePicker for more flexibility at rendering dates. (@madc0der - #800)
Commits

The new version differs by 8 commits.

  • 2bc1fa3 Merge branch 'release/1.7.x'
  • 3ad6933 Version bump to v1.7.0
  • 9ea5068 Updated custom DatePicker renderer example for mobile
  • 40304b1 Release/1.6.x - enhancement: add custom date rendering (#800)
  • 011dc9f Merge branch 'release/1.6.x'
  • c7fe40e Version bump to v1.6.2
  • 6d5f8c2 Updated TableRow Children PropType Validation
  • 3a80028 Updated InkContainer to work with Preact

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.7.1

Changelog

  • Reverted the InkContainer workaround for Preact since there were additional unwanted side-effects. #801
Commits

The new version differs by 11 commits.

  • c7a5e5f Merge branch 'release/1.7.x'
  • eeac4a8 Version bump to v1.7.1
  • 41e83af Revert "Updated InkContainer to work with Preact"
  • 2bc1fa3 Merge branch 'release/1.7.x'
  • 3ad6933 Version bump to v1.7.0
  • 9ea5068 Updated custom DatePicker renderer example for mobile
  • 40304b1 Release/1.6.x - enhancement: add custom date rendering (#800)
  • 011dc9f Merge branch 'release/1.6.x'
  • c7fe40e Version bump to v1.6.2
  • 6d5f8c2 Updated TableRow Children PropType Validation
  • 3a80028 Updated InkContainer to work with Preact

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.7.2

Changelog

  • Updated all component prop-types to not trigger a warning when the component was created with React.forwardRef. (@luisrudge - #809)
Commits

The new version differs by 14 commits.

  • d46ae78 Merge branch 'release/1.7.x'
  • 2668610 Version bump to 1.7.2
  • 5dd2474 Add PropTypes.object to support forwardRef (#809)
  • c7a5e5f Merge branch 'release/1.7.x'
  • eeac4a8 Version bump to v1.7.1
  • 41e83af Revert "Updated InkContainer to work with Preact"
  • 2bc1fa3 Merge branch 'release/1.7.x'
  • 3ad6933 Version bump to v1.7.0
  • 9ea5068 Updated custom DatePicker renderer example for mobile
  • 40304b1 Release/1.6.x - enhancement: add custom date rendering (#800)
  • 011dc9f Merge branch 'release/1.6.x'
  • c7fe40e Version bump to v1.6.2
  • 6d5f8c2 Updated TableRow Children PropType Validation
  • 3a80028 Updated InkContainer to work with Preact

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.8.0

Changelog

  • Updated the DialogContainer component so that the dialog can be closed with the escape key when the modal prop is enabled. #803
Commits

The new version differs by 18 commits.

  • 58c85be Version bump to 1.8.0
  • 9fcb51f Updated Dialog's closeOnEsc Behavior
  • 593acfd Merge branch 'release/1.7.x'
  • d0a533a Correctly added changelog to the what's new README
  • d46ae78 Merge branch 'release/1.7.x'
  • 2668610 Version bump to 1.7.2
  • 5dd2474 Add PropTypes.object to support forwardRef (#809)
  • c7a5e5f Merge branch 'release/1.7.x'
  • eeac4a8 Version bump to v1.7.1
  • 41e83af Revert "Updated InkContainer to work with Preact"
  • 2bc1fa3 Merge branch 'release/1.7.x'
  • 3ad6933 Version bump to v1.7.0
  • 9ea5068 Updated custom DatePicker renderer example for mobile
  • 40304b1 Release/1.6.x - enhancement: add custom date rendering (#800)
  • 011dc9f Merge branch 'release/1.6.x'

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.9.2

Changelog

  • Updated the autoComplete prop type to be PropTypes.string for the Autocomplete component. #703
  • Updated the Tabs component to be able to fix the selected tab indicator's height to match the value defined in SCSS. #764
  • Fixed Tooltips not disappearing when the user blurs a tooltip target. (@ryanmurakami - #814)
Commits

The new version differs by 30 commits.

  • 9c57194 Version bump
  • b9d5868 Tooltip keyboard fix (#814)
  • b3a4ee9 Updated testing documentaiton for window.matchMedia
  • 05a800c Added some spacing to the chips demo
  • 9a72e73 Added indicatorHeight prop to Tabs
  • 037e0ae Updated autoComplete prop-type
  • 4a5efe1 Version bump
  • 675cafd Added a new prop to turn off focusing of button that opens dialog. (#813)
  • 595d05c Version bump to 1.9.0
  • cfd666f Add autoFocusAction prop to set focus automatically on action button (#810)
  • 2c14d86 Added create-react-app v2 info to whats new page
  • e299099 Added create-react-app v2 example
  • 58c85be Version bump to 1.8.0
  • 9fcb51f Updated Dialog's closeOnEsc Behavior
  • 593acfd Merge branch 'release/1.7.x'

There are 30 commits in total.

See the full diff