Skip to content

Commit 170d3ed

Browse files
authored
Release 15.0.3
2 parents 8ed3b62 + a407b6c commit 170d3ed

5 files changed

Lines changed: 581 additions & 557 deletions

File tree

.npm-upgrade.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"logform": {
1616
"versions": ">2.6.1",
1717
"reason": "Remove when https://github.com/winstonjs/logform/issues/336 is fixed"
18+
},
19+
"@types/node": {
20+
"versions": "~24.0.0",
21+
"reason": "LTS is 22"
1822
}
1923
}
2024
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# GameVault Backend Server Changelog
22

3+
## 15.0.3
4+
5+
### Changes
6+
7+
- Fixes for breaking IGDB API changes and dependency updates.
8+
39
## 15.0.2
410

511
### Changes

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gamevault-backend",
3-
"version": "15.0.2",
3+
"version": "15.0.3",
44
"description": "the self-hosted gaming platform for drm-free games",
55
"author": "Alkan Alper, Schäfer Philip GbR / Phalcode",
66
"private": true,
@@ -25,38 +25,38 @@
2525
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
2626
},
2727
"dependencies": {
28-
"@nestjs/common": "^11.1.5",
29-
"@nestjs/core": "^11.1.5",
28+
"@nestjs/common": "^11.1.6",
29+
"@nestjs/core": "^11.1.6",
3030
"@nestjs/event-emitter": "^3.0.1",
3131
"@nestjs/jwt": "^11.0.0",
3232
"@nestjs/passport": "^11.0.5",
33-
"@nestjs/platform-express": "^11.1.5",
34-
"@nestjs/platform-socket.io": "^11.1.5",
33+
"@nestjs/platform-express": "^11.1.6",
34+
"@nestjs/platform-socket.io": "^11.1.6",
3535
"@nestjs/schedule": "^6.0.0",
3636
"@nestjs/swagger": "^11.2.0",
3737
"@nestjs/typeorm": "^11.0.0",
38-
"@nestjs/websockets": "^11.1.5",
39-
"@phalcode/ts-igdb-client": "^1.0.22",
38+
"@nestjs/websockets": "^11.1.6",
39+
"@phalcode/ts-igdb-client": "^1.0.24",
4040
"bcrypt": "^6.0.0",
41-
"better-sqlite3": "^11.10.0",
41+
"better-sqlite3": "^12.2.0",
4242
"builder-pattern": "^2.2.0",
4343
"bytes": "^3.1.2",
4444
"chokidar": "^4.0.3",
4545
"class-transformer": "^0.5.1",
4646
"class-validator": "^0.14.2",
4747
"compression": "^1.8.1",
4848
"cookie-parser": "^1.4.7",
49-
"dotenv": "^17.2.1",
49+
"dotenv": "^17.2.2",
5050
"express": "^5.1.0",
5151
"file-type-checker": "^1.1.4",
52-
"fs-extra": "^11.3.0",
52+
"fs-extra": "^11.3.1",
5353
"helmet": "^8.1.0",
5454
"lodash": "^4.17.21",
5555
"mime": "^3.0.0",
5656
"morgan": "^1.10.1",
5757
"ms": "^2.1.3",
5858
"nest-winston": "^1.10.2",
59-
"nestjs-paginate": "^12.5.1",
59+
"nestjs-paginate": "^12.8.2",
6060
"node-7z": "^3.0.0",
6161
"passport": "^0.7.0",
6262
"passport-http": "^0.3.0",
@@ -71,20 +71,20 @@
7171
"socket.io": "^4.8.1",
7272
"stream-throttle": "^0.1.3",
7373
"string-similarity-js": "^2.1.4",
74-
"typeorm": "^0.3.25",
74+
"typeorm": "^0.3.26",
7575
"typeorm-naming-strategies": "^4.1.0",
7676
"unidecode": "^1.1.0",
7777
"winston": "^3.17.0",
7878
"winston-console-format": "^1.0.8",
7979
"winston-daily-rotate-file": "^5.0.0"
8080
},
8181
"devDependencies": {
82-
"@eslint/compat": "^1.3.1",
82+
"@eslint/compat": "^1.3.2",
8383
"@eslint/eslintrc": "^3.3.1",
84-
"@eslint/js": "^9.32.0",
84+
"@eslint/js": "^9.35.0",
8585
"@nestjs/cli": "^11.0.10",
8686
"@nestjs/schematics": "^11.0.7",
87-
"@nestjs/testing": "^11.1.5",
87+
"@nestjs/testing": "^11.1.6",
8888
"@types/bcrypt": "^6.0.0",
8989
"@types/bytes": "^3.1.5",
9090
"@types/compression": "^1.8.1",
@@ -106,23 +106,23 @@
106106
"@types/stream-throttle": "^0.1.4",
107107
"@types/string-similarity": "^4.0.2",
108108
"@types/unidecode": "^1.1.0",
109-
"@typescript-eslint/eslint-plugin": "^8.38.0",
110-
"@typescript-eslint/parser": "^8.38.0",
111-
"eslint": "^9.32.0",
109+
"@typescript-eslint/eslint-plugin": "^8.42.0",
110+
"@typescript-eslint/parser": "^8.42.0",
111+
"eslint": "^9.35.0",
112112
"eslint-config-prettier": "^10.1.8",
113113
"eslint-plugin-import": "^2.32.0",
114-
"eslint-plugin-prettier": "^5.5.3",
114+
"eslint-plugin-prettier": "^5.5.4",
115115
"fastify": "^4.0.0",
116116
"globals": "^16.3.0",
117-
"jest": "^30.0.5",
117+
"jest": "^30.1.3",
118118
"logform": "2.7.0",
119119
"prettier": "^3.6.2",
120120
"prettier-plugin-jsdoc": "^1.3.3",
121121
"prettier-plugin-organize-imports": "^4.2.0",
122122
"simple-git-hooks": "^2.13.1",
123-
"ts-jest": "^29.4.0",
123+
"ts-jest": "^29.4.1",
124124
"ts-node": "^10.9.2",
125-
"typescript": "~5.8.0"
125+
"typescript": "~5.9.2"
126126
},
127127
"jest": {
128128
"moduleFileExtensions": [

0 commit comments

Comments
 (0)