strongloop / strong-remoting

Communicate between objects in servers, mobile apps, and other servers.
www.strongloop.com
Other
105 stars 93 forks source link

chore: upgrade dependencies #439

Closed raymondfeng closed 6 years ago

raymondfeng commented 6 years ago

Upgrade EventEmitter2 to latest version to better align with Node.js EventEmitter APIs. We need this to remove remote hooks.

Description

Related issues

Checklist

zbarbuto commented 6 years ago

Perhaps an item for discussion but what are thoughts on using something like greenkepper or renovate to keep an eye on dependency updates and automate PRs for them?

bajtos commented 6 years ago

thoughts on using something like greenkepper or renovate to keep an eye on dependency updates and automate PRs for them?

The last time I was looking into this, I found out that such tools don't work well for us:

However, the landscape may have changed since then. @zbarbuto if you have bandwidth to look into this, then please go ahead!