You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 () { return1; });
var listener =emitter.rawListeners('myevent')[0]
assert(listener() ===1);
Previously, listener() would return undefined regardless of the implementation.
The dependency events was updated from
3.0.0
to3.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
events
now 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.
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 text was updated successfully, but these errors were encountered: