Skip to content

chore: bump version to 0.2.0 #8

chore: bump version to 0.2.0

chore: bump version to 0.2.0 #8

Triggered via push March 4, 2026 11:03
Status Failure
Total duration 28s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build
Process completed with exit code 2.
build: src/features/caldav/client/__tests__/CalDAVClient.test.ts#L68
Argument of type '{ fetchCalendars: Mock<Procedure>; fetchCalendarObjects: Mock<Procedure>; createCalendarObject: Mock<Procedure>; updateCalendarObject: Mock<...>; deleteCalendarObject: Mock<...>; }' is not assignable to parameter of type '{ davRequest: (params0: { url: string; init: DAVRequest; convertIncoming?: boolean | undefined; parseOutgoing?: boolean | undefined; fetch?: any; }) => Promise<DAVResponse[]>; ... 27 more ...; deleteVCard: (params: { ...; }) => Promise<...>; }'.