Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of can-observation is breaking the build 🚨 #24

Closed
greenkeeper bot opened this issue Mar 11, 2017 · 6 comments
Closed

An in-range update of can-observation is breaking the build 🚨 #24

greenkeeper bot opened this issue Mar 11, 2017 · 6 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 11, 2017

Version 3.1.1 of can-observation just got published.

Branch Build failing 🚨
Dependency can-observation
Current Version 3.1.0
Type dependency

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

As can-observation 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 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes Using can-util/js/log/log instead of console.log

#60

Commits

The new version differs by 4 commits .

  • 6592840 Update dist for release
  • 9274ecb Merge pull request #61 from canjs/console-logs
  • 266f9ad firefox 51.0
  • 069ead6 using can-util/js/log/log

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 13, 2017

Version 3.1.2 just got published.

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

Release Notes Fixing tests to work with Steal 0.16

#65

Commits

The new version differs by 3 commits .

  • 681cfcc Update dist for release
  • 9f50df0 Merge pull request #66 from canjs/steal-016
  • baa22a9 updating namespace test to work with Steal 0.16 or Steal 1.0

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 14, 2017

Version 3.1.3 just got published.

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

Commits

The new version differs by 3 commits .

  • 893a4bb Update dist for release
  • 07ada29 Merge pull request #78 from canjs/update-can-event
  • bbb2e93 Update can-event dep to match that used by other can libraries

See the full diff.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 11, 2017

Version 3.1.4 just got published.

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

Release Notes allowing can-observation to read promise-like values

#82

Commits

The new version differs by 14 commits0.

  • b5d27fc Update dist for release
  • a34dccc Merge pull request #83 from canjs/is-promise-like
  • e47ea58 allowing can-observation to read promise-like values
  • a57937b running async and reader tests
  • 44a73e4 Merge pull request #81 from canjs/greenkeeper/initial
  • 40d5eca docs(readme): add Greenkeeper badge
  • ee868b4 chore(package): update dependencies
  • aafeb34 Merge pull request #79 from canjs/revert-73-70-report-promise-errors
  • a51d73a Revert "#70 report promise errors"
  • 53a555f Merge pull request #73 from canjs/70-report-promise-errors
  • 46a0afc update reader promise errors output and tests to use latest can-util/dev.error
  • 0d46208 adjust promise error handling
  • 49e1b4c refactor promise rejection reader test to use window.onerror instead of overwriting setTimeout
  • 156c6de #70: Catch and report promise rejections

false

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 22, 2017

Version 3.1.5 just got published.

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

Release Notes Report Promise Errors

don't swallow promise errors

Commits

The new version differs by 17 commits.

  • 90bba4f Update dist for release
  • eefb171 Merge pull request #80 from canjs/70-report-promise-errors
  • b5d27fc Update dist for release
  • a34dccc Merge pull request #83 from canjs/is-promise-like
  • e47ea58 allowing can-observation to read promise-like values
  • a57937b running async and reader tests
  • 44a73e4 Merge pull request #81 from canjs/greenkeeper/initial
  • 40d5eca docs(readme): add Greenkeeper badge
  • ee868b4 chore(package): update dependencies
  • d6cba7a restore
  • aafeb34 Merge pull request #79 from canjs/revert-73-70-report-promise-errors
  • a51d73a Revert "#70 report promise errors"
  • 53a555f Merge pull request #73 from canjs/70-report-promise-errors
  • 46a0afc update reader promise errors output and tests to use latest can-util/dev.error
  • 0d46208 adjust promise error handling

There are 17 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 2, 2017

Version 3.1.6 just got published.

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

Release Notes Makes reads handle numbers

#87

Commits

The new version differs by 20 commits.

  • cd9dc21 Update dist for release
  • c55ca04 Merge pull request #87 from canjs/207-stache-reads-strings
  • 9d1987d for can-stache#207 makes reads handle numbers
  • 90bba4f Update dist for release
  • eefb171 Merge pull request #80 from canjs/70-report-promise-errors
  • b5d27fc Update dist for release
  • a34dccc Merge pull request #83 from canjs/is-promise-like
  • e47ea58 allowing can-observation to read promise-like values
  • a57937b running async and reader tests
  • 44a73e4 Merge pull request #81 from canjs/greenkeeper/initial
  • 40d5eca docs(readme): add Greenkeeper badge
  • ee868b4 chore(package): update dependencies
  • d6cba7a restore
  • aafeb34 Merge pull request #79 from canjs/revert-73-70-report-promise-errors
  • a51d73a Revert "#70 report promise errors"

There are 20 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 8, 2017

Version 3.1.7 just got published.

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

Release Notes primitive properties can be read

In stache, {{number.toFixed(2)}} should now work.

From #89

Commits

The new version differs by 23 commits.

  • 6b68965 Update dist for release
  • bec50d1 Merge pull request #89 from canjs/88-read-primitives
  • bc669da fixes #88
  • cd9dc21 Update dist for release
  • c55ca04 Merge pull request #87 from canjs/207-stache-reads-strings
  • 9d1987d for can-stache#207 makes reads handle numbers
  • 90bba4f Update dist for release
  • eefb171 Merge pull request #80 from canjs/70-report-promise-errors
  • b5d27fc Update dist for release
  • a34dccc Merge pull request #83 from canjs/is-promise-like
  • e47ea58 allowing can-observation to read promise-like values
  • a57937b running async and reader tests
  • 44a73e4 Merge pull request #81 from canjs/greenkeeper/initial
  • 40d5eca docs(readme): add Greenkeeper badge
  • ee868b4 chore(package): update dependencies

There are 23 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant