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 pymdown-extensions to v9.10 #56

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
pymdown-extensions ==9.2 -> ==9.10 age adoption passing confidence

Release Notes

facelessuser/pymdown-extensions ### [`v9.10`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/9.10) [Compare Source](https://togithub.com/facelessuser/pymdown-extensions/compare/9.9.2...9.10) #### 9.10 - **NEW**: Blocks: Add new experimental general purpose blocks that provide a framework for creating fenced block containers for specialized parsing. A number of extensions utilizing general purpose blocks are included and are meant to be an alternative to (and maybe one day replace): Admonitions, Details, Definition Lists, and Tabbed. Also adds a new HTML plugin for quick wrapping of content with arbitrary HTML elements. - **NEW**: Highlight: When enabling line spans and/or line anchors, if a code block has an ID associated with it, line ids will be generated using that code ID instead of the code block count. - **NEW**: Snippets: Expand section syntax to allow section names with `-` and `_`. - **NEW**: Snippets: When `check_paths` is enabled, and a specified section is not found, raise an error. - **NEW**: Snippets: Add new experimental feature `dedent_sections` that will de-indent (remove any common leading whitespace from every line in text) from that block of text. - **NEW**: MagicLink: Update GitLab links to match recent changes and to be more correct. - **NEW**: MagicLink: Relax required hash length when performing link shortening. ### [`v9.9.2`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/9.9.2) [Compare Source](https://togithub.com/facelessuser/pymdown-extensions/compare/9.9.1...9.9.2) ##### 9.9.2 - **FIX**: Snippets syntax can break in XML comments as XML comments do not allow `--`. Relax Snippets syntax such that `-8<-` (single `-`) are allowed. ### [`v9.9.1`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/9.9.1) [Compare Source](https://togithub.com/facelessuser/pymdown-extensions/compare/9.9...9.9.1) ##### 9.9.1 - **FIX**: Use a different CDN for Twemoji icons as MaxCDN is no longer available. ### [`v9.9`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/9.9) [Compare Source](https://togithub.com/facelessuser/pymdown-extensions/compare/9.8...9.9) #### 9.9 - **ENHANCE**: BetterEm: Further improvements to strong/emphasis handling: - Ensure that one or more consecutive `*` or `_` surrounded by whitespace are not considered as a token. - **ENHANCE**: Caret: Apply recent BetterEm improvements to Caret: - Fix case where `^^` nested between `^` would be handled in an unexpected way. - Ensure that one or more consecutive `^` surrounded by whitespace are not considered as a token. - **ENHANCE**: Tilde: Apply recent BetterEm improvements to Tilde: - Fix case where `~~` nested between `~` would be handled in an unexpected way. - Ensure that one or more consecutive `~` surrounded by whitespace are not considered a token. - **ENHANCE**: Mark: Apply recent BetterEm improvements to Mark: - Ensure that one or more consecutive `=` surrounded by whitespace are not considered a token. ### [`v9.8`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/9.8) [Compare Source](https://togithub.com/facelessuser/pymdown-extensions/compare/9.7...9.8) ##### 9.8 - **NEW**: Formally declare support for Python 3.11. - **FIX**: BetterEm: Fix case where `**` nested between `*` would be handled in an unexpected way. ### [`v9.7`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/9.7) [Compare Source](https://togithub.com/facelessuser/pymdown-extensions/compare/9.6...9.7) ##### 9.7 - **NEW**: Tabbed: Add new syntax to allow forcing a specific tab to be selected by default. - **NEW**: Snippets: Add a new option to pass arbitrary HTTP headers. - **NEW**: Snippets: Allow specifying sections in a snippet and including just the specified section. ### [`v9.6`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/9.6) [Compare Source](https://togithub.com/facelessuser/pymdown-extensions/compare/9.5...9.6) #### 9.6 - **NEW**: Highlight: Allow greater granularity of specifying where language guessing takes place via `guess_lang` option (e.g. `block` vs `inline`). - **NEW**: Tabbed: Add options for generating tab IDs from tab titles. - **NEW**: Snippets: Add support for specifying specific lines for Snippets. - **NEW**: Snippets: Commenting out files in block format no longer requires a space directly after `;`. - **NEW**: Snippets: A new sane way to escape snippets is now available. ### [`v9.5`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/9.5) [Compare Source](https://togithub.com/facelessuser/pymdown-extensions/compare/9.4...9.5) #### 9.5 - **NEW**: InlineHilite: Custom inline code block formatters can now be forced to raise an exception by raising a `InlineHiliteException`. - **NEW**: Snippets: Add new options to handle importing snippets from URL. - **NEW**: Snippets: Snippets will only swallow missing file errors (unless `check_paths` is enabled), all other errors will be propagated up. - **NEW**: Snippets: When a file or URL is missing, raise `SnippetMissingError` instead of `IOError`. - **FIX**: Snippets: Small issues related to recursive inclusion of snippets. ### [`v9.4`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/9.4) [Compare Source](https://togithub.com/facelessuser/pymdown-extensions/compare/9.3...9.4) #### 9.4 - **NEW**: Highlight: Changes in order to support Pygments 2.12+. If using Pygments and a version less than 2.12 is installed, Highlight will raise an exception. ### [`v9.3`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/9.3) [Compare Source](https://togithub.com/facelessuser/pymdown-extensions/compare/9.2...9.3) #### 9.3 - **NEW**: B64: Allow SVG to be encoded and inlined. - **NEW**: PathConverter: Add option to use `file://` prefix on absolute paths. - **FIX**: Highlight: Ensure that `extend_pygments_lang` is not case sensitive regarding language names.

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

As this PR has been closed unmerged, Renovate will now ignore this update (==9.10). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.