Skip to content

Add history nodes to state diagram #612

Add history nodes to state diagram

Add history nodes to state diagram #612

Triggered via pull request November 2, 2024 15:03
Status Success
Total duration 1m 19s
Artifacts

release-preview.yml

on: pull_request
Publish preview release
1m 9s
Publish preview release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Publish preview release
Type '"kanbanSection"' is not assignable to type '"join" | "state" | "db" | "summary" | "start" | "document" | "event" | "history" | "stop" | "process" | "text" | "circle" | "rect" | "database" | "display" | "choice" | "note" | ... 141 more ... | undefined'.
Publish preview release
Argument of type '{ id: string; label: string; isGroup: true; ticket: string | undefined; shape: "kanbanSection"; level: number; look: "classic" | "handDrawn" | undefined; }' is not assignable to parameter of type 'KanbanNode'.
Publish preview release
Type 'string' is not assignable to type '"join" | "state" | "db" | "summary" | "start" | "document" | "event" | "history" | "stop" | "process" | "text" | "circle" | "rect" | "database" | "display" | "choice" | "note" | ... 141 more ... | undefined'.
Publish preview release
Object is possibly 'null'.
Publish preview release
Argument of type 'D3Selection<SVGAElement>' is not assignable to parameter of type 'SVG & D3Selection<SVGAElement>'.
Publish preview release
Argument of type 'SVGGroup' is not assignable to parameter of type 'SVG & D3Selection<SVGGElement>'.
Publish preview release
Type '<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node) => Promise<D3Selection<T> | Selection<SVGGElement, unknown, Element | null, unknown>>' is not assignable to type 'ShapeHandler'.
Publish preview release
Type '<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node) => Promise<Selection<SVGGElement, unknown, Element | null, unknown> | D3Selection<...>>' is not assignable to type 'ShapeHandler'.
Publish preview release
Type '<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node) => Promise<Selection<SVGGElement, unknown, Element | null, unknown> | D3Selection<...>>' is not assignable to type 'ShapeHandler'.
Publish preview release
Type '<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node) => Promise<Selection<SVGGElement, unknown, Element | null, unknown> | D3Selection<...>>' is not assignable to type 'ShapeHandler'.
Publish preview release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/