Skip to content

(feat) follow up changes on the case management: discontinuity of case #1697

(feat) follow up changes on the case management: discontinuity of case

(feat) follow up changes on the case management: discontinuity of case #1697

Re-run triggered January 13, 2025 12:35
Status Failure
Total duration 1m 54s
Artifacts

ci.yml

on: pull_request

Annotations

3 errors and 11 warnings
build
@kenyaemr/esm-billing-app#lint: command (/home/runner/work/kenyaemr-esm-3.x/kenyaemr-esm-3.x/packages/esm-billing-app) /tmp/xfs-4c547ef3/yarn run lint exited (1)
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: packages/esm-version-app/src/hooks/useFrontendModules.tsx#L12
React Hook useMemo has an unnecessary dependency: 'window.installedModules'. Either exclude it or remove the dependency array. Outer scope values like 'window.installedModules' aren't valid dependencies because mutating them doesn't re-render the component
build: packages/esm-providers-app/src/provider-alert-message/alert-message-banner.component.tsx#L27
React Hook useEffect has a missing dependency: 'messageText'. Either include it or remove the dependency array
build: packages/esm-shr-app/src/referrals/referrals-actions.component.tsx#L23
React Hook useCallback has missing dependencies: 'handleProcessReferral' and 'status'. Either include them or remove the dependency array
build: packages/esm-shr-app/src/referrals/referrals-actions.component.tsx#L47
React Hook useCallback has missing dependencies: 'referralData.messageId' and 't'. Either include them or remove the dependency array
build: packages/esm-patient-clinical-view-app/src/clinical-view-group/clinical-view-group.resource.ts#L24
React Hook useMemo has an unnecessary dependency: 'isValidating'. Either exclude it or remove the dependency array
build: packages/esm-patient-clinical-view-app/src/clinical-view-group/createDashboardGroup.tsx#L27
React Hook useMemo has a missing dependency: 'patientEnrollments'. Either include it or remove the dependency array
build: packages/esm-patient-clinical-view-app/src/contact-list/contact-list.workspace.tsx#L122
React Hook useEffect has missing dependencies: 'form' and 'showIPVRelatedFields'. Either include them or remove the dependency array
build: packages/esm-patient-clinical-view-app/src/peer-calendar/forms/form-entry.workspace.tsx#L37
React Hook useMemo has missing dependencies: 'closeWorkspace', 'closeWorkspaceWithSavedChanges', and 'mutateForm'. Either include them or remove the dependency array
build: packages/esm-patient-clinical-view-app/src/peer-calendar/table/peer-completion-status.component.tsx#L39
React Hook useEffect has a missing dependency: 'mutate'. Either include it or remove the dependency array
build: packages/esm-patient-clinical-view-app/src/peer-calendar/table/peer-completion-status.component.tsx#L50
React Hook useEffect has missing dependencies: 'completePeers', 'isLoading', 'peer.patientUuid', and 'setCompletePeers'. Either include them or remove the dependency array. If 'setCompletePeers' changes too often, find the parent component that defines it and wrap that definition in useCallback