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-map is breaking the build 🚨 #461

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency can-map was updated from 4.3.4 to 4.3.5.

🚨 View failing branch.

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

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

Release Notes for Use Symbol to replace __inSetup property

Replace __inSetup property checks with Symbol.

canjs/canjs#4705

Commits

The new version differs by 6 commits.

  • f2083ca 4.3.5
  • ca6e9ae Merge pull request #134 from canjs/remove-usage-of-insetup-property
  • 9d6006c Cache the symbol and update can-construct package
  • dbe845e Use Symbol to replace __inSetup property
  • 669facc Merge pull request #127 from canjs/greenkeeper/testee-0.9.0
  • 8122959 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 4.3.4 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 4 commits.

  • 1835269 4.3.6
  • 22b6c0d Merge pull request #135 from canjs/landscaper/qunit2
  • 52cae49 Fix tests for QUnit 2
  • 72b4d50 Landscaper: QUnit2 upgrade

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

  • c574aad 4.3.7
  • e57c4b5 Merge pull request #137 from canjs/safe-mutation-check
  • fb282b6 Update mutation warning tests to use QUnit 2
  • 804b09f Merge branch 'master' into safe-mutation-check
  • 26c7b42 Fix removeEventListener looking at wrong queue by default; make better warning messages; use computes in unsafe mutation tests rather than observations
  • 35c09ad Improve messaging for unsafe mutation warning; Use best available deps
  • c7984b3 Use canSafelyMutate to generate a dev warning when setting during an observation

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 Tests using canReflect.getName in assertions fail in IE11

Test failed due to canReflect.getName returning a certain value fail in IE11 because of how we name functions differently in IE11. With this fix, the tests use regular expressions to make the assertions less strict.

Issue #141

Commits

The new version differs by 11 commits.

  • 83aabc7 4.3.8
  • 21f7831 Merge pull request #142 from canjs/461-failing-test-ie11
  • 638fd7f readded steal.js file
  • 4951db8 fixed ie11 test with regEX
  • c574aad 4.3.7
  • e57c4b5 Merge pull request #137 from canjs/safe-mutation-check
  • fb282b6 Update mutation warning tests to use QUnit 2
  • 804b09f Merge branch 'master' into safe-mutation-check
  • 26c7b42 Fix removeEventListener looking at wrong queue by default; make better warning messages; use computes in unsafe mutation tests rather than observations
  • 35c09ad Improve messaging for unsafe mutation warning; Use best available deps
  • c7984b3 Use canSafelyMutate to generate a dev warning when setting during an observation

See the full diff