Closed greenkeeper[bot] closed 6 years ago
After pinning to 1.17.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 5 commits.
c71acd4
Update dist for release
bdfec8a
Merge pull request #137 from canjs/ifl
123dfbd
Fix canReflect.isFunctionLike(obj) for null/undefined
3305936
Merge pull request #134 from canjs/greenkeeper/test-saucelabs-0.0.6
0ee8f1c
chore(package): update test-saucelabs to version 0.0.6
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
This fixes the documentation and code examples for update
and updateDeep
.
Your tests are still failing with this version. Compare the changes π¨
For #144, assignDeep on a list was doing an update on the items directly within the list.
dependency
can-reflect was updated from 1.17.5
to 1.17.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
Fixes missing function.name in IE 11
The new version differs by 6 commits.
b387b14
Update dist for release
e431d12
Merge pull request #146 from canjs/ie11-compat
943013f
Merge pull request #147 from canjs/139-jshint-coverage
a816ef4
Fixes #139. Adds other directories to jshint
33ec41c
Let other browsers keep anonymous functions anonymous
912cfaf
Workaround for missing function.name in IE
See the full diff
dependency
can-reflect was updated from 1.17.6
to 1.17.7
.Your tests are passing again with this update. Explicitly upgrade to this version π
This fixes this case:
var obj = Object.create(null);
obj.foo = "bar";
reflect.hasOwnKey(obj, "foo");
The new version differs by 9 commits.
07b65f1
Update dist for release
804c5ee
Merge pull request #149 from canjs/haskeynull
d5feaae
Make hasOwnKey work on null derived objects
b387b14
Update dist for release
e431d12
Merge pull request #146 from canjs/ie11-compat
943013f
Merge pull request #147 from canjs/139-jshint-coverage
a816ef4
Fixes #139. Adds other directories to jshint
33ec41c
Let other browsers keep anonymous functions anonymous
912cfaf
Workaround for missing function.name in IE
See the full diff
Closing this because tests have been passing for a while.
Version 1.17.1 of can-reflect was just published.
This version is covered by your current version range and after updating it in your project the build failed.
can-reflect 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 failed [Details](https://travis-ci.org/canjs/can-util/builds/406254871?utm_source=github_status&utm_medium=notification)Release Notes
v1.17.1Commits
The new version differs by 3 commits.
58ad308
Update dist for release
e6e2f60
Merge pull request #133 from canjs/111-syntax-highlighting
44173b9
Fixes syntax highlighting bug for #111
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: