chore(deps): update dependency typescript to ^5.9.2 (#3722)

* chore(deps): update dependency typescript to ^5.9.2

* fix: typecheck issue

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2025-08-01 13:59:35 +02:00
committed by GitHub
parent 0bfb8d845b
commit d66cccb0db
44 changed files with 250 additions and 250 deletions

View File

@@ -103,6 +103,6 @@
"eslint": "^9.32.0",
"node-loader": "^2.1.0",
"prettier": "^3.6.2",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -23,7 +23,7 @@ export async function GET(_req: NextRequest, props: { params: Promise<{ id: stri
headers.set("Content-Type", image.contentType);
headers.set("Content-Length", image.content.length.toString());
return new NextResponse(image.content, {
return new NextResponse(new Uint8Array(image.content), {
status: 200,
headers,
});

View File

@@ -51,6 +51,6 @@
"eslint": "^9.32.0",
"prettier": "^3.6.2",
"tsx": "4.20.3",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -37,6 +37,6 @@
"esbuild": "^0.25.8",
"eslint": "^9.32.0",
"prettier": "^3.6.2",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -50,7 +50,7 @@
"semantic-release": "^24.2.7",
"testcontainers": "^11.4.0",
"turbo": "^2.5.5",
"typescript": "^5.8.3",
"typescript": "^5.9.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
},

View File

@@ -33,6 +33,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -60,6 +60,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"prettier": "^3.6.2",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -49,6 +49,6 @@
"@types/cookies": "0.9.1",
"eslint": "^9.32.0",
"prettier": "^3.6.2",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -33,6 +33,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -31,6 +31,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -36,6 +36,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"esbuild": "^0.25.8",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -43,6 +43,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -33,6 +33,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -44,6 +44,6 @@
"@types/node-cron": "^3.0.11",
"@types/react": "19.1.9",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -30,6 +30,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -34,6 +34,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/node-cron": "^3.0.11",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -45,6 +45,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -65,6 +65,6 @@
"eslint": "^9.32.0",
"prettier": "^3.6.2",
"tsx": "4.20.3",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -33,6 +33,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"tsx": "4.20.3",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -34,6 +34,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/dockerode": "^3.3.42",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -34,6 +34,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -38,6 +38,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -32,6 +32,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -34,6 +34,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/bcrypt": "6.0.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -56,6 +56,6 @@
"@types/node-unifi": "^2.5.1",
"@types/xml2js": "^0.4.14",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -34,6 +34,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -46,6 +46,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -33,6 +33,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -32,6 +32,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -53,6 +53,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/adm-zip": "0.5.7",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -30,6 +30,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -31,6 +31,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -35,6 +35,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -39,6 +39,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -30,6 +30,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -36,6 +36,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -48,6 +48,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -42,6 +42,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -46,6 +46,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/css-modules": "^1.0.5",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -32,6 +32,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -85,6 +85,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/video.js": "^7.3.58",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

414
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,6 +30,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}

View File

@@ -16,6 +16,6 @@
"devDependencies": {
"@homarr/tsconfig": "workspace:^0.1.0",
"prettier-plugin-packagejson": "^2.5.19",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}