Skip to content

chore(deps): update dependency node to v18.18.0 - autoclosed #814

chore(deps): update dependency node to v18.18.0 - autoclosed

chore(deps): update dependency node to v18.18.0 - autoclosed #814

Triggered via pull request August 9, 2023 19:25
Status Success
Total duration 4m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build: pages/map.tsx#L110
React Hook useEffect has missing dependencies: 'labels', 'originalRecords', and 'sortFacilities'. Either include them or remove the dependency array
build: pages/map.tsx#L110
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
build: src/components/Map/index.tsx#L204
React Hook useCallback has a missing dependency: 'labels'. Either include it or remove the dependency array
build: src/components/Map/index.tsx#L204
React Hook useCallback has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
build: src/components/Map/index.tsx#L290
React Hook useEffect has a missing dependency: 'onMarkerClick'. Either include it or remove the dependency array. If 'onMarkerClick' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/components/Map/index.tsx#L400
React Hook useEffect has a missing dependency: 'unspiderfy'. Either include it or remove the dependency array
build: src/lib/facilityFilterUtil.ts#L37
Missing return type on function
semantic-release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/