HKUST-VISLab / koa-bodyparser-ts

a koa-bodyparser in typescript
MIT License
7 stars 0 forks source link

Update koa to the latest version 🚀 #5

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.3.0 of koa just got published.

Dependency koa
Current Version 2.2.0
Type peerDependency

The version 2.3.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of koa. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 30 commits.

  • aaac09a 2.3.0
  • 327b65c Use node 7+ WHATWG parser for hostname, fixes #1002 (#1004)
  • 0125878 added setters for header and headers, fixes #991
  • f6f1ab7 lint: commit --fix
  • 4b41a8b update gitignore, added package-lock
  • 41f8776 test: run ci on node 7,8 (#992)
  • beec26e docs: A middleware is always responsible for calling downstream (#978)
  • 0a7856c docs: Add note about overwriting charset in response.type (#993)
  • 7941fb5 grammar (#994)
  • 08eb1a2 docs: apply Date.now() to all docs (#988)
  • 302814e docs: Fix minor nitpick in documentation (#987)
  • bfce580 Update Readme.md (#985)
  • d394724 test: Use Jest (#981)
  • 13c7ca6 res.type=: remove no-op code (#980)
  • 9248660 test: fix spelling error (#972)

There are 30 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #5   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          44     44           
  Branches       12     12           
=====================================
  Hits           44     44

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 1d6016a...da2ec24. Read the comment docs.