Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 9 updates #1000

chore(deps): bump the production-dependencies group across 1 directory with 9 updates

chore(deps): bump the production-dependencies group across 1 directory with 9 updates #1000

Triggered via pull request November 11, 2024 19:31
Status Failure
Total duration 44s
Artifacts

validate-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
validate: src/App.tsx#L73
Type '{ color: "gray.400"; size: "xl"; thickness: string; label: string; }' is not assignable to type 'IntrinsicAttributes & SpinnerProps & RefAttributes<HTMLSpanElement>'.
validate: src/assets/chakraTheme.ts#L1
Module '"@chakra-ui/react"' has no exported member 'extendTheme'.
validate: src/components/Breadcrumbs.tsx#L15
No overload matches this call.
validate: src/components/Breadcrumbs.tsx#L35
Type '{ children: (Element | ReactNode)[]; paddingLeft: number; paddingRight: number; paddingTop: number; paddingBottom: number; }' is not assignable to type 'IntrinsicAttributes & Pick<{}, never> & { theme?: Theme | undefined; } & { ref?: Ref<Component<{}, any, any>> | undefined; }'.
validate: src/components/Breadcrumbs.tsx#L49
Type '{ children: Element[]; spacing: string; }' is not assignable to type 'IntrinsicAttributes & StackProps & RefAttributes<HTMLDivElement>'.
validate: src/components/ComputePlanProgressBar.tsx#L38
Type '{ children: (false | Element | Element[])[]; spacing: string; width: "100%"; height: "4px"; justifyContent: "flex-start"; alignItems: "stretch"; }' is not assignable to type 'IntrinsicAttributes & StackProps & RefAttributes<HTMLDivElement>'.
validate: src/components/DownloadIconButton.tsx#L5
'"@chakra-ui/react"' has no exported member named 'TooltipProps'. Did you mean 'TooltipRootProps'?
validate: src/components/DownloadIconButton.tsx#L34
JSX element type 'Tooltip' does not have any construct or call signatures.
validate: src/components/DownloadIconButton.tsx#L34
'Tooltip' cannot be used as a JSX component.
validate: src/components/DownloadIconButton.tsx#L44
Type '{ value?: string | number | readonly string[] | undefined; form?: string | undefined; slot?: string | undefined; style?: CSSProperties | undefined; title?: string | undefined; ... 1087 more ...; icon: Element; }' is not assignable to type 'IntrinsicAttributes & IconButtonProps & RefAttributes<HTMLButtonElement>'.