Skip to content

Commit

Permalink
chore(deps): update dependency mermaid to v11 (#798)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mermaid](https://redirect.github.com/mermaid-js/mermaid) | [`^10.2.3`
-> `^11.4.0`](https://renovatebot.com/diffs/npm/mermaid/10.9.3/11.4.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mermaid/11.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mermaid/11.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mermaid/10.9.3/11.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mermaid/10.9.3/11.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mermaid-js/mermaid (mermaid)</summary>

###
[`v11.4.0`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.4.0)

[Compare
Source](https://redirect.github.com/mermaid-js/mermaid/compare/[email protected]@11.4.0)

##### Minor Changes

-
[#&#8203;5999](https://redirect.github.com/mermaid-js/mermaid/pull/5999)
[`742ad7c`](https://redirect.github.com/mermaid-js/mermaid/commit/742ad7c130964df1fb5544e909d9556081285f68)
Thanks [@&#8203;knsv](https://redirect.github.com/knsv)! - Adding Kanban
board, a new diagram type

-
[#&#8203;5880](https://redirect.github.com/mermaid-js/mermaid/pull/5880)
[`bdf145f`](https://redirect.github.com/mermaid-js/mermaid/commit/bdf145ffe362462176d9c1e68d5f3ff5c9d962b0)
Thanks [@&#8203;yari-dewalt](https://redirect.github.com/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
[#&#8203;5562](https://redirect.github.com/mermaid-js/mermaid/issues/5562)
[#&#8203;3139](https://redirect.github.com/mermaid-js/mermaid/issues/3139)
and
[#&#8203;4037](https://redirect.github.com/mermaid-js/mermaid/issues/4037)

##### Patch Changes

-
[#&#8203;5937](https://redirect.github.com/mermaid-js/mermaid/pull/5937)
[`17b7831`](https://redirect.github.com/mermaid-js/mermaid/commit/17b783135f9b2b7748b620dbf81d0f56ab4755f1)
Thanks
[@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244)! -
fix: Jagged edge fix for icon shape

-
[#&#8203;5933](https://redirect.github.com/mermaid-js/mermaid/pull/5933)
[`72d60d2`](https://redirect.github.com/mermaid-js/mermaid/commit/72d60d2633584eb59bccdb6cf30b9522db645db2)
Thanks [@&#8203;remcohaszing](https://redirect.github.com/remcohaszing)!
- Add missing TypeScript dependencies

-
[#&#8203;5937](https://redirect.github.com/mermaid-js/mermaid/pull/5937)
[`17b7831`](https://redirect.github.com/mermaid-js/mermaid/commit/17b783135f9b2b7748b620dbf81d0f56ab4755f1)
Thanks
[@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244)! -
fix: Icon color fix for colored icons.

-
[#&#8203;6002](https://redirect.github.com/mermaid-js/mermaid/pull/6002)
[`5fabd41`](https://redirect.github.com/mermaid-js/mermaid/commit/5fabd414fbee01e43bf6c900907ffc1511ca7440)
Thanks [@&#8203;aloisklink](https://redirect.github.com/aloisklink)! -
fix: error `mermaid.parse` on an invalid shape, so that it matches the
errors thrown by `mermaid.render`

###
[`v11.3.0`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.3.0)

[Compare
Source](https://redirect.github.com/mermaid-js/mermaid/compare/[email protected]@11.3.0)

##### Minor Changes

-
[#&#8203;5825](https://redirect.github.com/mermaid-js/mermaid/pull/5825)
[`9e3aa70`](https://redirect.github.com/mermaid-js/mermaid/commit/9e3aa705ae21fd4898504ab22d775a9e437b898e)
Thanks [@&#8203;knsv](https://redirect.github.com/knsv),
[@&#8203;ashishjain0512](https://redirect.github.com/ashishjain0512),
[@&#8203;omkarht](https://redirect.github.com/omkarht),
[@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244),
[@&#8203;aloisklink](https://redirect.github.com/aloisklink),
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) ! - New
Flowchart Shapes (with new syntax)

##### Patch Changes

-
[#&#8203;5849](https://redirect.github.com/mermaid-js/mermaid/pull/5849)
[`6c5b7ce`](https://redirect.github.com/mermaid-js/mermaid/commit/6c5b7ce9f41c0fbd59fe03dbefc8418d97697f0a)
Thanks [@&#8203;ReneLombard](https://redirect.github.com/ReneLombard)! -
Fixed an issue when the mermaid classdiagram crashes when adding a . to
the namespace.
    Forexample

    ```mermaid

    classDiagram
      namespace Company.Project.Module {
        class GenericClass~T~ {
          +addItem(item: T)
          +getItem() T
        }
      }
    ```

-
[#&#8203;5914](https://redirect.github.com/mermaid-js/mermaid/pull/5914)
[`de2c05c`](https://redirect.github.com/mermaid-js/mermaid/commit/de2c05cd5463af68d19dd7b6b3f1303d69ddb2dd)
Thanks [@&#8203;aloisklink](https://redirect.github.com/aloisklink)! -
Ban DOMPurify v3.1.7 as a dependency

###
[`v11.2.1`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.2.1)

[Compare
Source](https://redirect.github.com/mermaid-js/mermaid/compare/[email protected]@11.2.1)

##### Patch Changes

-
[#&#8203;5856](https://redirect.github.com/mermaid-js/mermaid/pull/5856)
[`bfd8c63`](https://redirect.github.com/mermaid-js/mermaid/commit/bfd8c63daaa8420e57da9953922b9f0c94123064)
Thanks [@&#8203;knsv](https://redirect.github.com/knsv)! - Fix for issue
with calculation of label width when using in firefox

###
[`v11.2.0`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.2.0)

[Compare
Source](https://redirect.github.com/mermaid-js/mermaid/compare/[email protected]@11.2.0)

##### Minor Changes

-
[#&#8203;5831](https://redirect.github.com/mermaid-js/mermaid/pull/5831)
[`64abf29`](https://redirect.github.com/mermaid-js/mermaid/commit/64abf29ea870eaa47148197f95ce714f85bd7eea)
Thanks [@&#8203;sidharthv96](https://redirect.github.com/sidharthv96)! -
feat: Return parsed config from mermaid.parse

##### Patch Changes

-
[#&#8203;5838](https://redirect.github.com/mermaid-js/mermaid/pull/5838)
[`5e75320`](https://redirect.github.com/mermaid-js/mermaid/commit/5e75320d49eab65aca630dcc3c04c8d620a8bbf7)
Thanks [@&#8203;bollwyvl](https://redirect.github.com/bollwyvl)! - fix:
Replace $root with relative paths

###
[`v11.1.1`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.1.1)

[Compare
Source](https://redirect.github.com/mermaid-js/mermaid/compare/[email protected]@11.1.1)

##### Patch Changes

-
[#&#8203;5828](https://redirect.github.com/mermaid-js/mermaid/pull/5828)
[`4c43d21`](https://redirect.github.com/mermaid-js/mermaid/commit/4c43d21196f784b6f483ae635fc462329f3d176f)
Thanks [@&#8203;knsv](https://redirect.github.com/knsv)! - fix: Fix for
issue where self-loops in the root of diagrams break the rendering

###
[`v11.1.0`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.1.0)

[Compare
Source](https://redirect.github.com/mermaid-js/mermaid/compare/[email protected]@11.1.0)

#### 11.1.0

##### Minor Changes

-
[#&#8203;5793](https://redirect.github.com/mermaid-js/mermaid/pull/5793)
[`6ecdf7b`](https://redirect.github.com/mermaid-js/mermaid/commit/6ecdf7be688efdc53c52fea3ba891327242bc890)
Thanks [@&#8203;sidharthv96](https://redirect.github.com/sidharthv96)! -
feat: Add support for iconify icons

-
[#&#8203;5711](https://redirect.github.com/mermaid-js/mermaid/pull/5711)
[`8e640da`](https://redirect.github.com/mermaid-js/mermaid/commit/8e640da5436e8ae013b11b1c1821a9afcc15d0d3)
Thanks
[@&#8203;NicolasNewman](https://redirect.github.com/NicolasNewman)! -
feat(er): allow multi-line relationship labels

-
[#&#8203;5452](https://redirect.github.com/mermaid-js/mermaid/pull/5452)
[`256a148`](https://redirect.github.com/mermaid-js/mermaid/commit/256a148bbf484fc7db6c19f94dd69d5d268ee048)
Thanks
[@&#8203;NicolasNewman](https://redirect.github.com/NicolasNewman)! -
New Diagram: Architecture

Adds architecture diagrams which allows users to show relations between
services.

##### Patch Changes

-
[#&#8203;5810](https://redirect.github.com/mermaid-js/mermaid/pull/5810)
[`28bd07f`](https://redirect.github.com/mermaid-js/mermaid/commit/28bd07fdeb4fc981107d21317ec6160b31f80116)
Thanks [@&#8203;knsv](https://redirect.github.com/knsv)! - Fix for self
loops in cluster
    Supporting legacy defaultRenderer directive

-
[#&#8203;5789](https://redirect.github.com/mermaid-js/mermaid/pull/5789)
[`16faef4`](https://redirect.github.com/mermaid-js/mermaid/commit/16faef4613b91a7d3a98a1563c25b57f9238acc7)
Thanks [@&#8203;sidharthv96](https://redirect.github.com/sidharthv96)! -
chore: Move icons to architecture, remove full icon sets to reduce
bundle size

- Updated dependencies
\[[`256a148`](https://redirect.github.com/mermaid-js/mermaid/commit/256a148bbf484fc7db6c19f94dd69d5d268ee048),
[`7d8143b`](https://redirect.github.com/mermaid-js/mermaid/commit/7d8143b917ee3562149a0e0a821ed2d6f29cc05d)]:
-
[@&#8203;mermaid-js/parser](https://redirect.github.com/mermaid-js/parser)[@&#8203;0](https://redirect.github.com/0).3.0

###
[`v11.0.2`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.0.2)

[Compare
Source](https://redirect.github.com/mermaid-js/mermaid/compare/[email protected]@11.0.2)

##### Patch Changes

-
[#&#8203;5664](https://redirect.github.com/mermaid-js/mermaid/pull/5664)
[`5deaef4`](https://redirect.github.com/mermaid-js/mermaid/commit/5deaef456e74d796866431c26f69360e4e74dbff)
Thanks
[@&#8203;Austin-Fulbright](https://redirect.github.com/Austin-Fulbright)!
- chore: Migrate git graph to langium, use typescript for internals

- Updated dependencies
\[[`5deaef4`](https://redirect.github.com/mermaid-js/mermaid/commit/5deaef456e74d796866431c26f69360e4e74dbff)]:
-
[@&#8203;mermaid-js/parser](https://redirect.github.com/mermaid-js/parser)[@&#8203;0](https://redirect.github.com/0).2.0

###
[`v11.0.1`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.0.1)

[Compare
Source](https://redirect.github.com/mermaid-js/mermaid/compare/[email protected])

##### Patch Changes

- [#&#8203;2](https://redirect.github.com/calvinvette/mermaid/pull/2)
[`bf05d87`](https://redirect.github.com/mermaid-js/mermaid/commit/bf05d8781edacb580fdb053da167e968b7570117)
Thanks [@&#8203;calvinvette](https://redirect.github.com/calvinvette)! -
test changeset

###
[`v11.0.0`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/v11.0.0)

[Compare
Source](https://redirect.github.com/mermaid-js/mermaid/compare/v10.9.3...v11.0.0)

### 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
[@&#8203;knsv](https://redirect.github.com/knsv),
[@&#8203;ashishjain0512](https://redirect.github.com/ashishjain0512),
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5604](https://redirect.github.com/mermaid-js/mermaid/pull/5604)

#### 🚨 **Breaking Changes**

- refactor!(git): default to `useMaxWidth` true
([#&#8203;5723](https://redirect.github.com/mermaid-js/mermaid/issues/5723))
[@&#8203;aloisklink](https://redirect.github.com/aloisklink)
- refactor!(sankey): default to `useMaxWidth` true
([#&#8203;5724](https://redirect.github.com/mermaid-js/mermaid/issues/5724))
[@&#8203;aloisklink](https://redirect.github.com/aloisklink)
- Use ESBuild (replaces UMD with IIFE bundle) by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/4729](https://redirect.github.com/mermaid-js/mermaid/pull/4729)

#### 🚀 Features

- feat: add `@mermaid-js/parser` package and `info` langium parser by
[@&#8203;Yokozuna59](https://redirect.github.com/Yokozuna59) in
[https://github.com/mermaid-js/mermaid/pull/4727](https://redirect.github.com/mermaid-js/mermaid/pull/4727)
- Allow registered diagrams to be overridden. by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5050](https://redirect.github.com/mermaid-js/mermaid/pull/5050)
- feat: Add diagramType to RenderResult and ParseResult by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5118](https://redirect.github.com/mermaid-js/mermaid/pull/5118)
- feat: Add packet diagram by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/4839](https://redirect.github.com/mermaid-js/mermaid/pull/4839)
- feat: add `pie` langium parser by
[@&#8203;Yokozuna59](https://redirect.github.com/Yokozuna59) in
[https://github.com/mermaid-js/mermaid/pull/4751](https://redirect.github.com/mermaid-js/mermaid/pull/4751)
- feat: add name attribute and class "actor-line" to line by
[@&#8203;ad1992](https://redirect.github.com/ad1992) in
[https://github.com/mermaid-js/mermaid/pull/5338](https://redirect.github.com/mermaid-js/mermaid/pull/5338)
- Feature/4661 gantt customize days of weekend by
[@&#8203;Ronid1](https://redirect.github.com/Ronid1) in
[https://github.com/mermaid-js/mermaid/pull/5358](https://redirect.github.com/mermaid-js/mermaid/pull/5358)
- Feature/5245 sequence diagram add classes to actors text by
[@&#8203;Ronid1](https://redirect.github.com/Ronid1) in
[https://github.com/mermaid-js/mermaid/pull/5272](https://redirect.github.com/mermaid-js/mermaid/pull/5272)
- Add `suppressErrorRendering` option to avoid inserting 'Syntax error'
message to DOM directly by
[@&#8203;rhysd](https://redirect.github.com/rhysd) in
[https://github.com/mermaid-js/mermaid/pull/4359](https://redirect.github.com/mermaid-js/mermaid/pull/4359)
- Flowchart: Apply `nodeSpacing`/`rankSpacing` config to subgraphs by
[@&#8203;rowanfr](https://redirect.github.com/rowanfr) in
[https://github.com/mermaid-js/mermaid/pull/5183](https://redirect.github.com/mermaid-js/mermaid/pull/5183)
- feat(git-graph): GitGraph Bottom-to-Top Orientation by
[@&#8203;JingyuMarcelLee](https://redirect.github.com/JingyuMarcelLee)
in
[https://github.com/mermaid-js/mermaid/pull/5259](https://redirect.github.com/mermaid-js/mermaid/pull/5259)
- Feature/support fa kit custom icons by
[@&#8203;jakobskrym](https://redirect.github.com/jakobskrym) in
[https://github.com/mermaid-js/mermaid/pull/5430](https://redirect.github.com/mermaid-js/mermaid/pull/5430)
- Adds 'Switch' as an Alias for 'Checkout\` by
[@&#8203;FutzMonitor](https://redirect.github.com/FutzMonitor) in
[https://github.com/mermaid-js/mermaid/pull/5445](https://redirect.github.com/mermaid-js/mermaid/pull/5445)
- feat: Add point styling for quadrant chart by
[@&#8203;ilyes-ced](https://redirect.github.com/ilyes-ced) in
[https://github.com/mermaid-js/mermaid/pull/5173](https://redirect.github.com/mermaid-js/mermaid/pull/5173)
- feat(state): add from, to ids for edge by
[@&#8203;igorwessel](https://redirect.github.com/igorwessel) in
[https://github.com/mermaid-js/mermaid/pull/5503](https://redirect.github.com/mermaid-js/mermaid/pull/5503)
- Feature/4051 sequence diagram multi directional arrow by
[@&#8203;Ronid1](https://redirect.github.com/Ronid1) in
[https://github.com/mermaid-js/mermaid/pull/5209](https://redirect.github.com/mermaid-js/mermaid/pull/5209)
- feat: Add threshold to argos test by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5633](https://redirect.github.com/mermaid-js/mermaid/pull/5633)
- feat: Use marked instead of mdast-util-from-markdown by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5636](https://redirect.github.com/mermaid-js/mermaid/pull/5636)
- feat(3801): Multiple Tags support for Git Graph by
[@&#8203;Yash-Singh1](https://redirect.github.com/Yash-Singh1) in
[https://github.com/mermaid-js/mermaid/pull/5647](https://redirect.github.com/mermaid-js/mermaid/pull/5647)
- Allow Hashtags in Timeline Titles, Sections, and Events by
[@&#8203;FutzMonitor](https://redirect.github.com/FutzMonitor) in
[https://github.com/mermaid-js/mermaid/pull/5399](https://redirect.github.com/mermaid-js/mermaid/pull/5399)
- Allow Semicolons in Timeline Titles, Sections, Periods, and Events by
[@&#8203;FutzMonitor](https://redirect.github.com/FutzMonitor) in
[https://github.com/mermaid-js/mermaid/pull/5335](https://redirect.github.com/mermaid-js/mermaid/pull/5335)

#### 🐛 Bug Fixes

- bug/5133 sequence diagram fix arrow corner by
[@&#8203;Ronid1](https://redirect.github.com/Ronid1) in
[https://github.com/mermaid-js/mermaid/pull/5309](https://redirect.github.com/mermaid-js/mermaid/pull/5309)
- fix: remove unused import by
[@&#8203;ad1992](https://redirect.github.com/ad1992) in
[https://github.com/mermaid-js/mermaid/pull/5421](https://redirect.github.com/mermaid-js/mermaid/pull/5421)
- fix: make sequenceDB typesafe by
[@&#8203;ad1992](https://redirect.github.com/ad1992) in
[https://github.com/mermaid-js/mermaid/pull/5426](https://redirect.github.com/mermaid-js/mermaid/pull/5426)
- fix: simply from and to in message to string type by
[@&#8203;ad1992](https://redirect.github.com/ad1992) in
[https://github.com/mermaid-js/mermaid/pull/5471](https://redirect.github.com/mermaid-js/mermaid/pull/5471)
- fix: inconsistent MathML rendering & erroneous <br />s being added by
[@&#8203;NicolasNewman](https://redirect.github.com/NicolasNewman) in
[https://github.com/mermaid-js/mermaid/pull/5483](https://redirect.github.com/mermaid-js/mermaid/pull/5483)
- fix: move from objects to Maps by
[@&#8203;Yash-Singh1](https://redirect.github.com/Yash-Singh1) in
[https://github.com/mermaid-js/mermaid/pull/5468](https://redirect.github.com/mermaid-js/mermaid/pull/5468)
- Bug/5525 sequence diagram fix note z position by
[@&#8203;Ronid1](https://redirect.github.com/Ronid1) in
[https://github.com/mermaid-js/mermaid/pull/5564](https://redirect.github.com/mermaid-js/mermaid/pull/5564)
- Fix `sandbox` mode with UTF-16 characters by
[@&#8203;iansan5653](https://redirect.github.com/iansan5653) in
[https://github.com/mermaid-js/mermaid/pull/5520](https://redirect.github.com/mermaid-js/mermaid/pull/5520)
- \[XYChart] fixed incorrect spacing between data points by
[@&#8203;OG-NI](https://redirect.github.com/OG-NI) in
[https://github.com/mermaid-js/mermaid/pull/5556](https://redirect.github.com/mermaid-js/mermaid/pull/5556)
- fix: prevent escaping label styles by
[@&#8203;Yash-Singh1](https://redirect.github.com/Yash-Singh1) in
[https://github.com/mermaid-js/mermaid/pull/5598](https://redirect.github.com/mermaid-js/mermaid/pull/5598)
- fix(class):
[#&#8203;5624](https://redirect.github.com/mermaid-js/mermaid/issues/5624)
Reset direction to default in classDiagram by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5625](https://redirect.github.com/mermaid-js/mermaid/pull/5625)
- fix: double space in wrapped sequence diagram messages by
[@&#8203;Yash-Singh1](https://redirect.github.com/Yash-Singh1) in
[https://github.com/mermaid-js/mermaid/pull/5649](https://redirect.github.com/mermaid-js/mermaid/pull/5649)
- Fix Requirement overflow by
[@&#8203;Mikek16](https://redirect.github.com/Mikek16) in
[https://github.com/mermaid-js/mermaid/pull/5305](https://redirect.github.com/mermaid-js/mermaid/pull/5305)
- fix: Create a copy of config passed in initialize, so that theme
variables are not leaked to the object by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5725](https://redirect.github.com/mermaid-js/mermaid/pull/5725)
- Bug/4391 make markdown auto wrapping optional by
[@&#8203;dreathed](https://redirect.github.com/dreathed) in
[https://github.com/mermaid-js/mermaid/pull/4856](https://redirect.github.com/mermaid-js/mermaid/pull/4856)

<!---->

- Fixed styling for lines for ELK flowchart by
[@&#8203;itsalam](https://redirect.github.com/itsalam) in
[https://github.com/mermaid-js/mermaid/pull/4844](https://redirect.github.com/mermaid-js/mermaid/pull/4844)
- Correct the System_Boundary stereotype by
[@&#8203;jonmcewen](https://redirect.github.com/jonmcewen) in
[https://github.com/mermaid-js/mermaid/pull/5243](https://redirect.github.com/mermaid-js/mermaid/pull/5243)
- Remove `elkjs` dependency from mermaid package by
[@&#8203;Gusted](https://redirect.github.com/Gusted) in
[https://github.com/mermaid-js/mermaid/pull/5654](https://redirect.github.com/mermaid-js/mermaid/pull/5654)
- Aligning doctype so that mermaid renders in the same way with or
without it by [@&#8203;knsv](https://redirect.github.com/knsv) in
[https://github.com/mermaid-js/mermaid/pull/5727](https://redirect.github.com/mermaid-js/mermaid/pull/5727)

#### 🧰 Maintenance

- chore: Cleanup layoutelk by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5730](https://redirect.github.com/mermaid-js/mermaid/pull/5730)
- chore: Fix peer dependencies by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5737](https://redirect.github.com/mermaid-js/mermaid/pull/5737)
- chore: remove repetitive words by
[@&#8203;welfuture](https://redirect.github.com/welfuture) in
[https://github.com/mermaid-js/mermaid/pull/5476](https://redirect.github.com/mermaid-js/mermaid/pull/5476)
- chore: remove unrefSubSchemas by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5514](https://redirect.github.com/mermaid-js/mermaid/pull/5514)
- chore: setup Argos Visual Testing by
[@&#8203;gregberge](https://redirect.github.com/gregberge) in
[https://github.com/mermaid-js/mermaid/pull/5577](https://redirect.github.com/mermaid-js/mermaid/pull/5577)
- chore: fix Argos parallel by
[@&#8203;gregberge](https://redirect.github.com/gregberge) in
[https://github.com/mermaid-js/mermaid/pull/5581](https://redirect.github.com/mermaid-js/mermaid/pull/5581)
- chore: Deprecate mermaidAPI by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/4821](https://redirect.github.com/mermaid-js/mermaid/pull/4821)
- chore: Log granular rebuild times by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5609](https://redirect.github.com/mermaid-js/mermaid/pull/5609)
- chore: Update
[@&#8203;zenuml/core](https://redirect.github.com/zenuml/core)
dependency to version 3.23.27 by
[@&#8203;dontry](https://redirect.github.com/dontry) in
[https://github.com/mermaid-js/mermaid/pull/5607](https://redirect.github.com/mermaid-js/mermaid/pull/5607)
- chore: 5237 Cleanup by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5606](https://redirect.github.com/mermaid-js/mermaid/pull/5606)
- chore: Update pnpm and lockfile by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5728](https://redirect.github.com/mermaid-js/mermaid/pull/5728)
- Split chunks into individual dirs by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/4733](https://redirect.github.com/mermaid-js/mermaid/pull/4733)

<!---->

- remove duplicate `@types/d3-scale` dev dependency by
[@&#8203;Yokozuna59](https://redirect.github.com/Yokozuna59) in
[https://github.com/mermaid-js/mermaid/pull/4749](https://redirect.github.com/mermaid-js/mermaid/pull/4749)
- \[v11] Limit `MermaidConfig` enum TypesScript types to certain values
by [@&#8203;aloisklink](https://redirect.github.com/aloisklink) in
[https://github.com/mermaid-js/mermaid/pull/4803](https://redirect.github.com/mermaid-js/mermaid/pull/4803)
- Move ELK to standalone package by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5049](https://redirect.github.com/mermaid-js/mermaid/pull/5049)
- Remove default properties before generating the config types by
[@&#8203;disog](https://redirect.github.com/disog) in
[https://github.com/mermaid-js/mermaid/pull/5126](https://redirect.github.com/mermaid-js/mermaid/pull/5126)
- refactor: Convert flowDB to TS by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5077](https://redirect.github.com/mermaid-js/mermaid/pull/5077)
- refactor: Support async parsers \[internal] by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5233](https://redirect.github.com/mermaid-js/mermaid/pull/5233)
- build(deps): update `langium` to `v3` and apply the required changes
by [@&#8203;Yokozuna59](https://redirect.github.com/Yokozuna59) in
[https://github.com/mermaid-js/mermaid/pull/5345](https://redirect.github.com/mermaid-js/mermaid/pull/5345)
- ci(e2e): avoid commenting on PRs in CI, fixing PRs from forks by
[@&#8203;aloisklink](https://redirect.github.com/aloisklink) in
[https://github.com/mermaid-js/mermaid/pull/5365](https://redirect.github.com/mermaid-js/mermaid/pull/5365)
- \[[PR#5468](https://redirect.github.com/PR/mermaid/issues/5468)]
refactor: remove TypeScript non null assertions by
[@&#8203;aloisklink](https://redirect.github.com/aloisklink) in
[https://github.com/mermaid-js/mermaid/pull/5518](https://redirect.github.com/mermaid-js/mermaid/pull/5518)
- Fixed entrypoint path by
[@&#8203;nirname](https://redirect.github.com/nirname) in
[https://github.com/mermaid-js/mermaid/pull/5566](https://redirect.github.com/mermaid-js/mermaid/pull/5566)
- Fixed wrong ELK detector by
[@&#8203;nirname](https://redirect.github.com/nirname) in
[https://github.com/mermaid-js/mermaid/pull/5579](https://redirect.github.com/mermaid-js/mermaid/pull/5579)
- Cleanup Cypress tests by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5586](https://redirect.github.com/mermaid-js/mermaid/pull/5586)
- ESLint V9 - Typed by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5608](https://redirect.github.com/mermaid-js/mermaid/pull/5608)
- Update eslint to v9 by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5603](https://redirect.github.com/mermaid-js/mermaid/pull/5603)
- ci: upgrade to pnpm/action-setup@v4 to avoid CI failures by
[@&#8203;frantic1048](https://redirect.github.com/frantic1048) in
[https://github.com/mermaid-js/mermaid/pull/5621](https://redirect.github.com/mermaid-js/mermaid/pull/5621)
- test: Argos parallel by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5635](https://redirect.github.com/mermaid-js/mermaid/pull/5635)
- Add autofix.ci by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5651](https://redirect.github.com/mermaid-js/mermaid/pull/5651)
- 5237 Review Updates by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5670](https://redirect.github.com/mermaid-js/mermaid/pull/5670)
- Support flowchart-elk to use layout: elk by
[@&#8203;sidharthv96](https://redirect.github.com/sidharthv96) in
[https://github.com/mermaid-js/mermaid/pull/5729](https://redirect.github.com/mermaid-js/mermaid/pull/5729)

#### 📚 Documentation

- Update docs to properly showcase participant ordering by
[@&#8203;loucadufault](https://redirect.github.com/loucadufault) in
[https://github.com/mermaid-js/mermaid/pull/5306](https://redirect.github.com/mermaid-js/mermaid/pull/5306)
- DOCS: Add blog post - Official Mermaid Chart for Confluence app by
[@&#8203;huynhicode](https://redirect.github.com/huynhicode) in
[https://github.com/mermaid-js/mermaid/pull/5536](https://redirect.github.com/mermaid-js/mermaid/pull/5536)
- docs: fix node version in CONTRIBUTING.md by
[@&#8203;exoego](https://redirect.github.com/exoego) in
[https://github.com/mermaid-js/mermaid/pull/5573](https://redirect.github.com/mermaid-js/mermaid/pull/5573)
- docs: Added demo diagram of bidirectional arrows for sequence diagrams
by [@&#8203;Justin-Garey](https://redirect.github.com/Justin-Garey) in
[https://github.com/mermaid-js/mermaid/pull/5589](https://redirect.github.com/mermaid-js/mermaid/pull/5589)
- DOCS: Product Hunt by
[@&#8203;huynhicode](https://redirect.github.com/huynhicode) in
[https://github.com/mermaid-js/mermaid/pull/5602](https://redirect.github.com/mermaid-js/mermaid/pull/5602)
- Adds Doctave to list of integrations by
[@&#8203;begleynk](https://redirect.github.com/begleynk) in
[https://github.com/mermaid-js/mermaid/pull/5614](https://redirect.github.com/mermaid-js/mermaid/pull/5614)
- docs: fix the classDef example in stateDiagram not display as code
block, and long text display overflows by
[@&#8203;ScriptBloom](https://redirect.github.com/ScriptBloom) in
[https://github.com/mermaid-js/mermaid/pull/5640](https://redirect.github.com/mermaid-js/mermaid/pull/5640)

<!---->

- Add LLM integration section in productivity tools and add HueHive by
[@&#8203;kamalkishor1991](https://redirect.github.com/kamalkishor1991)
in
[https://github.com/mermaid-js/mermaid/pull/5351](https://redirect.github.com/mermaid-js/mermaid/pull/5351)
- Update integrations-community: add Drupal and module. by
[@&#8203;swirtSJW](https://redirect.github.com/swirtSJW) in
[https://github.com/mermaid-js/mermaid/pull/5389](https://redirect.github.com/mermaid-js/mermaid/pull/5389)
- Update entityRelationshipDiagram.md by
[@&#8203;anlai46](https://redirect.github.com/anlai46) in
[https://github.com/mermaid-js/mermaid/pull/5413](https://redirect.github.com/mermaid-js/mermaid/pull/5413)
- Add named composite state example to stateDiagram-v2 by
[@&#8203;cbugk](https://redirect.github.com/cbugk) in
[https://github.com/mermaid-js/mermaid/pull/5485](https://redirect.github.com/mermaid-js/mermaid/pull/5485)
- Update integrations-community: Add MarkChart, a macOS app to preview …
by [@&#8203;Timac](https://redirect.github.com/Timac) in
[https://github.com/mermaid-js/mermaid/pull/5490](https://redirect.github.com/mermaid-js/mermaid/pull/5490)
- Added to "others" section on integration with Astro by
[@&#8203;conradagramont](https://redirect.github.com/conradagramont) in
[https://github.com/mermaid-js/mermaid/pull/5506](https://redirect.github.com/mermaid-js/mermaid/pull/5506)
- Updated Mermaid Chart ChatGPT plugin link by
[@&#8203;Abrifq](https://redirect.github.com/Abrifq) in
[https://github.com/mermaid-js/mermaid/pull/5509](https://redirect.github.com/mermaid-js/mermaid/pull/5509)
- Tiny improvements to Diagram Syntax sidebar by
[@&#8203;TWiStErRob](https://redirect.github.com/TWiStErRob) in
[https://github.com/mermaid-js/mermaid/pull/5532](https://redirect.github.com/mermaid-js/mermaid/pull/5532)
- Update flowchart.md by
[@&#8203;GRASBOCK](https://redirect.github.com/GRASBOCK) in
[https://github.com/mermaid-js/mermaid/pull/5517](https://redirect.github.com/mermaid-js/mermaid/pull/5517)
- Explain line breaks in `sequenceDiagram.md` by
[@&#8203;abitrolly](https://redirect.github.com/abitrolly) in
[https://github.com/mermaid-js/mermaid/pull/5570](https://redirect.github.com/mermaid-js/mermaid/pull/5570)
- Add Slidev to the list of integrations by
[@&#8203;KermanX](https://redirect.github.com/KermanX) in
[https://github.com/mermaid-js/mermaid/pull/5629](https://redirect.github.com/mermaid-js/mermaid/pull/5629)
- Add Madness to integrations-community.md by
[@&#8203;DannyBen](https://redirect.github.com/DannyBen) in
[https://github.com/mermaid-js/mermaid/pull/5591](https://redirect.github.com/mermaid-js/mermaid/pull/5591)
- typo by
[@&#8203;inverted-capital](https://redirect.github.com/inverted-capital)
in
[https://github.com/mermaid-js/mermaid/pull/5641](https://redirect.github.com/mermaid-js/mermaid/pull/5641)
- add MonsterWriter to list of community integrations by
[@&#8203;wolfoo2931](https://redirect.github.com/wolfoo2931) in
[https://github.com/mermaid-js/mermaid/pull/5719](https://redirect.github.com/mermaid-js/mermaid/pull/5719)

#### New Contributors

- [@&#8203;disog](https://redirect.github.com/disog) made their first
contribution in
[https://github.com/mermaid-js/mermaid/pull/5126](https://redirect.github.com/mermaid-js/mermaid/pull/5126)
- [@&#8203;kamalkishor1991](https://redirect.github.com/kamalkishor1991)
made their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5351](https://redirect.github.com/mermaid-js/mermaid/pull/5351)
- [@&#8203;github-actions](https://redirect.github.com/github-actions)
made their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5375](https://redirect.github.com/mermaid-js/mermaid/pull/5375)
- [@&#8203;swirtSJW](https://redirect.github.com/swirtSJW) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5389](https://redirect.github.com/mermaid-js/mermaid/pull/5389)
- [@&#8203;loucadufault](https://redirect.github.com/loucadufault) made
their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5306](https://redirect.github.com/mermaid-js/mermaid/pull/5306)
- [@&#8203;itsalam](https://redirect.github.com/itsalam) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/4844](https://redirect.github.com/mermaid-js/mermaid/pull/4844)
- [@&#8203;JingyuMarcelLee](https://redirect.github.com/JingyuMarcelLee)
made their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5259](https://redirect.github.com/mermaid-js/mermaid/pull/5259)
- [@&#8203;anlai46](https://redirect.github.com/anlai46) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5413](https://redirect.github.com/mermaid-js/mermaid/pull/5413)
- [@&#8203;jakobskrym](https://redirect.github.com/jakobskrym) made
their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5430](https://redirect.github.com/mermaid-js/mermaid/pull/5430)
- [@&#8203;ilyes-ced](https://redirect.github.com/ilyes-ced) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5173](https://redirect.github.com/mermaid-js/mermaid/pull/5173)
- [@&#8203;welfuture](https://redirect.github.com/welfuture) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5476](https://redirect.github.com/mermaid-js/mermaid/pull/5476)
- [@&#8203;cbugk](https://redirect.github.com/cbugk) made their first
contribution in
[https://github.com/mermaid-js/mermaid/pull/5485](https://redirect.github.com/mermaid-js/mermaid/pull/5485)
- [@&#8203;Timac](https://redirect.github.com/Timac) made their first
contribution in
[https://github.com/mermaid-js/mermaid/pull/5490](https://redirect.github.com/mermaid-js/mermaid/pull/5490)
- [@&#8203;conradagramont](https://redirect.github.com/conradagramont)
made their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5506](https://redirect.github.com/mermaid-js/mermaid/pull/5506)
- [@&#8203;igorwessel](https://redirect.github.com/igorwessel) made
their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5503](https://redirect.github.com/mermaid-js/mermaid/pull/5503)
- [@&#8203;GRASBOCK](https://redirect.github.com/GRASBOCK) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5517](https://redirect.github.com/mermaid-js/mermaid/pull/5517)
- [@&#8203;TWiStErRob](https://redirect.github.com/TWiStErRob) made
their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5532](https://redirect.github.com/mermaid-js/mermaid/pull/5532)
- [@&#8203;exoego](https://redirect.github.com/exoego) made their first
contribution in
[https://github.com/mermaid-js/mermaid/pull/5573](https://redirect.github.com/mermaid-js/mermaid/pull/5573)
- [@&#8203;gregberge](https://redirect.github.com/gregberge) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5577](https://redirect.github.com/mermaid-js/mermaid/pull/5577)
- [@&#8203;jonmcewen](https://redirect.github.com/jonmcewen) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5243](https://redirect.github.com/mermaid-js/mermaid/pull/5243)
- [@&#8203;abitrolly](https://redirect.github.com/abitrolly) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5570](https://redirect.github.com/mermaid-js/mermaid/pull/5570)
- [@&#8203;iansan5653](https://redirect.github.com/iansan5653) made
their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5520](https://redirect.github.com/mermaid-js/mermaid/pull/5520)
- [@&#8203;OG-NI](https://redirect.github.com/OG-NI) made their first
contribution in
[https://github.com/mermaid-js/mermaid/pull/5556](https://redirect.github.com/mermaid-js/mermaid/pull/5556)
- [@&#8203;Justin-Garey](https://redirect.github.com/Justin-Garey) made
their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5589](https://redirect.github.com/mermaid-js/mermaid/pull/5589)
- [@&#8203;begleynk](https://redirect.github.com/begleynk) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5614](https://redirect.github.com/mermaid-js/mermaid/pull/5614)
- [@&#8203;frantic1048](https://redirect.github.com/frantic1048) made
their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5621](https://redirect.github.com/mermaid-js/mermaid/pull/5621)
- [@&#8203;KermanX](https://redirect.github.com/KermanX) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5629](https://redirect.github.com/mermaid-js/mermaid/pull/5629)
- [@&#8203;ScriptBloom](https://redirect.github.com/ScriptBloom) made
their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5640](https://redirect.github.com/mermaid-js/mermaid/pull/5640)
- [@&#8203;DannyBen](https://redirect.github.com/DannyBen) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5591](https://redirect.github.com/mermaid-js/mermaid/pull/5591)
-
[@&#8203;inverted-capital](https://redirect.github.com/inverted-capital)
made their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5641](https://redirect.github.com/mermaid-js/mermaid/pull/5641)
- [@&#8203;wolfoo2931](https://redirect.github.com/wolfoo2931) made
their first contribution in
[https://github.com/mermaid-js/mermaid/pull/5719](https://redirect.github.com/mermaid-js/mermaid/pull/5719)
- [@&#8203;Mikek16](https://redirect.github.com/Mikek16) made their
first contribution in
[https://github.com/mermaid-js/mermaid/pull/5305](https://redirect.github.com/mermaid-js/mermaid/pull/5305)
**Full Changelog**:
mermaid-js/mermaid@v10.9.1...v11.0.0

🎉 **Thanks to all contributors helping with this release!** 🎉

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/aneoconsulting/ArmoniK.Core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
aneojgurhem authored Nov 14, 2024
2 parents 5f4fb47 + dad3489 commit 4156fca
Show file tree
Hide file tree
Showing 2 changed files with 580 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@aneoconsultingfr/armonik-docs-theme": "^0.6.12",
"mermaid": "^10.2.3",
"mermaid": "^11.4.0",
"nuxt": "^3.6.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4156fca

Please sign in to comment.