Skip to content

Merge pull request #77 from gabrielcsapo/lint-upgrade #212

Merge pull request #77 from gabrielcsapo/lint-upgrade

Merge pull request #77 from gabrielcsapo/lint-upgrade #212

Triggered via push November 15, 2023 18:42
Status Success
Total duration 1m 44s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, volta-cli/action@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/client/theme/SearchModal/SearchModal.tsx#L60
The ref value 'ref.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ref.current' to a variable inside the effect, and use that variable in the cleanup function
lint: src/client/theme/SearchModal/SearchModal.tsx#L120
React Hook useEffect has a missing dependency: 'allSearchResults.length'. Either include it or remove the dependency array
lint: src/client/theme/SearchModal/SearchModal.tsx#L126
React Hook useEffect has a missing dependency: 'allSearchResults'. Either include it or remove the dependency array
lint: src/client/theme/SearchModal/SearchModal.tsx#L132
React Hook useEffect has a missing dependency: 'allSearchResults'. Either include it or remove the dependency array
lint: src/client/theme/SearchModal/SearchModal.tsx#L178
React Hook useEffect has missing dependencies: 'indexHash', 'removeDefaultStopWordFilter', and 'searchResultLimits'. Either include them or remove the dependency array
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, volta-cli/action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, volta-cli/action@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 uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, volta-cli/action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/