Updates mermaid to 10.1.0
What does this MR do and why?
- Updates our use of mermaid to the latest available version to pick up various fixes and new features
- Changelog of Mermaid itself: https://github.com/mermaid-js/mermaid/compare/9.1.3...v10.1.0
Closes: #393811 (closed)
Screenshots or screen recordings
Mermaid version 10 brings in the new "mindmap" feature. As found in the review app, we can now create this!
As this is an MR on .com, which does not yet contain this update, we receive a render failure:
mindmap
root((Top of Mind))
branch1
twig1
leaf
twig2
branch2
Example Code
mindmap
root((Top of Mind))
branch1
twig1
leaf
twig2
branch2
Test Samples:
- Repo Readme: https://gitlab-review-jts-update-rhi8w5.gitlab-review.app/root/test
- Wiki: https://gitlab-review-jts-update-rhi8w5.gitlab-review.app/root/test/-/wikis/home
- Test Issue/Comment: https://gitlab-review-jts-update-rhi8w5.gitlab-review.app/root/test/-/issues/1
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by John Skarbek