Skip to content

Update mermaid depedendcy to v10.3.1

Dheeraj Joshi requested to merge djadmin-update-mermaid into master

What does this MR do and why?

This is to update the mermaid version to the latest v10.3.1 release. Major updates:

  1. Added support for quadrant chart, sankey diagrams, etc.
  2. Multiple Bug Fixes
  3. Security Dependency update - DOMPurify got upgraded to v3

Full changelog available at https://github.com/mermaid-js/mermaid/compare/v10.3.1...v10.1.0

Screenshots or screen recordings

No visual updates

How to set up and validate locally

  1. Create an issue or MR with the following description
```mermaid
    graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
`` `
  1. It should render the diagram correctly.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Dheeraj Joshi

Merge request reports