Skip to content

Update layouts.md #5058

Update layouts.md

Update layouts.md #5058

Triggered via pull request December 5, 2025 16:23
Status Failure
Total duration 7m 54s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
autofix
Process completed with exit code 1.
autofix: packages/mermaid-layout-elk/src/render.ts#L157
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L156
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L149
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L148
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L56
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L55
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/__tests__/geometry.spec.ts#L45
Unexpected any. Specify a different type
autofix: cypress/integration/rendering/journey.spec.js#L217
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
autofix: cypress/integration/rendering/imageShape.spec.ts#L15
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
autofix: cypress/integration/rendering/iconShape.spec.ts#L17
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read