Skip to content

Commit 0f2a5d6

Browse files
chore(package): update dependency mermaid to v11.5.0 (#38)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mermaid](https://redirect.github.com/mermaid-js/mermaid) | [`11.4.1` -> `11.5.0`](https://renovatebot.com/diffs/npm/mermaid/11.4.1/11.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mermaid/11.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mermaid/11.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mermaid/11.4.1/11.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mermaid/11.4.1/11.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mermaid-js/mermaid (mermaid)</summary> ### [`v11.5.0`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.5.0) [Compare Source](https://redirect.github.com/mermaid-js/mermaid/compare/mermaid@11.4.1...mermaid@11.5.0) ##### Minor Changes - [#&#8203;6187](https://redirect.github.com/mermaid-js/mermaid/pull/6187) [`7809b5a`](https://redirect.github.com/mermaid-js/mermaid/commit/7809b5a93fae127f45727071f5ff14325222c518) Thanks [@&#8203;ashishjain0512](https://redirect.github.com/ashishjain0512)! - Flowchart new syntax for node metadata bugs - Incorrect label mapping for nodes when using `&` - Syntax error when `}` with trailing spaces before new line - [#&#8203;6136](https://redirect.github.com/mermaid-js/mermaid/pull/6136) [`ec0d9c3`](https://redirect.github.com/mermaid-js/mermaid/commit/ec0d9c389aa6018043187654044c1e0b5aa4f600) Thanks [@&#8203;knsv](https://redirect.github.com/knsv)! - Adding support for animation of flowchart edges - [#&#8203;6373](https://redirect.github.com/mermaid-js/mermaid/pull/6373) [`05bdf0e`](https://redirect.github.com/mermaid-js/mermaid/commit/05bdf0e20e2629fe77513218fbd4e28e65f75882) Thanks [@&#8203;ashishjain0512](https://redirect.github.com/ashishjain0512)! - Upgrade Requirement and ER diagram to use the common renderer flow - Added support for directions - Added support for hand drawn look - [#&#8203;6371](https://redirect.github.com/mermaid-js/mermaid/pull/6371) [`4d25cab`](https://redirect.github.com/mermaid-js/mermaid/commit/4d25caba8e65df078966a283e7e0ae1200bef595) Thanks [@&#8203;knsv](https://redirect.github.com/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 - [#&#8203;6064](https://redirect.github.com/mermaid-js/mermaid/pull/6064) [`2a91849`](https://redirect.github.com/mermaid-js/mermaid/commit/2a91849a38641e97ed6b20cb60aa4506d1b63177) Thanks [@&#8203;NicolasNewman](https://redirect.github.com/NicolasNewman)! - fix: architecture diagrams no longer grow to extreme heights due to conflicting alignments - [#&#8203;6198](https://redirect.github.com/mermaid-js/mermaid/pull/6198) [`963efa6`](https://redirect.github.com/mermaid-js/mermaid/commit/963efa64c794466dcd0f06bad6de6ba554d05a54) Thanks [@&#8203;ferozmht](https://redirect.github.com/ferozmht)! - Fixes for consistent edge id creation & handling edge cases for animate edge feature - [#&#8203;6196](https://redirect.github.com/mermaid-js/mermaid/pull/6196) [`127bac1`](https://redirect.github.com/mermaid-js/mermaid/commit/127bac1147034d8a8588cc8f7870abe92ebc945e) Thanks [@&#8203;knsv](https://redirect.github.com/knsv)! - Fix for issue [#&#8203;6195](https://redirect.github.com/mermaid-js/mermaid/issues/6195) - allowing @&#8203; signs inside node labels - [#&#8203;6212](https://redirect.github.com/mermaid-js/mermaid/pull/6212) [`90bbf90`](https://redirect.github.com/mermaid-js/mermaid/commit/90bbf90a83bf5da53fc8030cf1370bc8238fa4aa) Thanks [@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244)! - fix: `mermaidAPI.getDiagramFromText()` now returns a new different db for each class diagram - [#&#8203;6218](https://redirect.github.com/mermaid-js/mermaid/pull/6218) [`232e60c`](https://redirect.github.com/mermaid-js/mermaid/commit/232e60c8cbaea804e6d98aa90f90d1ce76730e17) Thanks [@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244)! - fix: revert state db to resolve getData returning empty nodes and edges - [#&#8203;6250](https://redirect.github.com/mermaid-js/mermaid/pull/6250) [`9cad3c7`](https://redirect.github.com/mermaid-js/mermaid/commit/9cad3c7aea3bbbc61495b23225ccff76d312783f) Thanks [@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244)! - `mermaidAPI.getDiagramFromText()` now returns a new db instance on each call for state diagrams - [#&#8203;6293](https://redirect.github.com/mermaid-js/mermaid/pull/6293) [`cfd84e5`](https://redirect.github.com/mermaid-js/mermaid/commit/cfd84e54d502f4d36a35b50478121558cfbef2c4) Thanks [@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244)! - Added versioning to StateDB and updated tests and diagrams to use it. - [#&#8203;6161](https://redirect.github.com/mermaid-js/mermaid/pull/6161) [`6cc31b7`](https://redirect.github.com/mermaid-js/mermaid/commit/6cc31b74530baa6d0f527346ab1395b0896bb3c2) Thanks [@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244)! - fix: `mermaidAPI.getDiagramFromText()` now returns a new different db for each flowchart - [#&#8203;6272](https://redirect.github.com/mermaid-js/mermaid/pull/6272) [`ffa7804`](https://redirect.github.com/mermaid-js/mermaid/commit/ffa7804af0701b3d044d6794e36bd9132d6c7e8d) Thanks [@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244)! - fix: `mermaidAPI.getDiagramFromText()` now returns a new different db for each sequence diagram. Added unique IDs for messages. - [#&#8203;6205](https://redirect.github.com/mermaid-js/mermaid/pull/6205) [`32a68d4`](https://redirect.github.com/mermaid-js/mermaid/commit/32a68d489ed83a5b79f516d6b2fb3a7505c5eb24) Thanks [@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244)! - fix: Gantt, Sankey and User Journey diagram are now able to pick font-family from mermaid config. - [#&#8203;6295](https://redirect.github.com/mermaid-js/mermaid/pull/6295) [`da6361f`](https://redirect.github.com/mermaid-js/mermaid/commit/da6361f6527918b4b6a9c07cc9558cf2e2c709d2) Thanks [@&#8203;omkarht](https://redirect.github.com/omkarht)! - fix: `getDirection` and `setDirection` in `stateDb` refactored to return and set actual direction - [#&#8203;6185](https://redirect.github.com/mermaid-js/mermaid/pull/6185) [`3e32332`](https://redirect.github.com/mermaid-js/mermaid/commit/3e32332814c659e7ed1bb73d4a26ed4e61b77d59) Thanks [@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244)! - `mermaidAPI.getDiagramFromText()` now returns a new different db for each state diagram </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 12pm on sunday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- 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/ixm-one/ixm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZTpkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZTpub2RlIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 287dd99 commit 0f2a5d6

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package-lock.json

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)