Skip to content

chore(deps): bump the production-dependencies group with 11 updates #788

chore(deps): bump the production-dependencies group with 11 updates

chore(deps): bump the production-dependencies group with 11 updates #788

Triggered via pull request April 16, 2026 12:40
Status Failure
Total duration 1m 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 10 warnings
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
Type 'RefObject<Stage | null>' is not assignable to type 'RefObject<Stage>'.
e2e-tests
Cannot find namespace 'JSX'.
e2e-tests
Type '(el: Circle | null) => Circle | null' is not assignable to type 'Ref<Circle> | undefined'.
e2e-tests
Type '(el: Text | null) => Text | null' is not assignable to type 'Ref<Text> | undefined'.
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)
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
Cannot find namespace 'JSX'.
unit-tests
Type '(el: Circle | null) => Circle | null' is not assignable to type 'Ref<Circle> | undefined'.
unit-tests
Type '(el: Text | null) => Text | null' is not assignable to type 'Ref<Text> | undefined'.
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)
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.