chore(deps): update dependency conventional-changelog-conventionalcommits to v6 #1255
main.yml
on: pull_request
Lint & Build
45s
Log inputs
0s
Matrix: test
Semantic release
0s
Annotations
10 errors and 10 warnings
Lint & Build:
src/components/AssetGridVirtualized/index.tsx#L66
Type 'IStyledComponentBase<"web", FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string' is not assignable to type 'ComponentType<Pick<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ...; }, "style" | ... 2 more ... | "className"> & { ...; } & { ...; }> | undefined'.
|
Lint & Build:
src/components/CardAsset/index.tsx#L69
Argument of type '({ scheme }: { scheme: ThemeColorSchemeKey; }) => RuleSet<object>' is not assignable to parameter of type 'Styles<FastOmit<Omit<FlexProps & Omit<HTMLProps<HTMLDivElement>, "wrap" | "as">, "ref"> & RefAttributes<HTMLDivElement>, never>>'.
|
Lint & Build:
src/components/CardAsset/index.tsx#L224
No overload matches this call.
|
Lint & Build:
src/components/FileIcon/index.tsx#L14
Argument of type '({ theme }: { theme: Theme; }) => RuleSet<object>' is not assignable to parameter of type 'Styles<FastOmit<Omit<BoxProps & Omit<HTMLProps<HTMLDivElement>, "height" | "as">, "ref"> & RefAttributes<HTMLDivElement>, never>>'.
|
Lint & Build:
src/components/SearchFacet/index.tsx#L16
Argument of type '({ scheme, theme }: { scheme: ThemeColorSchemeKey; theme: Theme; }) => RuleSet<object>' is not assignable to parameter of type 'Styles<FastOmit<Omit<BoxProps & Omit<HTMLProps<HTMLDivElement>, "height" | "as">, "ref"> & RefAttributes<HTMLDivElement>, never>>'.
|
Lint & Build:
src/components/SearchFacet/index.tsx#L36
No overload matches this call.
|
Lint & Build:
src/components/SearchFacets/index.tsx#L15
Argument of type '({ theme }: { theme: Theme; }) => RuleSet<object>' is not assignable to parameter of type 'Styles<FastOmit<Omit<FlexProps & Omit<HTMLProps<HTMLDivElement>, "wrap" | "as">, "ref"> & RefAttributes<HTMLDivElement>, never>>'.
|
Lint & Build:
src/components/TableHeader/index.tsx#L14
Argument of type '({ scheme }: { scheme: ThemeColorSchemeKey; }) => RuleSet<object>' is not assignable to parameter of type 'Styles<FastOmit<Omit<FlexProps & Omit<HTMLProps<HTMLDivElement>, "wrap" | "as">, "ref"> & RefAttributes<HTMLDivElement>, never>>'.
|
Lint & Build:
src/components/TableHeader/index.tsx#L78
No overload matches this call.
|
Lint & Build:
src/components/TableRowAsset/index.tsx#L51
Argument of type '({ scheme, selected, updating }: { selected?: boolean; scheme: ThemeColorSchemeKey; updating?: boolean; }) => RuleSet<object>' is not assignable to parameter of type 'Styles<FastOmit<Omit<GridProps & Omit<HTMLProps<HTMLDivElement>, "height" | "as" | "rows">, "ref"> & RefAttributes<HTMLDivElement>, never>>'.
|
Lint & Build:
src/hooks/useBreakpointIndex.ts#L44
React Hook useEffect has missing dependencies: 'getBreakpointIndex' and 'mediaQueryLists'. Either include them or remove the dependency array
|
Lint & Build:
src/hooks/useOnScreen.ts#L3
Missing return type on function
|
Lint & Build:
src/hooks/useOnScreen.ts#L26
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 & Build:
src/hooks/useOnScreen.ts#L29
React Hook useEffect has missing dependencies: 'once', 'options', and 'ref'. Either include them or remove the dependency array
|
Lint & Build:
src/modules/assets/index.ts#L63
Unexpected 'todo' comment: '* * NOTE: * `fetchCount` returns the...'
|
Lint & Build:
src/modules/index.ts#L120
Unexpected 'todo' comment: 'TODO: remove once we use `redux-toolkit`...'
|
Lint & Build:
src/modules/search/index.ts#L10
Unexpected 'todo' comment: 'TODO: don't store non-serializable data...'
|
Lint & Build:
src/modules/search/index.ts#L62
Unexpected 'todo' comment: 'TODO: type correctly'
|
Lint & Build:
src/modules/search/index.ts#L92
Unexpected 'todo' comment: 'TODO: type correctly'
|
Lint & Build:
src/modules/tags/index.ts#L404
Unexpected 'todo' comment: 'TODO: merge all buffer epics'
|