Skip to content

chore(deps): bump react and @types/react #816

chore(deps): bump react and @types/react

chore(deps): bump react and @types/react #816

Triggered via pull request April 16, 2026 13:11
Status Failure
Total duration 1m 18s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 10 warnings
unit-tests
Process completed with exit code 1.
unit-tests
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'RefObject<HTMLDivElement>'.
unit-tests
Argument of type 'RefObject<HTMLDivElement | null>' is not assignable to parameter of type 'RefObject<HTMLDivElement>'.
unit-tests
Type 'RefObject<null>' is not assignable to type 'RefObject<HTMLDivElement>'.
unit-tests
Type 'RefObject<Transformer | null>' is not assignable to type 'RefObject<Transformer>'.
unit-tests
Type 'RefObject<Stage | null>' is not assignable to type 'RefObject<Stage>'.
unit-tests
@lemoncode/web#check-types: command (/home/runner/work/quickmock/quickmock/apps/web) /opt/hostedtoolcache/node/24.14.1/x64/bin/npm run check-types exited (2)
e2e-tests
Process completed with exit code 1.
e2e-tests
Type 'RefObject<HTMLDivElement | null>' is not assignable to type 'RefObject<HTMLDivElement>'.
e2e-tests
Argument of type 'RefObject<HTMLDivElement | null>' is not assignable to parameter of type 'RefObject<HTMLDivElement>'.
e2e-tests
Type 'RefObject<null>' is not assignable to type 'RefObject<HTMLDivElement>'.
e2e-tests
Type 'RefObject<Transformer | null>' is not assignable to type 'RefObject<Transformer>'.
e2e-tests
@lemoncode/web#build: command (/home/runner/work/quickmock/quickmock/apps/web) /opt/hostedtoolcache/node/24.14.1/x64/bin/npm run build exited (2)
e2e-tests
Type 'RefObject<Stage | null>' is not assignable to type 'RefObject<Stage>'.
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/common/components/mock-components/mock-components.utils.ts#L28
React Hook useMemo has unnecessary dependency: restrictedSize
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/common/components/mock-components/mock-components.utils.ts#L22
React Hook useMemo has missing dependencies: 'height', 'handleSelection', and 'width'
typescript-eslint(no-explicit-any): apps/web/src/core/model/index.ts#L174
Unexpected `any`. Specify a different type.