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 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency koa to v2 #9

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
koa ^0.21.0 -> ^2.0.0 age adoption passing confidence

Release Notes

koajs/koa (koa)

v2.15.0

Compare Source

v2.14.2

Compare Source

v2.14.1

Compare Source

v2.14.0

Compare Source

v2.13.4

Compare Source

v2.13.3

Compare Source

v2.13.2

Compare Source

v2.13.1

Compare Source

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

fixes

others

v2.13.0

Compare Source

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

features

others

v2.12.1

Compare Source

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

fixes

others

v2.12.0

Compare Source

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

features

others

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) (谭九鼎 <<109224573@​qq.com>>)

v2.8.2

Compare Source

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

fixes

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

v2.6.0

Compare Source

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

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

v2.5.3

Compare Source

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

fixes

  • [2ee32f5] - fix: pin debug@~3.1.0 avoid deprecated warnning (#​1245) (fengmk2 <<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] (#​800)
  • 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

v1.7.0

Compare Source

v1.6.2

Compare Source

v1.6.1

Compare Source

v1.6.0

Compare Source

v1.5.1

Compare Source

v1.5.0

Compare Source

v1.4.1

Compare Source

v1.4.0

Compare Source

v1.3.0

Compare Source

v1.2.5

Compare Source

v1.2.4

Compare Source

v1.2.3

Compare Source

v1.2.2

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

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

v1.1.2

Compare Source

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

  • ensure parseurl always working as expected
  • fix Application.inspect() – missing .proxy value.

v1.1.1

Compare Source

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

  • do not send a content-type when the type is unknown #​536

v1.1.0

Compare Source

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

v1.0.0

Compare Source

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

  • add this.req check for querystring()
  • don't log errors with err.expose
  • koa now follows semver!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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

This PR has been generated by Mend Renovate. View repository job log here.

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

0 participants