build(deps): bump react-inlinesvg from 2.3.0 to 4.1.5 #1253
Annotations
3 errors and 16 warnings
build:
node_modules/react-inlinesvg/dist/index.d.ts#L1
Namespace 'React' has no exported member 'JSX'.
|
build:
node_modules/react-inlinesvg/dist/index.d.ts#L1
An export assignment cannot be used in a module with other exported elements.
|
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/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/
|
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/
|
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/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/
|