Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the all group across 1 directory with 4 updates (#60)
Bumps the all group with 4 updates in the / directory: [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin), [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) and [trove-classifiers](https://github.com/pypa/trove-classifiers). Updates `mkdocs-include-markdown-plugin` from 6.2.2 to 7.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/releases">mkdocs-include-markdown-plugin's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <h2>Breaking changes</h2> <h3>No longer installable on Python v3.8</h3> <p>Minimum Python version for installation is v3.9. Python v3.8 reached his end of life at 2024-10-07.</p> <h3>Comments are turned off by default</h3> <p>Before this release, the default value for <code>comments</code> argument of <code>include-markdown</code> directive was <code>true</code>. Now has been switched to <code>false</code>. This prevents some inconvenients, for example, trying to include one-line texts on table cells and list items.</p> <p>If you want the previous behaviour, configure <code>comments</code> as <code>true</code> in the global configuration:</p> <pre lang="yaml"><code>plugins: - include-markdown: comments: true </code></pre> <h3>Indented code blocks must be surrounded by newlines</h3> <p>Now mkdocs-include-markdown-plugin will only detect indented code blocks if are surrounded by newlines, conforming to <a href="https://spec.commonmark.org/0.28/#indented-code-blocks">CommonMark specification</a>.</p> <p>In the practice this means that you must surround indented code blocks with newlines or possible link targets URLs will be rewritten to work in relative files. For example, the next code is not treated as an indented code block any more and will break:</p> <pre lang="markdown"><code>Foo const auto lambda = []() { .... }; </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/76f01cc8efaed5d8dc6f304ecb42be92cd9ca96f"><code>76f01cc</code></a> Indented code blocks surrounded by newlines (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/234">#234</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/7daca941478b187565b0c2724acd15f70c4112b3"><code>7daca94</code></a> Set <code>comments=false</code> as default for <code>include-markdown</code> directive (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/233">#233</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/ef8888012115e5b982b142b112a2d92b1b9894ee"><code>ef88880</code></a> Python v3.8 EOL (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/232">#232</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/2fee006ee3b068588894a14099d064a855c447b9"><code>2fee006</code></a> Update tooling (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/230">#230</a>)</li> <li>See full diff in <a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.2.2...v7.0.0">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-macros-plugin` from 1.3.6 to 1.3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fralau/mkdocs_macros_plugin/releases">mkdocs-macros-plugin's releases</a>.</em></p> <blockquote> <h2>v.1.3.7 With Test Framework</h2> <h2>1.3.7, 2024-10-18</h2> <ul> <li>Fixed: incompatibility with the d2 module (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/249">#249</a>)</li> </ul> <h2>1.3.6, 2024-10-17</h2> <ul> <li>Added: complete test framework, using pytest and Mkdocs-Test (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/244">#244</a>) A number of automated test cases are implemented.</li> <li>Changed: move from setup.py to pyproject.toml (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/250">#250</a>)</li> </ul> <h2>1.2.0, 2024-09-15</h2> <ul> <li>Added: three hooks <code>register_variables/macros/filters</code> to facilitate cooperation with other MkDocs plugins.</li> <li>Fixed: `define_env() was always required in module (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/191">#191</a>)</li> <li>Added: trace the case when no module is found (INFO)</li> <li>Improved documentation, particularly about HTML pages</li> <li>Added: parameters <code>j2_comment_start_string</code> and <code>j2_comment_end_string</code> to plugin's parameters, to specify alternate markers for comments.</li> <li>Added the multiline parameter <code>force_render_paths</code> in the config file, to specify directories or file patterns to be rendered for the case when <code>render_by_default = false</code> (the <code>render_macros</code> parameter in the YAML header of the page has the last word).</li> </ul> <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>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.3.7, 2024-10-18</h2> <ul> <li>Fixed: incompatibility with the d2 module (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/249">#249</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/b906a368ecfd5cd25abcbea0a37f7a23944a8355"><code>b906a36</code></a> Bump version number</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/56418062b60c13faa4bbc15ab75fe6301c531fba"><code>5641806</code></a> Fixed incompatibility with d2 module (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/249">#249</a>)</li> <li>See full diff in <a href="https://github.com/fralau/mkdocs_macros_plugin/compare/v1.3.6...v1.3.7">compare view</a></li> </ul> </details> <br /> Updates `pymdown-extensions` from 10.11.2 to 10.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facelessuser/pymdown-extensions/releases">pymdown-extensions's releases</a>.</em></p> <blockquote> <h2>10.12</h2> <ul> <li><strong>NEW</strong>: Blocks: Blocks extensions no longer considered in beta.</li> <li><strong>NEW</strong>: Details: Details is marked as "legacy" in documentation in favor of the new <code>pymdownx.blocks.details</code> approach.</li> <li><strong>NEW</strong>: Tabbed: Tabbed is marked as "legacy" in documentation in favor of the new <code>pymdownx.blocks.tab</code> approach.</li> <li><strong>NEW</strong>: Caption: Add new "blocks" style extension called Caption which helps with specifying figures with captions.</li> <li><strong>NEW</strong>: Emoji: Add a new <code>strict</code> option that will raise an exception if an emoji is used whose name has changed, removed, or never existed.</li> <li><strong>FIX</strong>: Emoji: Emoji links should be generated such that they point to the new CDN version.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/20be2fc43981a376923482d7be447a2e7c910cc3"><code>20be2fc</code></a> Update caption docs to use image example</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/2c7f8c02c6195d991d4d181665f7cd57cb95a649"><code>2c7f8c0</code></a> Add catpion extension (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2492">#2492</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/b647b8de75d39d4047c9eddbf3af23adbf6c6de7"><code>b647b8d</code></a> Include white and black</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/3a89709010ff0bcf50bfe7aa7b1fb76b121031fa"><code>3a89709</code></a> Fix more sass stuff in doc style</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/e8ec7bffdd81f3ad27dc55ec8c3c4eecde37c2a4"><code>e8ec7bf</code></a> Update JS Doc deps and fix some links</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/0973681cda0d1b2146d0e19118eaeece42b90429"><code>0973681</code></a> Docs: Update JS deps</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/659b4d9298abd9fbae0c3c4144c133deb7963e05"><code>659b4d9</code></a> Add new strict option in the emoji extension (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2488">#2488</a>)</li> <li>See full diff in <a href="https://github.com/facelessuser/pymdown-extensions/compare/10.11.2...10.12">compare view</a></li> </ul> </details> <br /> Updates `trove-classifiers` from 2024.10.16 to 2024.10.21.16 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/pypa/trove-classifiers/commits/2024.10.21.16">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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information