Skip to content

chore(deps): update react monorepo to v19 (major) #846

chore(deps): update react monorepo to v19 (major)

chore(deps): update react monorepo to v19 (major) #846

Triggered via pull request December 13, 2023 04:24
Status Failure
Total duration 1m 25s
Artifacts

ts.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: node_modules/@types/react-color/index.d.ts#L1
Module '"./node_modules/@types/react/ts5.0"' has no exported member 'StatelessComponent'.
build: node_modules/@types/react-color/lib/components/common/ColorWrap.d.ts#L1
Module '"../../../node_modules/@types/react/ts5.0"' has no exported member 'StatelessComponent'.
build: node_modules/@types/react-dom/index.d.ts#L1
Module '"./node_modules/@types/react/ts5.0"' has no exported member 'SFCElement'. Did you mean 'CElement'?
build: node_modules/@types/react-router/node_modules/@types/react/ts5.0/index.d.ts#L1
Duplicate identifier 'LibraryManagedAttributes'.
build: node_modules/@types/react-router/node_modules/@types/react/ts5.0/index.d.ts#L1
Subsequent property declarations must have the same type. Property 'a' must be of type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>', but here has type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>'.
build: node_modules/@types/react-router/node_modules/@types/react/ts5.0/index.d.ts#L1
Subsequent property declarations must have the same type. Property 'abbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
build: node_modules/@types/react-router/node_modules/@types/react/ts5.0/index.d.ts#L1
Subsequent property declarations must have the same type. Property 'address' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
build: node_modules/@types/react-router/node_modules/@types/react/ts5.0/index.d.ts#L1
Subsequent property declarations must have the same type. Property 'area' must be of type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>', but here has type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>'.
build: node_modules/@types/react-router/node_modules/@types/react/ts5.0/index.d.ts#L1
Subsequent property declarations must have the same type. Property 'article' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
build: node_modules/@types/react-router/node_modules/@types/react/ts5.0/index.d.ts#L1
Subsequent property declarations must have the same type. Property 'aside' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/