[PR #1402] [CLOSED] Bump mermaid from 8.9.0 to 8.11.0 #1324

Closed
opened 2026-03-03 00:25:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1402
Author: @dependabot[bot]
Created: 12/10/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/mermaid-8.11.0


📝 Commits (1)

  • 59bbf2d Bump mermaid from 8.9.0 to 8.11.0

📊 Changes

2 files changed (+25 additions, -65 deletions)

View changed files

📝 package-lock.json (+24 -64)
📝 package.json (+1 -1)

📄 Description

Bumps mermaid from 8.9.0 to 8.11.0.

Release notes

Sourced from mermaid's releases.

8.11.0

Release Notes

🚀 Features

  • Switching default renderer for state diagrams to the new and improved renderer also used for stateDiagram-v2 (#2151) @​knsv
  • Improved theming functionality with new diagram specific variables for user journey diagram (#2133) @​ashishjain0512
  • Handling of javascript urls and blocking onerror when using security setting antiscript (#2123) @​knsv
  • Removed some non-production dependencies from the list of production dependencies (#2109) @​fabiospampinato
  • Assign proper namespaces to foreignObject children (#2119) @​lishid

Documentation updates

🎉 Thanks to all contributors helping with this release! 🎉

8.10.2

Features

Documentation updates

🎉 Thanks to all contributors helping with this release! 🎉

8.10.1

Release Notes 8.10.1

New features

  • Possibility added to change direction for the rendering in composite states in state diagrams (#2058) @​knsv
  • #2032 Adding new statement to add choice shape in state diagrams (#2034) @​knsv
  • #2029 option to configure renderer which version of the render to use for flowcharts, class diagrams and state diagrams (#2031) @​knsv
  • #1648, #1656 Making Pie Chart more configurable (#2051) @​ashishjain0512
  • #2043 Pie Chart to support Themes and configurable slice/section color
  • More theming options for state diagrams (#2048) @​knsv

Bug fixes

  • Fixes for links to and from subgraphs and labels on multiple edges from the same node to the same destination (#2025) @​knsv

... (truncated)

Commits
  • eef4ef5 Version update to 8.11.0
  • 9cc4f73 Merge pull request #2151 from mermaid-js/2125_switch_state_renderer
  • d0d8749 #2125 Switching default renderer for state diagrams
  • 09a97d3 Merge pull request #2125 from TribalNightOwl/patch-1
  • db049f9 Merge pull request #2119 from lishid/develop
  • c133595 Merge pull request #2133 from mermaid-js/2132_style_journey_diagram
  • 3a65551 Merge pull request #2141 from bish0polis/patch-1
  • 62c6b9d Merge pull request #2109 from fabiospampinato/no-useless-prod-deps
  • a78ccb4 Merge pull request #2083 from hydrosquall/patch-1
  • ecede31 Update flowchart.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/1402 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/10/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/mermaid-8.11.0` --- ### 📝 Commits (1) - [`59bbf2d`](https://github.com/BoostIO/BoostNote-App/commit/59bbf2dfc40843e2b87bca03bee9c874ba797f18) Bump mermaid from 8.9.0 to 8.11.0 ### 📊 Changes **2 files changed** (+25 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+24 -64) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [mermaid](https://github.com/knsv/mermaid) from 8.9.0 to 8.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/knsv/mermaid/releases">mermaid's releases</a>.</em></p> <blockquote> <h2>8.11.0</h2> <h1>Release Notes</h1> <h2>🚀 Features</h2> <ul> <li>Switching default renderer for state diagrams to the new and improved renderer also used for <code>stateDiagram-v2</code> (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2151">#2151</a>) <a href="https://github.com/knsv"><code>@​knsv</code></a></li> <li>Improved theming functionality with new diagram specific variables for user journey diagram (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2133">#2133</a>) <a href="https://github.com/ashishjain0512"><code>@​ashishjain0512</code></a></li> <li>Handling of javascript urls and blocking <code>onerror</code> when using security setting <code>antiscript</code> (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2123">#2123</a>) <a href="https://github.com/knsv"><code>@​knsv</code></a></li> <li>Removed some non-production dependencies from the list of production dependencies (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2109">#2109</a>) <a href="https://github.com/fabiospampinato"><code>@​fabiospampinato</code></a></li> <li>Assign proper namespaces to foreignObject children (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2119">#2119</a>) <a href="https://github.com/lishid"><code>@​lishid</code></a></li> </ul> <h2>Documentation updates</h2> <ul> <li>[docs] Update default log level value with correct datatype (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2083">#2083</a>) <a href="https://github.com/hydrosquall"><code>@​hydrosquall</code></a></li> <li>Update flowchart.md (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2141">#2141</a>) <a href="https://github.com/bish0polis"><code>@​bish0polis</code></a></li> <li>fix typo (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2125">#2125</a>) <a href="https://github.com/TribalNightOwl"><code>@​TribalNightOwl</code></a></li> </ul> <p>🎉 <strong>Thanks to all contributors helping with this release!</strong> 🎉</p> <h1>8.10.2</h1> <h2>Features</h2> <ul> <li><a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2072">#2072</a> Making the subgraphs and composite states grow with the title if the title is wider than the content. (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2078">#2078</a>) <a href="https://github.com/knsv"><code>@​knsv</code></a></li> <li><a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2074">#2074</a> Fix for issue <a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2074">#2074</a> , updated version to 8.10.1 (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2076">#2076</a>) <a href="https://github.com/mahimas28"><code>@​mahimas28</code></a></li> <li><a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2050">#2050</a> Making it possible to set the rendering direction in subgraphs (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2082">#2082</a>) <a href="https://github.com/knsv"><code>@​knsv</code></a></li> <li><a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2088">#2088</a> Making it possible to theme forks in state diagrams (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2089">#2089</a>) <a href="https://github.com/knsv"><code>@​knsv</code></a></li> <li><a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2111">#2111</a> More robust handling of the htmlLabels configuration closing a security issue (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2115">#2115</a>) <a href="https://github.com/knsv"><code>@​knsv</code></a></li> </ul> <h2>Documentation updates</h2> <ul> <li>Document <!-- raw HTML omitted --> in the state diagram page (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2069">#2069</a>) <a href="https://github.com/jmg-duarte"><code>@​jmg-duarte</code></a></li> <li>fixed typo in <code>Setup.md</code> (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2113">#2113</a>) <a href="https://github.com/cm-wada-yusuke"><code>@​cm-wada-yusuke</code></a></li> <li>Changes in sentence structuring for better readability (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2041">#2041</a>) <a href="https://github.com/beriakomal"><code>@​beriakomal</code></a></li> <li>add Podlite editor (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2068">#2068</a>) <a href="https://github.com/zag"><code>@​zag</code></a></li> </ul> <p>🎉 <strong>Thanks to all contributors helping with this release!</strong> 🎉</p> <h2>8.10.1</h2> <h1>Release Notes 8.10.1</h1> <h2>New features</h2> <ul> <li>Possibility added to change direction for the rendering in composite states in state diagrams (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2058">#2058</a>) <a href="https://github.com/knsv"><code>@​knsv</code></a></li> <li><a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2032">#2032</a> Adding new statement to add choice shape in state diagrams (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2034">#2034</a>) <a href="https://github.com/knsv"><code>@​knsv</code></a></li> <li><a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2029">#2029</a> option to configure renderer which version of the render to use for flowcharts, class diagrams and state diagrams (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2031">#2031</a>) <a href="https://github.com/knsv"><code>@​knsv</code></a></li> <li><a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/1648">#1648</a>, <a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/1656">#1656</a> Making Pie Chart more configurable (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2051">#2051</a>) <a href="https://github.com/ashishjain0512"><code>@​ashishjain0512</code></a></li> <li><a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2043">#2043</a> Pie Chart to support Themes and configurable slice/section color</li> <li>More theming options for state diagrams (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2048">#2048</a>) <a href="https://github.com/knsv"><code>@​knsv</code></a></li> </ul> <h2>Bug fixes</h2> <ul> <li>Fixes for links to and from subgraphs and labels on multiple edges from the same node to the same destination (<a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2025">#2025</a>) <a href="https://github.com/knsv"><code>@​knsv</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mermaid-js/mermaid/commit/eef4ef54a177c96b0efcf1c8c98f8d4d9f454e00"><code>eef4ef5</code></a> Version update to 8.11.0</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/9cc4f73cabb441641fd4fad7f3d44db0d67a9442"><code>9cc4f73</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2151">#2151</a> from mermaid-js/2125_switch_state_renderer</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/d0d87497c59a3d79670f035ce80827039a3994fb"><code>d0d8749</code></a> <a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2125">#2125</a> Switching default renderer for state diagrams</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/09a97d339e76ced690cbe3e629e23cc2dcb3173a"><code>09a97d3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2125">#2125</a> from TribalNightOwl/patch-1</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/db049f9c8eed608a049175a5d13ab39210ba3c42"><code>db049f9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2119">#2119</a> from lishid/develop</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/c1335955f47c2bb088eebc2b9bfe6134e7e316c0"><code>c133595</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2133">#2133</a> from mermaid-js/2132_style_journey_diagram</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/3a65551746aa613d4e5d55e409ca15aeffc3612c"><code>3a65551</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2141">#2141</a> from bish0polis/patch-1</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/62c6b9d886550b151fd9235a5ede8f9ee5d7084e"><code>62c6b9d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2109">#2109</a> from fabiospampinato/no-useless-prod-deps</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/a78ccb460d72c1d04651a9c00b63c61044b62704"><code>a78ccb4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knsv/mermaid/issues/2083">#2083</a> from hydrosquall/patch-1</li> <li><a href="https://github.com/mermaid-js/mermaid/commit/ecede3126b4bcb7a5ba406c1703b632b731ff2a4"><code>ecede31</code></a> Update flowchart.md</li> <li>Additional commits viewable in <a href="https://github.com/knsv/mermaid/compare/8.9.0...8.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mermaid&package-manager=npm_and_yarn&previous-version=8.9.0&new-version=8.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/BoostIO/BoostNote-App/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:25:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1324
No description provided.