The dependency events was updated from 3.0.0 to 3.1.0.
🚨 View failing branch.
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() listeners
Now, 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.
4f03fbf 3.1.0
0754cd5 improve emitter.once() performance
7ad7ba6 pass through return value in onceWrapper()-ed functions
ade7481 remove dollar symbol for private function
3b825ea Consolidate listener checks (#67)
0a84716 Consolidate listener checks
7b91104 Add FUNDING.yml.
203bd09 Add security.md
21a6ea5 Disable package-lock.json.
a7eb04c Merge pull request #59 from Gozala/airtap-1
9b3853b Update airtap to v1.0.0.
bda6f8a Merge pull request #57 from Gozala/airtap-0.0.9
d598613 Update airtap to 0.0.9.
f6f6a37 Merge pull request #55 from Gozala/fix/iphone
cd39248 Update 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 🌴
The dependency events was updated from
3.0.0to3.1.0.🚨 View failing branch.
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
Release Notes for v3.1.0
eventsnow matches the Node.js 11.12.0 API.pass through return value in wrapped
emitter.once()listenersNow, this works:
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 enginesCommits
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 matrixSee 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 🌴