Skip to content

chore(deps): update dependency msw to v2 #369

chore(deps): update dependency msw to v2

chore(deps): update dependency msw to v2 #369

Triggered via pull request October 23, 2023 08:29
Status Success
Total duration 1m 57s
Artifacts
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
Static Analyzer
Fit to window
Zoom out
Zoom in

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>>>'.