chore(deps): update dependency typescript to v5 #3546
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.
|