canjs / can-observe

Observable objects
https://canjs.com/doc/can-observe.html
MIT License
20 stars 2 forks source link

An in-range update of can-event is breaking the build 🚨 #17

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.7.2 of can-event just got published.

Branch Build failing 🚨
Dependency can-event
Current Version 3.7.1
Type dependency

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

can-event 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-observe/builds/274757481?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 5 commits.

  • 79192f5 Update dist for release
  • 9668141 Merge pull request #68 from canjs/stop-warn
  • e50501c Prevent running warning setTimeout when not needed
  • e50033f Merge pull request #63 from canjs/dev-rel-12-update-generated-readmes
  • 60b243f Remove generated API docs from the README

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

After pinning to 3.7.1 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 7 years ago

Version 3.7.3 just got published.

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

Release Notes Revert 3.7.2

This patch release reverts the change from can-event 3.7.2, which caused apps rendered with done-ssr from waiting correctly. A more appropriate fix for the issue that 3.7.2 sought to fix will be done in 3.7.4.

Commits

The new version differs by 2 commits.

  • 0ca9554 Update dist for release
  • c14e3d8 Revert "Prevent running warning setTimeout when not needed"

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.7.4 just got published.

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

Release Notes Prevent warning from running within a Zone

This is a fix, original part of 3.7.2, that prevents the warning for forgetting to call batch.stop() from running with a can-zone.

Commits

The new version differs by 5 commits.

  • 53a8ece Update dist for release
  • c8322e2 Merge pull request #69 from canjs/sl-warn
  • b9fc588 Prevent running missing batch.stop() warning code within a Zone
  • 0ca9554 Update dist for release
  • c14e3d8 Revert "Prevent running warning setTimeout when not needed"

See the full diff