chore: update dependencies and fix type issue in useConfigValue hook #920
Annotations
10 errors
|
src/views/workflow-history/helpers/check-history-event-group/__tests__/is-extended-activity-event.test.ts#L45
Argument of type 'Pick<ExtendedHistoryEvent, "attributes">' is not assignable to parameter of type '{ attributes: string; }'.
|
|
src/views/workflow-history/helpers/check-history-event-group/__tests__/is-child-workflow-execution-event.test.ts#L36
Argument of type 'Pick<HistoryEvent, "attributes">' is not assignable to parameter of type '{ attributes: string; }'.
|
|
src/views/workflow-history/__fixtures__/all-workflow-event-types-attributes.ts#L66
Argument of type '("workflowExecutionStartedEventAttributes" | "workflowExecutionCompletedEventAttributes" | "workflowExecutionFailedEventAttributes" | "workflowExecutionTimedOutEventAttributes" | ... 39 more ... | "pendingActivityTaskStartEventAttributes")[]' is not assignable to parameter of type '("workflowExecutionStartedEventAttributes" | "workflowExecutionCompletedEventAttributes" | "workflowExecutionFailedEventAttributes" | "workflowExecutionTimedOutEventAttributes" | ... 39 more ... | "pendingActivityTaskStartEventAttributes")[] & "Invalid"'.
|
|
src/views/workflow-history/__fixtures__/all-workflow-event-types-attributes.ts#L21
Argument of type '("workflowExecutionStartedEventAttributes" | "workflowExecutionCompletedEventAttributes" | "workflowExecutionFailedEventAttributes" | "workflowExecutionTimedOutEventAttributes" | ... 37 more ... | "upsertWorkflowSearchAttributesEventAttributes")[]' is not assignable to parameter of type '("workflowExecutionStartedEventAttributes" | "workflowExecutionCompletedEventAttributes" | "workflowExecutionFailedEventAttributes" | "workflowExecutionTimedOutEventAttributes" | ... 37 more ... | "upsertWorkflowSearchAttributesEventAttributes")[] & "Invalid"'.
|
|
src/views/shared/hooks/use-domain-description/use-suspense-domain-description.ts#L9
Argument of type 'UseQueryOptions<Domain, RequestError, Domain, [string, UseDomainDescriptionParams]>' is not assignable to parameter of type 'UseSuspenseQueryOptions<Domain, RequestError, Domain, [string, UseDomainDescriptionParams]>'.
|
|
src/views/domain-page/hooks/use-is-extended-metadata-enabled/use-suspense-is-extended-metadata-enabled.ts#L6
Argument of type 'UseQueryOptions<ExtendedDomainInfoEnabledConfig, RequestError, ExtendedDomainInfoEnabledConfig, [...]>' is not assignable to parameter of type 'UseSuspenseQueryOptions<ExtendedDomainInfoEnabledConfig, RequestError, ExtendedDomainInfoEnabledConfig, [...]>'.
|
|
src/views/domain-page/domain-page-metadata/domain-page-metadata.tsx#L20
No overload matches this call.
|
|
src/utils/data-formatters/schema/format-history-event-schema.ts#L381
Argument of type 'undefined' is not assignable to parameter of type 'never'.
|
|
src/utils/data-formatters/format-workflow-history-event-type.ts#L24
Type 'T' does not satisfy the constraint 'string'.
|
|
|
The logs for this run have expired and are no longer available.
Loading