chore(frontend): punycode-Deprecation durch node-fetch-Import #79

Open
opened 2026-06-22 16:36:11 +02:00 by niboer · 1 comment
Owner

Beschreibung

frontend/src/lib/api/fetch-client.ts:1 importiert RequestInit aus node-fetch. Das laedt das veraltete punycode-Modul, was eine Deprecation-Warning ausloest:

[DEP0040] DeprecationWarning: The punycode module is deprecated.

Vorgeschlagene Umsetzung

Den Import entfernen - RequestInit ist in Node.js 18+/Cloudflare Workers global verfuegbar. node-fetch / @types/node-fetch ist ohnehin nicht in package.json gelistet.

Datei

frontend/src/lib/api/fetch-client.ts

## Beschreibung frontend/src/lib/api/fetch-client.ts:1 importiert RequestInit aus node-fetch. Das laedt das veraltete punycode-Modul, was eine Deprecation-Warning ausloest: [DEP0040] DeprecationWarning: The punycode module is deprecated. ## Vorgeschlagene Umsetzung Den Import entfernen - RequestInit ist in Node.js 18+/Cloudflare Workers global verfuegbar. node-fetch / @types/node-fetch ist ohnehin nicht in package.json gelistet. ## Datei frontend/src/lib/api/fetch-client.ts
niboer self-assigned this 2026-06-22 16:36:11 +02:00
Author
Owner

Taucht immer noch auf. Quelle unbekannt.

Taucht immer noch auf. Quelle unbekannt.
Sign in to join this conversation.
No description provided.