INTECH-RGB / homie-dashboard

🏠 IoT dashboard for Homie
14 stars 7 forks source link

An in-range update of vue-grid-layout is breaking the build 🚨 #80

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.1.5 of vue-grid-layout just got published.

Branch Build failing 🚨
Dependency vue-grid-layout
Current Version 2.1.4
Type devDependency

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

As vue-grid-layout is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/INTECH-RGB/homie-dashboard/builds/214581936)
Commits

The new version differs by 5 commits .

  • 3493be5 implemented #34, 2.1.5 release
  • eacdc89 Merge pull request #38 from joshbenhamou/master
  • ec02be3 Fix offsetWidth console error
  • 8698824 really fixed #22 and #32 now
  • 6cc148c updated docs for release 2.1.4

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.1.6 just got published.

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

Release Notes 2.1.6
  • Fixed #43, configurable drag elements ignore on grid item contents (thanks neithere)
  • Fix for getLayoutItem, sometimes returns null elements (thanks pbabey)
Commits

The new version differs by 5 commits .

  • 1d6c0e1 Merge pull request #44 from neithere/master
  • 81721c2 Support user-defined selectors to ignore during drag/resize
  • c97c3e6 Merge pull request #39 from pbabey/master
  • ad3b82e Fix for when getLayoutItem return null object
  • f3c28af Merge pull request #1 from jbaysolutions/master

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.1.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 15 commits.

  • 2c34ceb working dragAllowFrom, dragIgnoreFrom props on GridItem
  • d38c4f7 Merge pull request #53 from ThePlastic/master
  • 64ebf73 Merge branch 'master' into master
  • f9cdc33 fixes #83
  • c52c28d fixes #59
  • a2fdced Merge pull request #62 from hujiulong/patch-1
  • 377711c fix bug
  • ff11464 Update package.json
  • 16c930b Update GridItem.vue
  • 3aa4924 build and docs update for release 2.1.6
  • 1d6c0e1 Merge pull request #44 from neithere/master
  • 81721c2 Support user-defined selectors to ignore during drag/resize
  • c97c3e6 Merge pull request #39 from pbabey/master
  • ad3b82e Fix for when getLayoutItem return null object
  • f3c28af Merge pull request #1 from jbaysolutions/master

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.1.8 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.1.9 just got published.

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

Release Notes 2.1.9

Fixed local module reference to interact.js

Commits

The new version differs by 1 commits.

  • 5b58787 updated latest version on readme

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.10 just got published.

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

Release Notes 2.1.10
  • Fixed possible bug related with #119
  • Changed css translate to translate3d (#96)
  • Added is-mirrored config, allowing the grid items to be rendered from right to left (horizontal flip) (thanks kweij)
  • Added grid updated event for easier integration with vuex (thanks SergeyKhval)
Commits

The new version differs by 13 commits.

  • 65617a5 Merge pull request #111 from SergeyKhval/master
  • f24d76d change @updated event to @layout-updated
  • c8028bb Merge remote-tracking branch 'upstream/master'
  • 17edf41 fixed possible bug related to #119
  • 6487f91 Merge pull request #124 from kweij/issue-123-mirrored-grid-layout
  • 2ff7ce3 [#123] Set mirrored to false by default
  • fb75e83 [#123] Update README with added is-mirrored prop
  • ff5b1c9 [#123] Update/add example for isMirrored
  • 3fb9596 [#123] Add isMirrored option to reverse rtl/ltr
  • 48be9eb add updated event to GridLayout component
  • 12ab330 implemented translate3d (#96), updated webpack and webpack-dev-server
  • 125683a Fixed local module reference to interact.js
  • 5b58787 updated latest version on readme

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.11 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.1.11
  • Fixed issue with multiple grids on same vm (#134) (thanks Suen)
  • Fixed issue with layout update on reassignment (#130) (thanks daizengyu)
Commits

The new version differs by 24 commits.

  • 7a6adaa Merge pull request #131 from daizengyu123/master
  • 8f993f1 #130 correction
  • 8a88b54 Merge pull request #135 from sunzongzheng/#134
  • df6e949 resolve #134
  • f0bfe20 Merge pull request #128 from marverix/master
  • 2ee7c8c fixed #130
  • 45b288d README.md - Moved Installation and Usage to Getting Started section
  • eafb85b README.md - Documentation - Updated Events presentation
  • c938a79 README.md - Documentation - GridLayout
  • b52b5e2 README.md - Documentation - GridItem
  • 4358d8e release 2.1.10
  • 65617a5 Merge pull request #111 from SergeyKhval/master
  • f24d76d change @updated event to @layout-updated
  • c8028bb Merge remote-tracking branch 'upstream/master'
  • 17edf41 fixed possible bug related to #119

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.12 just got published.

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

Commits

The new version differs by 8 commits.

  • 97f4e4f updated interact.js to 1.3.3
  • 0eafad7 Merge pull request #139 from ikbelkirasan/ikbelkirasan-patch-1
  • 593347e Merge pull request #152 from ittus/fix-hot-reloading
  • b4b7bbe Merge pull request #151 from ittus/improve-development-process
  • a0a3407 Add webpack HotModuleReplacementPlugin explicitly
  • bff8fdf Upgrade babel to remove DeprecationWarning
  • c4f320a Disable user-select when the item is being dragged
  • da151c1 release 2.1.11

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 41 commits.

  • 8b7beb7 made responsive prop dynamic, added responsive example, 2.3.0 release
  • daf6e7f Fix for touch dragging on Android (#234)
  • 0f59d6a changes and setup for 2.3.0 release
  • cc4e35a Merge pull request #228 from shpfive/responsive_two
  • 0dde80e added props for responsive to readme.md
  • d059b39 responsive v2
  • 0009917 Merge pull request #213 from jbaysolutions/vuecli
  • 760af0a changelog for 2.2.0 release
  • cee0421 code cleanup, setting up for 2.2.0 release
  • 693b891 migration to vue-cli done, code cleanup
  • 12eebaf start of migration to vue-cli
  • 3153274 code cleanup, changed var to let or const, interactjs rtl test
  • 979101f code cleanup, changed var to let or const
  • 78de439 abstract DOM related calls for initial SSR Support (#208)
  • 8246cd3 Merge pull request #207 from LuisCarreras/master

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 2.3.1
  • Previous fix for touch dragging on Android broke dragging on other mobile browsers (thanks onx2)
Commits

The new version differs by 12 commits.

  • f31fc7f 2.3.1 release files
  • 8135ca3 added components import example to readme
  • e354eba fixes touch on android (#110)
  • 45bb762 Fix typo (#241)
  • b2709ed Fixed format of README.md (#237)
  • 39091fd restored browser script include to readme
  • db3c8a9 Merge remote-tracking branch 'origin/master'
  • 5d75d2d readme fixed!
  • a9e8463 readme code fix test
  • e502919 readme code fix test
  • 39b3bde readme code fix test
  • b3b590b readme markdown code fix

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 2.3.2
  • Added vue as externals webpack config to fix startup problems (thanks Micene9)
Commits

The new version differs by 1 commits.

  • fdf493d updated current version on readme

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 2.3.3

reverted adding vue from externals, caused problems loading umd

Commits

The new version differs by 2 commits.

  • 2736ffe reverted adding vue from externals, caused problems loading umd
  • a090c6c Added vue as externals webpack config to fix startup problems, release 2.3.2

See the full diff