canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 3.7.3 of can-event just got published.

Branch Build failing 🚨
Dependency can-event
Current Version 3.7.2
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-connect/builds/274764922?utm_source=github_status&utm_medium=notification)

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

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.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

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 3 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.7.5 just got published.

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

Commits

The new version differs by 6 commits.

  • 7f38487 Update dist for release
  • ac27aca Merge pull request #70 from canjs/bg-colon-binding
  • 97b3b73 Update to colon bindings
  • 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

See the full diff