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 🚨 #429

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.16.4 of can-reflect was just published.

Branch Build failing 🚨
Dependency [can-reflect](https://github.com/canjs/can-reflect)
Current Version 1.16.3
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 could not complete due to an error [Details](https://travis-ci.org/canjs/can-util/builds/392451916?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 9 commits.

  • 8bdfbe1 Update dist for release
  • 2f69d04 Merge pull request #117 from canjs/116-haskey-primitives
  • aa89ed5 fixes IE9 and 10
  • 5d463c2 fixes IE11's lack of Object.getPrototypeOf working on primitives
  • 4754791 Fixes issue with hasKey not working on primitives
  • 56ae882 fixing undefined check
  • 221c5f4 Merge pull request #114 from Aosanders/master
  • 9ebeadf added undefined and null support fixes #105
  • ca389b5 splice fix training fixes #112

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.16.3 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 6 years ago

Version 1.16.5 just got published.

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

Release Notes Serialize objects to primitives works

Closes #63

Commits

The new version differs by 6 commits.

  • 822679d Update dist for release
  • 979a61d Merge pull request #119 from canjs/63-primitive-serialize
  • 4e9b950 adding some IE labels
  • dbd9889 should work in IE9
  • 9211dfc fixing for FF
  • 781f628 fixes #63, handles primitive return types

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.16.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 3 commits.

  • b192c45 Update dist for release
  • bed13c0 Merge pull request #120 from canjs/bah-globals
  • 3ffa310 Reset global state when throwing b/c of circular refs

See the full diff