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-route is breaking the build 🚨 #91

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

The devDependency can-route was updated from 4.4.1 to 4.4.2.

🚨 View failing branch.

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

can-route 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/432960724?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 2 commits.

  • a9fd4e9 4.4.2
  • 4c8dbc4 fixes test due to obs.value becoming observable

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 4.4.1 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.

  • 2f3ccfc 4.4.3
  • 8a579da Merge pull request #214 from canjs/dm-prod
  • a8d0301 Include routeData reflections in prod

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 Documentation Overhaul

Extensive updates to documentation.

Commits

The new version differs by 7 commits.

  • 20ef6af 4.4.4
  • 8554cf5 Fixing documentation issues (#211)
  • 8838352 Merge pull request #217 from canjs/safari-11
  • 46a5bf7 using Safari 11 in SauceLabs
  • 2f3ccfc 4.4.3
  • 8a579da Merge pull request #214 from canjs/dm-prod
  • a8d0301 Include routeData reflections in prod

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

#212

Commits

The new version differs by 14 commits.

  • be0b020 4.4.5
  • e43e84b Merge pull request #212 from canjs/ie11-compat
  • 20ef6af 4.4.4
  • 8554cf5 Fixing documentation issues (#211)
  • 8e217ed changing test file setup to match new pattern
  • b03f8e8 fixing typeof check
  • 2fa953c separate observe tests
  • c70ae1b fix routing values conflicts between tests with timeout for ie11
  • 271a1a9 fix test for IE11
  • 8838352 Merge pull request #217 from canjs/safari-11
  • 46a5bf7 using Safari 11 in SauceLabs
  • 2f3ccfc 4.4.3
  • 8a579da Merge pull request #214 from canjs/dm-prod
  • a8d0301 Include routeData reflections in prod

See the full diff

chasenlehara commented 5 years ago

Closing because tests have been passing for a while.