Skip to content

chore(deps-dev): bump @react-native/typescript-config from 0.82.1 to 0.83.0 #802

chore(deps-dev): bump @react-native/typescript-config from 0.82.1 to 0.83.0

chore(deps-dev): bump @react-native/typescript-config from 0.82.1 to 0.83.0 #802

Triggered via pull request December 15, 2025 22:24
Status Failure
Total duration 40s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test
Subsequent property declarations must have the same type. Property 'error' must be of type 'ProgressEvent<XMLHttpRequestEventTarget>', but here has type 'ProgressEvent<EventTarget>'.
test
Subsequent property declarations must have the same type. Property 'abort' must be of type 'ProgressEvent<XMLHttpRequestEventTarget>', but here has type 'ProgressEvent<EventTarget>'.
test
Subsequent variable declarations must have the same type. Variable 'Response' must be of type '{ new (body?: BodyInit, init?: ResponseInit): Response; prototype: Response; error(): Response; json(data: any, init?: ResponseInit): Response; redirect(url: string | URL, status?: number): Response; }', but here has type '{ new (body?: BodyInit_, init?: ResponseInit): Response; prototype: Response; error(): Response; json(data: any, init?: ResponseInit): Response; redirect: (url: string | URL, status?: number) => Response; }'.
test
Subsequent variable declarations must have the same type. Variable 'Request' must be of type '{ new (input: RequestInfo | URL, init?: RequestInit): Request; prototype: Request; }', but here has type '{ new (input: string | Request, init?: RequestInit): Request; prototype: Request; }'.
test
Subsequent property declarations must have the same type. Property 'signal' must be of type 'AbortSignal', but here has type 'AbortSignal'.
test
Subsequent property declarations must have the same type. Property 'signal' must be of type 'AbortSignal', but here has type 'AbortSignal'.
test
Subsequent property declarations must have the same type. Property 'body' must be of type 'BodyInit', but here has type 'BodyInit_'.
test
Subsequent variable declarations must have the same type. Variable 'Blob' must be of type '{ new (blobParts?: BlobPart[], options?: BlobPropertyBag): Blob; prototype: Blob; }', but here has type '{ new (blobParts?: (string | Blob)[], options?: BlobOptions): Blob; prototype: Blob; }'.
test
Definitions of the following identifiers conflict with those in another file: EndingType, BlobPart, BufferSource, FormData, RequestInfo, XMLHttpRequestResponseType, AbortSignal, AbortController
test
File '@react-native/typescript-config/tsconfig.json' not found.