chore(deps): update dependency typescript to v5 #1202
Annotations
6 errors
Run npm run build --if-present
Process completed with exit code 1.
|
Run npm run build --if-present:
node_modules/@types/node/module.d.ts#L106
Overload signatures must all be optional or required.
|
Run npm run build --if-present:
node_modules/@types/node/globals.d.ts#L72
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; any(signals: AbortSignal[]): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
|
Run npm run build --if-present:
node_modules/@types/node/fs/promises.d.ts#L211
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
Run npm run build --if-present:
node_modules/@types/node/fs/promises.d.ts#L49
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
Run npm run build --if-present:
node_modules/@types/node/buffer.d.ts#L531
Interface 'Buffer' incorrectly extends interface 'Uint8Array<ArrayBufferLike>'.
|
Loading