canjs / can-map-define

Define rich attribute behavior
https://canjs.com/doc/can-map-define.html
MIT License
3 stars 2 forks source link

An in-range update of can-component is breaking the build 🚨 #92

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency can-component was updated from 4.4.4 to 4.4.5.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

can-component 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](https://travis-ci.org/canjs/can-map-define/builds/452084662?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 3 commits.

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 5 years ago

After pinning to 4.4.4 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

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

Commits

The new version differs by 3 commits.

  • 114af80 4.4.6
  • 7351017 Merge pull request #311 from canjs/rename-tests
  • ce7f490 renaming tests to match naming convention of other packages

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 Removing can-observe from test that doesn't need it (for IE 11 support)

#312

Commits

The new version differs by 7 commits.

  • d7903f6 4.4.7
  • f04ea0b Merge pull request #312 from canjs/remove-observe
  • 16f7e70 enabling and fixing jshint in tests
  • e8588b1 removing can-observe from test that doesn't use it
  • 114af80 4.4.6
  • 7351017 Merge pull request #311 from canjs/rename-tests
  • ce7f490 renaming tests to match naming convention of other packages

See the full diff

chasenlehara commented 5 years ago

Closing because tests have been passing with the last few updates.