chore(deps): bump konva from 9.3.22 to 10.2.5 #821
Annotations
10 errors and 10 warnings
|
Check TypeScript types
Type '{ children: Element | null; x: any; y: any; width: number; height: number; 'data-id': any; onClick: (e: KonvaEventObject<MouseEvent, Node<NodeConfig>>) => void; ref: ForwardedRef<...>; shapeType: ShapeType; }' is not assignable to type 'KonvaNodeEvents'.
|
|
Check TypeScript types
Type '{ children: Element; x: any; y: any; width: number; height: number; 'data-id': any; onClick: (e: KonvaEventObject<MouseEvent, Node<NodeConfig>>) => void; ref: ForwardedRef<...>; shapeType: ShapeType; }' is not assignable to type 'KonvaNodeEvents'.
|
|
Check TypeScript types
Type '{ children: Element; x: any; y: any; width: number; height: number; 'data-id': any; onClick: (e: KonvaEventObject<MouseEvent, Node<NodeConfig>>) => void; ref: ForwardedRef<...>; shapeType: ShapeType; }' is not assignable to type 'KonvaNodeEvents'.
|
|
Check TypeScript types
Type 'RefObject<Image>' is not assignable to type 'LegacyRef<Image> | undefined'.
|
|
Check TypeScript types
Type '{ children: Element; x: any; y: any; width: number; height: number; 'data-id': any; onClick: (e: KonvaEventObject<MouseEvent, Node<NodeConfig>>) => void; ref: ForwardedRef<...>; shapeType: ShapeType; }' is not assignable to type 'KonvaNodeEvents'.
|
|
Check TypeScript types
@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)
|
|
Check TypeScript types
Type '{ children: Element[]; x: any; y: any; width: number; height: number; 'data-id': any; onClick: (e: KonvaEventObject<MouseEvent, Node<NodeConfig>>) => void; ref: ForwardedRef<...>; shapeType: ShapeType; }' is not assignable to type 'KonvaNodeEvents'.
|
|
Check TypeScript types
Type '{ children: Element; x: any; y: any; width: number; height: number; 'data-id': any; onClick: (e: KonvaEventObject<MouseEvent, Node<NodeConfig>>) => void; ref: ForwardedRef<...>; shapeType: ShapeType; }' is not assignable to type 'KonvaNodeEvents'.
|
|
Check TypeScript types
Type '{ children: Element; x: any; y: any; width: number; height: number; 'data-id': any; onClick: (e: KonvaEventObject<MouseEvent, Node<NodeConfig>>) => void; ref: ForwardedRef<...>; shapeType: ShapeType; }' is not assignable to type 'KonvaNodeEvents'.
|
|
Check TypeScript types
Type '{ children: Element[]; x: any; y: any; width: number; height: number; 'data-id': any; onClick: (e: KonvaEventObject<MouseEvent, Node<NodeConfig>>) => void; ref: ForwardedRef<...>; shapeType: ShapeType; }' is not assignable to type 'KonvaNodeEvents'.
|
|
Lint:
apps/web/src/common/components/mock-components/mock-components.utils.ts#L22
React Hook useMemo has missing dependencies: 'height', 'handleSelection', and 'width'
|
|
Lint:
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.
|
|
Lint:
apps/web/src/common/components/mock-components/front-low-wireframes-components/paragraph-scribbled-shape/paragraph-scribbled-shape.tsx#L41
Usage of Array index in keys is not allowed
|
|
Lint:
apps/web/src/common/components/mock-components/front-rich-components/accordion/components/accordion-body.component.tsx#L5
Unexpected `any`. Specify a different type.
|
|
Lint:
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
|
|
Lint:
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.
|
|
Lint:
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'
|
|
Lint:
apps/web/src/common/components/mock-components/front-rich-components/accordion/components/accordion-header.component.tsx#L10
Unexpected `any`. Specify a different type.
|
|
Lint:
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
|
|
Lint:
apps/web/src/core/model/index.ts#L174
Unexpected `any`. Specify a different type.
|
Loading