Skip to content

Commit 5b0a459

Browse files
renovate[bot]csikb
andauthored
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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@koa%2frouter/15.0.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@koa%2frouter/15.0.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@koa%2frouter/14.0.0/15.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@koa%2frouter/14.0.0/15.0.0?slim=true) | --- ### Release Notes <details> <summary>koajs/router (@&#8203;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…" ([#&#8203;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 ([#&#8203;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

6 files changed

+595
-579
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
1919
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
2020
with:
21-
node-version-file: package.json
21+
node-version-file: '.nvmrc'
2222
cache: 'pnpm'
2323
cache-dependency-path: 'pnpm-lock.yaml'
2424
- run: pnpm install
@@ -32,7 +32,7 @@ jobs:
3232
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3333
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
3434
with:
35-
node-version-file: package.json
35+
node-version-file: '.nvmrc'
3636
cache: 'pnpm'
3737
cache-dependency-path: 'pnpm-lock.yaml'
3838
- run: pnpm install
@@ -50,7 +50,7 @@ jobs:
5050
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
5151
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
5252
with:
53-
node-version-file: package.json
53+
node-version-file: '.nvmrc'
5454
cache: 'pnpm'
5555
cache-dependency-path: 'pnpm-lock.yaml'
5656
- run: pnpm install
@@ -67,7 +67,7 @@ jobs:
6767
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
6868
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6969
with:
70-
node-version-file: package.json
70+
node-version-file: '.nvmrc'
7171
cache: 'pnpm'
7272
cache-dependency-path: 'pnpm-lock.yaml'
7373
- run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
3434
with:
35-
node-version-file: package.json
35+
node-version-file: '.nvmrc'
3636
cache: 'pnpm'
3737
cache-dependency-path: 'pnpm-lock.yaml'
3838

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bss-web-graphql",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0",
44
"description": "",
55
"scripts": {
66
"build": "tsc",
@@ -20,10 +20,10 @@
2020
"//": "Dependencies required at runtime",
2121
"dependencies": {
2222
"@graphile-contrib/pg-simplify-inflector": "6.1.0",
23-
"@koa/router": "14.0.0",
23+
"@koa/router": "15.0.0",
24+
"@koa/bodyparser": "6.0.0",
2425
"dotenv": "17.2.3",
2526
"koa": "3.1.1",
26-
"koa-bodyparser": "4.4.1",
2727
"koa-compress": "5.1.1",
2828
"koa-helmet": "8.0.1",
2929
"pg": "8.16.3",
@@ -34,9 +34,7 @@
3434
"@tsconfig/node22": "22.0.5",
3535
"@tsconfig/strictest": "2.0.8",
3636
"@types/koa": "3.0.1",
37-
"@types/koa-bodyparser": "4.3.13",
3837
"@types/koa-compress": "4.0.7",
39-
"@types/koa__router": "12.0.5",
4038
"@types/pg": "8.15.6",
4139
"@types/supertest": "6.0.3",
4240
"ts-node": "10.9.2",
@@ -60,8 +58,5 @@
6058
"type": "git",
6159
"url": "https://github.com/BSStudio/bss-web-graphql-backend.git"
6260
},
63-
"engines": {
64-
"node": "24.11.1"
65-
},
6661
"packageManager": "[email protected]"
6762
}

0 commit comments

Comments
 (0)