[PR #1719] [MERGED] deps(tinytorch): update sphinxcontrib-mermaid requirement from >=2.0.1 to >=2.0.2 in /tinytorch #20898

Closed
opened 2026-06-01 20:06:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1719
Author: @dependabot[bot]
Created: 5/11/2026
Status: Merged
Merged: 5/14/2026
Merged by: @profvjreddi

Base: devHead: dependabot/pip/tinytorch/dev/sphinxcontrib-mermaid-gte-2.0.2


📝 Commits (1)

  • b1c454e deps(tinytorch): update sphinxcontrib-mermaid requirement in /tinytorch

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 tinytorch/pyproject.toml (+1 -1)

📄 Description

Updates the requirements on sphinxcontrib-mermaid to permit the latest version.

Changelog

Sourced from sphinxcontrib-mermaid's changelog.

Changelog

Unreleased

  • Add mermaid_dark_theme and mermaid_light_theme config options for configurable theme switching

2.0.1 (March 5, 2026)

  • Export runMermaid to window for hot reloading frontend
  • Small fixes for docs publishing

2.0.0 (January 13, 2026)

  • Drop support for Python 3.8 and 3.9
  • Add support for dynamic theme changes

1.2.3 (November 25, 2025)

  • Fix issue with ELK charts by upgrading to ELK plugin 0.2.0

1.2.2 (November 23, 2025)

  • Hotfix for CSS/JS assets included via old MANIFEST mechanism

1.2.1 (November 23, 2025)

  • Adjust chart size defaults to closer resember previous
  • Fix issue with fullscreen classes after rebase

1.2.0 (November 23, 2025)

  • Normalize javascript across various configuration options
  • Make graph full width and avoid unused margins in graph image
  • Rename fullscreen container class from mermaid-fullscreen-content to mermaid-container-fullscreen

1.1.0 (November 19, 2025)

  • Upgrade Mermaid to 11.12.1
  • Add fullscreen graph view capabilities

1.0.0 (October 12, 2024)

  • Upgrade Mermaid to 11.2.0
  • Add support for ELK diagrams
  • Add support for name parameter
  • Add passthrough of mermaid frontmatter
  • Convert to native namespace package
  • Drop support for Python 3.7

... (truncated)

Commits
  • 19be468 Merge pull request #240 from timkpaine/tkp/hatch
  • e1f9ecc Switch to hatchling
  • 42aa20a Merge pull request #239 from timkpaine/tkp/202
  • 2db5b55 bump to 2.0.2
  • 25c7ef7 Merge pull request #237 from kartben/local_paths
  • e98c6f8 increase test coverage for _use_local options
  • 1422b45 Resolve local Mermaid/ELK/ZenUML/D3 JS paths under html_static_path
  • d6d874c Merge pull request #236 from jensens/configurable-theme
  • bce5976 Document mermaid_dark_theme and mermaid_light_theme config options
  • 12bb2ac Add mermaid_dark_theme and mermaid_light_theme config options
  • See full diff in compare view


🔄 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/harvard-edge/cs249r_book/pull/1719 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/11/2026 **Status:** ✅ Merged **Merged:** 5/14/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `dependabot/pip/tinytorch/dev/sphinxcontrib-mermaid-gte-2.0.2` --- ### 📝 Commits (1) - [`b1c454e`](https://github.com/harvard-edge/cs249r_book/commit/b1c454e28e82d91d4546b3c8b80b19ecab910a79) deps(tinytorch): update sphinxcontrib-mermaid requirement in /tinytorch ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tinytorch/pyproject.toml` (+1 -1) </details> ### 📄 Description 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.md">sphinxcontrib-mermaid's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Unreleased</h2> <ul> <li>Add <code>mermaid_dark_theme</code> and <code>mermaid_light_theme</code> config options for configurable theme switching</li> </ul> <h2>2.0.1 (March 5, 2026)</h2> <ul> <li>Export <code>runMermaid</code> to window for hot reloading frontend</li> <li>Small fixes for docs publishing</li> </ul> <h2>2.0.0 (January 13, 2026)</h2> <ul> <li>Drop support for Python 3.8 and 3.9</li> <li>Add support for dynamic theme changes</li> </ul> <h2>1.2.3 (November 25, 2025)</h2> <ul> <li>Fix issue with ELK charts by upgrading to ELK plugin <code>0.2.0</code></li> </ul> <h2>1.2.2 (November 23, 2025)</h2> <ul> <li>Hotfix for CSS/JS assets included via old MANIFEST mechanism</li> </ul> <h2>1.2.1 (November 23, 2025)</h2> <ul> <li>Adjust chart size defaults to closer resember previous</li> <li>Fix issue with fullscreen classes after rebase</li> </ul> <h2>1.2.0 (November 23, 2025)</h2> <ul> <li>Normalize javascript across various configuration options</li> <li>Make graph full width and avoid unused margins in graph image</li> <li>Rename fullscreen container class from <code>mermaid-fullscreen-content</code> to <code>mermaid-container-fullscreen</code></li> </ul> <h2>1.1.0 (November 19, 2025)</h2> <ul> <li>Upgrade Mermaid to 11.12.1</li> <li>Add fullscreen graph view capabilities</li> </ul> <h2>1.0.0 (October 12, 2024)</h2> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/19be46820247ed7b9ac333d4bde2e1e3445ca431"><code>19be468</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/240">#240</a> from timkpaine/tkp/hatch</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/e1f9eccc13395df8e7beba0b942389bf0e95b4ac"><code>e1f9ecc</code></a> Switch to hatchling</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/42aa20a010f0d4b2b86352ae1a10c6d3cd1f6cb7"><code>42aa20a</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/239">#239</a> from timkpaine/tkp/202</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/2db5b555ff3fde025be5bbab2729457760f49210"><code>2db5b55</code></a> bump to 2.0.2</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/25c7ef7b8ff75001ad0e475ffb2d60a21eb13b42"><code>25c7ef7</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/237">#237</a> from kartben/local_paths</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/e98c6f8b8869b9f47a9ce206bf33bed0c1b60065"><code>e98c6f8</code></a> increase test coverage for _use_local options</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/1422b452a55017407e9688c912b93b25ee95bcec"><code>1422b45</code></a> Resolve local Mermaid/ELK/ZenUML/D3 JS paths under html_static_path</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/d6d874c4fbded7b7b7d86c26f0d39c7e70a55a1e"><code>d6d874c</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/236">#236</a> from jensens/configurable-theme</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/bce597640b897ff4ab03cc6d77a2eb1a7d26f0d5"><code>bce5976</code></a> Document mermaid_dark_theme and mermaid_light_theme config options</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/12bb2ac696a1e0ea9ec5b183bab0bc50216c7970"><code>12bb2ac</code></a> Add mermaid_dark_theme and mermaid_light_theme config options</li> <li>See full diff in <a href="https://github.com/mgaitan/sphinxcontrib-mermaid/compare/2.0.1...2.0.2">compare view</a></li> </ul> </details> <br /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-01 20:06:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#20898