Skip to content

WIP: Remove points from unlimited point graph #7029

WIP: Remove points from unlimited point graph

WIP: Remove points from unlimited point graph #7029

Triggered via pull request August 27, 2024 23:44
Status Failure
Total duration 4m 27s
Artifacts 1

node-ci.yml

on: pull_request
Matrix: Jest Coverage
Matrix: Cypress
Matrix: Check for .changeset entries for all changed files
Matrix: Check builds for changes in size
Matrix: Lint, Typecheck, Format, and Test
Matrix: Publish npm snapshot
Matrix: Upload Coverage
Fit to window
Zoom out
Zoom in

Annotations

31 errors
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-point-view.tsx#L41
'markings' is assigned a value but never used. Allowed unused vars must match /^_*$/u
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-point-view.tsx#L42
'showTooltips' is assigned a value but never used. Allowed unused vars must match /^_*$/u
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-point-view.tsx#L54
'wbColorName' is assigned a value but never used. Allowed unused vars must match /^_*$/u
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/point.tsx#L17
`../../../components` import should occur before import of `../reducer/interactive-graph-action`
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/point.tsx#L18
`../../../icon-paths` import should occur before import of `../reducer/interactive-graph-action`
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/point.tsx#L19
`@khanacademy/wonder-blocks-tokens` import should occur before import of `react`
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/point.tsx#L19
'WBColor' is defined but never used. Allowed unused vars must match /^_*$/u
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x)
Error: Command failed: yarn lint "packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-point-view.tsx" "packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-point.tsx" "packages/perseus/src/widgets/interactive-graphs/graphs/point.tsx" "packages/perseus/src/widgets/interactive-graphs/reducer/interactive-graph-action.ts" "packages/perseus/src/widgets/interactive-graphs/reducer/interactive-graph-reducer.test.ts" "packages/perseus/src/widgets/interactive-graphs/reducer/interactive-graph-reducer.ts"
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-line.tsx#L110
Property 'popoverComponent' is missing in type '{ point: Vector2; dragging: boolean; color: string | undefined; ref: RefObject<SVGGElement>; focusBehavior: { type: "controlled"; showFocusRing: boolean; }; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-point.tsx#L50
Type '() => React.Component<Props, {}, any>' is not assignable to type '() => React.Component<Props, {}, any>'. Two different types with this name exist, but they are unrelated.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/polygon.tsx#L136
Property 'popoverComponent' is missing in type '{ key: string; constrain: (p: any) => any; point: Coord; onMove: (destination: Vector2) => void; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/circle.tsx#L32
Property 'popoverComponent' is missing in type '{ point: Coord; cursor: "ew-resize"; onMove: (newRadiusPoint: Vector2) => void; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/quadratic.tsx#L39
Property 'popoverComponent' is missing in type '{ key: string; point: Coord; onMove: (destination: Vector2) => unknown; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/sinusoid.tsx#L54
Property 'popoverComponent' is missing in type '{ key: string; point: Vector2; onMove: (destination: Vector2) => unknown; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/angle.tsx#L89
Property 'popoverComponent' is missing in type '{ point: Coord; constrain: (p: Vector2) => Vector2; onMove: (destination: Vector2) => unknown; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/angle.tsx#L97
Property 'popoverComponent' is missing in type '{ point: Coord; constrain: { up: Vector2; down: Vector2; left: Vector2; right: Vector2; }; onMove: (destination: Vector2) => unknown; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/angle.tsx#L109
Property 'popoverComponent' is missing in type '{ point: Coord; constrain: { up: Vector2; down: Vector2; left: Vector2; right: Vector2; }; onMove: (destination: Vector2) => unknown; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/angle.tsx#L89
Property 'popoverComponent' is missing in type '{ point: Coord; constrain: (p: Vector2) => Vector2; onMove: (destination: Vector2) => unknown; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/angle.tsx#L97
Property 'popoverComponent' is missing in type '{ point: Coord; constrain: { up: Vector2; down: Vector2; left: Vector2; right: Vector2; }; onMove: (destination: Vector2) => unknown; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/angle.tsx#L109
Property 'popoverComponent' is missing in type '{ point: Coord; constrain: { up: Vector2; down: Vector2; left: Vector2; right: Vector2; }; onMove: (destination: Vector2) => unknown; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/circle.tsx#L32
Property 'popoverComponent' is missing in type '{ point: Coord; cursor: "ew-resize"; onMove: (newRadiusPoint: Vector2) => void; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-line.tsx#L110
Property 'popoverComponent' is missing in type '{ point: Vector2; dragging: boolean; color: string | undefined; ref: RefObject<SVGGElement>; focusBehavior: { type: "controlled"; showFocusRing: boolean; }; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-point.test.tsx#L75
Property 'popoverComponent' is missing in type '{ point: [number, number]; onMove: () => void; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-point.test.tsx#L85
Property 'popoverComponent' is missing in type '{ point: [number, number]; onMove: () => void; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-point.test.tsx#L95
Property 'popoverComponent' is missing in type '{ point: [number, number]; onMove: () => void; }' but required in type 'Props'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/interactive-graphs/graphs/components/movable-point.test.tsx#L108
Property 'popoverComponent' is missing in type '{ point: [number, number]; color: string; onMove: () => void; }' but required in type 'Props'.
Check for .changeset entries for all changed files (ubuntu-latest, 20.x)
Changeset entry required for @khanacademy/perseus because there have been changes since the last release.
Jest Coverage (ubuntu-latest, 20.x)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
cypress-coverage Expired
918 KB