Skip to content

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

chore: bump @types/node from 22.15.3 to 24.1.0

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

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

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
unit
Process completed with exit code 1.
unit: src/adapters/serializers/serializer-native-impl.ts#L25
Type 'FormData' is not assignable to type 'BodyInit'.
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'.