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 ([#​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 ([#​3001](https://github.com/mkdocs/mkdocs/issues/3001))
- Windows: 'colorama' is now a dependency of MkDocs, to ensure colorful log output ([#​2987](https://github.com/mkdocs/mkdocs/issues/2987))
- Plugin-related config options have more reliable validation and error reporting ([#​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 ([#​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 ([#​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).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
==1.4.0->==1.4.1Release Notes
mkdocs/mkdocs
v1.4.1Compare Source
Support theme-namespaced plugin loading (#2998)
Plugins' entry points can be named as 'sometheme/someplugin'. That will have the following outcome:
plugins: [sometheme/someplugin].One can also specify
plugins: ['/someplugin']instead ofplugins: ['someplugin']to definitely avoid the theme-namespaced plugin.Bugfix:
mkdocs servewill 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.pywere 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.
This PR has been generated by Renovate Bot.