5237 Label background for state diagrams #13848
Annotations
16 errors and 2 warnings
Type '() => Promise<{ id: string; diagram: { parser: any; db: { defaultConfig: () => FlowchartDiagramConfig | undefined; setAccTitle: (txt: string) => void; getAccTitle: () => string; ... 32 more ...; getDiagramTitle: () => string; }; renderer: { ...; }; styles: (options: FlowChartStyleOptions) => string; init: (cnf: Merm...' is not assignable to type 'DiagramLoader'.
|
|
|
|
|
Type '() => Promise<{ id: string; diagram: { parser: any; db: { defaultConfig: () => FlowchartDiagramConfig | undefined; setAccTitle: (txt: string) => void; getAccTitle: () => string; ... 32 more ...; getDiagramTitle: () => string; }; renderer: { ...; }; styles: (options: FlowChartStyleOptions) => string; init: (cnf: Merm...' is not assignable to type 'DiagramLoader'.
|
|
|
packages/mermaid/src/diagrams/flowchart/elk/detector.ts#L30
Type '() => Promise<{ id: string; diagram: { parser: any; db: { defaultConfig: () => FlowchartDiagramConfig | undefined; setAccTitle: (txt: string) => void; getAccTitle: () => string; ... 32 more ...; getDiagramTitle: () => string; }; renderer: { ...; }; styles: (options: FlowChartStyleOptions) => string; init: (cnf: Merm...' is not assignable to type 'DiagramLoader'.
|
packages/mermaid/src/diagrams/flowchart/flowDb.ts#L779
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.
|
packages/mermaid/src/diagrams/flowchart/flowDb.ts#L796
Object literal may only specify known properties, and 'type' does not exist in type 'Node'.
|
packages/mermaid/src/diagrams/flowchart/flowDb.ts#L834
Property 'domId' does not exist on type 'FlowSubGraph'.
|
packages/mermaid/src/diagrams/flowchart/flowDb.ts#L835
Object literal may only specify known properties, and 'type' does not exist in type 'Node'.
|
packages/mermaid/src/diagrams/flowchart/flowDetector-v2.ts#L21
Type '() => Promise<{ id: string; diagram: { parser: any; db: { defaultConfig: () => FlowchartDiagramConfig | undefined; setAccTitle: (txt: string) => void; getAccTitle: () => string; ... 32 more ...; getDiagramTitle: () => string; }; renderer: { ...; }; styles: (options: FlowChartStyleOptions) => string; init: (cnf: Merm...' is not assignable to type 'DiagramLoader'.
|
packages/mermaid/src/diagrams/flowchart/flowRenderer-v3-unified.ts#L61
Property 'nodeSpacing' does not exist on type 'StateDiagramConfig'.
|
packages/mermaid/src/diagrams/flowchart/flowRenderer-v3-unified.ts#L62
Property 'rankSpacing' does not exist on type 'StateDiagramConfig'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
This job succeeded
Loading