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 v6 #78

Closed renovate[bot] closed 12 months 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 -> ==6.0.1 age adoption passing confidence

Release Notes

mondeja/mkdocs-include-markdown-plugin (mkdocs-include-markdown-plugin) ### [`v6.0.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.0.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.0.0...v6.0.1) ##### Bug fixes - Fixed some warnings not shown when missing `start` and `end` delimiters in some contexts (regression from [v6.0.0](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.0.0)). ### [`v6.0.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.0.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v5.1.0...v6.0.0) #### :warning: Breaking changes - Inclusion and exclusion relative paths and globs must start with `./` or `../`. Non-explicit relative paths (like `foo/bar.md`) will be treated as relative to `docs_dir` (typically the *docs/* directory). To migrate just prepend `./` in all your implicit relative paths and globs. ```diff - {% include-markdown "foo/bar.md" %} + {% include-markdown "./foo/bar.md" %} - {% include-markdown "foo/*.md" %} + {% include-markdown "./foo/*.md" %} ``` - [`exclude`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/tree/v6.0.0#config_exclude) configuration setting added in [v5.1.0](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v5.1.0) is not treated more as a default value for the `exclude` argument. Now accepts an array that defines multiple global exclusion patterns that will extend the `exclude` argument pattern matches. Relative paths used by the `exclude` global setting will be treated as relatives to `docs_dir`. #### New features - Includer and excluder globs now accept [Bash-style wildcard patterns](https://facelessuser.github.io/wcmatch/glob/#syntax), allowing more flexible inclusions and exclusions, for example: ```jinja {% include-markdown "**" exclude="./{index,LICENSE}.md" %} ``` - Allow to define paths and globs relative to *docs/* directory for inclusions and exclusions with implicit relative paths like `foo/bar.md` or `index.md`. #### Bug fixes - Raise `PluginError`s instead of `BuildError`s as recommended by Mkdocs. ### [`v5.1.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v5.1.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v5.0.0...v5.1.0) #### New features The next default values for arguments can be defined as settings: - `start` - `end` - `exclude` - `heading_offset` - `rewrite_relative_urls` #### Bug fixes - Fixed error getting content from cache. - Fixed detection of invalid `heading-offset` values. #### Improvements - Improved invalid values detection of boolean and integer arguments. ### [`v5.0.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v5.0.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v4.0.4...v5.0.0) #### :warning: Breaking changes - Drop Python 3.7 support. - Drop Mkdocs < 1.4.0 support. #### Enhancements - Add support for Python 3.12. #### New features - Files to include can be now be URLs to include remote content. - Added `cache` extra and setting to control HTTP requests persistent file caching. #### Bug fixes - Fix errors not producing a non zero exitcode when building. ### [`v4.0.4`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v4.0.4) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v4.0.3...v4.0.4) Bug fixes: - Fixed error using livereload server with Mkdocs < 1.4.0 ### [`v4.0.3`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v4.0.3) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v4.0.2...v4.0.3) Enhancements: - Added some performance improvements. ### [`v4.0.2`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v4.0.2) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v4.0.1...v4.0.2) Bug fixes: - Fixed LiveReloadServer not imported at runtime with `serve` command (regression in 4.0.1) ### [`v4.0.1`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v4.0.1) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v4.0.0...v4.0.1) Enhancements: - The plugin has been fully typed. Bug fixes: - Prevented an edge case bug when specifying an invalid encoding parameter in directives. ### [`v4.0.0`](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v4.0.0) [Compare Source](https://togithub.com/mondeja/mkdocs-include-markdown-plugin/compare/v3.9.1...v4.0.0) :warning: Breaking changes: - The plugin is no longer installable on Python 3.6. ### [`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 12 months ago

This PR was automatically closed because of stale in 10 days

renovate[bot] commented 12 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

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