fix: vulnerability #1346
tests.yml
on: push
test
/
install
23s
test
/
build
21s
test
/
lint
25s
test
/
format
15s
test
/
typecheck
17s
test
/
unit
15s
Annotations
16 errors
test / unit
Process completed with exit code 1.
|
test / typecheck:
src/MetricsProvider.spec.tsx#L3
Module '"msw"' has no exported member 'MockedRequest'.
|
test / typecheck:
test/mockServer.ts#L1
Module '"msw"' has no exported member 'MockedRequest'.
|
test / typecheck:
test/mockServer.ts#L23
Variable 'requests' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
test / typecheck:
test/mockServer.ts#L27
Property 'method' does not exist on type '{ request: Request; requestId: string; }'.
|
test / typecheck:
test/mockServer.ts#L29
Property 'url' does not exist on type '{ request: Request; requestId: string; }'.
|
test / typecheck:
test/mockServer.ts#L32
Property 'id' does not exist on type '{ request: Request; requestId: string; }'.
|
test / typecheck:
test/mockServer.ts#L37
Property 'id' does not exist on type '{ request: Request; requestId: string; }'.
|
test / typecheck:
test/mockServer.ts#L40
Variable 'requests' implicitly has an 'any[]' type.
|
test / typecheck:
test/mockServer.ts#L46
Property 'id' does not exist on type '{ request: Request; requestId: string; }'.
|
test / typecheck:
test/mockServer.ts#L48
Property 'method' does not exist on type '{ request: Request; requestId: string; }'.
|
test / lint:
test/mockServer.ts#L29
Unsafe argument of type error typed assigned to a parameter of type `URL`
|
test / lint:
test/mockServer.ts#L32
Unsafe argument of type error typed assigned to a parameter of type `string`
|
test / lint:
test/mockServer.ts#L37
Unsafe argument of type error typed assigned to a parameter of type `string`
|
test / lint:
test/mockServer.ts#L46
Unsafe argument of type error typed assigned to a parameter of type `string`
|
test / lint
Process completed with exit code 1.
|