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-recorder is breaking the build 🚨 #78

Open
greenkeeper bot opened this issue Jul 4, 2018 · 3 comments
Open

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jul 4, 2018

Version 1.2.0 of can-observation-recorder was just published.

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

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

can-observation-recorder is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v1.2.0

Add "use strict" #11

Commits

The new version differs by 3 commits.

  • b695f04 1.2.0
  • 4ee31fd Merge pull request #11 from canjs/landscaper/4217-use-strict
  • 0612aba Adds use strict. Fixes canjs/canjs#4217

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 4, 2018

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 28, 2018

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

Release Notes for named stacks and peekValue

You can now call .start() with a name useful for debugging like:

ObservationRecorder.start("some debug label");

This also exposes a .peekValue() which lets you read an observable without leaking ObservationRecoder.add calls:

var num = value.with(3)

ObservationRecorder.peekValue(num) //-> 3

Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 26, 2019

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

Commits

The new version differs by 14 commits.

  • 6961505 1.3.1
  • ebb3e7a Merge pull request #17 from canjs/landscaper/qunit2
  • a4d490a Fix tests for QUnit 2
  • bb2b60b Add @package so the GitHub & npm badges show up in the docs (#13)
  • 1c5052e Landscaper: QUnit2 upgrade
  • 88dfe03 Merge pull request #15 from canjs/greenkeeper/initial
  • 2f651ca chore(package): update dependencies
  • be11538 Merge pull request #14 from canjs/landscaper/update-default-repos
  • b024012 Update README.md
  • 7b8d644 Update README generated by DoneJS
  • be34f3d 1.3.0
  • 67c74e8 peekValue
  • e51a489 Merge pull request #12 from canjs/name-records
  • e9b5e88 support naming records

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

0 participants