chore(deps): update dependency mkdocs to v1.4.1 (main) #94

Merged
decentral1se merged 1 commits from renovate/main-mkdocs-1.x into main 2022-10-22 12:14:37 +00:00
Member

This PR contains the following updates:

Package Update Change
mkdocs (changelog) patch ==1.4.0 -> ==1.4.1

Release Notes

mkdocs/mkdocs

v1.4.1

Compare Source

  • Support theme-namespaced plugin loading (#​2998)

    Plugins' entry points can be named as 'sometheme/someplugin'. That will have the following outcome:

    • If the current theme is 'sometheme', the plugin 'sometheme/someplugin' will always be preferred over 'someplugin'.
    • If the current theme isn't 'sometheme', the only way to use this plugin is by specifying plugins: [sometheme/someplugin].

    One can also specify plugins: ['/someplugin'] instead of plugins: ['someplugin'] to definitely avoid the theme-namespaced plugin.

  • Bugfix: mkdocs serve will work correctly with non-ASCII paths and redirects (#​3001)

  • Windows: 'colorama' is now a dependency of MkDocs, to ensure colorful log output (#​2987)

  • Plugin-related config options have more reliable validation and error reporting (#​2997)

  • Translation sub-commands of setup.py were completely dropped. See documentation [1] [2] for their new replacements (#​2990)

  • The 'mkdocs' package (wheel and source) is now produced by Hatch build system and pyproject.toml instead of setup.py (#​2988)

Other small improvements; see commit log.


Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mkdocs](https://github.com/mkdocs/mkdocs) ([changelog](https://www.mkdocs.org/about/release-notes/)) | patch | `==1.4.0` -> `==1.4.1` | --- ### Release Notes <details> <summary>mkdocs/mkdocs</summary> ### [`v1.4.1`](https://github.com/mkdocs/mkdocs/releases/1.4.1) [Compare Source](https://github.com/mkdocs/mkdocs/compare/1.4.0...1.4.1) - Support theme-namespaced plugin loading ([#&#8203;2998](https://github.com/mkdocs/mkdocs/issues/2998)) Plugins' entry points can be named as 'sometheme/someplugin'. That will have the following outcome: - If the current theme is 'sometheme', the plugin 'sometheme/someplugin' will always be preferred over 'someplugin'. - If the current theme *isn't* 'sometheme', the only way to use this plugin is by specifying `plugins: [sometheme/someplugin]`. One can also specify `plugins: ['/someplugin']` instead of `plugins: ['someplugin']` to definitely avoid the theme-namespaced plugin. - Bugfix: `mkdocs serve` will work correctly with non-ASCII paths and redirects ([#&#8203;3001](https://github.com/mkdocs/mkdocs/issues/3001)) - Windows: 'colorama' is now a dependency of MkDocs, to ensure colorful log output ([#&#8203;2987](https://github.com/mkdocs/mkdocs/issues/2987)) - Plugin-related config options have more reliable validation and error reporting ([#&#8203;2997](https://github.com/mkdocs/mkdocs/issues/2997)) - Translation sub-commands of `setup.py` were completely dropped. See documentation [\[1\]](https://www.mkdocs.org/about/contributing/#submitting-changes-to-the-builtin-themes) [\[2\]](https://www.mkdocs.org/dev-guide/translations/#updating-the-translation-catalogs) for their new replacements ([#&#8203;2990](https://github.com/mkdocs/mkdocs/issues/2990)) - The ['mkdocs' package](https://pypi.org/project/mkdocs/#files) (wheel and source) is now produced by Hatch build system and pyproject.toml instead of setup.py ([#&#8203;2988](https://github.com/mkdocs/mkdocs/issues/2988)) Other small improvements; see [commit log](https://github.com/mkdocs/mkdocs/compare/1.4.0...1.4.1). </details> --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2022-10-17 07:01:45 +00:00
continuous-integration/drone/push Build is passing Details
a6bce41e0b
chore(deps): update dependency mkdocs to v1.4.1
decentral1se merged commit a6bce41e0b into main 2022-10-22 12:14:37 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/docs.coopcloud.tech#94
No description provided.