chore(deps): update dependency mkdocs to v1.4.2 (main) #98

Merged
decentral1se merged 1 commits from renovate/main-mkdocs-1.x into main 2022-11-02 12:32:55 +00:00
Member

This PR contains the following updates:

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

Release Notes

mkdocs/mkdocs

v1.4.2

Compare Source

  • Officially support Python 3.11 (#​3020)

    Note: Simply upgrading to Python 3.11 can cut off 10-15% of your site's build time.

  • Support multiple instances of the same plugin (#​3027)

    If a plugin is specified multiple times in the list under the plugins: config, that will create 2 (or more) instances of the plugin with their own config each.

    Previously this case was unforeseen and, as such, bugged.

    Now even though this works, by default a warning will appear from MkDocs anyway, unless the plugin adds a class variable supports_multiple_instances = True.

  • Bugfix (regression in 1.4.1): Don't error when a plugin puts a plain string into warnings (#​3016)

  • Bugfix: Relative links will always render with a trailing slash (#​3022)

    Previously under use_directory_urls, links from a sub-page to the main index page rendered as e.g. <a href="../.."> even though in all other cases the links look like <a href="../../">. This caused unwanted behavior on some combinations of Web browsers and servers. Now this special-case bug was removed.

  • Built-in "mkdocs" theme now also supports Norwegian language (#​3024)

  • Plugin-related warnings look more readable (#​3016)

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.1` -> `==1.4.2` | --- ### Release Notes <details> <summary>mkdocs/mkdocs</summary> ### [`v1.4.2`](https://github.com/mkdocs/mkdocs/releases/1.4.2) [Compare Source](https://github.com/mkdocs/mkdocs/compare/1.4.1...1.4.2) - Officially support Python 3.11 ([#&#8203;3020](https://github.com/mkdocs/mkdocs/issues/3020)) > **Note**: Simply upgrading to Python 3.11 can cut off 10-15% of your site's build time. - Support multiple instances of the same plugin ([#&#8203;3027](https://github.com/mkdocs/mkdocs/issues/3027)) If a plugin is specified multiple times in the list under the `plugins:` config, that will create 2 (or more) instances of the plugin with their own config each. Previously this case was unforeseen and, as such, bugged. Now even though this works, by default a warning will appear from MkDocs anyway, unless the plugin adds a class variable `supports_multiple_instances = True`. - Bugfix (regression in 1.4.1): Don't error when a plugin puts a plain string into `warnings` ([#&#8203;3016](https://github.com/mkdocs/mkdocs/issues/3016)) - Bugfix: Relative links will always render with a trailing slash ([#&#8203;3022](https://github.com/mkdocs/mkdocs/issues/3022)) Previously under `use_directory_urls`, links *from* a sub-page *to* the main index page rendered as e.g. `<a href="../..">` even though in all other cases the links look like `<a href="../../">`. This caused unwanted behavior on some combinations of Web browsers and servers. Now this special-case bug was removed. - Built-in "mkdocs" theme now also supports Norwegian language ([#&#8203;3024](https://github.com/mkdocs/mkdocs/issues/3024)) - Plugin-related warnings look more readable ([#&#8203;3016](https://github.com/mkdocs/mkdocs/issues/3016)) See [commit log](https://github.com/mkdocs/mkdocs/compare/1.4.1...1.4.2). </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-11-02 08:01:08 +00:00
continuous-integration/drone/push Build is passing Details
7c7a646853
chore(deps): update dependency mkdocs to v1.4.2
decentral1se merged commit 7c7a646853 into main 2022-11-02 12:32:55 +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#98
No description provided.