mozillach / gh-projects-content-queue

A Twitter content curation queue based on GitHub projects.
Mozilla Public License 2.0
7 stars 8 forks source link

Update emittery to the latest version 🚀 #172

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The dependency emittery was updated from 0.4.1 to 0.5.0.

This version is not covered by your current version range.

If you don’t 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.


Publisher: sindresorhus License: MIT

Release Notes for v0.5.0

Breaking

Enhancements

  • Add subscription mechanism using async iterators (#40) 2baf580
  • Add bindMethods() method and a mixin() decorator for TypeScript users (#37) 96a2cb8

v0.4.1...v0.5.0

Commits

The new version differs by 10 commits.

  • ca13047 0.5.0
  • ea2f685 Meta tweaks
  • 2baf580 Add subscription mechanism using async iterators (#40)
  • 96a2cb8 Add bindMethods() method and a mixin() decorator (TS) (#37)
  • a0a4c6e Require Node.js 8
  • 3877264 Create funding.yml
  • bb2908f Add Node.js 12 to testing, refresh snapshot (#39)
  • 9bd5c4c Fix readme typo (#38)
  • 7a5dff0 Use the types name instead of typings in package.json
  • 16c5646 Bump dependencies

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov[bot] commented 5 years ago

Codecov Report

Merging #172 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #172   +/-   ##
=======================================
  Coverage   75.66%   75.66%           
=======================================
  Files          34       34           
  Lines        1163     1163           
=======================================
  Hits          880      880           
  Misses        283      283

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d3c17a8...9df51ec. Read the comment docs.

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v0.5.1
  • Fix the Events TypeScript type b132757

v0.5.0...v0.5.1

Commits

The new version differs by 3 commits.

  • 3334cff 0.5.1
  • b132757 Fix the Events TypeScript type
  • e2a428c Improve readme explanation of benefits of async

See the full diff