-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The dependency events was updated from 3.0.0 to 3.1.0.
This version is covered by your current version range and after updating it in your project the build failed.
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).
Release Notes for v3.1.0
events now matches the Node.js 11.12.0 API.
-
pass through return value in wrapped
emitter.once()listenersNow, this works:
emitter.once('myevent', function () { return 1; }); var listener = emitter.rawListeners('myevent')[0] assert(listener() === 1);
Previously,
listener()would return undefined regardless of the implementation.Ported from nodejs/node@acc506c
-
Reduce code duplication in listener type check (#67 by @friederbluemle).
-
Improve
emitter.once()performance in some engines
Commits
The new version differs by 15 commits.
4f03fbf3.1.00754cd5improve emitter.once() performance7ad7ba6pass through return value in onceWrapper()-ed functionsade7481remove dollar symbol for private function3b825eaConsolidate listener checks (#67)0a84716Consolidate listener checks7b91104Add FUNDING.yml.203bd09Add security.md21a6ea5Disable package-lock.json.a7eb04cMerge pull request #59 from Gozala/airtap-19b3853bUpdate airtap to v1.0.0.bda6f8aMerge pull request #57 from Gozala/airtap-0.0.9d598613Update airtap to 0.0.9.f6f6a37Merge pull request #55 from Gozala/fix/iphonecd39248Update airtap and add iPhone back to test matrix
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴