Skip to content

chore(deps): update dependency mermaid to v11.13.0#23

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mermaid-11.x-lockfile
Open

chore(deps): update dependency mermaid to v11.13.0#23
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mermaid-11.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2025

This PR contains the following updates:

Package Change Age Confidence
mermaid 11.4.111.13.0 age confidence

Release Notes

mermaid-js/mermaid (mermaid)

v11.13.0

Compare Source

Minor Changes
Patch Changes
  • #​7075 96a766d Thanks @​darshanr0107! - fix: Prevent HTML tags from being escaped in sandbox label rendering

  • #​6843 32723b2 Thanks @​saurabhg772244! - fix: Support edge animation in hand drawn look

  • #​7453 a60e615 Thanks @​darshanr0107! - fix: ER diagram edge label positioning

  • #​6989 1a9d45a Thanks @​darshanr0107! - fix: Resolved parsing error where direction TD was not recognized within subgraphs

  • #​7178 96ca7c0 Thanks @​omkarht! - fix(treemap): Fixed treemap classDef style application to properly apply user-defined styles

  • #​7076 60f6331 Thanks @​darshanr0107! - fix: Correct viewBox casing and make SVGs responsive

  • #​7055 fa15ce8 Thanks @​darshanr0107! - fix: Improve participant parsing and prevent recursive loops on invalid syntax

  • #​7276 33c7c72 Thanks @​darshanr0107! - fix: respect markdownAutoWrap: false to prevent text auto-wrapping in flowchart markdown labels with htmlLabels enabled.

    Markdown labels with markdownAutoWrap: false, htmlLabels: false set doesn't work
    correctly.

  • #​7416 3c069b5 Thanks @​Crafter-Y! - fix: architecture diagram lines should now have the correct length

  • #​6995 9745f32 Thanks @​darshanr0107! - fix: Support the htmlLabels Mermaid config value whenever possible

  • #​7293 a408b55 Thanks @​darshanr0107! - fix: Prevent browser hang when using multiline accDescr in XY charts

  • #​6119 712c1ec Thanks @​NealGooch! - fix: correct block positioning when nested blocks span multiple columns

  • #​7424 981a62e Thanks @​knsv! - fix: correct BT orientation arc sweep flags in gitGraph drawArrow()

    Swapped SVG arc sweep-flag values in the BT (bottom-to-top) orientation branches of drawArrow() so curves bend in the correct direction. Affects both rerouting and non-rerouting code paths for merge and non-merge arrows.

    Resolves #​6593

  • #​7430 a4bb0b5 Thanks @​knsv! - fix: allow colons in stateDiagram-v2 transition and state description text

  • #​7432 b0f9d5b Thanks @​knsv! - fix: derive taskTextDarkColor from doneTaskBkgColor in dark theme for readable done-task text

  • #​7456 981fbb8 Thanks @​knsv-bot! - fix(gantt): restore readable outside-text color for done tasks in dark mode

  • #​7139 93aa657 Thanks @​omkarht! - revert: restore original hexagon and roundedRect implementations

  • #​7136 6bc6617 Thanks @​omkarht! - feat: add alias support for new participant syntax of sequence diagrams

  • #​7375 9d0669a Thanks @​kaigritun! - fix(er): recognize '1' cardinality alias before relationship operators

  • #​7275 7eed6a1 Thanks @​darshanr0107! - fix: change createLabel to call createText

    This adds support for KaTeX and FontAwesome icons loaded via iconpacks in some
    older labels. There are some small changes in formatting due to standardizing this code.

  • #​7265 2000680 Thanks @​omkarht! - fix: prevent unintended opacity on SVG aws icons containing rect elements

  • #​7139 b7c66a2 Thanks @​omkarht! - chore: restore original hexagon and roundedRect implementations

  • #​7425 f16bfbb Thanks @​knsv! - fix: use rounded right-angle edges for ELK layout

    ELK layout edges now default to rounded curve (right-angle segments with rounded corners) instead of inheriting the global basis default. This fixes ELK edges that were curving instead of routing at right angles (#​7213). Non-ELK layouts are unaffected and keep their existing basis default.

  • #​7296 aac86f7 Thanks @​darshanr0107! - fix: Ensure correct edge label rendering for ER and requirement diagrams when flowchart htmlLabels are false

  • #​7019 ace0367 Thanks @​darshanr0107! - fix: Mindmap breaking in ELK layout

  • #​6984 09b74f1 Thanks @​omkarht! - fix(er-diagram): prevent syntax error when using 'u', numbers, and decimals in node names

  • #​7276 33c7c72 Thanks @​darshanr0107! - fix: Restore proper rendering of plain text flowchart labels without auto line-wrapping

    This fix restores backwards compatibility with Mermaid v10 by ensuring that plain text labels in flowcharts are rendered correctly. In Mermaid v11, all labels were incorrectly being treated as markdown by default, which caused issues with text wrapping, multiline breaks, and backwards compatibility.

    What changed:

    • Plain text labels in flowcharts (without markdown syntax) now render as regular text
      • For node labels and edge labels, these will line-wrap automatically. Although this isn't backwards compatible with v10, we think this is a minor change and it's worth keeping to avoid too many changes from diagrams created from v11 onwards.
      • Plain text labels in other diagrams will continue to not line wrap.
    • Plain text labels with \n characters now correctly create line breaks
    • Plain text that looks like markdown (e.g., "1.", "- x") is no longer misinterpreted

    If you want markdown formatting:
    You can still use markdown in your flowchart labels by using the proper markdown syntax. Wrap your markdown text with double quotes and backticks:
    node["`_markdown_ **text**`"]

    Example:

    ```mermaid
    flowchart TD
        plain["Plain text\nwith manual line break"]
        markdown["`This is a **markdown** _label_ that wraps and doesn't replace \n with newlines`"]
    ```
  • #​7080 835de00 Thanks @​darshanr0107! - fix: Support ComponentQueue_Ext to prevent parsing error

  • #​7310 a9e4c72 Thanks @​darshanr0107! - fix: Allow quoted string labels in architecture-beta diagrams

  • #​7052 ff15e51 Thanks @​darshanr0107! - fix: Correct tooltip placement to appear near hovered element

  • #​7197 8bfd477 Thanks @​omkarht! - fix: validate dates and tick interval to prevent UI freeze/crash in gantt diagramtype

  • #​7099 b136acd Thanks @​darshanr0107! - fix: Mindmap rendering issue when the number of Level 2 nodes exceeds 11

  • #​7217 e0317ac Thanks @​omkarht! - fix(gitgraph): pass gitGraphConfig to renderer functions for applying directives properly.

  • Updated dependencies [fd3fc50]:

v11.12.3

Compare Source

Patch Changes

v11.12.2

Compare Source

Patch Changes

v11.12.1

Compare Source

Patch Changes

v11.12.0

Compare Source

Minor Changes
Patch Changes

v11.11.0

Compare Source

Minor Changes
  • #​6704 012530e Thanks @​omkarht! - feat: Added support for new participant types (actor, boundary, control, entity, database, collections, queue) in sequenceDiagram.

  • #​6802 c8e5027 Thanks @​darshanr0107! - feat: Update mindmap rendering to support multiple layouts, improved edge intersections, and new shapes

Patch Changes

v11.10.1

Compare Source

Patch Changes

v11.10.0

Compare Source

Minor Changes
Patch Changes

v11.9.0

Compare Source

Minor Changes
  • #​6453 5acbd7e Thanks @​sidharthv96! - feat: Add getRegisteredDiagramsMetadata to mermaid, which returns all the registered diagram IDs in mermaid
Patch Changes

v11.8.1

Compare Source

Patch Changes

v11.8.0

Compare Source

Minor Changes
Patch Changes

v11.7.0

Compare Source

Minor Changes
Patch Changes

v11.6.0

Compare Source

Minor Changes
  • #​6408 ad65313 Thanks @​ashishjain0512! - fix: restore curve type configuration functionality for flowcharts. This fixes the issue where curve type settings were not being applied when configured through any of the following methods:

    • Config
    • Init directive (%%{ init: { 'flowchart': { 'curve': '...' } } }%%)
    • LinkStyle command (linkStyle default interpolate ...)
  • #​6381 95d73bc Thanks @​thomascizeron! - Add Radar Chart

Patch Changes

v11.5.0

Compare Source

Minor Changes
  • #​6187 7809b5a Thanks @​ashishjain0512! - Flowchart new syntax for node metadata bugs

    • Incorrect label mapping for nodes when using &
    • Syntax error when } with trailing spaces before new line
  • #​6136 ec0d9c3 Thanks @​knsv! - Adding support for animation of flowchart edges

  • #​6373 05bdf0e Thanks @​ashishjain0512! - Upgrade Requirement and ER diagram to use the common renderer flow

    • Added support for directions
    • Added support for hand drawn look
  • #​6371 4d25cab Thanks @​knsv! - The arrowhead color should match the color of the edge. Creates a unique clone of the arrow marker with the appropriate color.

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Dec 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
atriiy.dev Error Error Mar 10, 2026 10:19am

@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 752ce48 to 77a4ca0 Compare December 6, 2025 10:49
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 77a4ca0 to 765d54f Compare December 7, 2025 02:43
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 765d54f to 951bfb2 Compare December 31, 2025 17:02
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 951bfb2 to f37e92e Compare January 8, 2026 17:30
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from f37e92e to ff618eb Compare January 19, 2026 16:15
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from ff618eb to 70e8501 Compare January 23, 2026 19:10
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 70e8501 to ed2f7ac Compare February 1, 2026 15:16
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from ed2f7ac to 9064d45 Compare February 3, 2026 11:00
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 9064d45 to 5817ba3 Compare February 6, 2026 06:31
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 5817ba3 to 6d40a05 Compare February 12, 2026 06:25
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 6d40a05 to ea199e1 Compare February 13, 2026 09:09
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from ea199e1 to 13bea2b Compare February 13, 2026 14:12
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 13bea2b to 6272e6c Compare February 14, 2026 04:12
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 6272e6c to 3382ece Compare February 17, 2026 16:11
@renovate renovate bot changed the title chore(deps): update dependency mermaid to v11.12.2 chore(deps): update dependency mermaid to v11.12.3 Feb 17, 2026
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 3382ece to d840ac8 Compare February 19, 2026 09:42
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from d840ac8 to a9002c1 Compare March 2, 2026 09:02
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from a9002c1 to a96b784 Compare March 3, 2026 06:06
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from a96b784 to e7a2d40 Compare March 3, 2026 14:36
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from e7a2d40 to 79b1ff3 Compare March 3, 2026 17:59
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 79b1ff3 to 37f0d48 Compare March 5, 2026 15:02
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 37f0d48 to e6ed818 Compare March 7, 2026 11:36
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from e6ed818 to 845546c Compare March 9, 2026 15:13
@renovate renovate bot changed the title chore(deps): update dependency mermaid to v11.12.3 chore(deps): update dependency mermaid to v11.13.0 Mar 9, 2026
@renovate renovate bot force-pushed the renovate/mermaid-11.x-lockfile branch from 845546c to b611fec Compare March 10, 2026 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants