fix(deps): update react monorepo to v19 (major) #123
Annotations
8 errors and 2 warnings
Typecheck:
components/brand-icon.tsx#L49
Type '{ string?: string | number | undefined; children?: ReactNode; filter?: string | undefined; fill?: string | undefined; values?: string | undefined; type?: string | undefined; ... 477 more ...; zoomAndPan?: string | undefined; }' is missing the following properties from type 'Pick<SVGProps<SVGSVGElement>, "string" | "children" | "filter" | "fill" | "values" | "type" | "path" | "style" | "clipPath" | "mask" | "key" | "href" | ... 457 more ... | "onPointerLeaveCapture">': onPointerEnterCapture, onPointerLeaveCapture
|
Typecheck:
components/image.tsx#L84
Property 'width' does not exist on type '{ src: string; quality: JSX.IntrinsicElements; }'.
|
Typecheck:
components/image.tsx#L85
Property 'height' does not exist on type '{ src: string; quality: JSX.IntrinsicElements; }'.
|
Typecheck:
components/image.tsx#L89
Property 'alt' is missing in type '{ src: string; quality: JSX.IntrinsicElements; }' but required in type '{ src: string | StaticImport; alt: string; width?: number | `${number}` | undefined; height?: number | `${number}` | undefined; fill?: boolean | undefined; loader?: ImageLoader | undefined; ... 12 more ...; lazyRoot?: string | undefined; }'.
|
Typecheck:
components/mdx/mdx-components.tsx#L10
Unused '@ts-expect-error' directive.
|
Typecheck:
components/toc.tsx#L80
Expected 1 arguments, but got 0.
|
Typecheck:
components/toc.tsx#L81
Expected 1 arguments, but got 0.
|
Typecheck
Process completed with exit code 2.
|
Typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|