-
Notifications
You must be signed in to change notification settings - Fork 9
Commit 91e39b4
authored
Bump the optional group with 5 updates (#229)
Bumps the optional group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.3.2` | `0.3.8` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.4.4` |
`3.5.1` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.3.2` | `9.4.7` |
| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin)
| `1.0.4` | `1.0.5` |
| [types-markdown](https://github.com/python/typeshed) | `3.4.2.10` |
`3.5.0.0` |
Updates `pydoclint` from 0.3.2 to 0.3.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jsh9/pydoclint/releases">pydoclint's
releases</a>.</em></p>
<blockquote>
<h2>0.3.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Improved documentation</li>
<li>Fix prepended escape char handling by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/94">jsh9/pydoclint#94</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.3.7...0.3.8">https://github.com/jsh9/pydoclint/compare/0.3.7...0.3.8</a></p>
<h2>0.3.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Improved documentation
(04bd2316324e7d4765d646e8d23a3a99a0d0e947)</li>
<li>Disable parallel mode in pre-commit by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/93">jsh9/pydoclint#93</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.3.6...0.3.7">https://github.com/jsh9/pydoclint/compare/0.3.6...0.3.7</a></p>
<h2>0.3.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Update dependency to fix return section parsing by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/90">jsh9/pydoclint#90</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.3.5...0.3.6">https://github.com/jsh9/pydoclint/compare/0.3.5...0.3.6</a></p>
<h2>0.3.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Ignore underscore args when checking args by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/89">jsh9/pydoclint#89</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.3.4...0.3.5">https://github.com/jsh9/pydoclint/compare/0.3.4...0.3.5</a></p>
<h2>0.3.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Don't check type hints for DOC103 by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/86">jsh9/pydoclint#86</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.3.3...0.3.4">https://github.com/jsh9/pydoclint/compare/0.3.3...0.3.4</a></p>
<h2>0.3.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Baseline integration by <a
href="https://github.com/Egorrko"><code>@Egorrko</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/83">jsh9/pydoclint#83</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Egorrko"><code>@Egorrko</code></a> made
their first contribution in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/83">jsh9/pydoclint#83</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.3.2...0.3.3">https://github.com/jsh9/pydoclint/compare/0.3.2...0.3.3</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md">pydoclint's
changelog</a>.</em></p>
<blockquote>
<h2>[0.3.8] - 2023-10-20</h2>
<ul>
<li>
<p>Fixed</p>
<ul>
<li>A bug in handling prepended escape characters in docstrings</li>
</ul>
</li>
<li>
<p>Changed</p>
<ul>
<li>Improved documentation</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.3.7...0.3.8">https://github.com/jsh9/pydoclint/compare/0.3.7...0.3.8</a></li>
</ul>
</li>
</ul>
<h2>[0.3.7] - 2023-10-19</h2>
<ul>
<li>
<p>Changed</p>
<ul>
<li>Improved documentation</li>
<li>Disabled parallel mode for pre-commit
(<a
href="https://redirect.github.com/jsh9/pydoclint/pull/93">jsh9/pydoclint#93</a>)</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.3.6...0.3.7">https://github.com/jsh9/pydoclint/compare/0.3.6...0.3.7</a></li>
</ul>
</li>
</ul>
<h2>[0.3.6] - 2023-10-18</h2>
<ul>
<li>
<p>Fixed</p>
<ul>
<li>Updated dependency (docstring_parser_fork) to 0.0.5 to fix issues
when
parsing Google-style return section</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.3.5...0.3.6">https://github.com/jsh9/pydoclint/compare/0.3.5...0.3.6</a></li>
</ul>
</li>
</ul>
<h2>[0.3.5] - 2023-10-17</h2>
<ul>
<li>
<p>Changed</p>
<ul>
<li>When checking for consistency betwene the docstring arguments and
the
arguments in the function signature, ignore underscore arguments
(<code>_</code>,
<code>__</code>, <code>___</code>, ...) in the arguments in the function
signature</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.3.4...0.3.5">https://github.com/jsh9/pydoclint/compare/0.3.4...0.3.5</a></li>
</ul>
</li>
</ul>
<h2>[0.3.4] - 2023-10-12</h2>
<ul>
<li>
<p>Changed</p>
<ul>
<li>Don't check type hints for DOC103</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/commit/b5612ff36ee6b543f8903ada35e0537252dbb1c8"><code>b5612ff</code></a>
Improve documentation</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/71cdf371300981800addc1fc42fea031d408dab4"><code>71cdf37</code></a>
Fix prepended escape char handling (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/94">#94</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/d2b1d210864f1e0b44d5c66bc223cb92770d1fbb"><code>d2b1d21</code></a>
Update version; update changelog</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/f70caa471728b30c5c0996e7dde36974ac56c444"><code>f70caa4</code></a>
Disable parallel mode in pre-commit (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/93">#93</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/def500fc43ca528054adaa35933e1407fac8ad76"><code>def500f</code></a>
Update pre-commit dependencies</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/04bd2316324e7d4765d646e8d23a3a99a0d0e947"><code>04bd231</code></a>
Improve documentation</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/ef6dc071113a41f532ecdd6f19ff9696da6fd150"><code>ef6dc07</code></a>
Update dependency to fix return section parsing (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/90">#90</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/38ae4c6b483069c463be5b4b60e15fa886b784b1"><code>38ae4c6</code></a>
Bump version to 0.3.5</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/07611e6ae0c43afee72002496854fcd722acefda"><code>07611e6</code></a>
Ignore underscore args when checking args (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/89">#89</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/dd59b87d4b8afbf81fdda7b7750eacc455dadf8f"><code>dd59b87</code></a>
Add changelog for v0.3.4</li>
<li>Additional commits viewable in <a
href="https://github.com/jsh9/pydoclint/compare/0.3.2...0.3.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `markdown` from 3.4.4 to 3.5.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Python-Markdown/markdown/releases">markdown's
releases</a>.</em></p>
<blockquote>
<h2>Release 3.5.1</h2>
<h3>Fixed</h3>
<ul>
<li>Fix a performance problem with HTML extraction where large HTML
input could
trigger quadratic line counting behavior (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1392">#1392</a>).</li>
<li>Improve and expand type annotations in the code base (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1394">#1394</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md">markdown's
changelog</a>.</em></p>
<blockquote>
<h2>[3.5.1] -- 2023-10-31</h2>
<h3>Fixed</h3>
<ul>
<li>Fix a performance problem with HTML extraction where large HTML
input could
trigger quadratic line counting behavior (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1392">#1392</a>).</li>
<li>Improve and expand type annotations in the code base (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1394">#1394</a>).</li>
</ul>
<h2>[3.5] -- 2023-10-06</h2>
<h3>Added</h3>
<h4>Add <code>permalink_leading</code> configuration option to the toc
extension (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1339">#1339</a>)</h4>
<p>A new boolean option <code>permalink_leading</code> controls the
position of the permanent
link anchors generated with <code>permalink</code>. Setting
<code>permalink_leading</code> to <code>True</code>
will cause the links to be inserted at the start of the header, before
any other
header content. The default behavior for <code>permalink</code> is to
append permanent
links to the header, placing them after all other header content.</p>
<h3>Changed</h3>
<ul>
<li>Add support for cPython version 3.12 (and PyPy 3.10) and drop
support for
Python version 3.7 (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1357">#1357</a>).</li>
<li>Refactor changelog to use the format defined at <a
href="https://keepachangelog.com/">https://keepachangelog.com/</a>.</li>
<li>Update the list of empty HTML tags (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1353">#1353</a>).</li>
<li>Add customizable TOC title class to TOC extension (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1293">#1293</a>).</li>
<li>Add API documentation of the code base which is generated by
<a href="https://mkdocstrings.github.io/">mkdocstrings</a> (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1220">#1220</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix a corner case in admonitions where if an indented code block was
provided
as the first block, the output would be malformed (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1329">#1329</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/f50ac4702108e90448919d228d465cc192a58936"><code>f50ac47</code></a>
Refactor changelog</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/6662053f15cb94a31bab1ad425d1505b09899e60"><code>6662053</code></a>
TOC extension: Add new boolean option permalink_prepend (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1339">#1339</a>)</li>
<li>See full diff in <a
href="https://github.com/Python-Markdown/markdown/compare/3.4.4...3.5.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `mkdocs-material` from 9.3.2 to 9.4.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-material-9.4.7</h2>
<ul>
<li>Added Azerbaijani translations</li>
</ul>
<h2>mkdocs-material-9.4.6</h2>
<ul>
<li>Updated Danish and Norwegian (Nynorsk) translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6169">#6169</a>:
Blog post metadata layout overflows on small screens</li>
</ul>
<h2>mkdocs-material-9.4.5</h2>
<ul>
<li>Fixed sidebar auto-positioning (9.4.2 regression)</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6166">#6166</a>:
Improve group plugin compatibility with Python < 3.10</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6157">#6157</a>:
Hiding tags does not work (9.4.3 regression)</li>
</ul>
<h2>mkdocs-material-9.4.4</h2>
<ul>
<li>Added support for overriding text to be copied for code blocks</li>
<li>Fixed broken layout in some browsers at breakpoints when using
zoom</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6132">#6132</a>:
Incomplete search highlighting for code blocks in titles</li>
</ul>
<h2>mkdocs-material-9.4.3</h2>
<ul>
<li>Added support for instant navigation progress indicator</li>
<li>Improved spacing and alignment of tags</li>
<li>Moved back-to-top button into separate partial</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6104">#6104</a>:
Indentation for some code blocks lost in search</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6094">#6094</a>:
Blog post metadata overlaps with footer on small screens</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6069">#6069</a>:
Blog plugin crashes for categories with non-ASCII names</li>
</ul>
<p><strong>Updated templates</strong> (<a
href="https://github.com/squidfunk/mkdocs-material/compare/9.4.2...9.4.3">diff</a>)</p>
<ul>
<li><code>base.html</code></li>
</ul>
<h2>mkdocs-material-9.4.2</h2>
<ul>
<li>Updated Slovenian translations</li>
<li>Added animation to sidebar navigation expansion and collapse</li>
<li>Added support for auto-replacement of document head for instant
navigation</li>
<li>Improved compatibility of new emoji extension with Python <
3.10</li>
<li>Switched regex dependency to use minimal version</li>
<li>Refactored alignment and spacing of sidebar navigation</li>
<li>Fixed expansion button not focusable via keyboard in sidebar
navigation</li>
<li>Fixed viewport offset restoration on first load when using instant
navigation</li>
<li>Fixed accidental highlight of non-clickable elements in blog plugin
sidebar</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6041">#6041</a>:
Blog plugin crashes when <code>nav</code> is defined and blog not
included</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5972">#5972</a>:
Blog plugin ignores section index pages in paginated views</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5954">#5954</a>:
Repeated click on anchor ignored when using instant navigation</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5742">#5742</a>:
Keyboard navigation broken when using instant navigation</li>
</ul>
<p><strong>Updated templates</strong> (<a
href="https://github.com/squidfunk/mkdocs-material/compare/9.4.1...9.4.2">diff</a>)</p>
<ul>
<li><code>partials/nav-item.html</code></li>
<li><code>blog-post.html</code></li>
</ul>
<h2>mkdocs-material-9.4.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-material-9.4.7+insiders-4.42.3 (2023-10-27)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6251">#6251</a>:
Cards in grids cut off on very small screens</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6241">#6241</a>:
Using social plugin + static-i18n plugin errors</li>
</ul>
<p>mkdocs-material-9.4.7 (2023-10-27)</p>
<ul>
<li>Added Azerbaijani translations</li>
</ul>
<p>mkdocs-material-9.4.6+insiders-4.42.2 (2023-10-14)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6186">#6186</a>:
Privacy plugin ignores hash fragments on images</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6180">#6180</a>:
Projects plugin crashing when adding or removing files</li>
</ul>
<p>mkdocs-material-9.4.6 (2023-10-14)</p>
<ul>
<li>Updated Danish and Norwegian (Nynorsk) translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6169">#6169</a>:
Blog post metadata layout overflows on small screens</li>
</ul>
<p>mkdocs-material-9.4.5 (2023-10-10)</p>
<ul>
<li>Fixed sidebar auto-positioning (9.4.2 regression)</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6166">#6166</a>:
Improve group plugin compatibility with Python < 3.10</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6157">#6157</a>:
Hiding tags does not work (9.4.3 regression)</li>
</ul>
<p>mkdocs-material-9.4.4+insiders-4.42.1 (2023-10-05)</p>
<ul>
<li>Fixed spacing of related links in blog posts on small screens</li>
</ul>
<p>mkdocs-material-9.4.4 (2023-10-05)</p>
<ul>
<li>Added support for overriding text to be copied for code blocks</li>
<li>Fixed broken layout in some browsers at breakpoints when using
zoom</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6132">#6132</a>:
Incomplete search highlighting for code blocks in titles</li>
</ul>
<p>mkdocs-material-9.4.3 (2023-10-02)</p>
<ul>
<li>Added support for instant navigation progress indicator</li>
<li>Improved spacing and alignment of tags</li>
<li>Moved back-to-top button into separate partial</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6104">#6104</a>:
Indentation for some code blocks lost in search</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6094">#6094</a>:
Blog post metadata overlaps with footer on small screens</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6069">#6069</a>:
Blog plugin crashes for categories with non-ASCII names</li>
</ul>
<p>Updated templates</p>
<ul>
<li>base.html</li>
</ul>
<p>mkdocs-material-9.4.2 (2023-09-25)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/ff76068e41e1cc277a1985b807bfdbd6bb889294"><code>ff76068</code></a>
Prepare 9.4.7 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/525fc94cd38de219567a65e52525dc8358573150"><code>525fc94</code></a>
Merge branch 'master' of github.com:squidfunk/mkdocs-material</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/92ef0e280412b5ac18cfb52284d76b0d7458e0ae"><code>92ef0e2</code></a>
Updated Premium sponsors</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/8feb5122670a3b5ed12a2cc565a7f85634acb513"><code>8feb512</code></a>
fixed typo: "hosting" -> "hoisting" (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6244">#6244</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/565a5e804b15752459ae59bf6290a9e52d3d7f5e"><code>565a5e8</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/6044863a8f78fcf755a67429b33ea06669b7f395"><code>6044863</code></a>
Merge branch 'master' of github.com:squidfunk/mkdocs-material</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/874b9dbf1de7731cbc7c4f053b15522558ec80bb"><code>874b9db</code></a>
Documentation (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6239">#6239</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/7b61a2f1f560f5fb54964e13c588215f35e6fa25"><code>7b61a2f</code></a>
Added documentation chat bot (experimental)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/997da1efc50f24eeb2bb6535fd1f5f274829f421"><code>997da1e</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/0341516fe5fc3d3fde41f24c2b17b1d61094a7ea"><code>0341516</code></a>
Updated dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.3.2...9.4.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `mkdocs-macros-plugin` from 1.0.4 to 1.0.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fralau/mkdocs_macros_plugin/blob/master/CHANGELOG.md">mkdocs-macros-plugin's
changelog</a>.</em></p>
<blockquote>
<h2>1.0.5, 2023-10-31</h2>
<ul>
<li>Added: git.short_tag (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/183">#183</a>)</li>
<li>Added: Mermaid diagrams in the documentation (Readthedocs)</li>
<li>Fixed: Changelog was no longer displayed (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/186">#186</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fralau/mkdocs_macros_plugin/commit/4bfda0bd7efe070439aa5cecea3d3ca2d86375d2"><code>4bfda0b</code></a>
Fix issue with changelog no longer displayed (<a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/186">#186</a>)</li>
<li><a
href="https://github.com/fralau/mkdocs_macros_plugin/commit/82c5cdde6f40b2089db1edc6226b1041e7eb415f"><code>82c5cdd</code></a>
Merge pull request <a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/183">#183</a>
from marcospereira/add-short-tag</li>
<li><a
href="https://github.com/fralau/mkdocs_macros_plugin/commit/298f07f787b46faa5cc0adc98bd5606e5ac773f8"><code>298f07f</code></a>
Add a short_tag attribute to git context</li>
<li><a
href="https://github.com/fralau/mkdocs_macros_plugin/commit/428a0151a053f31e5d3bab4345e33c73bf050a08"><code>428a015</code></a>
Remove include-markdown in webdoc, since it crashed readthedocs</li>
<li><a
href="https://github.com/fralau/mkdocs_macros_plugin/commit/2161dd45c175e6a0c9fc495212f47b66c27bb2d3"><code>2161dd4</code></a>
Update .readthedocs.yml</li>
<li><a
href="https://github.com/fralau/mkdocs_macros_plugin/commit/c64a08d4f8c42f9a6635a97cb88fadaa90a20b12"><code>c64a08d</code></a>
Merge pull request <a
href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/182">#182</a>
from SimonMarquis/patch-1</li>
<li><a
href="https://github.com/fralau/mkdocs_macros_plugin/commit/1c1d2c44693a41874a99f3e8c93dc4d74c3932a3"><code>1c1d2c4</code></a>
Fix typo in <code>Rich Markdown Pages</code> docs</li>
<li><a
href="https://github.com/fralau/mkdocs_macros_plugin/commit/9dba19e3ec0dfce7761eee32dfda4dca6cd312af"><code>9dba19e</code></a>
Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin into
master</li>
<li><a
href="https://github.com/fralau/mkdocs_macros_plugin/commit/7da70895975dc67074e352d811ffeb943b11240c"><code>7da7089</code></a>
Add experimental logo</li>
<li><a
href="https://github.com/fralau/mkdocs_macros_plugin/commit/0d36ddee96d7c7ea2178d942b665d8eb620791f3"><code>0d36dde</code></a>
Add experimental logo</li>
<li>Additional commits viewable in <a
href="https://github.com/fralau/mkdocs_macros_plugin/compare/v1.0.4...v1.0.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `types-markdown` from 3.4.2.10 to 3.5.0.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/python/typeshed/commits">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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>File tree
Expand file treeCollapse file tree
1 file changed
+5
-5
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+5
-5
lines changedOpen diff view settings
Collapse file
+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments