Skip to content

build(deps-dev): bump aws-sdk-client-mock from 2.1.1 to 3.0.0 #534

build(deps-dev): bump aws-sdk-client-mock from 2.1.1 to 3.0.0

build(deps-dev): bump aws-sdk-client-mock from 2.1.1 to 3.0.0 #534

Triggered via pull request July 17, 2023 06:10
Status Failure
Total duration 1m 44s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
build: src/app/state/automerge-state.ts#L8
Type '(patch: any, before: any, after: any) => void' is not assignable to type 'PatchCallback<AppState>'.
build: src/app/state/automerge-state.ts#L9
Parameter 'patch' implicitly has an 'any' type.
build: src/app/state/automerge-state.ts#L10
Parameter 'before' implicitly has an 'any' type.
build: src/app/state/automerge-state.ts#L11
Parameter 'after' implicitly has an 'any' type.
build: src/app/state/automerge-state.ts#L13
Expected 2 arguments, but got 3.
build: src/app/state/automerge-state.ts#L44
Argument of type '(_patch: any, _before: any, after: AppState) => void' is not assignable to parameter of type 'PatchCallback<AppState>'.
build: src/app/state/automerge-state.ts#L44
Parameter '_patch' implicitly has an 'any' type.
build: src/app/state/automerge-state.ts#L44
Parameter '_before' implicitly has an 'any' type.
build
Process completed with exit code 2.
build: src/app/state/reducers/reducers.test.ts#L11
Async arrow function has no 'await' expression
build: src/lambda/dynamo.test.ts#L54
Unexpected any. Specify a different type
build: src/lambda/dynamo.test.ts#L71
Unexpected any. Specify a different type