canjs / can-stream-kefir

Stream values into and out of computes
https://canjs.com/doc/can-stream-kefir.html
MIT License
3 stars 2 forks source link

An in-range update of can-compute is breaking the build 🚨 #23

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.1.0 of can-compute just got published.

Branch Build failing 🚨
Dependency can-compute
Current Version 3.0.7
Type dependency

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

As can-compute is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very 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/canjs/can-stream-kefir/builds/216386616)
Commits

The new version differs by 4 commits .

  • 35dfab8 Update dist for release
  • 959846a making this version of compute release-able
  • 8594815 fixes tests
  • fa5209e implements much of the reflected API for can-compute

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 3.0.8 just got published.

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

greenkeeper[bot] commented 7 years ago

Version 3.0.9 just got published.

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

Commits

The new version differs by 9 commits .

  • 284f534 Update dist for release
  • 1041aba Merge pull request #76 from canjs/set-immediate-unbind
  • 69b19cf Merge pull request #71 from canjs/greenkeeper/generator-donejs-1.0.4
  • 638e0c2 Merge pull request #75 from canjs/172-at-args-no-execute
  • 654e672 Merge pull request #74 from canjs/greenkeeper/testee-0.4.0
  • 255b447 Replace 10ms setTimeout with setImmediate for unbinding temporary computes
  • 6fa6975 truthy should not automatically run functions (canjs/can-stache#172)
  • aafd10d chore(package): update testee to version 0.4.0
  • 9d44d6e chore(package): update generator-donejs to version 1.0.4

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.0.10 just got published.

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

Commits

The new version differs by 3 commits .

  • 0a056de Update dist for release
  • 2d568c1 Merge pull request #77 from canjs/use-set-immediate-polyfill
  • bdbaddc import setImmediate polyfill from can-util

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.0.11 just got published.

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

Release Notes 3.0.11

This fixes a bug with compute setters tied to html elements:

var input = document.createElement("input");
var comp = compute(input, "value", "input");

comp("foo");
ok(input.value === "foo");

Pull Requests

Commits

The new version differs by 3 commits.

  • 432b4db Update dist for release
  • 20337f3 Merge pull request #85 from canjs/inp
  • fae3cea Properly handle setting element computes

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.2.0 just got published.

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

Commits

The new version differs by 6 commits.

  • a8ecbe2 Update dist for release
  • a9278b4 changing postversion script back
  • d0d529f implements much of the reflected API for can-compute (not ready) (#69)
  • 432b4db Update dist for release
  • 20337f3 Merge pull request #85 from canjs/inp
  • fae3cea Properly handle setting element computes

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.3.0 just got published.

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

Commits

The new version differs by 3 commits.

  • f88f65a Update dist for release
  • 05d3c2d Merge pull request #86 from canjs/updateDeep
  • 111b742 getting compute to work with can-stache-key

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.3.1 just got published.

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

Commits

The new version differs by 5 commits.

  • c639305 Update dist for release
  • bb47ab3 cleans up tests
  • f88f65a Update dist for release
  • 05d3c2d Merge pull request #86 from canjs/updateDeep
  • 111b742 getting compute to work with can-stache-key

See the full diff