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-observe is breaking the build 🚨 #463

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency can-observe was updated from 2.2.0 to 2.2.1.

🚨 View failing branch.

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

can-observe is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

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/525072896?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 14 commits.

  • bfd91d9 Update dist for release
  • c560cb4 Merge pull request #79 from canjs/documentation-array
  • 409002f Improve documentation after feedback
  • 06368b9 Added links on missing docs to can-reflect docs which have the implementation
  • 0a83eff Added remaining array method documentation
  • 5b5a7c1 Added initial docs for push
  • ea1bfa7 Merge pull request #74 from canjs/greenkeeper/testee-0.9.0
  • cd6530d Merge pull request #76 from canjs/landscaper/update-default-repos
  • 35d6b3b Update README.md
  • 5e5be4e Update README generated by DoneJS
  • 5e448ab Merge pull request #75 from canjs/fix-docs-formatting
  • 78060c3 format texts
  • 324ca77 Correct code fromatting
  • 78e07d0 chore(package): update testee to version 0.9.0

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 2.2.0 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 still failing with this version. Compare changes

Commits

The new version differs by 8 commits.

  • e85c7d8 Update dist for release
  • 732abb9 Merge pull request #80 from canjs/observe-element
  • bd0a0a7 removing class support check that doesn't work
  • bd7060c using can-globals to get Element constructor
  • ebc06ef making sure instances of the same class do not share metadata
  • 328bb0f adding breaking test for two instances of a class sharing metadata
  • e4e1a4d making it possible to proxy element prototypes using the main can-observe package
  • 1d0a107 adding make-prototype to proxy a prototype in order to make all instances observable

See the full diff

greenkeeper[bot] commented 5 years ago

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

Commits

The new version differs by 4 commits.

  • f259722 Update dist for release
  • b6b92a0 Merge pull request #82 from canjs/landscaper/qunit2
  • 839c5ea Fix tests for QUnit 2
  • c0d5a1b Landscaper: QUnit2 upgrade

See the full diff