Skip to content

fix(deps): bump react-markdown from 8.0.6 to 9.0.1 #4386

fix(deps): bump react-markdown from 8.0.6 to 9.0.1

fix(deps): bump react-markdown from 8.0.6 to 9.0.1 #4386

Triggered via pull request January 3, 2024 17:37
Status Failure
Total duration 1m 42s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: packages/frontend/src/components/markdown-container/chakra-ui-renderer.tsx#L135
Type '{ children: ReactNode; ref?: LegacyRef<HTMLElement> | undefined; key?: Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | ... 2 more ... | undefined; ... 254 more ...; as: "em"; }' is not assignable to type 'Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, keyof TextProps>'.
build: packages/frontend/src/components/markdown-container/chakra-ui-renderer.tsx#L157
Type '{ children: ReactNode; ref?: LegacyRef<HTMLSpanElement> | undefined; key?: Key | null | undefined; defaultChecked?: boolean | undefined; ... 255 more ...; as: "span"; }' is not assignable to type 'Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, keyof TextProps>'.
build: packages/frontend/src/components/markdown-container/chakra-ui-renderer.tsx#L164
Type '{ children: ReactNode; ref?: LegacyRef<HTMLElement> | undefined; key?: Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | ... 2 more ... | undefined; ... 254 more ...; as: "strong"; }' is not assignable to type 'Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, keyof TextProps>'.
build: packages/frontend/src/components/markdown-container/chakra-ui-renderer.tsx#L221
Type '{ color: "frost.400"; ref?: LegacyRef<HTMLAnchorElement> | undefined; key?: Key | null | undefined; download?: any; href?: string | undefined; hrefLang?: string | undefined; ... 262 more ...; to: string; }' is not assignable to type 'RefAttributes<any>'.
build: packages/frontend/src/components/markdown-container/chakra-ui-renderer.tsx#L241
Property 'checked' does not exist on type 'ClassAttributes<HTMLLIElement> & LiHTMLAttributes<HTMLLIElement> & ExtraProps'.
build: packages/frontend/src/components/markdown-container/chakra-ui-renderer.tsx#L241
Property 'ordered' does not exist on type 'ClassAttributes<HTMLLIElement> & LiHTMLAttributes<HTMLLIElement> & ExtraProps'.
build: packages/frontend/src/components/markdown-container/chakra-ui-renderer.tsx#L305
Type '{ children: any[]; fontSize: "smaller"; color: "polar.300"; ref?: LegacyRef<HTMLElement> | undefined; key?: Key | null | undefined; defaultChecked?: boolean | undefined; ... 253 more ...; onTransitionEndCapture?: TransitionEventHandler<...> | undefined; }' is not assignable to type 'Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as" | "translate" | keyof ChakraProps>'.
build: packages/frontend/src/components/markdown-container/chakra-ui-renderer.tsx#L307
Object is possibly 'null' or 'undefined'.
build: packages/frontend/src/components/markdown-container/chakra-ui-renderer.tsx#L307
Property 'slice' does not exist on type 'string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | ReactFragment | ReactPortal'.
build: packages/frontend/src/components/markdown-container/markdown-container.tsx#L25
Cannot find module 'react-markdown/lib/ast-to-react' or its corresponding type declarations.