canjs / can-route

Observable front-end application routing for CanJS.
https://canjs.com/doc/can-route.html
MIT License
10 stars 4 forks source link

An in-range update of can-dom-events is breaking the build 🚨 #227

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency can-dom-events was updated from 1.3.3 to 1.3.7.

🚨 View failing branch.

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

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

Release Notes for Fixing event delegation

This fixes event delegation so all events are dispatched on the inner-most element, and then traverse up to the parent, and so on.

This also makes it so that ev.stopPropagationand ev.stopImmediatePropagation work with event delegation.

#63

Commits

The new version differs by 12 commits.

  • a4d6769 1.3.7
  • 939212a 1.3.6
  • 02ee93b trying again with updating deploy key
  • 9b52fe2 1.3.5
  • 67c1af6 updating travis deploy config to use bitovi-core-os user
  • 544b06c 1.3.4
  • 14609f1 Merge pull request #63 from canjs/event-delegation-handlers
  • 21c328e also making stopImmediatePropagation work with delegate listeners
  • ac8e562 making ev.stopPropagation work with delegate listeners
  • d6ec613 calling inner-most event handler first when using event delegation
  • cbd3130 Merge pull request #61 from canjs/landscaper/links
  • e29ee4b Replace Gitter badge with Slack & Discourse badges

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 1.3.3 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 4 commits.

  • 475ac6b 1.3.8
  • 46a6b8a setting up Travis deploy again after generating new API key
  • 9bbfb69 Merge pull request #64 from canjs/delegate-propagation
  • 395453e fixing issue with a delegated listener not stopping a normal listener

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 Cleanup

This release fixes some tests to make sure they clean up event listeners and do not break other tests.
#65

Commits

The new version differs by 7 commits.

  • 01dd3a0 1.3.9
  • 75c2117 Merge pull request #65 from canjs/cleanup-listeners
  • 85959b9 ensuring all listeners are cleaned up for event delegation tests
  • 475ac6b 1.3.8
  • 46a6b8a setting up Travis deploy again after generating new API key
  • 9bbfb69 Merge pull request #64 from canjs/delegate-propagation
  • 395453e fixing issue with a delegated listener not stopping a normal listener

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

  • e476166 1.3.10
  • 46e3468 Merge pull request #68 from canjs/landscaper/qunit2
  • 2187b41 Landscaper: QUnit2 upgrade
  • c5487a8 Merge pull request #59 from canjs/greenkeeper/testee-0.9.0
  • 01dd3a0 1.3.9
  • 75c2117 Merge pull request #65 from canjs/cleanup-listeners
  • 85959b9 ensuring all listeners are cleaned up for event delegation tests
  • 475ac6b 1.3.8
  • 46a6b8a setting up Travis deploy again after generating new API key
  • 9bbfb69 Merge pull request #64 from canjs/delegate-propagation
  • 395453e fixing issue with a delegated listener not stopping a normal listener
  • 785e4b3 chore(package): update testee to version 0.9.0

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 Fix wrong JSDoc descriptions of dispatch and removeEventListener functions

#69

Commits

The new version differs by 15 commits.

  • 9141418 1.3.11
  • fd02a69 Merge pull request #69 from DimaDK24/fix-simple-errors-in-js-doc
  • b97f385 Fix wrong descriptions of functions
  • e476166 1.3.10
  • 46e3468 Merge pull request #68 from canjs/landscaper/qunit2
  • 2187b41 Landscaper: QUnit2 upgrade
  • c5487a8 Merge pull request #59 from canjs/greenkeeper/testee-0.9.0
  • 01dd3a0 1.3.9
  • 75c2117 Merge pull request #65 from canjs/cleanup-listeners
  • 85959b9 ensuring all listeners are cleaned up for event delegation tests
  • 475ac6b 1.3.8
  • 46a6b8a setting up Travis deploy again after generating new API key
  • 9bbfb69 Merge pull request #64 from canjs/delegate-propagation
  • 395453e fixing issue with a delegated listener not stopping a normal listener
  • 785e4b3 chore(package): update testee to version 0.9.0

See the full diff