Skip to content

fix(deps): update dependency mermaid to v11 #1824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2024

This PR contains the following updates:

Package Change Age Confidence
mermaid ^10.9.1 -> ^11.0.0 age confidence

Release Notes

mermaid-js/mermaid (mermaid)

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

v11.4.1

Compare Source

Patch Changes
  • #​6059 01b5079 Thanks @​knsv! - fix: Kanban diagrams will not render when adding a number as ticket id or assigned for a task

  • #​6038 1388662 Thanks @​knsv! - fix: Intersection calculations for tilted cylinder/DAS when using handdrawn look. Some random seeds could cause the calculations to break.

  • #​6079 fe3cffb Thanks @​aloisklink! - Bump dompurify to ^3.2.1. This removes the need for @types/dompurify.

v11.4.0

Compare Source

Minor Changes
  • #​5999 742ad7c Thanks @​knsv! - Adding Kanban board, a new diagram type

  • #​5880 bdf145f Thanks @​yari-dewalt! - Class diagram changes:

    • Updates the class diagram to the new unified way of rendering.
    • Includes a new "classBox" shape to be used in diagrams
    • Other updates such as:
      • the option to hide the empty members box in class diagrams,
      • support for handDrawn look,
      • the introduction of the classDef statement into class diagrams,
      • support for styling the default class,
      • support lollipop interfaces.
    • Includes fixes / additions for #​5562 #​3139 and #​4037
Patch Changes

v11.3.0

Compare Source

Minor Changes
Patch Changes
  • #​5849 6c5b7ce Thanks @​ReneLombard! - Fixed an issue when the mermaid classdiagram crashes when adding a . to the namespace.
    Forexample

    classDiagram
      namespace Company.Project.Module {
        class GenericClass~T~ {
          +addItem(item: T)
          +getItem() T
        }
      }
    
    Loading
  • #​5914 de2c05c Thanks @​aloisklink! - Ban DOMPurify v3.1.7 as a dependency

v11.2.1

Compare Source

Patch Changes

v11.2.0

Compare Source

Minor Changes
Patch Changes

v11.1.1

Compare Source

Patch Changes
  • #​5828 4c43d21 Thanks @​knsv! - fix: Fix for issue where self-loops in the root of diagrams break the rendering

v11.1.0

Compare Source

11.1.0

Minor Changes
Patch Changes

v11.0.2

Compare Source

Patch Changes

v11.0.1

Compare Source

Patch Changes

v11.0.0

Compare Source

Release Notes

Major Update

Refactored the Mermaid rendering engine to support new features, including customizable layout algorithms and visual styles. This update enhances diagram flexibility, starting with flowcharts and state diagrams, with plans to extend to all diagram types by @​knsv, @​ashishjain0512, @​sidharthv96 in https://github.com/mermaid-js/mermaid/pull/5604

🚨 Breaking Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

📚 Documentation

New Contributors

🎉 Thanks to all contributors helping with this release! 🎉


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 3 times, most recently from 47f42b6 to 4bb23b4 Compare September 6, 2024 09:21
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 2 times, most recently from fcd455f to 8de2cde Compare September 16, 2024 04:39
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 2 times, most recently from b85b22c to 6519dfd Compare September 24, 2024 00:58
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 5 times, most recently from 6334ce5 to 45e6a47 Compare October 13, 2024 09:07
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch from 45e6a47 to 9bc46c5 Compare October 19, 2024 06:15
@renovate renovate bot changed the title fix(deps): update dependency mermaid to v11 fix(deps): update dependency mermaid to v11 - autoclosed Oct 23, 2024
@renovate renovate bot closed this Oct 23, 2024
@renovate renovate bot deleted the renovate/mermaid-11.x branch October 23, 2024 09:10
@renovate renovate bot changed the title fix(deps): update dependency mermaid to v11 - autoclosed fix(deps): update dependency mermaid to v11 Oct 23, 2024
@renovate renovate bot reopened this Oct 23, 2024
@renovate renovate bot restored the renovate/mermaid-11.x branch October 23, 2024 12:36
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 2 times, most recently from dc124e3 to 06a21ed Compare October 23, 2024 15:34
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 9 times, most recently from 4a4ac4c to 7fde223 Compare November 7, 2024 04:39
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 3 times, most recently from 4a4d6ad to c1c5665 Compare May 12, 2025 23:12
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 4 times, most recently from 3332cde to 3d7320d Compare May 22, 2025 02:49
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 3 times, most recently from a11e8ab to f766bdd Compare May 30, 2025 05:20
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 6 times, most recently from b4fd7c5 to 6cfea3a Compare June 7, 2025 02:09
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 3 times, most recently from 94f4f37 to 9fac268 Compare June 18, 2025 19:56
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 3 times, most recently from 8bc4d88 to 5a7bff7 Compare July 1, 2025 23:56
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 3 times, most recently from 4685300 to 4fb87e1 Compare July 7, 2025 22:30
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch 3 times, most recently from e7986cf to 39e4f2e Compare July 18, 2025 05:46
@renovate renovate bot force-pushed the renovate/mermaid-11.x branch from 39e4f2e to ff950fe Compare July 24, 2025 02:14
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