feat: update dependencies and replace SCSS variables with CSS #914
Annotations
10 errors and 1 warning
tests:
src/content-tags-drawer/ContentTagsCollapsible.jsx#L77
Type 'string' is not assignable to type 'number'.
|
tests:
src/content-tags-drawer/ContentTagsCollapsible.jsx#L86
Type 'string' is not assignable to type 'number'.
|
tests:
src/content-tags-drawer/ContentTagsCollapsible.jsx#L142
Type 'string' is not assignable to type 'number'.
|
tests:
src/content-tags-drawer/ContentTagsCollapsible.jsx#L396
Type 'string' is not assignable to type 'number'.
|
tests:
src/content-tags-drawer/ContentTagsCollapsible.jsx#L398
Type 'MutableRefObject<HTMLSelectElement | null>' is not assignable to type '((instance: HTMLButtonElement | null) => void) | RefObject<HTMLButtonElement> | null | undefined'.
|
tests:
src/content-tags-drawer/ContentTagsDrawer.jsx#L56
Type 'string' is not assignable to type 'number'.
|
tests:
src/content-tags-drawer/ContentTagsDropDownSelector.jsx#L312
Type 'string' is not assignable to type 'number'.
|
tests:
src/search-modal/SearchFilterWidget.jsx#L33
Type 'Dispatch<SetStateAction<null>>' is not assignable to type '((instance: HTMLButtonElement | null) => void) | RefObject<HTMLButtonElement> | null | undefined'.
|
tests:
src/search-modal/SearchResult.jsx#L233
Type '{ src: any; iconAs: FC<IconProps>; disabled: boolean | undefined; onClick: (e: MouseEvent<Element, MouseEvent>) => void; alt: any; }' is not assignable to type 'IntrinsicAttributes & Props & RefAttributes<HTMLButtonElement>'.
|
tests
Process completed with exit code 2.
|
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|