The version 3.0.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of eventemitter3.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes3.0.0
Breaking changes
EventEmitter.prototype.listeners() always returns an array. Use EventEmitter.prototype.listenerCount() for existence checking.
EventEmitter.prototype.setMaxListeners() has been removed. It was a noop and documented as not supported.
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).
Version 3.0.0 of eventemitter3 was just published.
The version 3.0.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of eventemitter3.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
3.0.0Breaking changes
EventEmitter.prototype.listeners()
always returns an array. UseEventEmitter.prototype.listenerCount()
for existence checking.EventEmitter.prototype.setMaxListeners()
has been removed. It was a noop and documented as not supported.Features
EventEmitter.prototype.listenerCount()
.Commits
The new version differs by 38 commits.
e36eab8
[dist] 3.0.0
fd48138
[benchmark] Clean up benchmarks
20e578c
[doc] Document more differences with Node.js
EventEmitter
689ea63
[major] Remove bower.json and component.json
315f5a0
[major] Remove
EventEmitter#setMaxListeners()
7bdf8c0
[major] Throw an error if the listener argument is not a function
2e19b9c
[major] Make
EventEmitter#listeners()
always return an arrayba3c4f3
[api] Add
listenerCount
methodac08506
chore(package): update uglify-js to version 3.2.0 (#124)
5268285
chore(package): update nyc to version 11.3.0 (#120)
5c70192
chore(package): update browserify to version 14.5.0 (#118)
906e60b
chore(package): update mocha to version 4.0.0 (#116)
a099dd1
chore(package): update uglify-js to version 3.1.0 (#115)
2912f90
chore(package): update nyc to version 11.2.0 (#113)
4ba5489
chore(package): update mocha to version 3.5.0 (#112)
There are 38 commits in total.
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: