canjs / can-route

Observable front-end application routing for CanJS.
https://canjs.com/doc/can-route.html
MIT License
10 stars 4 forks source link

An in-range update of can-simple-observable is breaking the build 🚨 #207

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

The dependency can-simple-observable was updated from 2.2.0 to 2.3.0.

🚨 View failing branch.

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

can-simple-observable 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](https://travis-ci.org/canjs/can-route/builds/431141937?utm_source=github_status&utm_medium=notification)).

Release Notes for Adds .value getter/ setters

This adds .value getter and setters for Async/Resolver/Settable/Setter and SimpleObservable:

obs = new SimpleObservable(5);
obs.value // ->5

obs.value = 3;
obs.value // -> 3
Commits

The new version differs by 4 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 2.2.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

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

Commits

The new version differs by 5 commits.

  • 60ef86f 2.3.1
  • 6ac4371 Merge pull request #36 from canjs/can-define-397-default-value
  • 0f10dcd directly check lastSet value (as opposed to resolving)
  • 0c7fc15 Fixes can-define#397. Allows consumers of ResolverObservable to pass default value
  • 24312ff adds a reasonlog

See the full diff

greenkeeper[bot] commented 6 years ago

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

Release Notes for Adds the ability to take default value

PR: #36

Commits

The new version differs by 6 commits.

  • 7e576f0 2.4.0
  • 60ef86f 2.3.1
  • 6ac4371 Merge pull request #36 from canjs/can-define-397-default-value
  • 0f10dcd directly check lastSet value (as opposed to resolving)
  • 0c7fc15 Fixes can-define#397. Allows consumers of ResolverObservable to pass default value
  • 24312ff adds a reasonlog

See the full diff

greenkeeper[bot] commented 6 years ago

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

Release Notes for IE 11 Compatibility

Skip test function name property

Commits

The new version differs by 9 commits.

  • 16c0bb3 2.4.1
  • 296dd11 Merge pull request #37 from canjs/ie11-compat
  • 7eab958 fix tests for ie11
  • 7e576f0 2.4.0
  • 60ef86f 2.3.1
  • 6ac4371 Merge pull request #36 from canjs/can-define-397-default-value
  • 0f10dcd directly check lastSet value (as opposed to resolving)
  • 0c7fc15 Fixes can-define#397. Allows consumers of ResolverObservable to pass default value
  • 24312ff adds a reasonlog

See the full diff

chasenlehara commented 6 years ago

Closing because tests have been passing for a while.