Skip to content

Upgrade to TypeScript 5.7 #807

Upgrade to TypeScript 5.7

Upgrade to TypeScript 5.7 #807

Triggered via pull request November 28, 2024 03:44
Status Failure
Total duration 23s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
CI: src/backends/backend.ts#L1
Cannot find module 'utilium' or its corresponding type declarations.
CI: src/backends/fetch.ts#L164
Type 'false' is not assignable to type 'true'.
CI: src/backends/fetch.ts#L165
Type 'false' is not assignable to type 'true'.
CI: src/backends/fetch.ts#L166
Type 'false' is not assignable to type 'true'.
CI: src/backends/file_index.ts#L3
Cannot find module 'utilium' or its corresponding type declarations.
CI: src/backends/memory.ts#L30
Type 'false' is not assignable to type 'true'.
CI: src/backends/port/fs.ts#L3
Cannot find module 'utilium' or its corresponding type declarations.
CI: src/backends/port/fs.ts#L17
Interface 'FileRequest<TMethod>' incorrectly extends interface 'Request'.
CI: src/backends/port/fs.ts#L35
Type 'FileRequest<T>' does not satisfy the constraint 'Request'.
CI: src/backends/port/fs.ts#L131
Interface 'FSRequest<TMethod>' incorrectly extends interface 'Request'.