Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update mkdocs-macros-plugin requirement from <1.1,>=0.5 …
…to >=0.5,<1.3 (#1205) Updates the requirements on [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) to permit the latest version. <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.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> <h2>1.0.4, 2023-08-07</h2> <ul> <li>Fixed: Warning due to filter issue with mkdocs >= 1.5</li> <li>Fixed: Debug html tables (including for <code>macro_info()</code>) are now readable also in dark mode.</li> </ul> <h2>1.0.2, 2023-07-02</h2> <ul> <li>Added: it is now possible to use macros in page titles, in the nav section of the yaml file, or in the level 1 titles; the macros are correctly interpreted in the navigation part of the page.</li> </ul> <h2>1.0.1, 2023-05-25</h2> <h2>1.0.0-alpha, 2023-04-23</h2> <ul> <li> <p>Improved user guide, with introduction of two new pages: "Controlling macro rendering" and "Post production".</p> </li> <li> <p>Fixed: (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/158">#158</a>) In modules, <code>on_pre_page_macros()</code>, the <code>env.markdown</code> attribute is now available to create a header or footer.</p> </li> <li> <p>Changed: In <code>on_post_page_macros()</code> use <code>env.markdown</code> instead of <code>env.raw_markdown</code>, for the same purpose.</p> </li> <li> <p>Added: (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/162">#162</a>) Allow opt-in of page rendering, by using parameter <code>render_macros: true</code> in yaml header of the page (requires <code>render_by_default:false</code> in the macro parameters, in the config file).</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/e8b3f45628ebaf8be2cb9d58a7263dd8dc3df24f"><code>e8b3f45</code></a> Document hooks for <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/237">#237</a> (register macros/variables/filters)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/c1029d54dcb938a8ba736f87009eff5bf29ed953"><code>c1029d5</code></a> Document how to correct issue with macros / admonitions (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/240">#240</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/67ccb159e7f135305b3f3a20bd56c58a623228e8"><code>67ccb15</code></a> Merge pull request <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/238">#238</a> from timvink/master</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/03f5e89acfa246439cc877cc83c386cdebb1b21f"><code>03f5e89</code></a> Fix registration system</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/ddace9739ffa43b26285e82ea70c8ff0d0e719af"><code>ddace97</code></a> remove property on register methods</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/363d9046eeb6cb45f33e56c1cc4507cb6487bc39"><code>363d904</code></a> Add three hooks <code>register_variables/macros/filters</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/237">#237</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/2fb833e4009f6875d0df01f00e7c2d4640c1e00a"><code>2fb833e</code></a> Improved implementation for relative url (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/236">#236</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/69e7cada20e500177756ce6fe89a7b0c4b1aa640"><code>69e7cad</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/5bec964e81d9342ce92b838ad235247dec670f51"><code>5bec964</code></a> Add standard filter <code>normalize_url</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/236">#236</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/9a08f11742c130b06ff3345d64855669dbbcc4aa"><code>9a08f11</code></a> Merge pull request <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/228">#228</a> from caomingpei/master</li> <li>Additional commits viewable in <a href="https://github.com/fralau/mkdocs_macros_plugin/compare/v0.5.0...v1.2.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>
- Loading branch information