can-connect
can-connect copied to clipboard
An in-range update of can-type is breaking the build π¨
The devDependency can-type was updated from 1.0.1 to 1.0.2.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
can-type 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).
Release Notes for Improve error message
Improve error message by including the type of the value being set:
class Person extends ObservableObject() {
static get props() {
return {
age: type.check(Number)
};
}
}
var farah = new Person();
farah.age = '4'; // -> Uncaught Error: 4 (String) is not of type Number.
Commits
The new version differs by 10 commits.
27f919c1.0.2ffe9c03Merge pull request #38 from canjs/improve-error-messages3c8ac33Remove unused file3520d42Fix conflict with master0c3d651Use can-string to capitalize lettersf04145bFix tests for ie1107fdd6bOrganize test files201ed75Fix tests for IE11fdbad58Update the test for IE1174f32beimprove type error message
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot :palm_tree:
Or the 2nd argument can be an object with a handler and a timeout
There's an existing signature where the 2nd arg is an object.