Skip to content

(chore) : bump peer dependencies #54

(chore) : bump peer dependencies

(chore) : bump peer dependencies #54

Triggered via pull request January 10, 2025 21:37
Status Failure
Total duration 1m 57s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 11 warnings
build
Error: Input required and not supplied: server-token
build
Type 'MedicalSupplyOrderBasketItem' does not satisfy the constraint 'OrderBasketItem'.
build
Argument of type 'MedicalSupplyOrderBasketItem' is not assignable to parameter of type 'OrderBasketItem'.
build
Argument of type 'MedicalSupplyOrderBasketItem' is not assignable to parameter of type 'OrderBasketItem'.
build
Argument of type 'MedicalSupplyOrderBasketItem' is not assignable to parameter of type 'OrderBasketItem'.
build
Argument of type 'MedicalSupplyOrderBasketItem' is not assignable to parameter of type 'OrderBasketItem'.
build
Argument of type 'MedicalSupplyOrderBasketItem' is not assignable to parameter of type 'OrderBasketItem'.
build
Type 'MedicalSupplyOrderBasketItem' does not satisfy the constraint 'OrderBasketItem'.
build
Type 'MedicalSupplyOrderBasketItem' does not satisfy the constraint 'OrderBasketItem'.
build
Interface 'MedicalSupplyOrderBasketItem' incorrectly extends interface 'OrderBasketItem'.
build
@kenyaemr/esm-medical-supply-orders-app#typescript: command (/home/runner/work/kenyaemr-esm-orders/kenyaemr-esm-orders/packages/esm-medical-supply-order-app) /tmp/xfs-d356ba44/yarn run typescript exited (2)
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-imaging-orders-app/src/hooks/useOrdersWorklist.ts#L41
React Hook useMemo has a missing dependency: 'dateRange'. Either include it or remove the dependency array
build: packages/esm-imaging-orders-app/src/hooks/useOrdersWorklist.ts#L41
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
build: packages/esm-imaging-orders-app/src/hooks/useOrdersWorklist.ts#L41
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
build: packages/esm-medical-supply-dispensing-app/src/dashboard/dispensing-dashboard-link.component.tsx#L24
React Hook useMemo has an unnecessary dependency: 'location.pathname'. Either exclude it or remove the dependency array. Outer scope values like 'location.pathname' aren't valid dependencies because mutating them doesn't re-render the component
build: packages/esm-medical-supply-dispensing-app/src/forms/medication-dispense-review.component.tsx#L88
React Hook useEffect has missing dependencies: 'drugDispensingUnits', 'drugDosingUnits', 'drugRoutes', and 'orderFrequencies'. Either include them or remove the dependency array. You can also do a functional update 'setDrugRoutes(d => ...)' if you only need 'drugRoutes' in the 'setDrugRoutes' call
build: packages/esm-procedure-orders-app/src/form/procedures-orders/add-procedures-order/procedures-order-form.component.tsx#L149
React Hook useCallback has a missing dependency: 'closeWorkspaceWithSavedChanges'. Either include it or remove the dependency array. If 'closeWorkspaceWithSavedChanges' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: packages/esm-procedure-orders-app/src/form/procedures-orders/add-procedures-order/procedures-order-form.component.tsx#L167
React Hook useEffect has a missing dependency: 'promptBeforeClosing'. Either include it or remove the dependency array. If 'promptBeforeClosing' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: packages/esm-procedure-orders-app/src/form/procedures-orders/add-procedures-order/useProceduresTypes.ts#L51
React Hook useMemo has a missing dependency: 'labOrderableConcepts'. Either include it or remove the dependency array
build: packages/esm-procedure-orders-app/src/form/procedures-orders/add-procedures-order/useProceduresTypes.ts#L86
React Hook useMemo has missing dependencies: 'error' and 'isLoading'. Either include them or remove the dependency array
build: packages/esm-procedure-orders-app/src/hooks/useSearchResults.ts#L36
React Hook useMemo has a missing dependency: 'flattenedData'. Either include it or remove the dependency array