sunscreem / dogpubtimemachine

An open source project to quickly show what Brewdog bars have had on tap.
https://dogpubtimemachine.com/
MIT License
4 stars 1 forks source link

An in-range update of vue is breaking the build 🚨 #56

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

There have been updates to the vue monorepo:

🚨 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 vue group definition.

vue is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/styleci/push:** Issues have been identified with 1 file ([Details](https://github.styleci.io/analyses/8Ka4m3?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **Travis CI - Branch:** The build **errored**.

Commits

The new version differs by 5 commits.

  • 11deaa9 build: release 2.6.5
  • 1489b99 build: build 2.6.5
  • e7d49cd fix: allow passing multiple arguments to scoped slot
  • 060686d fix: do not cache scoped slots when mixed with normal slots
  • 0bad7e2 fix: bail out of event blocking for iOS bug

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

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with these versions. Compare changes

Release Notes for v2.6.6

Bug Fixes

  • ensure scoped slot containing passed down slot content updates properly 21fca2f
  • fix keyCode check for Chrome autofill fake key events 29c348f, closes #9441
Commits

The new version differs by 4 commits.

  • a702d19 build: release 2.6.6
  • ac7a5bd build: build 2.6.6
  • 29c348f fix: fix keyCode check for Chrome autofill fake key events
  • 21fca2f fix: ensure scoped slot containing passed down slot content updates properly

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with these versions. Compare changes

Release Notes for v2.6.7

Bug Fixes

Commits

The new version differs by 15 commits.

  • 59d8579 build: release 2.6.7
  • 875d6ac build: build 2.6.7
  • 7a8de91 fix(compiler): handle negative length in codeframe repeat
  • 173042b refactor: improve test case
  • 2f3020e fix(#9511): avoid promise catch multiple times (#9526)
  • 8a80a23 fix: avoid errors thrown during dom props update
  • cd3d202 refactor: simplify conditions
  • 7ec4627 fix: ensure generated scoped slot code is compatible with 2.5
  • d9b27a9 fix: ensure scoped slots update in conditional branches
  • b3bd311 chore: update sponsors [ci skip] (#9538)
  • 9d4c972 chore: update sponsors [ci skip] (#9537)
  • 8f004ea fix: scoped slots should update when inside v-for
  • bb0aab6 ci: pin webpack version
  • 1d33166 chore: bump webpack (fix PR build cache)
  • ee29e41 fix: avoid possible infinite loop by accessing observables in error handler (#9489)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with these versions. Compare changes

Release Notes for v2.6.8

Bug Fixes

Commits

The new version differs by 15 commits.

  • d123c7e build: release 2.6.8
  • 869a819 build: build 2.6.8
  • 372d71c docs: clarify docs about using template compiler (#9508)
  • cbad54a fix(compiler): set end location for incomplete elements (#9598)
  • 1574ade test: Add a unit test for "$off event and this event added by $once" (#9550)
  • 38825ff test: add a test case for ssr max stack size limit
  • 571a488 fix: further adjust max stack size
  • 03c13de refactor: remove unncessary condition
  • ed34113 fix: handle async component when parent is toggled before resolve (#9572)
  • 241eea1 fix(types): allow scoped slots to return a single VNode (#9563)
  • f333016 fix(types): update this for nextTick api (#9541)
  • 2277b23 fix: scoped slots dynamic check should include v-for on element itself
  • 7912f75 fix: avoid compression of unicode sequences by using regexps (#9595)
  • 060c3b9 fix: fix modifier parsing for dynamic argument with deep path (#9585)
  • 2ec5b64 chore: update sponsors [ci skip] (#9588)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with these versions. Compare changes

Commits

The new version differs by 21 commits.

  • 43115e0 build: release 2.6.9
  • 5bffed0 build: build 2.6.9
  • f1bdd7f fix(compiler): whitespace: 'condense' should honor pre tag as well (#9660)
  • 4de4649 fix(transition): fix appear check for transition wrapper components (#9668)
  • d44cc20 chore: remove unused build alias (#9525)
  • 7186940 fix: should not swallow user catch on rejected promise in methods
  • 8082d2f fix(ssr): fix nested async functional componet rendering (#9673)
  • 7591b9d fix: event timeStamp check for Qt
  • d282400 fix(ssr): not push non-async css files into map (#9677)
  • 2747a65 test: remove unused code (#9684)
  • aa04334 chore: update sponsors [ci skip] (#9680)
  • eafea31 chore: update sponsors [ci skip] (#9675)
  • 19c0f80 chore: update backers [ci skip] (#9621)
  • ef2a380 fix(scheduler): getNow detection can randomly fail (#9667)
  • 781c705 fix: should use fallback for scoped slots with single falsy v-if

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with these versions. Compare changes

Commits

The new version differs by 11 commits.

  • e90cc60 build: release 2.6.10
  • e7b912a build: build 2.6.10
  • f11449d fix(core): only unset dom prop when not present
  • 02d21c2 fix(core): cleanup timeouts for async components (#9649)
  • bf5ceb7 polish: improve template compiler version mismatch warning (#9738)
  • df4af4b fix(types): allow using functions on the PropTypes (#9733)
  • 22790b2 fix(scheduler): revert timeStamp check
  • ebc1893 fix(slots): fix slots not updating when passing down normal slots as $scopedSlots
  • 3433ba5 fix(codegen): support named function expression in v-on (#9709)
  • 982d5a4 fix(types): support string type for style in VNode data (#9728)
  • 653c74e fix(core): use window.performance for compatibility in JSDOM (#9700)

See the full diff