chore(deps): update non-major #1259
Annotations
10 errors and 10 warnings
Run npm run prepublishOnly --if-present:
src/components/CardAsset/index.tsx#L69
Argument of type '({ scheme }: { scheme: ThemeColorSchemeKey; }) => RuleSet<object>' is not assignable to parameter of type 'Styles<FastOmit<Omit<Omit<FlexProps & Omit<HTMLProps<HTMLDivElement>, "wrap" | "as">, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & { ...; }, never>>'.
|
Run npm run prepublishOnly --if-present:
src/components/CardAsset/index.tsx#L224
No overload matches this call.
|
Run npm run prepublishOnly --if-present:
src/components/FileIcon/index.tsx#L14
Argument of type '({ theme }: { theme: Theme; }) => RuleSet<object>' is not assignable to parameter of type 'Styles<FastOmit<Omit<Omit<BoxProps & Omit<HTMLProps<HTMLDivElement>, "height" | "as">, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & { ...; }, never>>'.
|
Run npm run prepublishOnly --if-present:
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<Omit<BoxProps & Omit<HTMLProps<HTMLDivElement>, "height" | "as">, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & { ...; }, never>>'.
|
Run npm run prepublishOnly --if-present:
src/components/SearchFacet/index.tsx#L36
No overload matches this call.
|
Run npm run prepublishOnly --if-present:
src/components/SearchFacets/index.tsx#L15
Argument of type '({ theme }: { theme: Theme; }) => RuleSet<object>' is not assignable to parameter of type 'Styles<FastOmit<Omit<Omit<FlexProps & Omit<HTMLProps<HTMLDivElement>, "wrap" | "as">, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & { ...; }, never>>'.
|
Run npm run prepublishOnly --if-present:
src/components/TableHeader/index.tsx#L14
Argument of type '({ scheme }: { scheme: ThemeColorSchemeKey; }) => RuleSet<object>' is not assignable to parameter of type 'Styles<FastOmit<Omit<Omit<FlexProps & Omit<HTMLProps<HTMLDivElement>, "wrap" | "as">, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & { ...; }, never>>'.
|
Run npm run prepublishOnly --if-present:
src/components/TableHeader/index.tsx#L78
No overload matches this call.
|
Run npm run prepublishOnly --if-present:
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<Omit<GridProps & Omit<HTMLProps<HTMLDivElement>, "height" | "as" | "rows">, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & { ...; }, never>>'.
|
Run npm run prepublishOnly --if-present:
src/components/TableRowAsset/index.tsx#L80
Argument of type '({ scheme }: { scheme: ThemeColorSchemeKey; }) => RuleSet<object>' is not assignable to parameter of type 'Styles<FastOmit<Omit<Omit<FlexProps & Omit<HTMLProps<HTMLDivElement>, "wrap" | "as">, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & { ...; }, never>>'.
|
Run npm run lint --if-present:
src/hooks/useBreakpointIndex.ts#L44
React Hook useEffect has missing dependencies: 'getBreakpointIndex' and 'mediaQueryLists'. Either include them or remove the dependency array
|
Run npm run lint --if-present:
src/hooks/useOnScreen.ts#L3
Missing return type on function
|
Run npm run lint --if-present:
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
|
Run npm run lint --if-present:
src/hooks/useOnScreen.ts#L29
React Hook useEffect has missing dependencies: 'once', 'options', and 'ref'. Either include them or remove the dependency array
|
Run npm run lint --if-present:
src/modules/assets/index.ts#L63
Unexpected 'todo' comment: '* * NOTE: * `fetchCount` returns the...'
|
Run npm run lint --if-present:
src/modules/index.ts#L120
Unexpected 'todo' comment: 'TODO: remove once we use `redux-toolkit`...'
|
Run npm run lint --if-present:
src/modules/search/index.ts#L10
Unexpected 'todo' comment: 'TODO: don't store non-serializable data...'
|
Run npm run lint --if-present:
src/modules/search/index.ts#L62
Unexpected 'todo' comment: 'TODO: type correctly'
|
Run npm run lint --if-present:
src/modules/search/index.ts#L92
Unexpected 'todo' comment: 'TODO: type correctly'
|
Run npm run lint --if-present:
src/modules/tags/index.ts#L404
Unexpected 'todo' comment: 'TODO: merge all buffer epics'
|
Loading