Skip to content

chore: bump @types/node from 22.15.3 to 24.1.0 #176

chore: bump @types/node from 22.15.3 to 24.1.0

chore: bump @types/node from 22.15.3 to 24.1.0 #176

Triggered via pull request August 1, 2025 09:16
Status Failure
Total duration 20s
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/serializers/serializer-native-impl.ts#L25
Type 'FormData' is not assignable to type 'BodyInit'.
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'.