sVoxelDev / sChat

Supercharge your Minecraft Chat Experience.
MIT License
11 stars 1 forks source link

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

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
mkdocs (changelog) ==1.4.1 -> ==1.4.2 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

mkdocs/mkdocs ### [`v1.4.2`](https://togithub.com/mkdocs/mkdocs/releases/tag/1.4.2) [Compare Source](https://togithub.com/mkdocs/mkdocs/compare/1.4.1...1.4.2) - Officially support Python 3.11 ([#​3020](https://togithub.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 ([#​3027](https://togithub.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` ([#​3016](https://togithub.com/mkdocs/mkdocs/issues/3016)) - Bugfix: Relative links will always render with a trailing slash ([#​3022](https://togithub.com/mkdocs/mkdocs/issues/3022)) Previously under `use_directory_urls`, links *from* a sub-page *to* the main index page rendered as e.g. `` even though in all other cases the links look like ``. 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](https://togithub.com/mkdocs/mkdocs/issues/3024)) - Plugin-related warnings look more readable ([#​3016](https://togithub.com/mkdocs/mkdocs/issues/3016)) See [commit log](https://togithub.com/mkdocs/mkdocs/compare/1.4.1...1.4.2).

Configuration

📅 Schedule: Branch creation - "before 2am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago

Unit Test Results

366 tests  ±0   366 :heavy_check_mark: ±0   35s :stopwatch: +3s 154 suites ±0       0 :zzz: ±0  154 files   ±0       0 :x: ±0 

Results for commit d930c823. ± Comparison against base commit fe0de2b8.