chore(deps): major version updates — TypeScript 7, vitest 4, eslint 10, jsdom 29, concurrently 10

Jury-Voting: typescript 5.9->7.0, vitest 3->4, jsdom 26->29, concurrently 9->10
Projekt-KIQ-HP: eslint 9->10, @eslint/js 9->10
privat/CV: typescript 5.9->7.0, vitest 3->4
andreknie.de: js-yaml stays at 4 (v5 breaks ESM default export, needs code change)
This commit is contained in:
2026-07-10 12:25:05 +02:00
parent a598e2a383
commit 9a1e38eb91
8 changed files with 1979 additions and 2445 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"express-rate-limit": "^8.5.2",
"gray-matter": "^4.0.3",
"helmet": "^8.2.0",
"js-yaml": "^4.1.0",
"js-yaml": "^4.3.0",
"lucide-react": "^1.8.0",
"marked": "^18.0.5",
"nodemailer": "^9.0.3",
+1 -1
View File
@@ -18,7 +18,7 @@
"express-rate-limit": "^8.5.2",
"gray-matter": "^4.0.3",
"helmet": "^8.2.0",
"js-yaml": "^4.1.0",
"js-yaml": "^4.3.0",
"lucide-react": "^1.8.0",
"marked": "^18.0.5",
"nodemailer": "^9.0.3",
+1012 -981
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -22,9 +22,9 @@
"yaml": "^2.7.1"
},
"devDependencies": {
"typescript": "^5.8.3",
"@types/node": "^22.15.21",
"vitest": "^3.1.4",
"fast-check": "^4.1.1"
"fast-check": "^4.1.1",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
}
}