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

An in-range update of uikit is breaking the build 🚨 #69

Closed
greenkeeper bot opened this issue Sep 12, 2018 · 5 comments
Closed

An in-range update of uikit is breaking the build 🚨 #69

greenkeeper bot opened this issue Sep 12, 2018 · 5 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 12, 2018

The dependency uikit was updated from 3.0.0-rc.9-dev.bd39d353 to 3.0.0-rc.16.

🚨 View failing branch.

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

uikit 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
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v3.0.0-rc.16

Fixed

  • Fix regression in Overflow Auto component
Commits

The new version differs by 75 commits.

  • 0cdd172 Merge tag 'v3.0.0-rc.16' into develop
  • b2e1ef1 Merge branch 'release/v3.0.0-rc.16'
  • 53b3fb2 v3.0.0-rc.16
  • 6fac5bb Fix regression in Overflow Auto component
  • d004bda Merge tag 'v3.0.0-rc.15' into develop
  • dfdb5b9 Merge branch 'release/v3.0.0-rc.15'
  • c95395e v3.0.0-rc.15
  • 4dd8f60 typo
  • 8160f31 Rename selModal to selContainer adn selPanel to selContent in Overflow Auto component
  • b8709a5 add overflow auto test to utility component
  • a0d0320 cleanup video test text
  • de76a09 improve isNode check
  • de71b8d fix: isInView function for elements with zero width and height
  • 60d0a08 Merge branch 'release/v3.0.0-rc.14'
  • a7f7466 Merge tag 'v3.0.0-rc.14' into develop

There are 75 commits in total.

See the full diff

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2018

After pinning to 3.0.0-rc.9-dev.bd39d353 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2018

  • The dependency uikit was updated from 3.0.0-rc.9-dev.bd39d353 to 3.0.0-rc.17.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.0.0-rc.17

Added

  • Dom functions support selectors

Changed

  • Viewport Height component no longer sets a height except for IE
  • Viewport Height component no longer forces box-sizing: border-box
  • Improve Tooltip performance
  • Improve Parallax performance
  • Improve Sticky performance

Removed

  • Remove ::-moz-selection which is not needed anymore
  • Remove component init hook
  • Remove component ready hook

Fixed

  • Fix UIkit.mixin()
  • Fix issue with list bullet in combination with multi column layouts
  • Allow for special characters in URI hash in Scroll Component
  • Height Match also sets a height in IE
  • Slideshow sets min-height instead of height
Commits

The new version differs by 27 commits.

  • 9b8da9d Merge tag 'v3.0.0-rc.17' into develop
  • 3bc3737 Merge branch 'release/v3.0.0-rc.17'
  • 8c8060f v3.0.0-rc.17
  • 1030335 perf: add media mixin
  • 6507417 perf: Improve Sticky performance
  • 0c1a1e8 fix: placeholder height in Sticky Navbar with Dropbar
  • 612c26e Remove component init hook
  • 297cf54 Viewport Height component no longer forces box-sizing: border-box
  • b948afd cleanup
  • 38be3bc perf: Improve Parallax performance
  • 94874b6 fix: Placeholder height in Sticky Navbar with Dropbar
  • e001424 perf: use custom properties to pass values to JS
  • b14374d perf: cleanup
  • 894b245 fix: Slideshow sets min-height instead of height
  • 1d41086 feat: Dom functions support selectors

There are 27 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2018

  • The dependency uikit was updated from 3.0.0-rc.9-dev.bd39d353 to 3.0.0-rc.18.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.0.0-rc.18

Added

  • Add divider vertical modifier to Divider component

Fixed

  • Fix preserve color not working if class is set on svg element in Icon component
  • Fix inverse hover color for accordion title
  • Fix close color being overwritten from toolbar in Lightbox component
  • Fix Modal not hiding upon being destroyed
  • Fix using node as offset in position mixin
  • Fix using Height Match component on elements with different offsetParents
  • Fix rounding error in Height Match component
  • Fix scope command for already scoped css, comments are removed from generated css files
  • Fix Sticky placeholder height on resize
  • Fix starting/stopping of autoplay in Lightbox
  • Fix initially wrong position of background image in Parallax component
  • Fix calling isActive on undefined in Navbar component
Commits

The new version differs by 53 commits.

  • c60d72a Merge tag 'v3.0.0-rc.18' into develop
  • d04d2a7 Merge branch 'release/v3.0.0-rc.18'
  • 8374834 v3.0.0-rc.18
  • 0372f5b cleanup
  • 65faa2b cleanup
  • ab3177f Fix preserve color not working if class is set on svg element in Icon component
  • dde4289 fix: calling isActive on undefined in Navbar component
  • d8392b1 fix: rounding error in Height Match component
  • a9988ce update dependencies
  • 7019531 fix: initially wrong position of background image in Parallax component
  • 89c9807 cleanup
  • 21a3941 fix
  • f4f5ede Fix inverse hover color for accordion title
  • c8208ef changelog
  • c2b2e44 close color being overwritten from toolbar in Lightbox component

There are 53 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2018

  • The dependency uikit was updated from 3.0.0-rc.9-dev.bd39d353 to 3.0.0-rc.19.

Your tests are still failing with this version. Compare changes

Release Notes for v3.0.0-rc.19

Fixed

  • Fix regression in Icon component
Commits

The new version differs by 57 commits.

  • 91991b7 Merge tag 'v3.0.0-rc.19' into develop
  • b80c36d Merge branch 'release/v3.0.0-rc.19'
  • 34e4a36 v3.0.0-rc.19
  • a94f654 Fix regression in Icon component
  • d04d2a7 Merge branch 'release/v3.0.0-rc.18'
  • c60d72a Merge tag 'v3.0.0-rc.18' into develop
  • 8374834 v3.0.0-rc.18
  • 0372f5b cleanup
  • 65faa2b cleanup
  • ab3177f Fix preserve color not working if class is set on svg element in Icon component
  • dde4289 fix: calling isActive on undefined in Navbar component
  • d8392b1 fix: rounding error in Height Match component
  • a9988ce update dependencies
  • 7019531 fix: initially wrong position of background image in Parallax component
  • 89c9807 cleanup

There are 57 commits in total.

See the full diff

@anehx
Copy link
Member

anehx commented Oct 15, 2018

Fixed by #79

@anehx anehx closed this as completed Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant