Skip to content

chore(deps): update dependency typescript to v5 #3546

chore(deps): update dependency typescript to v5

chore(deps): update dependency typescript to v5 #3546

Triggered via pull request April 5, 2025 05:00
Status Failure
Total duration 46s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
test: node_modules/@types/node/globals.d.ts#L253
Interface 'Buffer' incorrectly extends interface 'Uint8Array<ArrayBuffer>'.
test: node_modules/@types/node/globals.d.ts#L458
Property 'slice' in type 'Buffer' is not assignable to the same property in base type 'Uint8Array<ArrayBuffer>'.
test: node_modules/@types/node/globals.d.ts#L467
Property 'subarray' in type 'Buffer' is not assignable to the same property in base type 'Uint8Array<ArrayBuffer>'.
test: node_modules/@types/node/globals.d.ts#L583
Property 'entries' in type 'Buffer' is not assignable to the same property in base type 'Uint8Array<ArrayBuffer>'.
test: node_modules/@types/node/globals.d.ts#L585
Property 'keys' in type 'Buffer' is not assignable to the same property in base type 'Uint8Array<ArrayBuffer>'.
test: node_modules/@types/node/globals.d.ts#L586
Property 'values' in type 'Buffer' is not assignable to the same property in base type 'Uint8Array<ArrayBuffer>'.
test: src/github-workflow.ts#L35
Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array<ArrayBufferLike>'.
test
Process completed with exit code 2.