nolte / ansible-role-mcrcon

Ansible Role for install Minecraft Rcon tool.
https://nolte.github.io/ansible-role-mcrcon
0 stars 1 forks source link

Update dependency mkdocs-include-markdown-plugin to v3.9.1 #47

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

mondeja/mkdocs-include-markdown-plugin ### [`v3.9.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.9.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.9.0...v3.9.1) Bug fixes: - Fixed event order on Mkdocs >= 1.4.0 ### [`v3.9.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.9.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.8.1...v3.9.0) New features: - Included files are watched when using `mkdocs serve`. Only supported from Mkdocs v1.4.0 onwards. Deprecated: - The support for Python 3.6 has been oficially deprecated and the plugin will not be installable on that version from the next v4.0.0 release. ### [`v3.8.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.8.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.8.0...v3.8.1) Bug fixes: - Fixed two errors relative to includer indentation for both directives. ### [`v3.8.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.8.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.7.1...v3.8.0) New features: - Allow to configure globally some arguments passed to directives, see [Configuration 👀](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/tree/v3.8.0#configuration) ### [`v3.7.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.7.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.7.0...v3.7.1) Bug fixes: - HTML-escape file paths in comments generated by `include-markdown` directive to prevent broken content when including some edge cases. ### [`v3.7.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.7.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.6.1...v3.7.0) New features: - Added new argument `encoding` for both directives. ### [`v3.6.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.6.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.6.0...v3.6.1) Bug fixes: - Wrap `start` and `end` delimiters contents by single quotes in comments to show them better. ### [`v3.6.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.6.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.5.2...v3.6.0) New features: - Allow to configure globally custom tags strings to open and close directives ([#​112](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/issues/112)). ### [`v3.5.2`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.5.2) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.5.1...v3.5.2) Bug fixes: - Fixed incompatibility between `trailing-newlines` and `comments` arguments of `include-markdown` directive. ### [`v3.5.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.5.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.5.0...v3.5.1) Bug fixes: - Fixed nested inclusions showing incorrect warning messages. - Fixed error skipping relative URLs rewriting in indented codeblocks using Windows newlines. Enhancements: - Allow to pass string arguments wrapped by single quotes `'` escaping them with `\'`. - Show errors if `filename`, `end`, `start` or `exclude` arguments are empty. - Show error rather than raising an exception if a file to be included is not found. - Show error rather than raising an exception if a parsed boolean value is not valid. - Improved warning messages adding affected line number and directive. ### [`v3.5.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.5.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.4.1...v3.5.0) New features: - New option [`trailing-newlines`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/tree/1859d0008da744666343a0da0c1bcf8e408858f8#include-markdown_trailing-newlines) for both directives to strip trailing newlines from content to include. - Both directives accept now recursive `**` wildcard globbing to match against subdirectories including multiple files. Enhancements: - String arguments `filename`, `start`, `end` and `exclude` now accept double quotes `"` in values escaping them with `\"`. ### [`v3.4.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.4.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.4.0...v3.4.1) Bug fixes: - Fixed offset application not skipped in codeblocks at nested Markdown blocks. - Fixed incorrect output skipping relative URL rewritings in indented codeblocks. Enhancements: - Optimize migrating from `pathlib` to `os.path`. - Some tiny performance optimizations processing text. ### [`v3.4.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v3.4.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.3.0...v3.4.0) Enhancements: - Warn if `end` or `start` arguments are not detected inside content to include.

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year 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

github-actions[bot] commented 1 year ago

This PR was automatically closed because of stale in 10 days

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==3.9.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.