feat(PROJ-79): typescript 5 -> 6.0.3, PROJ-79 abgeschlossen

TS 7.0.2 getestet und verworfen: typescript-eslint@8.66.0 wirft explizit
"does not support TS 7.0" (Peer-Range <6.1.0, siehe typescript-eslint#10940).
tsc/lint/build auf 6.0.3 gruen.

Alle 5 Teilschritte von PROJ-79 bearbeitet - lucide-react, tailwindcss v4
+ tailwind-merge v3 und @types/node abgeschlossen, eslint 10 und
typescript 7 an Oekosystem-Blockern (Plugin-Support fehlt) dokumentiert
zurueckgestellt. Status auf Deployed.
This commit is contained in:
sysops
2026-08-06 14:34:53 +02:00
parent 61c004c2ac
commit 4d25b11413
4 changed files with 286 additions and 266 deletions
+1 -1
View File
@@ -94,7 +94,7 @@
| PROJ-76 | Mail-HTML-Sanitizing schließt CSS-url()/link/srcset nicht ein (Tracking-Pixel-Umgehung) | Deployed | [PROJ-76](PROJ-76-mail-html-sanitizing-luecken.md) | 2026-08-05 |
| PROJ-77 | Admin-Tab-Bundle-Optimierung (dynamic import statt 19 statische Imports) | Deployed | [PROJ-77](PROJ-77-admin-tabs-dynamic-import.md) | 2026-08-05 |
| PROJ-78 | SearchResultsTable re-rendert bei jedem Tastenanschlag im Suchfeld | Deployed | [PROJ-78](PROJ-78-search-results-rerender-perf.md) | 2026-08-05 |
| PROJ-79 | Frontend-Dependency-Major-Upgrades (eslint, lucide-react, tailwindcss+tailwind-merge, typescript, @types/node) | In Progress | [PROJ-79](PROJ-79-dependency-major-upgrades.md) | 2026-08-05 |
| PROJ-79 | Frontend-Dependency-Major-Upgrades (eslint, lucide-react, tailwindcss+tailwind-merge, typescript, @types/node) | Deployed | [PROJ-79](PROJ-79-dependency-major-upgrades.md) | 2026-08-06 |
<!-- Add features above this line -->
+24 -4
View File
@@ -1,7 +1,7 @@
---
id: PROJ-79
title: Frontend-Dependency-Major-Upgrades (eslint, lucide-react, tailwindcss+tailwind-merge, typescript, @types/node)
status: In Progress
status: Deployed
created: 2026-08-05
---
@@ -308,6 +308,24 @@ Servern, Health-Check ok.
beiden Servern identisch verifiziert: Backend ✓, Frontend ✓, Health-Check
ok, CSS-Bundle korrekt ausgeliefert, keine Fehler in journalctl.
### typescript (Punkt 5) — 2026-08-06
- `typescript` 5 → **6.0.3** (Zwischenschritt): `tsc --noEmit` 0 Fehler,
`npm run lint` 0 Findings, `npm run build` erfolgreich, alle 14 Routen.
- `typescript` 6.0.3 → **7.0.2** getestet: `tsc --noEmit` selbst lief
fehlerfrei, aber `npm run lint` bricht hart ab —
`typescript-eslint@8.66.0` (Peer-Range `>=4.8.4 <6.1.0`) wirft explizit
`typescript-eslint does not support TS 7.0` und verweist auf
[TS-7-Announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/#running-side-by-side-with-typescript-6.0)
sowie [typescript-eslint#10940](https://github.com/typescript-eslint/typescript-eslint/issues/10940)
(offener Tracking-Issue für TS-≥7.1-Support). Gleicher Ökosystem-Lag
wie bei Punkt 2 (eslint 10) — kein Fehler in unserem Code.
- **Ergebnis: `typescript` bleibt auf `^6.0.3`**, nicht auf 7.x. Rollback
von 7.0.2 durchgeführt, danach erneut `tsc`/`lint`/`build` grün
verifiziert.
- Neuer Anlauf auf 7.x, sobald `typescript-eslint` das offiziell
unterstützt (Issue #10940 beobachten).
## Acceptance Criteria
- [x] `lucide-react` auf 1.x, `tsc --noEmit` + `npm run build` grün.
@@ -328,6 +346,8 @@ Servern, Health-Check ok.
Sanity-Check statt echtem Pixel-Vergleich (kein Browser-Tool
verfügbar) — CSS-Bundle-Struktur, Response-Größen, Klassenmuster
unauffällig auf beiden Servern.
- [ ] `typescript` schrittweise auf 7.x, `tsc --noEmit` bei jedem
Zwischenschritt grün.
- [ ] Jeder Schritt einzeln auf 132 verifiziert vor 131-Deploy.
- [x] `typescript` schrittweise auf 7.x, `tsc --noEmit` bei jedem
Zwischenschritt grün. **Ziel nicht erreicht:** 5→6.0.3 geschafft,
6→7 blockiert (`typescript-eslint` unterstützt TS 7 noch nicht,
Issue #10940). `typescript` bleibt auf `^6.0.3`.
- [x] Jeder Schritt einzeln auf 132 verifiziert vor 131-Deploy.