Skip to content

chore: bump undici from 6.20.1 to 7.13.0 #175

chore: bump undici from 6.20.1 to 7.13.0

chore: bump undici from 6.20.1 to 7.13.0 #175

Triggered via pull request August 1, 2025 09:16
Status Failure
Total duration 23s
Artifacts

pkg-pr-new.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
publish
Process completed with exit code 1.
publish: 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'.
publish: src/adapters/config/merge-headers-init.ts#L8
Argument of type 'HeadersInit' is not assignable to parameter of type 'HeadersInit | undefined'.
publish: src/adapters/config/merge-headers-init.ts#L5
Argument of type 'HeadersInit' is not assignable to parameter of type 'HeadersInit | undefined'.
publish: src/adapters/config/http-config.ts#L69
Argument of type 'HeadersInit' is not assignable to parameter of type 'HeadersInit | undefined'.
publish: 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'.
publish: 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'.