-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
The devDependency can-type was updated from 1.0.1 to 1.0.2.
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 🌴