chore(deps): update dependency msw to v2 #369
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
static-analyzer.yml
on: pull_request
Static Analyzer
1m 45s
Annotations
10 errors
Static Analyzer:
src/mocks/browser.ts#L2
Module '"msw"' has no exported member 'setupWorker'.
|
Static Analyzer:
src/mocks/handlers/RequestSignInSubscriber.ts#L3
Argument of type '(_req: any, res: any, ctx: any) => any' is not assignable to parameter of type 'ResponseResolver<GraphQLResolverExtras<GraphQLVariables>, null, GraphQLResponseBody<Record<string, any>>>'.
|
Static Analyzer:
src/mocks/handlers/RequestSignInSubscriber.ts#L3
Parameter '_req' implicitly has an 'any' type.
|
Static Analyzer:
src/mocks/handlers/RequestSignInSubscriber.ts#L3
Parameter 'res' implicitly has an 'any' type.
|
Static Analyzer:
src/mocks/handlers/RequestSignInSubscriber.ts#L3
Parameter 'ctx' implicitly has an 'any' type.
|
Static Analyzer:
src/mocks/handlers/SiteInfo.ts#L3
Argument of type '(_req: any, res: any, ctx: any) => any' is not assignable to parameter of type 'ResponseResolver<GraphQLResolverExtras<GraphQLVariables>, null, GraphQLResponseBody<Record<string, any>>>'.
|
Static Analyzer:
src/mocks/handlers/SiteInfo.ts#L3
Parameter '_req' implicitly has an 'any' type.
|
Static Analyzer:
src/mocks/handlers/SiteInfo.ts#L3
Parameter 'res' implicitly has an 'any' type.
|
Static Analyzer:
src/mocks/handlers/SiteInfo.ts#L3
Parameter 'ctx' implicitly has an 'any' type.
|
Static Analyzer:
src/mocks/handlers/SubscriberProfile.ts#L4
Argument of type '(_req: any, res: any, ctx: any) => any' is not assignable to parameter of type 'ResponseResolver<GraphQLResolverExtras<GraphQLVariables>, null, GraphQLResponseBody<Record<string, any>>>'.
|