nolte / gh-plumbing

Github Project plumbing
https://nolte.github.io/gh-plumbing/
2 stars 1 forks source link

Update dependency mkdocs-include-markdown-plugin to v6.2.2 #269

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-include-markdown-plugin (changelog) ==6.0.5 -> ==6.2.2 age adoption passing confidence

Release Notes

mondeja/mkdocs-include-markdown-plugin (mkdocs-include-markdown-plugin) ### [`v6.2.2`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.2.2) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.2.1...v6.2.2) #### Enhancements - Add official support for Python 3.13. - Relax `wcmatch` dependency. ### [`v6.2.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.2.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.2.0...v6.2.1) ##### Bug fixes - Improve performance of inclusion regex processing. Prevents to take a lot of time parsing long lines looking for inclusions. ### [`v6.2.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.2.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.1.1...v6.2.0) ##### New features - Add [`recursive`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin?tab=readme-ov-file#include-markdown_recursive) argument to `include-markdown` directive. ##### Enhancements - Apply substitutions from all directives at once. Improves performance in all includes and prevents big performance degradations including large contents in the same files of other includes. - Warn when passing invalid arguments to directives. It could catches bad syntax, like trying to turning off `comments` in `include` directives (`include` does not provides a `comments` argument). ### [`v6.1.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.1.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.1.0...v6.1.1) #### Enhancements - Change substitions order of directives. Prevents performance degradations when including long files with `include` directive in the same file with other `include-markdown` directive. ### [`v6.1.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.1.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.0.7...v6.1.0) #### New features - Add a new `recursive` argument to the `include` directive that allows to stop recursively processing includes in included files. ### [`v6.0.7`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.0.7) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.0.6...v6.0.7) #### Bug fixes - Fix error message on Windows when a file that is not inside the same drive of the `docs_dir` directory is not found. ### [`v6.0.6`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.0.6) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.0.5...v6.0.6) #### Bug fixes - Fixed errors when using Mkdocs>=1.6.0 generated files ([#​205](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/issues/205)). Now if you try to include using a relative path from a generated file, an error will be raised.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 1 month ago

This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days