Skip to content

Revert "Merge branch 'renovate/dompurify-3.x' into 'master'"

Heinrich Lee Yu requested to merge revert-49b2ffd3 into master

What does this MR do and why?

Revert "Merge branch 'renovate/dompurify-3.x' into 'master'"

This reverts merge request !167365 (merged).

Latest DomPurify results in missing labels in Mermaid diagrams.

See https://github.com/facebook/docusaurus/issues/10526 / https://github.com/mermaid-js/mermaid/issues/5904 / https://github.com/cure53/DOMPurify/issues/1002#issuecomment-2381258197

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshot_2024-09-30_at_11.41.15_PM

How to set up and validate locally

Sample mermaid diagram:

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

The diagram should be rendered with labels

Edited by Heinrich Lee Yu

Merge request reports

Loading