build(deps): bump node-fetch from 2.7.0 to 3.3.2 #2470
ci.yml
on: pull_request
Dependaban
12s
Verify signatures and provenance statements
34s
Matrix: checks
Matrix: Run tests
Annotations
19 errors and 1 warning
Run tests (current)
Process completed with exit code 1.
|
Type Checker:
src/lib/analytics/clients/client.ts#L1
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("node-fetch")' call instead.
|
Type Checker:
src/lib/analytics/clients/pendo.ts#L2
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("node-fetch")' call instead.
|
Type Checker:
src/lib/analytics/clients/tracks.ts#L2
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("node-fetch")' call instead.
|
Type Checker:
src/lib/analytics/index.ts#L6
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("node-fetch")' call instead.
|
Type Checker:
src/lib/api/http.ts#L2
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("node-fetch")' call instead.
|
Type Checker:
src/lib/client-file-uploader.ts#L5
'"node-fetch"' has no exported member named 'HeaderInit'. Did you mean 'HeadersInit'?
|
Type Checker:
src/lib/client-file-uploader.ts#L5
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("node-fetch")' call instead.
|
Type Checker:
src/lib/dev-environment/dev-environment-core.ts#L6
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("node-fetch")' call instead.
|
Type Checker:
src/lib/tracker.ts#L11
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("node-fetch")' call instead.
|
Type Checker
Process completed with exit code 2.
|
Run tests (lts/-1)
The job was canceled because "current" failed.
|
Run tests (lts/-1)
Process completed with exit code 1.
|
Run tests (lts/*)
The job was canceled because "current" failed.
|
Run tests (lts/*)
Process completed with exit code 1.
|
Check formatting
The job was canceled because "Type_Checker_check-types" failed.
|
Lint
The job was canceled because "Type_Checker_check-types" failed.
|
Lint:
src/lib/client-file-uploader.ts#L266
Unsafe assignment of an `any` value
|
Lint
The operation was canceled.
|
Lint:
src/bin/vip-wp.js#L111
'cancelCommand' is assigned a value but never used
|