Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 28, 2025

This PR contains the following updates:

Package Change Age Confidence
koa-router ^5.3.0 -> ^14.0.0 age confidence

Release Notes

koajs/router (koa-router)

v14.0.0

Compare Source

  • chore: fix path under bench to be compatible with v8 + support koa v3 + node v20+ 2e33770
  • chore: update linter deps to eslint v9 a51bae3
  • chore: clean-up + update path-to-regex v8.2 + rename pathIsRegex to pathIsRegEx 4518d30
  • chore: pass trailing option to pathToRegexp call when strict is true (#​190) a006b5d
  • Chore: Update path-to-regex to v8.1.0 (#​189) d5da6a3
  • ci: add benchmarking to pull request checks (#​199) 82d832b

v13.1.1

Compare Source


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.

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.

1 participant