chore: bump undici from 6.20.1 to 7.13.0 #2409
Annotations
7 errors
|
unit
Process completed with exit code 1.
|
|
unit:
src/adapters/http/http-native-impl.ts#L78
Type 'string | ArrayBuffer | AsyncIterable<Uint8Array> | Blob | FormData | Iterable<Uint8Array> | DataView | URLSearchParams | FormData | null' is not assignable to type 'BodyInit | undefined'.
|
|
unit:
src/adapters/config/merge-headers-init.ts#L8
Argument of type 'HeadersInit' is not assignable to parameter of type 'HeadersInit | undefined'.
|
|
unit:
src/adapters/config/merge-headers-init.ts#L5
Argument of type 'HeadersInit' is not assignable to parameter of type 'HeadersInit | undefined'.
|
|
unit:
src/adapters/config/http-config.ts#L69
Argument of type 'HeadersInit' is not assignable to parameter of type 'HeadersInit | undefined'.
|
|
unit:
src/adapters/config/http-config.ts#L66
Type 'import("/home/runner/work/masto.js/masto.js/node_modules/undici-types/fetch").HeadersInit' is not assignable to type 'import("/home/runner/work/masto.js/masto.js/node_modules/undici/types/fetch").HeadersInit'.
|
|
unit:
src/adapters/config/http-config.ts#L45
Argument of type 'import("/home/runner/work/masto.js/masto.js/node_modules/undici-types/fetch").HeadersInit | undefined' is not assignable to parameter of type 'import("/home/runner/work/masto.js/masto.js/node_modules/undici/types/fetch").HeadersInit | undefined'.
|