Bump webpack-cli from 5.0.1 to 5.1.4 #52
Annotations
5 errors
npm script validation (test)
Process completed with exit code 1.
|
npm script validation (typescript)
The job was canceled because "test" failed.
|
npm script validation (typescript):
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; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; timeout(milliseconds: number): AbortSignal; }'.
|
npm script validation (typescript):
src/utils.ts#L100
Argument of type '(request: CustomAxiosRequestConfig) => Promise<InternalAxiosRequestConfig<any> | AxiosRequestConfig<any>>' is not assignable to parameter of type '(value: InternalAxiosRequestConfig<any>) => InternalAxiosRequestConfig<any> | Promise<InternalAxiosRequestConfig<any>>'.
|
npm script validation (typescript)
Process completed with exit code 2.
|