canjs / can-util

Essential utilities used by lots of CanJS's projects.
https://canjs.com/doc/can-util.html
MIT License
10 stars 8 forks source link

An in-range update of can-reflect is breaking the build 🚨 #454

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency can-reflect was updated from 1.17.10 to 1.17.11.

🚨 View failing branch.

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

can-reflect 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-util/builds/537549413?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 5 commits.

  • 7717bb3 Update dist for release
  • ec0b5e8 Merge pull request #160 from canjs/landscaper/qunit2
  • 5ce1f05 resolve conflicts
  • a72e7a2 Fix tests for QUnit 2
  • 6a29ffc Landscaper: QUnit2 upgrade

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 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

Release Notes for Making it possible to serialize observable built-ins

This is necessary so you can use StacheElement as route.data as described in canjs/can-stache-element#56.

#168

Commits

The new version differs by 5 commits.

  • d9625b3 Update dist for release
  • f6096d6 Merge pull request #168 from canjs/observable-built-ins
  • 88c4f3d making it possible to serialize observable built-ins
  • c59a289 Merge pull request #165 from canjs/landscaper/travis-xenial
  • 9e2424a Migrate to xenial in travis

See the full diff