Upgrade Vite 8, plugin-react 6, Vitest 4

Vite 6→8 (Rolldown/Oxc), @vitejs/plugin-react 4→6 (Babel-free), Vitest 3→4 (AST coverage)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-03-23 09:41:14 +01:00
parent 722e8cc627
commit 278c06221f
3 changed files with 253 additions and 1199 deletions

View File

@@ -26,9 +26,9 @@
"@testing-library/user-event": "^14.6.1", "@testing-library/user-event": "^14.6.1",
"@types/react": "^19.0.0", "@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0", "@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0", "@vitejs/plugin-react": "^6.0.1",
"jsdom": "^28.1.0", "jsdom": "^28.1.0",
"tailwindcss": "^4.2.2", "tailwindcss": "^4.2.2",
"vite": "^6.2.0" "vite": "^8.0.1"
} }
} }

View File

@@ -8,14 +8,14 @@
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.4.8", "@biomejs/biome": "2.4.8",
"@vitest/coverage-v8": "^3.2.4", "@vitest/coverage-v8": "^4.1.0",
"jscpd": "^4.0.8", "jscpd": "^4.0.8",
"knip": "^5.85.0", "knip": "^5.85.0",
"lefthook": "^1.11.0", "lefthook": "^1.11.0",
"oxlint": "^1.56.0", "oxlint": "^1.56.0",
"oxlint-tsgolint": "^0.17.1", "oxlint-tsgolint": "^0.17.1",
"typescript": "^5.8.0", "typescript": "^5.8.0",
"vitest": "^3.0.0" "vitest": "^4.1.0"
}, },
"scripts": { "scripts": {
"prepare": "lefthook install", "prepare": "lefthook install",

1444
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff