chore(deps): bump react and @types/react #816
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/common/components/mock-components/front-low-wireframes-components/paragraph-scribbled-shape/paragraph-scribbled-shape.tsx#L14
Unexpected `any`. Specify a different type.
|
|
|
|
typescript-eslint(no-explicit-any):
apps/web/src/common/components/mock-components/front-low-wireframes-components/text-scribbled-shape/text-scribbled-shape.tsx#L14
Unexpected `any`. Specify a different type.
|
|
eslint-plugin-react-hooks(exhaustive-deps):
apps/web/src/common/components/mock-components/front-low-wireframes-components/text-scribbled-shape/text-scribbled-shape.tsx#L34
React Hook useMemo has missing dependencies: 'restrictedHeight', and 'id'
|
|
eslint-plugin-react(no-array-index-key):
apps/web/src/common/components/mock-components/front-rich-components/accordion/components/accordion-all-parts.component.tsx#L39
Usage of Array index in keys is not allowed
|
|
typescript-eslint(no-explicit-any):
apps/web/src/common/components/mock-components/front-rich-components/accordion/components/accordion-header.component.tsx#L10
Unexpected `any`. Specify a different type.
|
|
eslint-plugin-unicorn(consistent-function-scoping):
apps/web/src/common/components/mock-components/front-low-wireframes-components/text-scribbled-shape/text-scribbled.utils.spec.ts#L73
Function `randomChar` does not capture any variables from its parent scope
|
|
typescript-eslint(no-explicit-any):
apps/web/src/core/model/index.ts#L174
Unexpected `any`. Specify a different type.
|