canjs / can-util

Essential utilities used by lots of CanJS's projects.
https://canjs.com/doc/can-util.html
MIT License
10 stars 8 forks source link

An in-range update of can-reflect is breaking the build 🚨 #439

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 1.17.1 of can-reflect was just published.

Branch Build failing 🚨
Dependency can-reflect
Current Version 1.17.0
Type dependency

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.1
  • Fixed syntax highlighting bug in documentation #111
Commits

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:

greenkeeper[bot] commented 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.

greenkeeper[bot] commented 6 years ago

Version 1.17.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

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

greenkeeper[bot] commented 6 years ago

Version 1.17.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 33945b8 Update dist for release
  • 4bd5444 Merge pull request #140 from canjs/is-even-test
  • bbc2bb2 using a function expression for isEven to fix strict mode

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.17.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Fixes documentation on update and updateDeep

This fixes the documentation and code examples for update and updateDeep.

Bugs

Commits

The new version differs by 3 commits.

  • 8bebe49 Update dist for release
  • 8538587 Merge pull request #142 from canjs/assign-docs
  • 6e45a37 Fixes the update/updateDeep docs

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.17.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes assignDeep assigns deep

For #144, assignDeep on a list was doing an update on the items directly within the list.

Commits

The new version differs by 3 commits.

  • b9660b9 Update dist for release
  • 5f50faa Merge pull request #144 from canjs/143-assignDeep
  • 044ed8e assign deep should work recursively

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 IE 11 Compatibility

Fixes missing function.name in IE 11

Commits

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

greenkeeper[bot] commented 5 years ago

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

Release Notes for Allows hasOwnKey to work on null derived objects

This fixes this case:

var obj = Object.create(null);
obj.foo = "bar";

reflect.hasOwnKey(obj, "foo");
Commits

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

chasenlehara commented 5 years ago

Closing this because tests have been passing for a while.