chore(frontend): punycode-Deprecation durch node-fetch-Import #79
Labels
No labels
component/backend
component/docs
component/e2e
component/frontend
component/infra
component/keycloak
prio/high
prio/low
prio/medium
type/bug
type/chore
type/feature
type/refactor
type/test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WompSchmiede/FamilienFeierPlaner#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Taucht immer noch auf. Quelle unbekannt.