Service map updates #2150
Annotations
13 warnings
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, lots0logs/gh-action-get-changed-files@2.2.2. 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 `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/
|
Lint
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/
|
Lint:
public/components/trace_analytics/components/common/plots/service_map.tsx#L37
Unexpected any. Specify a different type
|
Lint:
public/components/trace_analytics/components/common/plots/service_map.tsx#L83
Unexpected any. Specify a different type
|
Lint:
public/components/trace_analytics/components/common/plots/service_map.tsx#L104
Unexpected any. Specify a different type
|
Lint:
public/components/trace_analytics/components/common/plots/service_map.tsx#L107
Unexpected any. Specify a different type
|
Lint:
public/components/trace_analytics/components/common/plots/service_map.tsx#L118
Unexpected any. Specify a different type
|
Lint:
public/components/trace_analytics/components/common/plots/service_map.tsx#L237
Unexpected any. Specify a different type
|
Lint:
public/components/trace_analytics/components/common/plots/service_map.tsx#L262
React Hook useEffect has a missing dependency: 'selectedNodeDetails'. Either include it or remove the dependency array
|
Lint:
public/components/trace_analytics/components/common/plots/service_map.tsx#L283
React Hook useEffect has missing dependencies: 'currService' and 'filterByCurrService'. Either include them or remove the dependency array. If 'setItems' needs the current value of 'currService', you can also switch to useReducer instead of useState and read 'currService' in the reducer
|
Lint:
public/components/trace_analytics/components/common/plots/service_map.tsx#L389
Unexpected any. Specify a different type
|