Skip to content

Integrate Geo-Copilot to VEDA UI Exploration Page #1939

Integrate Geo-Copilot to VEDA UI Exploration Page

Integrate Geo-Copilot to VEDA UI Exploration Page #1939

Triggered via pull request September 25, 2024 21:01
Status Failure
Total duration 1m 25s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 18 warnings
ts-check: app/scripts/components/exploration/components/geo-copilot/geo-copilot-interaction.ts#L28
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
ts-check: app/scripts/components/exploration/index.tsx#L120
Object is possibly 'null'.
ts-check: app/scripts/components/exploration/index.tsx#L121
Object is possibly 'null'.
ts-check: app/scripts/components/exploration/index.tsx#L132
Object is possibly 'null'.
ts-check: app/scripts/components/exploration/index.tsx#L133
Object is possibly 'null'.
ts-check
Process completed with exit code 2.
lint: app/scripts/components/exploration/components/geo-copilot/geo-copilot-control.tsx#L6
`../datasets/colorMaps` import should occur before import of `$components/common/map/hooks/use-maps`
lint: app/scripts/components/exploration/components/geo-copilot/geo-copilot-control.tsx#L6
'sequentialColorMaps' is defined but never used
lint: app/scripts/components/exploration/components/geo-copilot/geo-copilot-control.tsx#L29
'disabled' is assigned a value but never used
lint: app/scripts/components/exploration/components/geo-copilot/geo-copilot-control.tsx#L34
A space is required before closing bracket
lint: app/scripts/components/exploration/components/geo-copilot/geo-copilot-interaction.ts#L1
'AxiosRequestConfig' is defined but never used
lint: app/scripts/components/exploration/components/geo-copilot/geo-copilot-interaction.ts#L27
'queryResponse' is assigned a value but never used
prep
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
prep
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/[email protected], actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ts-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ts-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. 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@v3, actions/cache@v3. 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. 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@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: app/scripts/components/analysis/define/aoi-selector.tsx#L98
React Hook useCallback has a missing dependency: 'mapRef'. Either include it or remove the dependency array
lint: app/scripts/components/analysis/define/aoi-selector.tsx#L117
React Hook useEffect has a missing dependency: 'mapRef'. Either include it or remove the dependency array
lint: app/scripts/components/analysis/define/index.tsx#L295
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint: app/scripts/components/analysis/define/index.tsx#L336
React Hook useEffect has a missing dependency: 'datasetsLayers'. Either include it or remove the dependency array
lint: app/scripts/components/analysis/define/use-custom-aoi.ts#L129
Unnecessary conditional, value is always falsy
lint: app/scripts/components/analysis/page-hero-media.tsx#L143
React Hook useEffect has a missing dependency: 'theme.color'. Either include it or remove the dependency array
lint: app/scripts/components/analysis/page-hero-media.tsx#L159
Unexpected any. Specify a different type
lint: app/scripts/components/analysis/results/analysis-metrics-dropdown.tsx#L83
Unexpected any. Specify a different type
lint: app/scripts/components/analysis/results/concurrency.ts#L8
The use of method `shift` is not allowed as it might be a mutating method
lint: app/scripts/components/analysis/results/concurrency.ts#L28
The use of method `push` is not allowed as it might be a mutating method