Skip to content

Commit ba5a53a

Browse files
fix(deps): update dependency mermaid to v11.7.0 (#1224)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mermaid](https://redirect.github.com/mermaid-js/mermaid) | [`11.6.0` -> `11.7.0`](https://renovatebot.com/diffs/npm/mermaid/11.6.0/11.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mermaid/11.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mermaid/11.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mermaid/11.6.0/11.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mermaid/11.6.0/11.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mermaid-js/mermaid (mermaid)</summary> ### [`v11.7.0`](https://redirect.github.com/mermaid-js/mermaid/releases/tag/mermaid%4011.7.0) [Compare Source](https://redirect.github.com/mermaid-js/mermaid/compare/[email protected]@11.7.0) ##### Minor Changes - [#&#8203;6479](https://redirect.github.com/mermaid-js/mermaid/pull/6479) [`97b79c3`](https://redirect.github.com/mermaid-js/mermaid/commit/97b79c3578a2004c63fa32f6d5e17bd8a536e13a) Thanks [@&#8203;monicanguyen25](https://redirect.github.com/monicanguyen25)! - feat: Add Vertical Line To Gantt Plot At Specified Time - [#&#8203;6225](https://redirect.github.com/mermaid-js/mermaid/pull/6225) [`41e84b7`](https://redirect.github.com/mermaid-js/mermaid/commit/41e84b726a1f2df002b77c4b0071e2c15e47838e) Thanks [@&#8203;Shahir-47](https://redirect.github.com/Shahir-47)! - feat: Add support for styling Journey Diagram title (color, font-family, and font-size) - [#&#8203;6423](https://redirect.github.com/mermaid-js/mermaid/pull/6423) [`aa6cb86`](https://redirect.github.com/mermaid-js/mermaid/commit/aa6cb86899968c65561eebfc1d54dd086b1518a2) Thanks [@&#8203;BambioGaming](https://redirect.github.com/BambioGaming)! - Added support for the click directive in stateDiagram syntax - [#&#8203;5980](https://redirect.github.com/mermaid-js/mermaid/pull/5980) [`df9df9d`](https://redirect.github.com/mermaid-js/mermaid/commit/df9df9dc32b80a8c320cc0efd5483b9485f15bde) Thanks [@&#8203;BryanCrotazGivEnergy](https://redirect.github.com/BryanCrotazGivEnergy)! - feat: Add shorter `+<count>: Label` syntax in packet diagram - [#&#8203;6523](https://redirect.github.com/mermaid-js/mermaid/pull/6523) [`c17277e`](https://redirect.github.com/mermaid-js/mermaid/commit/c17277e743b1c12e4134fba44c62a7d5885f2574) Thanks [@&#8203;NourBenz](https://redirect.github.com/NourBenz)! - fix: allow sequence diagram arrows with a trailing colon but no message - [#&#8203;6475](https://redirect.github.com/mermaid-js/mermaid/pull/6475) [`a1ba65c`](https://redirect.github.com/mermaid-js/mermaid/commit/a1ba65c0c08432ec36e772570c3a5899cb57c102) Thanks [@&#8203;Shahir-47](https://redirect.github.com/Shahir-47)! - feat: Dynamically Render Data Labels Within Bar Charts ##### Patch Changes - [#&#8203;6588](https://redirect.github.com/mermaid-js/mermaid/pull/6588) [`b1cf291`](https://redirect.github.com/mermaid-js/mermaid/commit/b1cf29127348602137552405e3300dee1697f0de) Thanks [@&#8203;omkarht](https://redirect.github.com/omkarht)! - Fix stroke styles for ER diagram to correctly apply path and row-specific styles - [#&#8203;6296](https://redirect.github.com/mermaid-js/mermaid/pull/6296) [`a4754ad`](https://redirect.github.com/mermaid-js/mermaid/commit/a4754ad195e70d52fbd46ef44f40797d2d215e41) Thanks [@&#8203;sidharthv96](https://redirect.github.com/sidharthv96)! - chore: Convert StateDB into TypeScript - [#&#8203;6463](https://redirect.github.com/mermaid-js/mermaid/pull/6463) [`2b05d7e`](https://redirect.github.com/mermaid-js/mermaid/commit/2b05d7e1edef635e6c80cb383b10ea0a89279f41) Thanks [@&#8203;AaronMoat](https://redirect.github.com/AaronMoat)! - fix: Remove incorrect `style="undefined;"` attributes in some Mermaid diagrams - [#&#8203;6282](https://redirect.github.com/mermaid-js/mermaid/pull/6282) [`d63d3bf`](https://redirect.github.com/mermaid-js/mermaid/commit/d63d3bf1e7596ac7eeb24ba06cbc7a70f9c8b070) Thanks [@&#8203;saurabhg772244](https://redirect.github.com/saurabhg772244)! - FontAwesome icons can now be embedded as SVGs in flowcharts if they are registered via `mermaid.registerIconPacks`. - [#&#8203;6407](https://redirect.github.com/mermaid-js/mermaid/pull/6407) [`cdbd3e5`](https://redirect.github.com/mermaid-js/mermaid/commit/cdbd3e58a3a35d63a79258115dedca4a535c1038) Thanks [@&#8203;thomascizeron](https://redirect.github.com/thomascizeron)! - Refactor grammar so that title don't break Architecture Diagrams - [#&#8203;6343](https://redirect.github.com/mermaid-js/mermaid/pull/6343) [`1ddaf10`](https://redirect.github.com/mermaid-js/mermaid/commit/1ddaf10b89d8c7311c5e10d466b42fa36b61210b) Thanks [@&#8203;jeswr](https://redirect.github.com/jeswr)! - fix: allow colons in events - [#&#8203;6616](https://redirect.github.com/mermaid-js/mermaid/pull/6616) [`ca80f71`](https://redirect.github.com/mermaid-js/mermaid/commit/ca80f719eac86cf4c31392105d5d896f39b84bbc) Thanks [@&#8203;ashishjain0512](https://redirect.github.com/ashishjain0512)! - fix(timeline): ensure consistent vertical line lengths with visible arrowheads Fixed timeline diagrams where vertical dashed lines from tasks had inconsistent lengths. All vertical lines now extend to the same depth regardless of the number of events in each column, with sufficient padding to clearly display both the dashed line pattern and complete arrowheads. - [#&#8203;6566](https://redirect.github.com/mermaid-js/mermaid/pull/6566) [`bca6ed6`](https://redirect.github.com/mermaid-js/mermaid/commit/bca6ed67c3e0db910bf498fdd0fc0346c02d392b) Thanks [@&#8203;arpitjain099](https://redirect.github.com/arpitjain099)! - fix: Fix incomplete string escaping in URL manipulation logic when `arrowMarkerAbsolute: true` by ensuring all unsafe characters are escaped. - Updated dependencies \[[`df9df9d`](https://redirect.github.com/mermaid-js/mermaid/commit/df9df9dc32b80a8c320cc0efd5483b9485f15bde), [`cdbd3e5`](https://redirect.github.com/mermaid-js/mermaid/commit/cdbd3e58a3a35d63a79258115dedca4a535c1038)]: - [@&#8203;mermaid-js/parser](https://redirect.github.com/mermaid-js/parser)@&#8203;0.5.0 </details> --- ### 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. --- - [ ] <!-- 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/open-feature/openfeature.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f059347 commit ba5a53a

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"embla-carousel-react": "^8.6.0",
4848
"instantsearch-itemsjs-adapter": "^1.1.5",
4949
"itemsjs": "^2.1.25",
50-
"mermaid": "11.6.0",
50+
"mermaid": "11.7.0",
5151
"postcss": "^8.5.4",
5252
"prism-react-renderer": "2.4.1",
5353
"prismjs": "1.30.0",

yarn.lock

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,6 +2325,13 @@
23252325
dependencies:
23262326
langium "3.3.1"
23272327

2328+
"@mermaid-js/parser@^0.5.0":
2329+
version "0.5.0"
2330+
resolved "https://registry.yarnpkg.com/@mermaid-js/parser/-/parser-0.5.0.tgz#63d676e930b0cfd6abfeadee46fb228761438ce6"
2331+
integrity sha512-AiaN7+VjXC+3BYE+GwNezkpjIcCI2qIMB/K4S2/vMWe0q/XJCBbx5+K7iteuz7VyltX9iAK4FmVTvGc9kjOV4w==
2332+
dependencies:
2333+
langium "3.3.1"
2334+
23282335
"@nodelib/[email protected]":
23292336
version "2.1.5"
23302337
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -5552,7 +5559,7 @@ domhandler@^5.0.2, domhandler@^5.0.3:
55525559
dependencies:
55535560
domelementtype "^2.3.0"
55545561

5555-
dompurify@^3.2.4:
5562+
dompurify@^3.2.4, dompurify@^3.2.5:
55565563
version "3.2.6"
55575564
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.6.tgz#ca040a6ad2b88e2a92dc45f38c79f84a714a1cad"
55585565
integrity sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==
@@ -8516,7 +8523,33 @@ merge2@^1.3.0, merge2@^1.4.1:
85168523
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
85178524
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
85188525

8519-
[email protected], mermaid@>=11.6.0:
8526+
8527+
version "11.7.0"
8528+
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.7.0.tgz#53f319147632db15e499c5ccb72b24b277a00bae"
8529+
integrity sha512-/1/5R0rt0Z1Ak0CuznAnCF3HtQgayRXUz6SguzOwN4L+DuCobz0UxnQ+ZdTSZ3AugKVVh78tiVmsHpHWV25TCw==
8530+
dependencies:
8531+
"@braintree/sanitize-url" "^7.0.4"
8532+
"@iconify/utils" "^2.1.33"
8533+
"@mermaid-js/parser" "^0.5.0"
8534+
"@types/d3" "^7.4.3"
8535+
cytoscape "^3.29.3"
8536+
cytoscape-cose-bilkent "^4.1.0"
8537+
cytoscape-fcose "^2.2.0"
8538+
d3 "^7.9.0"
8539+
d3-sankey "^0.12.3"
8540+
dagre-d3-es "7.0.11"
8541+
dayjs "^1.11.13"
8542+
dompurify "^3.2.5"
8543+
katex "^0.16.9"
8544+
khroma "^2.1.0"
8545+
lodash-es "^4.17.21"
8546+
marked "^15.0.7"
8547+
roughjs "^4.6.6"
8548+
stylis "^4.3.6"
8549+
ts-dedent "^2.2.0"
8550+
uuid "^11.1.0"
8551+
8552+
mermaid@>=11.6.0:
85208553
version "11.6.0"
85218554
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.6.0.tgz#eee45cdc3087be561a19faf01745596d946bb575"
85228555
integrity sha512-PE8hGUy1LDlWIHWBP05SFdqUHGmRcCcK4IzpOKPE35eOw+G9zZgcnMpyunJVUEOgb//KBORPjysKndw8bFLuRg==

0 commit comments

Comments
 (0)