docs: convert managed env back to path env with pull --copy#38
Merged
docs: convert managed env back to path env with pull --copy#38
Conversation
|
🚀 Deployed on https://66f33a001a1e205c0085df71--floxdocs.netlify.app |
bryanhonof
approved these changes
Sep 25, 2024
jennymahmoudi
left a comment
There was a problem hiding this comment.
Layout suggestion. Non-blocking
docs/concepts/environments.md
Outdated
| @@ -30,16 +30,17 @@ and are commonly used for self-contained projects or different subprojects | |||
| within a monorepo. | |||
| 1. **Centrally managed environment**: An environment stored remotely on | |||
There was a problem hiding this comment.
I wouldn't change any of the words, but I think with this amount of text we need to break it up a bit. The way this page is set up, it's meant to be a high level overview of these env uses, so let's make it so the reader can quickly see the definition first, and the other info in related chunks, something like this:
1. **Path environment**: An environment stored in a local directory.
- This environment is self contained in the `.flox` directory and can be
reproduced by sharing the directory in version control or some other file
sharing mechanism.
- Path environments are created with [`flox init`][flox_init],
referred to with the `--dir/-d` option on most CLI commands,
and are commonly used for self-contained projects or different subprojects
within a monorepo.
2. **Centrally managed environment**: An environment stored remotely on
[FloxHub][floxhub_concept].
- Centrally managed environments are created by running [`flox push`][flox_push]
on a path environment. You can connect a new project directory with an existing centrally managed environment with [`flox pull ...`][flox_pull] or
you can activate the environment directly with [`flox activate --remote ...`][flox_activate] for
instant use.
- Centrally managed environments enable multiple projects or systems to consume a
shared environment that is versioned with [generations][generation_concept].
They are commonly used as base environments for projects of similar tech stacks,
for reproducing issues on specific systems, or to quickly share tools.
- To disconnect a centrally managed environment from FloxHub, run [`flox pull --copy`][flox_pull] instead of `flox pull`.
This will turn the environment back into a path environment.
Author
There was a problem hiding this comment.
thank you, i've applied your changes
|
🚀 Deployed on https://66faa6a127d0a70706a1da6d--floxdocs.netlify.app |
garbas
pushed a commit
that referenced
this pull request
Oct 27, 2025
Bumps the all group with 3 updates in the / directory: [mkdocs-glightbox](https://github.com/blueswen/mkdocs-glightbox), [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) and [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin). Updates `mkdocs-glightbox` from 0.5.1 to 0.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/blueswen/mkdocs-glightbox/releases">mkdocs-glightbox's releases</a>.</em></p> <blockquote> <h2>mkdocs-glightbox-0.5.2</h2> <ul> <li>Updated selectolax dependency to >=0.3.29 to support Python 3.14 (<a href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/64">#64</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG">mkdocs-glightbox's changelog</a>.</em></p> <blockquote> <p>mkdocs-glightbox-0.5.2 (2025-10-23)</p> <pre><code>* Updated selectolax dependency to >=0.3.29 to support Python 3.14 ([#64](blueswen/mkdocs-glightbox#64)) </code></pre> <p>mkdocs-glightbox-0.5.1 (2025-09-04)</p> <pre><code>* Pined selectolax to 0.3.29 to avoid missing binary wheel issue on some platforms ([#63](blueswen/mkdocs-glightbox#63)) </code></pre> <p>mkdocs-glightbox-0.5.0 (2025-09-03)</p> <pre><code>* Updated glightbox to 3.3.1 * Migrated to uv and pyproject.toml for development and building * Replaced regex with Selectolax to improve performance, availability and maintainability ([#44](blueswen/mkdocs-glightbox#44), [#56](blueswen/mkdocs-glightbox#56), [#61](blueswen/mkdocs-glightbox#61)) * Updated tests and workflow * Support auto themed ([#49](blueswen/mkdocs-glightbox#49)) </code></pre> <p>mkdocs-glightbox-0.4.0 (2023-05-06)</p> <pre><code>* Supported manual mode ([#29](blueswen/mkdocs-glightbox#29)) * Allow calling lightbox methods from other places ([#34](blueswen/mkdocs-glightbox#34)) * Added id to appended script tag ([#38](blueswen/mkdocs-glightbox#38)) * Access theme attribute directly ([#40](blueswen/mkdocs-glightbox#40)) * Better JavaScript Error Handling ([#36](blueswen/mkdocs-glightbox#36)) </code></pre> <p>mkdocs-glightbox-0.3.7 (2023-01-24)</p> <pre><code>* Supported custom background and shadow ([#27](blueswen/mkdocs-glightbox#27)) </code></pre> <p>mkdocs-glightbox-0.3.6 (2023-12-30)</p> <pre><code>* Modified width default to auto prevent zooming large image bug ([#21](blueswen/mkdocs-glightbox#21)) * Supported only enable glightbox with on-glb class in given page ([#28](blueswen/mkdocs-glightbox#28)) </code></pre> <p>mkdocs-glightbox-0.3.5 (2023-11-18)</p> <pre><code>* Supported compatibility with the privacy plugin of Material for MkDocs insiders ([#25](blueswen/mkdocs-glightbox#25)) </code></pre> <p>mkdocs-glightbox-0.3.4 (2023-04-25)</p> <pre><code>* Fixed regex bug: quote issue and empty alt issue ([#14](blueswen/mkdocs-glightbox#14) [#19](blueswen/mkdocs-glightbox#19)) </code></pre> <p>mkdocs-glightbox-0.3.3 (2023-04-20)</p> <pre><code>* Refactored processing logic with regex ([#14](blueswen/mkdocs-glightbox#14)) </code></pre> <p>mkdocs-glightbox-0.3.2 (2023-03-19)</p> <pre><code>* Supported image without extension ([#13](blueswen/mkdocs-glightbox#13)) </code></pre> <p>mkdocs-glightbox-0.3.1 (2022-11-22)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/blueswen/mkdocs-glightbox/commit/c94b0616480e96a86939a2a248f18a6f57f80516"><code>c94b061</code></a> v0.5.2</li> <li><a href="https://github.com/blueswen/mkdocs-glightbox/commit/1744655f5f8006c3929f076c9e066e2e56b63c04"><code>1744655</code></a> Update selectolax dependency to >=0.3.29 to support Python 3.14 (<a href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/64">#64</a>)</li> <li>See full diff in <a href="https://github.com/blueswen/mkdocs-glightbox/compare/v0.5.1...v0.5.2">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-include-markdown-plugin` from 7.1.7 to 7.2.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.2.0</h2> <h2>New features</h2> <ul> <li>Add new argument <code>order</code> to sort multiple inclusions.</li> </ul> <h2>v7.1.8</h2> <h2>Bug fixes</h2> <ul> <li>Escape substitution placeholders to prevent malformed output in edge cases.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/708a37495eb3ce256067551a48412bf98d13d77f"><code>708a374</code></a> Add new argument <code>order</code> to sort inclusions (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/279">#279</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/8b77f66168f5d7704bbe07367d6b70bea4b877f1"><code>8b77f66</code></a> Add a security policy (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/278">#278</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/7466d67aa0de8ffbc427204ad2475fed07678915"><code>7466d67</code></a> Escape placeholders to avoid input collisions (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/277">#277</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/1ae8fca510cb5b18f164aaefb855a07f522ec8ff"><code>1ae8fca</code></a> Cheaper placeholders (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/276">#276</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/39fb30381efc6c2bc2fe071c9238cc36ef2811ba"><code>39fb303</code></a> Fix tests for <code>comments</code> global config and update JSON Schema (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/275">#275</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/65816713ee8401b73614df5638ec184607a50b07"><code>6581671</code></a> Bump pypa/gh-action-pypi-publish in /.github/workflows (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/273">#273</a>)</li> <li>See full diff in <a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.1.7...v7.2.0">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-macros-plugin` from 1.3.9 to 1.4.1 <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.4.1, 2025-10-18</h2> <ul> <li>Added: support for j2_extensions paramater in config file (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/272">#272</a>)</li> <li>Fixed: missing dependency declaration on <code>requests</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/269">#269</a>)</li> </ul> <h2>1.4.0, 2025-09-21</h2> <ul> <li>Removed: auto-install of missing pluglet (meaningful error message <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a>)</li> <li>Fixed: error with yaml dumps (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/258">#258</a>)</li> <li>Fixed: detection of Jinja2, to allow title rendering (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/266">#266</a>)</li> <li>Small improvements to documentation</li> </ul> <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> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/a93a1f74402b5d632acbab35a77d5171eb5d0e6d"><code>a93a1f7</code></a> Update CHANGELOG for version 1.4.1</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/a76d62bf02f66cc9090cb8b266df738f97c1c80b"><code>a76d62b</code></a> Add documentation for jinja2_extensions (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/272">#272</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/9a329bc2c44af538556c840530d65266ee02ec44"><code>9a329bc</code></a> Merge branch 'master' of <a href="https://github.com/fralau/mkdocs-macros-plugin">https://github.com/fralau/mkdocs-macros-plugin</a></li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/2eaf0330e74c458d6ec348a212a94dd7199a89e5"><code>2eaf033</code></a> Update post_production.md</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/c6ea72ac8d57f3a750891953fa00ad0ffa683ea8"><code>c6ea72a</code></a> Enable j2 extensions in mkdocs-macros without false-positive warning (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/273">#273</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/51a3afc4868838f2c0e5f69485e74264cf173af8"><code>51a3afc</code></a> Add dependency on <code>requests</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/269">#269</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/b1dacfb0fba951fc79d36f50895cda3bed3163f6"><code>b1dacfb</code></a> Delete install_package() function from codebase</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/4ec687e81b6c1b6ac2ad11f1c8cfae671d86bef0"><code>4ec687e</code></a> Remove auto-install of missing pluglet (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/e9dec13e22f12e4fb36bee8065ab90d5e3b90d6e"><code>e9dec13</code></a> Remove installation of missing pluglet (but meaningful message) <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a></li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/9ef2b98d2b6d9971ecd68da3fcc9360d07373c71"><code>9ef2b98</code></a> Include new function <code>yaml_support()</code> from super_collections (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/258">#258</a>)</li> <li>See full diff in <a href="https://github.com/fralau/mkdocs_macros_plugin/compare/v1.3.9...v1.4.1">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
billlevine
pushed a commit
that referenced
this pull request
Nov 4, 2025
Bumps the all group with 3 updates in the / directory: [mkdocs-glightbox](https://github.com/blueswen/mkdocs-glightbox), [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) and [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin). Updates `mkdocs-glightbox` from 0.5.1 to 0.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/blueswen/mkdocs-glightbox/releases">mkdocs-glightbox's releases</a>.</em></p> <blockquote> <h2>mkdocs-glightbox-0.5.2</h2> <ul> <li>Updated selectolax dependency to >=0.3.29 to support Python 3.14 (<a href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/64">#64</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG">mkdocs-glightbox's changelog</a>.</em></p> <blockquote> <p>mkdocs-glightbox-0.5.2 (2025-10-23)</p> <pre><code>* Updated selectolax dependency to >=0.3.29 to support Python 3.14 ([#64](blueswen/mkdocs-glightbox#64)) </code></pre> <p>mkdocs-glightbox-0.5.1 (2025-09-04)</p> <pre><code>* Pined selectolax to 0.3.29 to avoid missing binary wheel issue on some platforms ([#63](blueswen/mkdocs-glightbox#63)) </code></pre> <p>mkdocs-glightbox-0.5.0 (2025-09-03)</p> <pre><code>* Updated glightbox to 3.3.1 * Migrated to uv and pyproject.toml for development and building * Replaced regex with Selectolax to improve performance, availability and maintainability ([#44](blueswen/mkdocs-glightbox#44), [#56](blueswen/mkdocs-glightbox#56), [#61](blueswen/mkdocs-glightbox#61)) * Updated tests and workflow * Support auto themed ([#49](blueswen/mkdocs-glightbox#49)) </code></pre> <p>mkdocs-glightbox-0.4.0 (2023-05-06)</p> <pre><code>* Supported manual mode ([#29](blueswen/mkdocs-glightbox#29)) * Allow calling lightbox methods from other places ([#34](blueswen/mkdocs-glightbox#34)) * Added id to appended script tag ([#38](blueswen/mkdocs-glightbox#38)) * Access theme attribute directly ([#40](blueswen/mkdocs-glightbox#40)) * Better JavaScript Error Handling ([#36](blueswen/mkdocs-glightbox#36)) </code></pre> <p>mkdocs-glightbox-0.3.7 (2023-01-24)</p> <pre><code>* Supported custom background and shadow ([#27](blueswen/mkdocs-glightbox#27)) </code></pre> <p>mkdocs-glightbox-0.3.6 (2023-12-30)</p> <pre><code>* Modified width default to auto prevent zooming large image bug ([#21](blueswen/mkdocs-glightbox#21)) * Supported only enable glightbox with on-glb class in given page ([#28](blueswen/mkdocs-glightbox#28)) </code></pre> <p>mkdocs-glightbox-0.3.5 (2023-11-18)</p> <pre><code>* Supported compatibility with the privacy plugin of Material for MkDocs insiders ([#25](blueswen/mkdocs-glightbox#25)) </code></pre> <p>mkdocs-glightbox-0.3.4 (2023-04-25)</p> <pre><code>* Fixed regex bug: quote issue and empty alt issue ([#14](blueswen/mkdocs-glightbox#14) [#19](blueswen/mkdocs-glightbox#19)) </code></pre> <p>mkdocs-glightbox-0.3.3 (2023-04-20)</p> <pre><code>* Refactored processing logic with regex ([#14](blueswen/mkdocs-glightbox#14)) </code></pre> <p>mkdocs-glightbox-0.3.2 (2023-03-19)</p> <pre><code>* Supported image without extension ([#13](blueswen/mkdocs-glightbox#13)) </code></pre> <p>mkdocs-glightbox-0.3.1 (2022-11-22)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/blueswen/mkdocs-glightbox/commit/c94b0616480e96a86939a2a248f18a6f57f80516"><code>c94b061</code></a> v0.5.2</li> <li><a href="https://github.com/blueswen/mkdocs-glightbox/commit/1744655f5f8006c3929f076c9e066e2e56b63c04"><code>1744655</code></a> Update selectolax dependency to >=0.3.29 to support Python 3.14 (<a href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/64">#64</a>)</li> <li>See full diff in <a href="https://github.com/blueswen/mkdocs-glightbox/compare/v0.5.1...v0.5.2">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-include-markdown-plugin` from 7.1.7 to 7.2.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.2.0</h2> <h2>New features</h2> <ul> <li>Add new argument <code>order</code> to sort multiple inclusions.</li> </ul> <h2>v7.1.8</h2> <h2>Bug fixes</h2> <ul> <li>Escape substitution placeholders to prevent malformed output in edge cases.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/708a37495eb3ce256067551a48412bf98d13d77f"><code>708a374</code></a> Add new argument <code>order</code> to sort inclusions (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/279">#279</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/8b77f66168f5d7704bbe07367d6b70bea4b877f1"><code>8b77f66</code></a> Add a security policy (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/278">#278</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/7466d67aa0de8ffbc427204ad2475fed07678915"><code>7466d67</code></a> Escape placeholders to avoid input collisions (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/277">#277</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/1ae8fca510cb5b18f164aaefb855a07f522ec8ff"><code>1ae8fca</code></a> Cheaper placeholders (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/276">#276</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/39fb30381efc6c2bc2fe071c9238cc36ef2811ba"><code>39fb303</code></a> Fix tests for <code>comments</code> global config and update JSON Schema (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/275">#275</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/65816713ee8401b73614df5638ec184607a50b07"><code>6581671</code></a> Bump pypa/gh-action-pypi-publish in /.github/workflows (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/273">#273</a>)</li> <li>See full diff in <a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.1.7...v7.2.0">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-macros-plugin` from 1.3.9 to 1.4.1 <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.4.1, 2025-10-18</h2> <ul> <li>Added: support for j2_extensions paramater in config file (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/272">#272</a>)</li> <li>Fixed: missing dependency declaration on <code>requests</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/269">#269</a>)</li> </ul> <h2>1.4.0, 2025-09-21</h2> <ul> <li>Removed: auto-install of missing pluglet (meaningful error message <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a>)</li> <li>Fixed: error with yaml dumps (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/258">#258</a>)</li> <li>Fixed: detection of Jinja2, to allow title rendering (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/266">#266</a>)</li> <li>Small improvements to documentation</li> </ul> <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> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/a93a1f74402b5d632acbab35a77d5171eb5d0e6d"><code>a93a1f7</code></a> Update CHANGELOG for version 1.4.1</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/a76d62bf02f66cc9090cb8b266df738f97c1c80b"><code>a76d62b</code></a> Add documentation for jinja2_extensions (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/272">#272</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/9a329bc2c44af538556c840530d65266ee02ec44"><code>9a329bc</code></a> Merge branch 'master' of <a href="https://github.com/fralau/mkdocs-macros-plugin">https://github.com/fralau/mkdocs-macros-plugin</a></li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/2eaf0330e74c458d6ec348a212a94dd7199a89e5"><code>2eaf033</code></a> Update post_production.md</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/c6ea72ac8d57f3a750891953fa00ad0ffa683ea8"><code>c6ea72a</code></a> Enable j2 extensions in mkdocs-macros without false-positive warning (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/273">#273</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/51a3afc4868838f2c0e5f69485e74264cf173af8"><code>51a3afc</code></a> Add dependency on <code>requests</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/269">#269</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/b1dacfb0fba951fc79d36f50895cda3bed3163f6"><code>b1dacfb</code></a> Delete install_package() function from codebase</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/4ec687e81b6c1b6ac2ad11f1c8cfae671d86bef0"><code>4ec687e</code></a> Remove auto-install of missing pluglet (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/e9dec13e22f12e4fb36bee8065ab90d5e3b90d6e"><code>e9dec13</code></a> Remove installation of missing pluglet (but meaningful message) <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a></li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/9ef2b98d2b6d9971ecd68da3fcc9360d07373c71"><code>9ef2b98</code></a> Include new function <code>yaml_support()</code> from super_collections (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/258">#258</a>)</li> <li>See full diff in <a href="https://github.com/fralau/mkdocs_macros_plugin/compare/v1.3.9...v1.4.1">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
billlevine
pushed a commit
that referenced
this pull request
Nov 4, 2025
Bumps the all group with 3 updates in the / directory: [mkdocs-glightbox](https://github.com/blueswen/mkdocs-glightbox), [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) and [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin). Updates `mkdocs-glightbox` from 0.5.1 to 0.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/blueswen/mkdocs-glightbox/releases">mkdocs-glightbox's releases</a>.</em></p> <blockquote> <h2>mkdocs-glightbox-0.5.2</h2> <ul> <li>Updated selectolax dependency to >=0.3.29 to support Python 3.14 (<a href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/64">#64</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG">mkdocs-glightbox's changelog</a>.</em></p> <blockquote> <p>mkdocs-glightbox-0.5.2 (2025-10-23)</p> <pre><code>* Updated selectolax dependency to >=0.3.29 to support Python 3.14 ([#64](blueswen/mkdocs-glightbox#64)) </code></pre> <p>mkdocs-glightbox-0.5.1 (2025-09-04)</p> <pre><code>* Pined selectolax to 0.3.29 to avoid missing binary wheel issue on some platforms ([#63](blueswen/mkdocs-glightbox#63)) </code></pre> <p>mkdocs-glightbox-0.5.0 (2025-09-03)</p> <pre><code>* Updated glightbox to 3.3.1 * Migrated to uv and pyproject.toml for development and building * Replaced regex with Selectolax to improve performance, availability and maintainability ([#44](blueswen/mkdocs-glightbox#44), [#56](blueswen/mkdocs-glightbox#56), [#61](blueswen/mkdocs-glightbox#61)) * Updated tests and workflow * Support auto themed ([#49](blueswen/mkdocs-glightbox#49)) </code></pre> <p>mkdocs-glightbox-0.4.0 (2023-05-06)</p> <pre><code>* Supported manual mode ([#29](blueswen/mkdocs-glightbox#29)) * Allow calling lightbox methods from other places ([#34](blueswen/mkdocs-glightbox#34)) * Added id to appended script tag ([#38](blueswen/mkdocs-glightbox#38)) * Access theme attribute directly ([#40](blueswen/mkdocs-glightbox#40)) * Better JavaScript Error Handling ([#36](blueswen/mkdocs-glightbox#36)) </code></pre> <p>mkdocs-glightbox-0.3.7 (2023-01-24)</p> <pre><code>* Supported custom background and shadow ([#27](blueswen/mkdocs-glightbox#27)) </code></pre> <p>mkdocs-glightbox-0.3.6 (2023-12-30)</p> <pre><code>* Modified width default to auto prevent zooming large image bug ([#21](blueswen/mkdocs-glightbox#21)) * Supported only enable glightbox with on-glb class in given page ([#28](blueswen/mkdocs-glightbox#28)) </code></pre> <p>mkdocs-glightbox-0.3.5 (2023-11-18)</p> <pre><code>* Supported compatibility with the privacy plugin of Material for MkDocs insiders ([#25](blueswen/mkdocs-glightbox#25)) </code></pre> <p>mkdocs-glightbox-0.3.4 (2023-04-25)</p> <pre><code>* Fixed regex bug: quote issue and empty alt issue ([#14](blueswen/mkdocs-glightbox#14) [#19](blueswen/mkdocs-glightbox#19)) </code></pre> <p>mkdocs-glightbox-0.3.3 (2023-04-20)</p> <pre><code>* Refactored processing logic with regex ([#14](blueswen/mkdocs-glightbox#14)) </code></pre> <p>mkdocs-glightbox-0.3.2 (2023-03-19)</p> <pre><code>* Supported image without extension ([#13](blueswen/mkdocs-glightbox#13)) </code></pre> <p>mkdocs-glightbox-0.3.1 (2022-11-22)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/blueswen/mkdocs-glightbox/commit/c94b0616480e96a86939a2a248f18a6f57f80516"><code>c94b061</code></a> v0.5.2</li> <li><a href="https://github.com/blueswen/mkdocs-glightbox/commit/1744655f5f8006c3929f076c9e066e2e56b63c04"><code>1744655</code></a> Update selectolax dependency to >=0.3.29 to support Python 3.14 (<a href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/64">#64</a>)</li> <li>See full diff in <a href="https://github.com/blueswen/mkdocs-glightbox/compare/v0.5.1...v0.5.2">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-include-markdown-plugin` from 7.1.7 to 7.2.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.2.0</h2> <h2>New features</h2> <ul> <li>Add new argument <code>order</code> to sort multiple inclusions.</li> </ul> <h2>v7.1.8</h2> <h2>Bug fixes</h2> <ul> <li>Escape substitution placeholders to prevent malformed output in edge cases.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/708a37495eb3ce256067551a48412bf98d13d77f"><code>708a374</code></a> Add new argument <code>order</code> to sort inclusions (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/279">#279</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/8b77f66168f5d7704bbe07367d6b70bea4b877f1"><code>8b77f66</code></a> Add a security policy (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/278">#278</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/7466d67aa0de8ffbc427204ad2475fed07678915"><code>7466d67</code></a> Escape placeholders to avoid input collisions (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/277">#277</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/1ae8fca510cb5b18f164aaefb855a07f522ec8ff"><code>1ae8fca</code></a> Cheaper placeholders (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/276">#276</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/39fb30381efc6c2bc2fe071c9238cc36ef2811ba"><code>39fb303</code></a> Fix tests for <code>comments</code> global config and update JSON Schema (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/275">#275</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/65816713ee8401b73614df5638ec184607a50b07"><code>6581671</code></a> Bump pypa/gh-action-pypi-publish in /.github/workflows (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/273">#273</a>)</li> <li>See full diff in <a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.1.7...v7.2.0">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-macros-plugin` from 1.3.9 to 1.4.1 <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.4.1, 2025-10-18</h2> <ul> <li>Added: support for j2_extensions paramater in config file (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/272">#272</a>)</li> <li>Fixed: missing dependency declaration on <code>requests</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/269">#269</a>)</li> </ul> <h2>1.4.0, 2025-09-21</h2> <ul> <li>Removed: auto-install of missing pluglet (meaningful error message <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a>)</li> <li>Fixed: error with yaml dumps (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/258">#258</a>)</li> <li>Fixed: detection of Jinja2, to allow title rendering (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/266">#266</a>)</li> <li>Small improvements to documentation</li> </ul> <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> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/a93a1f74402b5d632acbab35a77d5171eb5d0e6d"><code>a93a1f7</code></a> Update CHANGELOG for version 1.4.1</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/a76d62bf02f66cc9090cb8b266df738f97c1c80b"><code>a76d62b</code></a> Add documentation for jinja2_extensions (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/272">#272</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/9a329bc2c44af538556c840530d65266ee02ec44"><code>9a329bc</code></a> Merge branch 'master' of <a href="https://github.com/fralau/mkdocs-macros-plugin">https://github.com/fralau/mkdocs-macros-plugin</a></li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/2eaf0330e74c458d6ec348a212a94dd7199a89e5"><code>2eaf033</code></a> Update post_production.md</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/c6ea72ac8d57f3a750891953fa00ad0ffa683ea8"><code>c6ea72a</code></a> Enable j2 extensions in mkdocs-macros without false-positive warning (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/273">#273</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/51a3afc4868838f2c0e5f69485e74264cf173af8"><code>51a3afc</code></a> Add dependency on <code>requests</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/269">#269</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/b1dacfb0fba951fc79d36f50895cda3bed3163f6"><code>b1dacfb</code></a> Delete install_package() function from codebase</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/4ec687e81b6c1b6ac2ad11f1c8cfae671d86bef0"><code>4ec687e</code></a> Remove auto-install of missing pluglet (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/e9dec13e22f12e4fb36bee8065ab90d5e3b90d6e"><code>e9dec13</code></a> Remove installation of missing pluglet (but meaningful message) <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a></li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/9ef2b98d2b6d9971ecd68da3fcc9360d07373c71"><code>9ef2b98</code></a> Include new function <code>yaml_support()</code> from super_collections (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/258">#258</a>)</li> <li>See full diff in <a href="https://github.com/fralau/mkdocs_macros_plugin/compare/v1.3.9...v1.4.1">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
billlevine
pushed a commit
that referenced
this pull request
Nov 4, 2025
Bumps the all group with 3 updates in the / directory: [mkdocs-glightbox](https://github.com/blueswen/mkdocs-glightbox), [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) and [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin). Updates `mkdocs-glightbox` from 0.5.1 to 0.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/blueswen/mkdocs-glightbox/releases">mkdocs-glightbox's releases</a>.</em></p> <blockquote> <h2>mkdocs-glightbox-0.5.2</h2> <ul> <li>Updated selectolax dependency to >=0.3.29 to support Python 3.14 (<a href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/64">#64</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG">mkdocs-glightbox's changelog</a>.</em></p> <blockquote> <p>mkdocs-glightbox-0.5.2 (2025-10-23)</p> <pre><code>* Updated selectolax dependency to >=0.3.29 to support Python 3.14 ([#64](blueswen/mkdocs-glightbox#64)) </code></pre> <p>mkdocs-glightbox-0.5.1 (2025-09-04)</p> <pre><code>* Pined selectolax to 0.3.29 to avoid missing binary wheel issue on some platforms ([#63](blueswen/mkdocs-glightbox#63)) </code></pre> <p>mkdocs-glightbox-0.5.0 (2025-09-03)</p> <pre><code>* Updated glightbox to 3.3.1 * Migrated to uv and pyproject.toml for development and building * Replaced regex with Selectolax to improve performance, availability and maintainability ([#44](blueswen/mkdocs-glightbox#44), [#56](blueswen/mkdocs-glightbox#56), [#61](blueswen/mkdocs-glightbox#61)) * Updated tests and workflow * Support auto themed ([#49](blueswen/mkdocs-glightbox#49)) </code></pre> <p>mkdocs-glightbox-0.4.0 (2023-05-06)</p> <pre><code>* Supported manual mode ([#29](blueswen/mkdocs-glightbox#29)) * Allow calling lightbox methods from other places ([#34](blueswen/mkdocs-glightbox#34)) * Added id to appended script tag ([#38](blueswen/mkdocs-glightbox#38)) * Access theme attribute directly ([#40](blueswen/mkdocs-glightbox#40)) * Better JavaScript Error Handling ([#36](blueswen/mkdocs-glightbox#36)) </code></pre> <p>mkdocs-glightbox-0.3.7 (2023-01-24)</p> <pre><code>* Supported custom background and shadow ([#27](blueswen/mkdocs-glightbox#27)) </code></pre> <p>mkdocs-glightbox-0.3.6 (2023-12-30)</p> <pre><code>* Modified width default to auto prevent zooming large image bug ([#21](blueswen/mkdocs-glightbox#21)) * Supported only enable glightbox with on-glb class in given page ([#28](blueswen/mkdocs-glightbox#28)) </code></pre> <p>mkdocs-glightbox-0.3.5 (2023-11-18)</p> <pre><code>* Supported compatibility with the privacy plugin of Material for MkDocs insiders ([#25](blueswen/mkdocs-glightbox#25)) </code></pre> <p>mkdocs-glightbox-0.3.4 (2023-04-25)</p> <pre><code>* Fixed regex bug: quote issue and empty alt issue ([#14](blueswen/mkdocs-glightbox#14) [#19](blueswen/mkdocs-glightbox#19)) </code></pre> <p>mkdocs-glightbox-0.3.3 (2023-04-20)</p> <pre><code>* Refactored processing logic with regex ([#14](blueswen/mkdocs-glightbox#14)) </code></pre> <p>mkdocs-glightbox-0.3.2 (2023-03-19)</p> <pre><code>* Supported image without extension ([#13](blueswen/mkdocs-glightbox#13)) </code></pre> <p>mkdocs-glightbox-0.3.1 (2022-11-22)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/blueswen/mkdocs-glightbox/commit/c94b0616480e96a86939a2a248f18a6f57f80516"><code>c94b061</code></a> v0.5.2</li> <li><a href="https://github.com/blueswen/mkdocs-glightbox/commit/1744655f5f8006c3929f076c9e066e2e56b63c04"><code>1744655</code></a> Update selectolax dependency to >=0.3.29 to support Python 3.14 (<a href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/64">#64</a>)</li> <li>See full diff in <a href="https://github.com/blueswen/mkdocs-glightbox/compare/v0.5.1...v0.5.2">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-include-markdown-plugin` from 7.1.7 to 7.2.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.2.0</h2> <h2>New features</h2> <ul> <li>Add new argument <code>order</code> to sort multiple inclusions.</li> </ul> <h2>v7.1.8</h2> <h2>Bug fixes</h2> <ul> <li>Escape substitution placeholders to prevent malformed output in edge cases.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/708a37495eb3ce256067551a48412bf98d13d77f"><code>708a374</code></a> Add new argument <code>order</code> to sort inclusions (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/279">#279</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/8b77f66168f5d7704bbe07367d6b70bea4b877f1"><code>8b77f66</code></a> Add a security policy (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/278">#278</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/7466d67aa0de8ffbc427204ad2475fed07678915"><code>7466d67</code></a> Escape placeholders to avoid input collisions (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/277">#277</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/1ae8fca510cb5b18f164aaefb855a07f522ec8ff"><code>1ae8fca</code></a> Cheaper placeholders (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/276">#276</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/39fb30381efc6c2bc2fe071c9238cc36ef2811ba"><code>39fb303</code></a> Fix tests for <code>comments</code> global config and update JSON Schema (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/275">#275</a>)</li> <li><a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/commit/65816713ee8401b73614df5638ec184607a50b07"><code>6581671</code></a> Bump pypa/gh-action-pypi-publish in /.github/workflows (<a href="https://redirect.github.com/mondeja/mkdocs-include-markdown-plugin/issues/273">#273</a>)</li> <li>See full diff in <a href="https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.1.7...v7.2.0">compare view</a></li> </ul> </details> <br /> Updates `mkdocs-macros-plugin` from 1.3.9 to 1.4.1 <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.4.1, 2025-10-18</h2> <ul> <li>Added: support for j2_extensions paramater in config file (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/272">#272</a>)</li> <li>Fixed: missing dependency declaration on <code>requests</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/269">#269</a>)</li> </ul> <h2>1.4.0, 2025-09-21</h2> <ul> <li>Removed: auto-install of missing pluglet (meaningful error message <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a>)</li> <li>Fixed: error with yaml dumps (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/258">#258</a>)</li> <li>Fixed: detection of Jinja2, to allow title rendering (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/266">#266</a>)</li> <li>Small improvements to documentation</li> </ul> <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> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/a93a1f74402b5d632acbab35a77d5171eb5d0e6d"><code>a93a1f7</code></a> Update CHANGELOG for version 1.4.1</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/a76d62bf02f66cc9090cb8b266df738f97c1c80b"><code>a76d62b</code></a> Add documentation for jinja2_extensions (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/272">#272</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/9a329bc2c44af538556c840530d65266ee02ec44"><code>9a329bc</code></a> Merge branch 'master' of <a href="https://github.com/fralau/mkdocs-macros-plugin">https://github.com/fralau/mkdocs-macros-plugin</a></li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/2eaf0330e74c458d6ec348a212a94dd7199a89e5"><code>2eaf033</code></a> Update post_production.md</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/c6ea72ac8d57f3a750891953fa00ad0ffa683ea8"><code>c6ea72a</code></a> Enable j2 extensions in mkdocs-macros without false-positive warning (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/273">#273</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/51a3afc4868838f2c0e5f69485e74264cf173af8"><code>51a3afc</code></a> Add dependency on <code>requests</code> (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/269">#269</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/b1dacfb0fba951fc79d36f50895cda3bed3163f6"><code>b1dacfb</code></a> Delete install_package() function from codebase</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/4ec687e81b6c1b6ac2ad11f1c8cfae671d86bef0"><code>4ec687e</code></a> Remove auto-install of missing pluglet (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a>)</li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/e9dec13e22f12e4fb36bee8065ab90d5e3b90d6e"><code>e9dec13</code></a> Remove installation of missing pluglet (but meaningful message) <a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/262">#262</a></li> <li><a href="https://github.com/fralau/mkdocs-macros-plugin/commit/9ef2b98d2b6d9971ecd68da3fcc9360d07373c71"><code>9ef2b98</code></a> Include new function <code>yaml_support()</code> from super_collections (<a href="https://redirect.github.com/fralau/mkdocs_macros_plugin/issues/258">#258</a>)</li> <li>See full diff in <a href="https://github.com/fralau/mkdocs_macros_plugin/compare/v1.3.9...v1.4.1">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.