Skip to content

Update all non-major dependencies (#335) #907

Update all non-major dependencies (#335)

Update all non-major dependencies (#335) #907

Triggered via push July 25, 2026 21:24
Status Success
Total duration 50s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
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'