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-router to v13 #22

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
koa-router ^5.1.1 -> ^13.0.0 age adoption passing confidence

Release Notes

koajs/router (koa-router)

v13.0.1

Compare Source

v12.0.1

Compare Source

v12.0.0

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

v10.1.1

Compare Source

v10.0.0

Compare Source

  • Allow router.redirect() to accept external destinations (#​110) 89b7c02

v9.4.0

Compare Source

v9.1.0

Compare Source

v9.0.1

Compare Source

v8.0.8

Compare Source

v8.0.7

Compare Source

v8.0.6

Compare Source

v7.4.0

Compare Source

  • Fix router.url() for multiple nested routers #​407
  • layer.name added to ctx at ctx.routerName during routing #​412
  • Router.use() was erroneously settings (.*) as a prefix to all routers nested with .use that did not pass an explicit prefix string as the first argument. This resulted in routes being matched that should not have been, included the running of multiple route handlers in error. #​369 and #​410 include information on this issue.

v7.3.0

Compare Source

  • Router#url() now accepts query parameters to add to generated urls #​396

v7.2.1

Compare Source

  • Respond to CORS preflights with 200, 0 length body #​359

v7.2.0

Compare Source

  • Fix a bug in Router#url and append Router object to ctx. #​350
  • Adds _matchedRouteName to context #​337
  • Respond to CORS preflights with 200, 0 length body #​359

v7.1.1

Compare Source

  • Fix bug where param handlers were run out of order #​282

v7.1.0

Compare Source

  • Backports: merge 5.4 work into the 7.x upstream. See 5.4.0 updates for more details.

v7.0.1

Compare Source

  • Fix: allowedMethods should be ctx.method not this.method #​215

v7.0.0

Compare Source

  • The API has changed to match the new promise-based middleware
    signature of koa 2. See the
    koa 2.x readme for more
    information.
  • Middleware is now always run in the order declared by .use() (or .get(),
    etc.), which matches Express 4 API.

v6.2.0

Compare Source

v6.1.0

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency koa-router to v13 Update dependency koa-router to v13 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/koa-router-13.x branch December 8, 2024 18:42
@renovate renovate bot changed the title Update dependency koa-router to v13 - autoclosed Update dependency koa-router to v13 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/koa-router-13.x branch from 605e61c to b5a0c3c Compare December 9, 2024 09:06
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.

0 participants