Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eventemitter3 to the latest version 馃殌 #11

Merged
merged 1 commit into from
Nov 29, 2017

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 29, 2017

Version 3.0.0 of eventemitter3 was just published.

Dependency eventemitter3
Current Version 2.0.3
Type dependency

The version 3.0.0 is not covered by your current version range.

If you don鈥檛 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鈥檛 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.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.
  • Bower and Component are no longer supported.

Features

  • Added 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 array
  • ba3c4f3 [api] Add listenerCount method
  • ac08506 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. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@coveralls
Copy link

coveralls commented Nov 29, 2017

Coverage Status

Coverage remained the same at 98.052% when pulling 617f87f on greenkeeper/eventemitter3-3.0.0 into 7c61923 on master.

@lpinca lpinca merged commit 6261960 into master Nov 29, 2017
@greenkeeper greenkeeper bot deleted the greenkeeper/eventemitter3-3.0.0 branch November 29, 2017 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants