Update koa requirement from 2.6.1 to 2.6.2
Updates the requirements on koa to permit the latest version.
Changelog
Sourced from koa's changelog.
2.6.2 / 2018-11-10
fixes
- [
9905199
] - fix: Status message is not supported on HTTP/2 (#1264) (André Cruz <andre@cabine.org>)others
- [
325792a
] - docs: add table of contents for guide.md (#1267) (ZYSzys <zyszys98@gmail.com>)- [
71aaa29
] - docs: fix spelling in throw docs (#1269) (Martin Iwanowski <martin@iwanowski.se>)- [
bc81ca9
] - chore: use res instead of this.res (#1271) (Jordan <mingmingwon@gmail.com>)- [
0251b38
] - test: node v11 on travis (#1265) (Martin Iwanowski <martin@iwanowski.se>)- [
88b92b4
] - doc: updated docs for throw() to pass status as first param. (#1268) (Waleed Ashraf <waleedashraf@outlook.com>)2.6.1 / 2018-10-23
fixes
- [
4964242
] - fix: use X-Forwarded-Host first on app.proxy present (#1263) (fengmk2 <fengmk2@gmail.com>)2.6.0 / 2018-10-23
features
- [
9c5c58b
] - feat: use :authority header of http2 requests as host (#1262) (Martin Michaelis <code@mgjm.de>)- [
9146024
] - feat: response.attachment append a parameter: options from contentDisposition (#1240) (小雷 <863837949@qq.com>)others
- [
d32623b
] - docs: Update error-handling.md (#1239) (urugator <j.placek@centrum.cz>)2.5.3 / 2018-09-11
fixes
- [
2ee32f5
] - fix: pin debug@~3.1.0 avoid deprecated warnning (#1245) (fengmk2 <fengmk2@gmail.com>)others
- [
2180839
] - docs: Update koa-vs-express.md (#1230) (Clayton Ray <iamclaytonray@gmail.com>)2.5.2 / 2018-07-12
... (truncated)
- deps: upgrade all dependencies
- perf: avoid stringify when set header (#1220)
- perf: cache content type's result (#1218)
- perf: lazy init cookies and ip when first time use it (#1216)
- chore: fix comment & approve cov (#1214)
- docs: fix grammar
- test&cov: add test case (#1211)
- Lazily initialize
request.accept
and delegatecontext.accept
(#1209)- fix: use non deprecated custom inspect (#1198)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.