Commit 5b0a459
fix(deps): update dependency @koa/router to v15 (#375)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Adoption](https://docs.renovatebot.com/merge-confidence/) |
[Passing](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [@koa/router](https://redirect.github.com/koajs/router) | [`14.0.0` ->
`15.0.0`](https://renovatebot.com/diffs/npm/@koa%2frouter/14.0.0/15.0.0)
|

|

|

|

|
---
### Release Notes
<details>
<summary>koajs/router (@​koa/router)</summary>
###
[`v15.0.0`](https://redirect.github.com/koajs/router/releases/tag/v15.0.0)
[Compare
Source](https://redirect.github.com/koajs/router/compare/v14.0.0...v15.0.0)
- chore: add full migration guide to v15
[`91a0ce2`](https://redirect.github.com/koajs/router/commit/91a0ce2)
- feat: re-writing in TS + fix all reported bugs + add all effective
enhancments + rock to v15
[`d53e17f`](https://redirect.github.com/koajs/router/commit/d53e17f)
- Revert "Fix: Ensure .use() middleware works when path or prefix
contains para…"
([#​204](https://redirect.github.com/koajs/router/issues/204))
[`e64b164`](https://redirect.github.com/koajs/router/commit/e64b164)
- Fix: Ensure .use() middleware works when path or prefix contains
parameters
([#​203](https://redirect.github.com/koajs/router/issues/203))
[`3ca5aa6`](https://redirect.github.com/koajs/router/commit/3ca5aa6)
> Check the full docs
[here](https://redirect.github.com/koajs/router/blob/master/README.md),
and the full migration
[here](https://redirect.github.com/koajs/router/blob/master/FULL_MIGRATION_TO_V15%2B.md)!
***
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone
Europe/Dublin.
🚦 **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/BSStudio/bss-web-graphql-backend).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bence Csik <[email protected]>1 parent f810aec commit 5b0a459
File tree
6 files changed
+595
-579
lines changed- .github/workflows
- src/middleware
6 files changed
+595
-579
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | | - | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 61 | | |
67 | 62 | | |
0 commit comments