Bump react-router-dom from 6.28.0 to 7.1.1 #2815
Triggered via pull request
December 30, 2024 03:29
Status
Failure
Total duration
13m 22s
Artifacts
–
static-analysis.yml
on: pull_request
yarn-fmt-check
1m 5s
yarn-build-wasm
8m 38s
yarn-tsc
9m 7s
yarn-lint
1m 1s
python-codespell
12s
yarn-unit-test-kcl-samples
13m 11s
yarn-unit-test
9m 58s
Annotations
10 errors and 3 warnings
yarn-lint:
src/App.tsx#L65
Promise returned in function argument where a void return was expected
|
yarn-lint:
src/components/FileMachineProvider.tsx#L92
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn-lint:
src/components/FileMachineProvider.tsx#L105
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn-lint:
src/components/FileMachineProvider.tsx#L216
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn-lint:
src/components/FileMachineProvider.tsx#L219
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn-lint:
src/components/FileMachineProvider.tsx#L264
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn-lint:
src/components/FileMachineProvider.tsx#L276
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn-lint:
src/components/FileTree.tsx#L272
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn-lint:
src/components/HelpMenu.tsx#L100
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
yarn-lint:
src/components/HelpMenu.tsx#L117
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
python-codespell
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
yarn-unit-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
yarn-unit-test-kcl-samples
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|