Skip to content

Commit fff66e2

Browse files
authored
build(deps): update sphinxcontrib-mermaid requirement from <1 to <2 (#349)
Updates the requirements on [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst">sphinxcontrib-mermaid's changelog</a>.</em></p> <blockquote> <p>1.0.0 (October 12, 2024) +++++++++++++++++++++</p> <ul> <li>Upgrade Mermaid to 11.2.0</li> <li>Add support for ELK diagrams</li> <li>Add support for name parameter</li> <li>Add passthrough of mermaid frontmatter</li> <li>Convert to native namespace package</li> <li>Drop support for Python 3.7</li> <li>Convert default placeholder from div to pre</li> <li>Fix for tempfile encoding when containing non ascii characters</li> <li>Fix for mermaid sequence config arguments</li> <li>Default to jsdelivr (previously unpkg) for JS asset CDN</li> </ul> <p>See full <code>set of changes &lt;https://github.com/mgaitan/sphinxcontrib-mermaid/compare/1.0.0...0.9.2&gt;</code>_.</p> <p>0.9.2 (May 28, 2023) +++++++++++++++++++++</p> <ul> <li>Implemented zoom on diagrams functionality. Contributed by <code>Daniel Althviz Moré &lt;https://github.com/dalthviz&gt;</code>_</li> <li>Fix a bug on empty diagram generations. Contributed by <code>Kevin Deldycke &lt;https://github.com/kdeldycke&gt;</code>_.</li> <li>Upgrade default to Mermaid 10.2.0.</li> <li>Implement automatic releases from Github Actions when a tag is pushed</li> </ul> <p>See full <code>set of changes &lt;https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.9.2...0.8.1&gt;</code>_.</p> <p>0.8.1 (Feb 25, 2023) +++++++++++++++++++++</p> <ul> <li>Default to Mermaid 9.4.0 as 10.0 introduced incompatible changes. See <code>the discussion &lt;mermaid-js/mermaid#4148> </ul> <p>0.8 (Feb 9, 2023) +++++++++++++++++++++</p> <ul> <li>Moved CI to Github Actions</li> <li>Make the class diagram reproducible</li> <li>Allow the user to change the JS priority</li> <li>Drop support for Python 3.6</li> <li>Black formatting</li> </ul> <p>See <code>full set of changes &lt;https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.7.1...0.8&gt;</code>_.</p> <p>0.7.1 (July 17, 2021) +++++++++++++++++++++</p> <ul> <li>Update docs and tests for markdown support</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/ceddc68e62ff1f032e1314f471df52114ed31fd7"><code>ceddc68</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/162">#162</a> from mgaitan/tkp/readmepypa</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/a153c4ca8b709a78f6d713ba075c0a15b80ce055"><code>a153c4c</code></a> Add pypa-compatible readme</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/55c56ccaaf178c6d9df2c3e0e4b05a2d53069ecf"><code>55c56cc</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/153">#153</a> from timkpaine/tkp/1</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/10272e272b7a64340a2137751cc61857f881fdb9"><code>10272e2</code></a> update release date final</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/0640ccb372498c2dc613b8b63aca7dfca3d5f0a5"><code>0640ccb</code></a> move deprecated usage in sphinx.util</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/3bc699ac2cfba4fde8e8a79767af3976ae30fb16"><code>3bc699a</code></a> Update release date for 1.0.0</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/52349c751304b78927beb266a5e736529a9d0e67"><code>52349c7</code></a> Allow for python 3.8 for one more month</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/4d0f3143c1561125694c82d634a033f801099084"><code>4d0f314</code></a> Add changelog link to artifact</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/3a02595c02438637ae26d3ced3a1bcd5449635b3"><code>3a02595</code></a> Release 1.0.0</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/ae255309341146b07fea67f85c8934a1575aab4a"><code>ae25530</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/159">#159</a> from mgaitan/dependabot/github_actions/github-actions...</li> <li>Additional commits viewable in <a href="https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.1...1.0.0">compare view</a></li> </ul> </details> <br /> 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) </details>
2 parents 0076ff8 + 0c2b6da commit fff66e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/documentation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sphinx-autodoc-typehints>=2.2.2,<2.6
66
sphinx-click>=5
77
sphinx-copybutton<1
88
sphinx-design>=0.5,<1
9-
sphinxcontrib-mermaid<1
9+
sphinxcontrib-mermaid<2
1010
sphinxext-opengraph>=0.9
1111
sphinx-sitemap>=2.4,<3

0 commit comments

Comments
 (0)