chore(deps): update dependency typescript to v7

This commit is contained in:
renovate[bot]
2026-07-14 08:34:56 +00:00
committed by GitHub
parent 35fcca6254
commit 7b253947d4
9 changed files with 403 additions and 341 deletions

View File

@@ -40,7 +40,7 @@
"@docusaurus/tsconfig": "^3.10.0",
"@docusaurus/types": "^3.10.0",
"prettier": "^3.7.4",
"typescript": "^6.0.0"
"typescript": "^7.0.0"
},
"browserslist": {
"production": [

View File

@@ -51,7 +51,7 @@
"sharp": "^0.34.5",
"socket.io-client": "^4.7.4",
"supertest": "^7.0.0",
"typescript": "^6.0.0",
"typescript": "^7.0.0",
"typescript-eslint": "^8.28.0",
"utimes": "^5.2.1",
"vitest": "^4.0.0"

View File

@@ -38,7 +38,7 @@
"mock-fs": "^5.2.0",
"prettier": "^3.7.4",
"prettier-plugin-organize-imports": "^4.0.0",
"typescript": "^6.0.0",
"typescript": "^7.0.0",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.0",
"vitest": "^4.0.0",

View File

@@ -16,6 +16,6 @@
"@immich/sdk": "workspace:*",
"@immich/plugin-sdk": "workspace:*",
"esbuild": "^0.28.0",
"typescript": "^6.0.0"
"typescript": "^7.0.0"
}
}

View File

@@ -34,7 +34,7 @@
"@types/node": "^24.13.2",
"esbuild": "^0.28.0",
"tsc-alias": "^1.8.16",
"typescript": "^6.0.0"
"typescript": "^7.0.0"
},
"peerDependencies": {
"@extism/js-pdk": "^1.1.1"

View File

@@ -25,6 +25,6 @@
},
"devDependencies": {
"@types/node": "^24.13.2",
"typescript": "^6.0.0"
"typescript": "^7.0.0"
}
}

728
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -161,7 +161,7 @@
"supertest": "^7.1.0",
"tailwindcss": "^3.4.0",
"testcontainers": "^12.0.0",
"typescript": "^6.0.0",
"typescript": "^7.0.0",
"typescript-eslint": "^8.28.0",
"unplugin-swc": "^1.4.5",
"vite-tsconfig-paths": "^6.0.0",

View File

@@ -109,7 +109,7 @@
"svelte-check": "^4.4.6",
"svelte-eslint-parser": "^1.3.3",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.0",
"typescript": "^7.0.0",
"typescript-eslint": "^8.45.0",
"vite": "^8.0.0",
"vitest": "^4.0.0"