NFive / hub

NFive plugin hub website
https://hub.nfive.io/
GNU General Public License v3.0
2 stars 3 forks source link

Update koa-compress to the latest version 🚀 #47

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency koa-compress was updated from 3.1.0 to 4.0.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: jongleberry License: MIT

Release Notes for v4.0.0
  • Added brotli supported
  • Remove node.js support below v10
  • Changed how options are passed to the compression functions
Commits

The new version differs by 6 commits.

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 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   48.87%   48.87%           
=======================================
  Files          11       11           
  Lines         266      266           
  Branches       42       42           
=======================================
  Hits          130      130           
  Misses        105      105           
  Partials       31       31           

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 77f0917...15d1e33. Read the comment docs.

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

Release Notes for 4.0.1
  • fix issue with state being preserved between requests
Commits

The new version differs by 5 commits.

  • cce99c4 4.0.1
  • 1a34611 test: node@13 since it's still in development
  • 9b1839c fix: ensure each fn call has a new state (#109)
  • 895fbe8 tests++ to check #107
  • 9200434 Update HISTORY.md (#106)

See the full diff