canjs / can-fixture

Intercept and simulate AJAX requests. Works without CanJS.

Home Page:https://canjs.com/doc/can-fixture.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of can-connect is breaking the build 🚨

greenkeeper opened this issue Β· comments

Version 1.5.7 of can-connect just got published.

Branch Build failing 🚨
Dependency can-connect
Current Version 1.5.6
Type dependency

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

can-connect is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes Replaced `console` with `canLog`

This prevents tests from silently failing when console is not present such as in IE 9 before the dev tools have been opened.

Commits

The new version differs by 9 commits.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

Version 1.5.8 just got published.

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

Release Notes Removing deprecated can-types method

#346

Commits

The new version differs by 4 commits ahead by 4, behind by 1.

  • 3efc2d3 Update dist for release
  • 2444fb4 Merge pull request #346 from canjs/use-can-reflect
  • 61ed240 replace types.isPromise to canReflect.isPromise
  • 85144f0 Update dist for release

See the full diff

Version 1.5.9 just got published.

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

Release Notes Use can-ajax directly

This release removes the warning about using can-util/dom/ajax/ajax due to that function having moved out to the can-ajax module. This release directly imports and uses can-ajax.

Commits

The new version differs by 9 commits ahead by 9, behind by 1.

  • 6d04416 Update dist for release
  • 7eb1eae Merge pull request #352 from canjs/use-can-ajax
  • 2abcbfc Add can-ajax as a dependency in package.json
  • 921f115 Update model_test.js to use can-ajax
  • 23e5618 change can-util/dom/ajax/ajax to can-ajax in url.js
  • 3efc2d3 Update dist for release
  • 2444fb4 Merge pull request #346 from canjs/use-can-reflect
  • 61ed240 replace types.isPromise to canReflect.isPromise
  • 85144f0 Update dist for release

See the full diff