Update dependency typescript to v5 #44
Annotations
4 errors and 1 warning
build:
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; }'.
|
build:
node_modules/@types/node/module.d.ts#L106
Overload signatures must all be optional or required.
|
build:
tsconfig.json#L18
Option 'importsNotUsedAsValues' has been removed. Please remove it from your configuration.
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|