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-query-logic is breaking the build 🚨 #457

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency can-query-logic was updated from 1.1.9 to 1.1.10.

🚨 View failing branch.

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

can-query-logic 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 could not complete due to an error ([Details](https://travis-ci.org/canjs/can-connect/builds/520920650?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 10 commits.

  • fe32908 1.1.10
  • a26c157 Merge pull request #36 from canjs/33-helper_getIndex-stable
  • 6a33bbb Merge pull request #39 from canjs/greenkeeper/initial
  • 723e193 chore(package): update dependencies
  • 8404f16 Merge pull request #38 from canjs/landscaper/update-default-repos
  • 6118e51 Update README.md
  • 21d334a Update README generated by DoneJS
  • d4502db update how to read identity
  • ad0d583 fix the helpers.index
  • 7ef8dbe failing tests for #33

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.1.9 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 8e54e7c 1.1.11
  • a948c17 Merge pull request #41 from canjs/fix-biscting-when-compare-0
  • 5c89c4d Add @package so the GitHub & npm badges show up in the docs (#37)
  • 7e0ff7f fix helpers.getIndex
  • dfe8166 fix bisecting in helper.idex

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 1 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for Sort literal object without can@getSchema Symbol

This fixes sorting literal objects which have not can@getSchema symbol for example:

var query = new BasicQuery({
        sort: "name"
    });
var items = [{id: 1, name: "Item 0"}, {id: 2, name: "Item 1"}];
query.index({id: 1, name: "Item 1"}, items); // -> 1

#47

Commits

The new version differs by 5 commits.

  • 0f6e70a 1.1.13
  • c6ecddc Bump version
  • 1b6d5cd Merge pull request #47 from canjs/i45-schema-arg-helper-index
  • a63ee84 Update to test against literal objects
  • 0f38095 Fix query sorting schema issue

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 10 commits.

  • b016406 1.1.14
  • 98ff6b4 Merge pull request #44 from canjs/landscaper/qunit2
  • a1bcbc0 Fix tests
  • 0f6e70a 1.1.13
  • c6ecddc Bump version
  • 1b6d5cd Merge pull request #47 from canjs/i45-schema-arg-helper-index
  • a63ee84 Update to test against literal objects
  • 0f38095 Fix query sorting schema issue
  • f923681 Fix tests for QUnit 2
  • 49ae83e Landscaper: QUnit2 upgrade

See the full diff