nolte / ansible-role-msopenjdk

Ansible Role for install the Microsoft OpenJDK from Archive.
https://nolte.github.io/ansible-role-msopenjdk
0 stars 1 forks source link

Update dependency mkdocs-include-markdown-plugin to v6 #158

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-include-markdown-plugin (changelog) ==4.0.3 -> ==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

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 9 months 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 9 months ago

This PR was automatically closed because of stale in 10 days

renovate[bot] commented 9 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.