Skip to content

ar(feat) [DPCP-46]: Abstract Views: fix Card Grid key #50

ar(feat) [DPCP-46]: Abstract Views: fix Card Grid key

ar(feat) [DPCP-46]: Abstract Views: fix Card Grid key #50

Triggered via pull request August 5, 2024 16:55
Status Success
Total duration 1m 20s
Artifacts

pr-checks.yaml

on: pull_request
oneiros::pr_checks::build
1m 9s
oneiros::pr_checks::build
oneiros::pr_checks::lint
32s
oneiros::pr_checks::lint
oneiros::pr_checks::test
58s
oneiros::pr_checks::test
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
oneiros::pr_checks::lint
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/
oneiros::pr_checks::lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
oneiros::pr_checks::lint: src/atoms/05_SystemIcon/SystemIcon.tsx#L91
React Hook useMemo has an unnecessary dependency: 'theme'. Either exclude it or remove the dependency array
oneiros::pr_checks::lint: src/atoms/09_TextInput/TextInput.tsx#L172
React Hook useMemo has an unnecessary dependency: 'extraProps.value'. Either exclude it or remove the dependency array
oneiros::pr_checks::lint: src/atoms/12_DateRange/DateRange.tsx#L121
React Hook useEffect has a missing dependency: 'handleClear'. Either include it or remove the dependency array
oneiros::pr_checks::lint: src/molecules/02_AudioPlayer/AudioPlayer.tsx#L122
React Hook useEffect has missing dependencies: 'handleStatus' and 'prompt'. Either include them or remove the dependency array
oneiros::pr_checks::lint: src/molecules/04_Map/MapView.tsx#L557
React Hook useEffect has missing dependencies: 'events?.timeframe' and 'fetchNewData'. Either include them or remove the dependency array. If 'fetchNewData' changes too often, find the parent component that defines it and wrap that definition in useCallback
oneiros::pr_checks::lint: src/molecules/04_Map/MapView.tsx#L572
React Hook useEffect has a missing dependency: 'events?.mapData'. Either include it or remove the dependency array
oneiros::pr_checks::lint: src/molecules/04_Map/MapView.tsx#L572
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
oneiros::pr_checks::test
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/
oneiros::pr_checks::test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
oneiros::pr_checks::build
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/
oneiros::pr_checks::build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
oneiros::pr_checks::build: src/atoms/05_SystemIcon/SystemIcon.tsx#L91
React Hook useMemo has an unnecessary dependency: 'theme'. Either exclude it or remove the dependency array
oneiros::pr_checks::build: src/atoms/12_DateRange/DateRange.tsx#L121
React Hook useEffect has a missing dependency: 'handleClear'. Either include it or remove the dependency array
oneiros::pr_checks::build: src/atoms/09_TextInput/TextInput.tsx#L172
React Hook useMemo has an unnecessary dependency: 'extraProps.value'. Either exclude it or remove the dependency array
oneiros::pr_checks::build: src/molecules/04_Map/MapView.tsx#L557
React Hook useEffect has missing dependencies: 'events?.timeframe' and 'fetchNewData'. Either include them or remove the dependency array. If 'fetchNewData' changes too often, find the parent component that defines it and wrap that definition in useCallback
oneiros::pr_checks::build: src/molecules/04_Map/MapView.tsx#L572
React Hook useEffect has a missing dependency: 'events?.mapData'. Either include it or remove the dependency array
oneiros::pr_checks::build: src/molecules/04_Map/MapView.tsx#L572
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
oneiros::pr_checks::build: src/molecules/02_AudioPlayer/AudioPlayer.tsx#L122
React Hook useEffect has missing dependencies: 'handleStatus' and 'prompt'. Either include them or remove the dependency array