Skip to content

chore(deps): update all non-major dependencies (patch) #145

chore(deps): update all non-major dependencies (patch)

chore(deps): update all non-major dependencies (patch) #145

Triggered via pull request August 27, 2024 14:46
Status Success
Total duration 1m 13s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test (20.x): apps/core/src/common/filters/all-exception.filter.ts#L85
Unexpected console statement
test (20.x): apps/web/src/atoms/route.ts#L34
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
test (20.x): apps/web/src/atoms/route.ts#L34
React Hook useMemo has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
test (20.x): apps/web/src/components/common/LoadRemixAsyncComponent.tsx#L18
Do not call the 'set' function of 'useState' directly in 'useEffect'
test (20.x): apps/web/src/components/common/ProviderComposer.tsx#L10
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
test (20.x): apps/web/src/hooks/common/useTitle.ts#L11
The ref value 'currentTitleRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'currentTitleRef.current' to a variable inside the effect, and use that variable in the cleanup function
test (20.x): apps/web/src/lib/jotai.ts#L33
React Hook useCallback was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
test (20.x): apps/web/src/lib/jotai.ts#L33
React Hook useCallback has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
test (20.x): apps/web/src/modules/main-layout/MainLayoutHeader.tsx#L63
Add missing 'type' attribute on 'button' component
test (20.x): apps/web/src/pages/(auth)/login/index.tsx#L17
Add missing 'type' attribute on 'button' component