Skip to content

Update all non-major dependencies #899

Update all non-major dependencies

Update all non-major dependencies #899

Triggered via pull request July 24, 2026 18:59
Status Failure
Total duration 47s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 7 warnings
build
Process completed with exit code 1.
build: src/components/List.js#L48
'SubList' was used before it was defined
build: src/components/List.js#L40
'SubList' was used before it was defined
build: src/pages/login.js#L17
The setter should be named 'set' followed by the capitalized state variable name, e.g., 'setState' for 'state'
build: src/pages/book/[book].js#L18
The setter should be named 'set' followed by the capitalized state variable name, e.g., 'setState' for 'state'
build: src/hooks/useFetch.js#L11
A ref identifier must be named 'ref' or ending in 'Ref'
build: src/containers/Search.js#L33
Do not call the 'set' function 'setLoading' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
build: src/containers/Search.js#L23
The setter should be named 'set' followed by the capitalized state variable name, e.g., 'setState' for 'state'
build: src/containers/Search.js#L22
The setter should be named 'set' followed by the capitalized state variable name, e.g., 'setState' for 'state'
build: src/containers/Search.js#L18
A ref identifier must be named 'ref' or ending in 'Ref'