Skip to content

chore(deps): update all non-major dependencies (minor) #185

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

chore(deps): update all non-major dependencies (minor) #185

Triggered via pull request September 12, 2024 11:18
Status Failure
Total duration 1m 11s
Artifacts

test.yml

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

Annotations

10 errors and 10 warnings
test (20.x): apps/core/src/common/adapter/fastify.adapter.ts#L8
A `require()` style import is forbidden
test (20.x): apps/core/src/common/adapter/fastify.adapter.ts#L34
Capturing group number 1 is defined but never used
test (20.x): apps/core/src/common/guards/spider.guard.ts#L30
Capturing group number 1 is defined but never used
test (20.x): apps/core/src/common/guards/spider.guard.ts#L31
Capturing group number 1 is defined but never used
test (20.x): apps/core/src/shared/utils/tool.utils.ts#L2
A `require()` style import is forbidden
test (20.x): apps/web/src/lib/auth/client.ts#L142
Unexpected constant truthiness on the left-hand side of a `||` expression
test (20.x): apps/web/tailwind.config.ts#L8
A `require()` style import is forbidden
test (20.x): apps/web/tailwind.config.ts#L104
A `require()` style import is forbidden
test (20.x): apps/web/tailwind.config.ts#L105
A `require()` style import is forbidden
test (20.x): apps/web/tailwind.config.ts#L106
A `require()` style import is forbidden
test (20.x): apps/core/src/common/filters/all-exception.filter.ts#L85
Unexpected console statement
test (20.x): apps/web/src/App.tsx#L4
Expected "./atoms/app" to come before "react"
test (20.x): apps/web/src/api/session.ts#L3
Expected "~/lib/api-fetch" to come before "@auth/core/types"
test (20.x): apps/web/src/atoms/route.ts#L2
Expected "jotai" to come before "react"
test (20.x): apps/web/src/atoms/route.ts#L6
Expected "~/lib/jotai" to come before "react-router-dom"
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/ErrorElement.tsx#L3
Expected "@pkg" to come before "react-router-dom"
test (20.x): apps/web/src/components/common/LoadRemixAsyncComponent.tsx#L4
Expected "../ui/loading" to come before "react"
test (20.x): apps/web/src/components/common/LoadRemixAsyncComponent.tsx#L18
Do not call the 'set' function 'setLoading' of 'useState' directly in 'useEffect'