Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .npm-upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"versions": ">3",
"reason": "ESM"
},
"readdirp": {
"versions": ">4",
"reason": "ESM"
},
"chokidar": {
"versions": ">4",
"reason": "ESM"
},
"better-sqlite3": {
"versions": ">9",
"reason": "TypeORM compatibility"
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# GameVault Backend Server Changelog

## 16.1.2

### Changes

- Fix Age Rating Check being Applied to Admins for Game Downloads
- Fix Covers/Metadata missing after metadata refreshes
- Added `TESTING_LOG_HTTP_TRAFFIC_ENABLED` parameter to help analyze network traffic
- Fixed `early_access` being required in UpdateGameDto inconsistency in OpenAPI contract
- Fixed `name` not being mentioned in MetadataProviderDto inconsistency in OpenAPI contract
- Fixed metadata controllers returning tags, genres, publishers & developers for deleted games
- Deleting and Restoring games now clears / remerges effective metadata
- Fixed not being able to edit NC games.

### Thanks

- @always_sings_along

## 16.1.1

### Changes
Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gamevault-backend",
"version": "16.1.1",
"version": "16.1.2",
"description": "the self-hosted gaming platform for drm-free games",
"author": "Alkan Alper, Schäfer Philip GbR / Phalcode",
"private": true,
Expand All @@ -25,30 +25,30 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@nestjs/common": "^11.1.6",
"@nestjs/core": "^11.1.6",
"@nestjs/common": "^11.1.9",
"@nestjs/core": "^11.1.9",
"@nestjs/event-emitter": "^3.0.1",
"@nestjs/jwt": "^11.0.1",
"@nestjs/jwt": "^11.0.2",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "^11.1.6",
"@nestjs/platform-socket.io": "^11.1.6",
"@nestjs/schedule": "^6.0.1",
"@nestjs/platform-express": "^11.1.9",
"@nestjs/platform-socket.io": "^11.1.9",
"@nestjs/schedule": "^6.1.0",
"@nestjs/serve-static": "^5.0.4",
"@nestjs/swagger": "^11.2.1",
"@nestjs/swagger": "^11.2.3",
"@nestjs/typeorm": "^11.0.0",
"@nestjs/websockets": "^11.1.6",
"@nestjs/websockets": "^11.1.9",
"@phalcode/ts-igdb-client": "^1.0.24",
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.2.0",
"builder-pattern": "^2.2.0",
"bytes": "^3.1.2",
"chokidar": "^4.0.3",
"chokidar": "^4.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
"class-validator": "^0.14.3",
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express": "^5.2.1",
"file-type-checker": "^1.1.6",
"fs-extra": "^11.3.2",
"helmet": "^8.1.0",
Expand All @@ -64,65 +64,65 @@
"passport-jwt": "^4.0.1",
"passport-oauth2": "^1.8.0",
"pg": "^8.16.3",
"readdirp": "^4.1.2",
"readdirp": "^4.0.0",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
"rimraf": "^6.1.2",
"rxjs": "^7.8.2",
"sanitize-filename": "^1.6.3",
"semver": "^7.7.3",
"socket.io": "^4.8.1",
"stream-throttle": "^0.1.3",
"string-similarity-js": "^2.1.4",
"typeorm": "^0.3.27",
"typeorm": "^0.3.28",
"typeorm-naming-strategies": "^4.1.0",
"unidecode": "^1.1.0",
"winston": "^3.18.3",
"winston": "^3.19.0",
"winston-console-format": "^1.0.8",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.38.0",
"@nestjs/cli": "^11.0.10",
"@eslint/compat": "^2.0.0",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@nestjs/cli": "^11.0.14",
"@nestjs/schematics": "^11.0.9",
"@nestjs/testing": "^11.1.6",
"@nestjs/testing": "^11.1.9",
"@types/bcrypt": "^6.0.0",
"@types/bytes": "^3.1.5",
"@types/compression": "^1.8.1",
"@types/cookie-parser": "^1.4.9",
"@types/express": "^5.0.3",
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.6",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.20",
"@types/lodash": "^4.17.21",
"@types/mime": "^3.0.4",
"@types/morgan": "^1.9.10",
"@types/ms": "^2.1.0",
"@types/multer": "^2.0.0",
"@types/node": "^22.0.0",
"@types/node-7z": "^2.1.10",
"@types/node-7z": "^2.1.11",
"@types/passport-http": "^0.3.11",
"@types/passport-jwt": "^4.0.1",
"@types/passport-oauth2": "^1.8.0",
"@types/pg": "^8.15.5",
"@types/pg": "^8.16.0",
"@types/semver": "^7.7.1",
"@types/stream-throttle": "^0.1.4",
"@types/string-similarity": "^4.0.2",
"@types/unidecode": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"eslint": "^9.38.0",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.4.0",
"globals": "^16.5.0",
"jest": "^30.2.0",
"logform": "2.7.0",
"prettier": "^3.6.2",
"prettier-plugin-jsdoc": "^1.3.3",
"prettier": "^3.7.4",
"prettier-plugin-jsdoc": "^1.8.0",
"prettier-plugin-organize-imports": "^4.3.0",
"simple-git-hooks": "^2.13.1",
"ts-jest": "^29.4.5",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "~5.9.3"
},
Expand Down
Loading
Loading