Skip to content

build(deps-dev): bump vite from 2.9.14 to 5.0.11 #1205

build(deps-dev): bump vite from 2.9.14 to 5.0.11

build(deps-dev): bump vite from 2.9.14 to 5.0.11 #1205

Triggered via push January 8, 2024 18:16
Status Failure
Total duration 1m 38s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
lint: src/components/AssigneesDialog.tsx#L45
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
lint: src/components/AutoAssignDialog.tsx#L143
React Hook useCallback has a duplicate dependency: 'setImageSelectionType'. Either omit it or remove the dependency array
lint: src/components/AutoAssignDialog.tsx#L394
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
lint: src/components/DatasetView.tsx#L16
React Hook useEffect has a missing dependency: 'changeDatasetViewType'. Either include it or remove the dependency array. If 'changeDatasetViewType' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/components/DefaultLabelsDialog.tsx#L144
'event' is defined but never used
lint: src/components/DefaultLabelsDialog.tsx#L161
'event' is defined but never used
lint: src/components/SizeThumbnails.tsx#L20
React Hook useEffect has a missing dependency: 'resizeThumbnails'. Either include it or remove the dependency array. If 'resizeThumbnails' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/search/LabelsFilterAccordion.tsx#L111
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
lint: src/search/LabelsFilterAccordion.tsx#L117
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
lint: src/search/SearchBar.tsx#L99
React Hook useEffect has missing dependencies: 'inputValue' and 'updateOptions'. Either include them or remove the dependency array
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/