1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 11:15:54 +02:00

fix(deps): vitest@2 (#11491)

This commit is contained in:
Jason Rasmussen 2024-07-31 11:26:35 -04:00 committed by GitHub
parent 86904a8382
commit c44271e9b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 2058 additions and 1907 deletions

861
cli/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@
"@types/node": "^20.14.12", "@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0", "@typescript-eslint/parser": "^7.0.0",
"@vitest/coverage-v8": "^1.2.2", "@vitest/coverage-v8": "^2.0.5",
"byte-size": "^9.0.0", "byte-size": "^9.0.0",
"cli-progress": "^3.12.0", "cli-progress": "^3.12.0",
"commander": "^12.0.0", "commander": "^12.0.0",
@ -35,8 +35,8 @@
"typescript": "^5.3.3", "typescript": "^5.3.3",
"vite": "^5.0.12", "vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.2", "vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.2.2", "vitest": "^2.0.5",
"vitest-fetch-mock": "^0.2.2", "vitest-fetch-mock": "^0.3.0",
"yaml": "^2.3.1" "yaml": "^2.3.1"
}, },
"scripts": { "scripts": {

1213
e2e/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,7 @@
"@types/supertest": "^6.0.2", "@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0", "@typescript-eslint/parser": "^7.1.0",
"@vitest/coverage-v8": "^1.3.0", "@vitest/coverage-v8": "^2.0.5",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3", "eslint-plugin-prettier": "^5.1.3",
@ -47,7 +47,7 @@
"supertest": "^7.0.0", "supertest": "^7.0.0",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"utimes": "^5.2.1", "utimes": "^5.2.1",
"vitest": "^1.6.0" "vitest": "^2.0.5"
}, },
"volta": { "volta": {
"node": "20.16.0" "node": "20.16.0"

View File

@ -13,6 +13,7 @@ export default defineConfig({
include: ['src/{api,cli,immich-admin}/specs/*.e2e-spec.ts'], include: ['src/{api,cli,immich-admin}/specs/*.e2e-spec.ts'],
globalSetup, globalSetup,
testTimeout: 15_000, testTimeout: 15_000,
pool: 'threads',
poolOptions: { poolOptions: {
threads: { threads: {
singleThread: true, singleThread: true,

961
server/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -115,7 +115,7 @@
"@types/ua-parser-js": "^0.7.36", "@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0", "@typescript-eslint/parser": "^7.0.0",
"@vitest/coverage-v8": "^1.5.0", "@vitest/coverage-v8": "^2.0.5",
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3", "eslint-plugin-prettier": "^5.1.3",
@ -130,8 +130,8 @@
"typescript": "^5.3.3", "typescript": "^5.3.3",
"unplugin-swc": "^1.4.5", "unplugin-swc": "^1.4.5",
"utimes": "^5.2.1", "utimes": "^5.2.1",
"vitest": "^1.6.0", "vite-tsconfig-paths": "^4.3.2",
"vite-tsconfig-paths": "^4.3.2" "vitest": "^2.0.5"
}, },
"volta": { "volta": {
"node": "20.16.0" "node": "20.16.0"

899
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0", "@typescript-eslint/parser": "^7.1.0",
"@vitest/coverage-v8": "^1.3.1", "@vitest/coverage-v8": "^2.0.5",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.17",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"eslint": "^8.57.0", "eslint": "^8.57.0",
@ -58,7 +58,7 @@
"tslib": "^2.6.2", "tslib": "^2.6.2",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"vite": "^5.1.4", "vite": "^5.1.4",
"vitest": "^1.6.0" "vitest": "^2.0.5"
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {