Skip to content

Merge branch 'dev' into dependabot/npm_and_yarn/rollup-4.22.4 #750

Merge branch 'dev' into dependabot/npm_and_yarn/rollup-4.22.4

Merge branch 'dev' into dependabot/npm_and_yarn/rollup-4.22.4 #750

Triggered via push September 30, 2024 17:08
Status Success
Total duration 1m 31s
Artifacts

ci-workflow.yml

on: push
Check tsc, lint, and prettier
1m 22s
Check tsc, lint, and prettier
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Check tsc, lint, and prettier
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check tsc, lint, and prettier
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check tsc, lint, and prettier: src/cds-hooks/prefetch/PrefetchHydrator.ts#L5
Unexpected any. Specify a different type
Check tsc, lint, and prettier: src/cds-hooks/prefetch/PrefetchHydrator.ts#L55
Unexpected any. Specify a different type
Check tsc, lint, and prettier: src/cds-hooks/prefetch/PrefetchHydrator.ts#L63
Unexpected any. Specify a different type
Check tsc, lint, and prettier: src/cds-hooks/resources/HookTypes.ts#L319
Unexpected any. Specify a different type
Check tsc, lint, and prettier: src/cds-hooks/resources/OrderSign.ts#L9
Unexpected any. Specify a different type
Check tsc, lint, and prettier: src/views/Patient/MedReqDropDown/MedReqDropDown.tsx#L66
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Check tsc, lint, and prettier: src/views/Patient/MedReqDropDown/MedReqDropDown.tsx#L114
React Hook useEffect has missing dependencies: 'cdsUrl' and 'setHooksCards'. Either include them or remove the dependency array
Check tsc, lint, and prettier: src/views/Patient/MedReqDropDown/MedReqDropDown.tsx#L145
React Hook useEffect has a missing dependency: 'medicationBundle?.data'. Either include it or remove the dependency array. If 'setSelectedMedicationCard' needs the current value of 'medicationBundle.data', you can also switch to useReducer instead of useState and read 'medicationBundle.data' in the reducer
Check tsc, lint, and prettier: src/views/Patient/MedReqDropDown/MedReqDropDown.tsx#L187
React Hook useEffect has missing dependencies: 'client', 'getFhirResource', 'patient', and 'user'. Either include them or remove the dependency array
Check tsc, lint, and prettier: src/views/Patient/MedReqDropDown/MedReqDropDown.tsx#L192
React Hook useEffect has missing dependencies: 'refreshEtasuBundle' and 'refreshPharmacyBundle'. Either include them or remove the dependency array