Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency koa to v2 #5

Merged
merged 1 commit into from
Dec 7, 2019
Merged

Update dependency koa to v2 #5

merged 1 commit into from
Dec 7, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2019

This PR contains the following updates:

Package Type Update Change
koa devDependencies major 1.7.0 -> 2.11.0

Release Notes

koajs/koa

v2.11.0

Compare Source

==================

features

others

v2.10.0

Compare Source

==================

features

v2.9.0

Compare Source

==================

features

others

  • [cf70dbc] - Chore: Use https in readme (#​1389) (谭九鼎 <mailto:<109224573@​qq.com>>)

v2.8.2

Compare Source

==================

fixes

  • [54e8fab] - fix: encode redirect url if not already encoded (#​1384) (fengmk2 <mailto:<fengmk2@​gmail.com>>)

others

v2.8.1

Compare Source

==================

fixes

v2.8.0

Compare Source

==================

features

fixes

others

v2.7.0

Compare Source

==================

features

others

v2.6.2

Compare Source

==================

fixes

others

v2.6.1

Compare Source

==================

fixes

  • [4964242] - fix: use X-Forwarded-Host first on app.proxy present (#​1263) (fengmk2 <mailto:<fengmk2@​gmail.com>>)

v2.6.0

Compare Source

==================

features

  • [9c5c58b] - feat: use :authority header of http2 requests as host (#​1262) (Martin Michaelis <mailto:code@mgjm.de>)
  • [9146024] - feat: response.attachment append a parameter: options from contentDisposition (#​1240) (小雷 <mailto:<863837949@​qq.com>>)

others

v2.5.3

Compare Source

==================

fixes

  • [2ee32f5] - fix: pin debug@~3.1.0 avoid deprecated warnning (#​1245) (fengmk2 <mailto:<fengmk2@​gmail.com>>)

others

v2.5.2

Compare Source

==================

  • 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 delegate context.accept (#​1209)
  • fix: use non deprecated custom inspect (#​1198)
  • Simplify processes in the getter request.protocol (#​1203)
  • docs: better demonstrate middleware flow (#​1195)
  • fix: Throw a TypeError instead of a AssertionError (#​1199)
  • chore: mistake in a comment (#​1201)
  • chore: use this.res.socket insteadof this.ctx.req.socket (#​1177)
  • chore: Using "listenerCount" instead of "listeners" (#​1184)

v2.5.1

Compare Source

==================

  • test: node v10 on travis (#​1182)
  • fix tests: remove unnecessary assert doesNotThrow and api calls (#​1170)
  • use this.response insteadof this.ctx.response (#​1163)
  • deps: remove istanbul (#​1151)
  • Update guide.md (#​1150)

v2.5.0

Compare Source

==================

  • feat: ignore set header/status when header sent (#​1137)
  • run coverage using --runInBand (#​1141)
  • [Update] license year to 2018 (#​1130)
  • docs: small grammatical fix in api docs index (#​1111)
  • docs: fixed typo (#​1112)
  • docs: capitalize K in word koa (#​1126)
  • Error handling: on non-error throw try to stringify if error is an object (#​1113)
  • Use eslint-config-koa (#​1105)
  • Update mgol's name in AUTHORS, add .mailmap (#​1100)
  • Avoid generating package locks instead of ignoring them (#​1108)
  • chore: update copyright year to 2017 (#​1095)

v2.4.1

Compare Source

==================

  • fix bad merge w/ 2.4.0

v2.3.0

Compare Source

==================

  • fix: use Buffer.from()
  • test on node 7 & 8
  • add package-lock.json to .gitignore
  • run lint --fix
  • add request.header in addition to request.headers
  • add IPv6 hostname support

v2.2.0

Compare Source

==================

  • fix: drop package.engines.node requirement to >= 6.0.0
    • this fixes yarn, which errors when this semver range is not satisfied
  • bump cookies@~0.7.0
  • bump fresh@^0.5.0

v2.1.0

Compare Source

==================

  • added: return middleware chain promise from callback() #​848
  • added: node v7.7+ res.getHeaderNames() support #​930
  • added: err.headerSent in error handling #​919
  • added: lots of docs!

v2.0.1

Compare Source

==================

NOTE: we hit a versioning snafu. v2.0.0 was previously released,
so v2.0.1 is released as the first v2.x with a latest tag.

  • upgrade mocha #​900
  • add names to application's request and response handlers #​805
  • breaking: remove unused app.name #​899
  • breaking: drop official support for node < 7.6

v2.0.0

Compare Source

==================

  • Fix malformed content-type header causing exception on charset get (#​898)
  • fix: subdomains should be [] if the host is an ip (#​808)
  • don't pre-bound onerror breaking change
  • fix ctx.flushHeaders() to use res.flushHeaders() instead of res.writeHead() (#​795)
  • fix(response): correct response.writable logic (#​782)
  • merge v1.1.2 and v1.2.0 changes
  • include koa-convert so that generator functions still work
    • NOTE: generator functions are deprecated in v2 and will be removed in v3
  • improve linting
  • improve docs

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@pull-assistant
Copy link

pull-assistant bot commented Oct 27, 2019

Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     Update dependency koa to v2

Powered by Pull Assistant. Last update 30d3418 ... 30d3418. Read the comment docs.

@duyet duyet merged commit b3b7b62 into master Dec 7, 2019
@delete-merged-branch delete-merged-branch bot deleted the renovate/koa-2.x branch December 7, 2019 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants