Update dependency @koa/router to v15 #10

Open
renovate wants to merge 1 commits from renovate/koa-router-15.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
@koa/router dependencies major ^13.1.0^15.0.0

Release Notes

koajs/router (@​koa/router)

v15.4.0

Compare Source

  • feat: add router event system and ctx.routeMatched for not-found handling 54821e3

v15.3.2

Compare Source

  • chore: bump deps 0d4e9b3
  • Remove errant question mark for Optional parameter 6166894

v15.3.1

Compare Source

  • chore: add release script 8d83fb7
  • chore: bump devDeps to latest version and cleanup the yarn.lock file 2426f7c
  • chore: fix the c8 upgrade issue with cjs aedcd8c
  • chore: update devDeps d5240ad

v15.3.0

Compare Source


v15.2.0

Compare Source

  • feat: add new utility that help to valdiate route params and/or migrate from previous versions to v14+ ae0e55d

v15.1.2

Compare Source


v15.1.1

Compare Source

  • chore: make the logic simpler a62d94d
  • bump deps 0bc25a1
  • fix: Make types compatible with Koa Middleware 6e9ce90

v15.1.0

Compare Source

  • fix all any types in the code + enhance the end user types (full type-safe) + fix some potential bugs + refine code structure 67b4183
  • fix: fix .use() middleware with no path params is a global match 0f27fa9
  • fix: router constructor exports on cjs 3107163
  • chore: bump deps f1af263
  • chore(deps): bump jws from 3.2.2 to 3.2.3 964f482

v15.0.0

Compare Source

  • chore: add full migration guide to v15 91a0ce2
  • feat: re-writing in TS + fix all reported bugs + add all effective enhancments + rock to v15 d53e17f
  • Revert "Fix: Ensure .use() middleware works when path or prefix contains para…" (#​204) e64b164
  • Fix: Ensure .use() middleware works when path or prefix contains parameters (#​203) 3ca5aa6

Check the full docs here, and the full migration here!


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


Configuration

📅 Schedule: (UTC)

  • 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@koa/router](https://github.com/koajs/router) | dependencies | major | [`^13.1.0` → `^15.0.0`](https://renovatebot.com/diffs/npm/@koa%2frouter/13.1.1/15.4.0) | --- ### Release Notes <details> <summary>koajs/router (@&#8203;koa/router)</summary> ### [`v15.4.0`](https://github.com/koajs/router/releases/tag/v15.4.0) [Compare Source](https://github.com/koajs/router/compare/v15.3.2...v15.4.0) - feat: add router event system and ctx.routeMatched for not-found handling [`54821e3`](https://github.com/koajs/router/commit/54821e3) *** ### [`v15.3.2`](https://github.com/koajs/router/releases/tag/v15.3.2) [Compare Source](https://github.com/koajs/router/compare/v15.3.1...v15.3.2) - chore: bump deps [`0d4e9b3`](https://github.com/koajs/router/commit/0d4e9b3) - Remove errant question mark for Optional parameter [`6166894`](https://github.com/koajs/router/commit/6166894) *** ### [`v15.3.1`](https://github.com/koajs/router/releases/tag/v15.3.1) [Compare Source](https://github.com/koajs/router/compare/v15.3.0...v15.3.1) - chore: add release script [`8d83fb7`](https://github.com/koajs/router/commit/8d83fb7) - chore: bump devDeps to latest version and cleanup the yarn.lock file [`2426f7c`](https://github.com/koajs/router/commit/2426f7c) - chore: fix the c8 upgrade issue with cjs [`aedcd8c`](https://github.com/koajs/router/commit/aedcd8c) - chore: update devDeps [`d5240ad`](https://github.com/koajs/router/commit/d5240ad) *** ### [`v15.3.0`](https://github.com/koajs/router/releases/tag/v15.3.0) [Compare Source](https://github.com/koajs/router/compare/v15.2.0...v15.3.0) - chore: bump deps [`68c4b7f`](https://github.com/koajs/router/commit/68c4b7f) - fix [#&#8203;219](https://github.com/koajs/router/issues/219) + add types test which help to detect regression [`6b58814`](https://github.com/koajs/router/commit/6b58814) *** ### [`v15.2.0`](https://github.com/koajs/router/releases/tag/v15.2.0) [Compare Source](https://github.com/koajs/router/compare/v15.1.2...v15.2.0) - feat: add new utility that help to valdiate route params and/or migrate from previous versions to v14+ [`ae0e55d`](https://github.com/koajs/router/commit/ae0e55d) *** ### [`v15.1.2`](https://github.com/koajs/router/releases/tag/v15.1.2) [Compare Source](https://github.com/koajs/router/compare/v15.1.1...v15.1.2) - chore: add build stage for all test runner script [`201be7a`](https://github.com/koajs/router/commit/201be7a) - fix: fix [#&#8203;216](https://github.com/koajs/router/issues/216) issue [`0b14992`](https://github.com/koajs/router/commit/0b14992) *** ### [`v15.1.1`](https://github.com/koajs/router/releases/tag/v15.1.1) [Compare Source](https://github.com/koajs/router/compare/v15.1.0...v15.1.1) - chore: make the logic simpler [`a62d94d`](https://github.com/koajs/router/commit/a62d94d) - bump deps [`0bc25a1`](https://github.com/koajs/router/commit/0bc25a1) - fix: Make types compatible with Koa Middleware [`6e9ce90`](https://github.com/koajs/router/commit/6e9ce90) *** ### [`v15.1.0`](https://github.com/koajs/router/releases/tag/v15.1.0) [Compare Source](https://github.com/koajs/router/compare/v15.0.0...v15.1.0) - fix all any types in the code + enhance the end user types (full type-safe) + fix some potential bugs + refine code structure [`67b4183`](https://github.com/koajs/router/commit/67b4183) - fix: fix .use() middleware with no path params is a global match [`0f27fa9`](https://github.com/koajs/router/commit/0f27fa9) - fix: router constructor exports on cjs [`3107163`](https://github.com/koajs/router/commit/3107163) - chore: bump deps [`f1af263`](https://github.com/koajs/router/commit/f1af263) - chore(deps): bump jws from 3.2.2 to 3.2.3 [`964f482`](https://github.com/koajs/router/commit/964f482) *** ### [`v15.0.0`](https://github.com/koajs/router/releases/tag/v15.0.0) [Compare Source](https://github.com/koajs/router/compare/v14.0.0...v15.0.0) - chore: add full migration guide to v15 [`91a0ce2`](https://github.com/koajs/router/commit/91a0ce2) - feat: re-writing in TS + fix all reported bugs + add all effective enhancments + rock to v15 [`d53e17f`](https://github.com/koajs/router/commit/d53e17f) - Revert "Fix: Ensure .use() middleware works when path or prefix contains para…" ([#&#8203;204](https://github.com/koajs/router/issues/204)) [`e64b164`](https://github.com/koajs/router/commit/e64b164) - Fix: Ensure .use() middleware works when path or prefix contains parameters ([#&#8203;203](https://github.com/koajs/router/issues/203)) [`3ca5aa6`](https://github.com/koajs/router/commit/3ca5aa6) > Check the full docs [here](https://github.com/koajs/router/blob/master/README.md), and the full migration [here](https://github.com/koajs/router/blob/master/FULL_MIGRATION_TO_V15%2B.md)! *** ### [`v14.0.0`](https://github.com/koajs/router/releases/tag/v14.0.0) [Compare Source](https://github.com/koajs/router/compare/v13.1.1...v14.0.0) - chore: fix path under bench to be compatible with v8 + support koa v3 + node v20+ [`2e33770`](https://github.com/koajs/router/commit/2e33770) - chore: update linter deps to eslint v9 [`a51bae3`](https://github.com/koajs/router/commit/a51bae3) - chore: clean-up + update path-to-regex v8.2 + rename pathIsRegex to pathIsRegEx [`4518d30`](https://github.com/koajs/router/commit/4518d30) - chore: pass trailing option to pathToRegexp call when strict is true ([#&#8203;190](https://github.com/koajs/router/issues/190)) [`a006b5d`](https://github.com/koajs/router/commit/a006b5d) - Chore: Update path-to-regex to v8.1.0 ([#&#8203;189](https://github.com/koajs/router/issues/189)) [`d5da6a3`](https://github.com/koajs/router/commit/d5da6a3) - ci: add benchmarking to pull request checks ([#&#8203;199](https://github.com/koajs/router/issues/199)) [`82d832b`](https://github.com/koajs/router/commit/82d832b) *** </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMTQiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMTAuMTQiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2026-04-15 00:00:30 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/koa-router-15.x:renovate/koa-router-15.x
git checkout renovate/koa-router-15.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StefanMewes/send2ereader#10