chore(deps): update dependency typescript to v5 #3387
Annotations
9 errors and 2 warnings
node_modules/@types/node/globals.d.ts#L253
Interface 'Buffer' incorrectly extends interface 'Uint8Array'.
|
node_modules/@types/node/globals.d.ts#L458
Property 'slice' in type 'Buffer' is not assignable to the same property in base type 'Uint8Array'.
|
node_modules/@types/node/globals.d.ts#L467
Property 'subarray' in type 'Buffer' is not assignable to the same property in base type 'Uint8Array'.
|
node_modules/@types/node/globals.d.ts#L535
Property 'reverse' in type 'Buffer' is not assignable to the same property in base type 'Uint8Array'.
|
node_modules/@types/node/globals.d.ts#L583
Property 'entries' in type 'Buffer' is not assignable to the same property in base type 'Uint8Array'.
|
node_modules/@types/node/globals.d.ts#L585
Property 'keys' in type 'Buffer' is not assignable to the same property in base type 'Uint8Array'.
|
node_modules/@types/node/globals.d.ts#L586
Property 'values' in type 'Buffer' is not assignable to the same property in base type 'Uint8Array'.
|
src/github-workflow.ts#L35
Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading