donejs / done-component

A plugin for creating <can-component>s
https://www.npmjs.com/package/done-component
MIT License
8 stars 2 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

The dependency can-component was updated from 4.4.2 to 4.4.3.

🚨 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 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/donejs/done-component/builds/444705390?utm_source=github_status&utm_medium=notification)).

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.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 17ac553 4.4.5
  • 6039e4f Merge pull request #308 from canjs/ie11-compat
  • fbbdfd3 fix tests for IE11
  • 8535647 4.4.4
  • 33c95e2 Merge pull request #306 from canjs/contains
  • c5efd1e Make work when documentElement is removed

See the full diff

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

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 10 commits.

  • 5d901df 4.4.8
  • 5d6f5e5 Merge pull request #314 from canjs/window-item-ie11
  • 2e8f3a9 changing key in test to something that doesn't conflict with IE11
  • 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

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 13 commits.

  • 4404b22 4.4.9
  • f96f45a Merge pull request #315 from canjs/remove-document-element
  • 30765fe fixing teardown when documentElement is removed
  • 5d901df 4.4.8
  • 5d6f5e5 Merge pull request #314 from canjs/window-item-ie11
  • 2e8f3a9 changing key in test to something that doesn't conflict with IE11
  • 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

greenkeeper[bot] commented 5 years ago

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

Release Notes for Test fixes

Commit: 589b990. This test was assuming async teardown. Fixes in nodeLists and stache make this sync.

Commits

The new version differs by 15 commits.

  • 074c4e5 4.4.10
  • 589b990 fixes the test after nodeList fix
  • 4404b22 4.4.9
  • f96f45a Merge pull request #315 from canjs/remove-document-element
  • 30765fe fixing teardown when documentElement is removed
  • 5d901df 4.4.8
  • 5d6f5e5 Merge pull request #314 from canjs/window-item-ie11
  • 2e8f3a9 changing key in test to something that doesn't conflict with IE11
  • 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

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 21 commits.

  • fd73058 4.4.11
  • 3c0d3d5 Merge pull request #324 from canjs/contains
  • 9edd069 Merge pull request #313 from canjs/greenkeeper/done-serve-3.0.0
  • c08dc9a Render in environments when there is no body element
  • 887c399 Adds components to queues (#320)
  • 074c4e5 4.4.10
  • 589b990 fixes the test after nodeList fix
  • 4404b22 4.4.9
  • f96f45a Merge pull request #315 from canjs/remove-document-element
  • 30765fe fixing teardown when documentElement is removed
  • 5d901df 4.4.8
  • 5d6f5e5 Merge pull request #314 from canjs/window-item-ie11
  • 2e8f3a9 changing key in test to something that doesn't conflict with IE11
  • 47a3743 chore(package): update done-serve to version 3.0.0
  • d7903f6 4.4.7

There are 21 commits in total.

See the full diff

matthewp commented 5 years ago

Replaced by https://github.com/donejs/done-component/pull/104