Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency mkdocs to v1.5.3 (#922)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mkdocs](https://togithub.com/mkdocs/mkdocs) ([changelog](https://www.mkdocs.org/about/release-notes/)) | `1.5.2` -> `1.5.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mkdocs/1.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mkdocs/1.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mkdocs/1.5.2/1.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mkdocs/1.5.2/1.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mkdocs/mkdocs (mkdocs)</summary> ### [`v1.5.3`](https://togithub.com/mkdocs/mkdocs/releases/tag/1.5.3) [Compare Source](https://togithub.com/mkdocs/mkdocs/compare/1.5.2...1.5.3) - Fix `mkdocs serve` sometimes locking up all browser tabs when navigating quickly ([#​3390](https://togithub.com/mkdocs/mkdocs/issues/3390)) - Add many new supported languages for "search" plugin - update lunr-languages to 1.12.0 ([#​3334](https://togithub.com/mkdocs/mkdocs/issues/3334)) - Bugfix (regression in 1.5.0): In "readthedocs" theme the styling of "breadcrumb navigation" was broken for nested pages ([#​3383](https://togithub.com/mkdocs/mkdocs/issues/3383)) - Built-in themes now also support Chinese (Traditional, Taiwan) language ([#​3370](https://togithub.com/mkdocs/mkdocs/issues/3370)) - Plugins can now set `File.page` to their own subclass of `Page`. There is also now a warning if `File.page` is set to anything other than a strict subclass of `Page`. ([#​3367](https://togithub.com/mkdocs/mkdocs/issues/3367), [#​3381](https://togithub.com/mkdocs/mkdocs/issues/3381)) Note that just instantiating a `Page` [sets the file automatically](https://togithub.com/mkdocs/mkdocs/blob/f94ab3f62d0416d484d81a0c695c8ca86ab3b975/mkdocs/structure/pages.py#L34), so care needs to be taken not to create an unneeded `Page`. Other small improvements; see [commit log](https://togithub.com/mkdocs/mkdocs/compare/1.5.2...1.5.3). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information