mirror of
https://github.com/evroon/bracket.git
synced 2026-02-02 02:21:15 -05:00
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.4.1 to 11.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mermaid-js/mermaid/releases">mermaid's releases</a>.</em></p> <blockquote> <h2>mermaid@11.10.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6744">#6744</a> <a href="daf8d8d3be"><code>daf8d8d</code></a> Thanks <a href="https://github.com/SpecularAura"><code>@SpecularAura</code></a>! - feat: Added support for per link curve styling in flowchart diagram using edge ids</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6857">#6857</a> <a href="b9ef683fb6"><code>b9ef683</code></a> Thanks <a href="https://github.com/knsv"><code>@knsv</code></a>! - feat: Exposing elk configuration forceNodeModelOrder and considerModelOrder to the mermaid configuration</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6653">#6653</a> <a href="2c0931da46"><code>2c0931d</code></a> Thanks <a href="https://github.com/darshanr0107"><code>@darshanr0107</code></a>! - chore: Remove the "-beta" suffix from the XYChart, Block, Sankey diagrams to reflect their stable status</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6683">#6683</a> <a href="33e08daf17"><code>33e08da</code></a> Thanks <a href="https://github.com/darshanr0107"><code>@darshanr0107</code></a>! - fix: Position the edge label in state diagram correctly relative to the edge</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6693">#6693</a> <a href="814b68b4a9"><code>814b68b</code></a> Thanks <a href="https://github.com/darshanr0107"><code>@darshanr0107</code></a>! - fix: Apply correct dateFormat in Gantt chart to show only day when specified</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6734">#6734</a> <a href="fce7cabb71"><code>fce7cab</code></a> Thanks <a href="https://github.com/darshanr0107"><code>@darshanr0107</code></a>! - fix: handle exclude dates properly in Gantt charts when using dateFormat: 'YYYY-MM-DD HH:mm:ss'</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6733">#6733</a> <a href="fc07f0d8ab"><code>fc07f0d</code></a> Thanks <a href="https://github.com/omkarht"><code>@omkarht</code></a>! - fix: fixed connection gaps in flowchart for roundedRect, stadium and diamond shape</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6876">#6876</a> <a href="12e01bdb5c"><code>12e01bd</code></a> Thanks <a href="https://github.com/sidharthv96"><code>@sidharthv96</code></a>! - fix: sanitize icon labels and icon SVGs</p> <p>Resolves CVE-2025-54880 reported by <a href="https://github.com/fourcube"><code>@fourcube</code></a></p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6801">#6801</a> <a href="01aaef39b4"><code>01aaef3</code></a> Thanks <a href="https://github.com/sidharthv96"><code>@sidharthv96</code></a>! - fix: Update casing of ID in requirement diagram</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6796">#6796</a> <a href="c36cd05c45"><code>c36cd05</code></a> Thanks <a href="https://github.com/HashanCP"><code>@HashanCP</code></a>! - fix: Make flowchart elk detector regex match less greedy</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6702">#6702</a> <a href="8bb29fc879"><code>8bb29fc</code></a> Thanks <a href="https://github.com/qraqras"><code>@qraqras</code></a>! - fix(block): overflowing blocks no longer affect later lines</p> <p>This may change the layout of block diagrams that have overflowing lines (i.e. block diagrams that use up more columns that the <code>columns</code> specifier).</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6717">#6717</a> <a href="71b04f93b0"><code>71b04f9</code></a> Thanks <a href="https://github.com/darshanr0107"><code>@darshanr0107</code></a>! - fix: log warning for blocks exceeding column width</p> <p>This update adds a validation check that logs a warning message when a block's width exceeds the defined column layout.</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6820">#6820</a> <a href="c99bce6bab"><code>c99bce6</code></a> Thanks <a href="https://github.com/kriss-u"><code>@kriss-u</code></a>! - fix: Add escaped class literal name on namespace</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6332">#6332</a> <a href="6cc192680a"><code>6cc1926</code></a> Thanks <a href="https://github.com/ajuckel"><code>@ajuckel</code></a>! - fix: Allow equals sign in sequenceDiagram labels</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6651">#6651</a> <a href="9da6fb39ae"><code>9da6fb3</code></a> Thanks <a href="https://github.com/darshanr0107"><code>@darshanr0107</code></a>! - Add validation for negative values in pie charts:</p> <p>Prevents crashes during parsing by validating values post-parsing.</p> <p>Provides clearer, user-friendly error messages for invalid negative inputs.</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6803">#6803</a> <a href="e48b0ba61d"><code>e48b0ba</code></a> Thanks <a href="https://github.com/omkarht"><code>@omkarht</code></a>! - chore: migrate to class-based ArchitectureDB implementation</p> </li> <li> <p><a href="https://redirect.github.com/mermaid-js/mermaid/pull/6838">#6838</a> <a href="4d62d59632"><code>4d62d59</code></a> Thanks <a href="https://github.com/saurabhg772244"><code>@saurabhg772244</code></a>! - fix: node border style for handdrawn shapes</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="96778f7789"><code>96778f7</code></a> Merge pull request <a href="https://redirect.github.com/mermaid-js/mermaid/issues/6880">#6880</a> from mermaid-js/changeset-release/master</li> <li><a href="d4c058bd56"><code>d4c058b</code></a> Version Packages</li> <li><a href="b638a0a9c1"><code>b638a0a</code></a> temp: Remove peerDeps from examples</li> <li><a href="fd9aa36c77"><code>fd9aa36</code></a> chore: Update peerDependencies for examples</li> <li><a href="46a9f1b31e"><code>46a9f1b</code></a> temp: Disable cspell check as it's blocking release</li> <li><a href="83c6224cc0"><code>83c6224</code></a> Merge pull request <a href="https://redirect.github.com/mermaid-js/mermaid/issues/6878">#6878</a> from mermaid-js/develop</li> <li><a href="d8161b1923"><code>d8161b1</code></a> fix: move fourcube to contributor</li> <li><a href="8223141af9"><code>8223141</code></a> chore: add fourcube to cspell</li> <li><a href="99f98a6876"><code>99f98a6</code></a> Merge pull request <a href="https://redirect.github.com/mermaid-js/mermaid/issues/6877">#6877</a> from mermaid-js/update-timings</li> <li><a href="ef28f548df"><code>ef28f54</code></a> chore: update E2E timings</li> <li>Additional commits viewable in <a href="https://github.com/mermaid-js/mermaid/compare/mermaid@11.4.1...mermaid@11.10.0">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/evroon/bracket/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs_2
This is a Next.js application generated with Nextra and shadcn-landing-page.
Run development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.