Skip to content

fix: xychart to support accented chars (7157) #5060

fix: xychart to support accented chars (7157)

fix: xychart to support accented chars (7157) #5060

Triggered via pull request December 7, 2025 01:49
Status Success
Total duration 5m 4s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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