DrewCarlson / KtSoup

A Kotlin multiplatform HTML5 parsing library
https://drewcarlson.github.io/KtSoup/latest/
Apache License 2.0
34 stars 0 forks source link

Update dependency mkdocs to v1.5.3 #31

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.5.2 -> ==1.5.3 age adoption passing confidence

Release Notes

mkdocs/mkdocs (mkdocs) ### [`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).

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #31 (9591051) into main (9fdf44f) will not change coverage. Report is 4 commits behind head on main. The diff coverage is n/a.

:exclamation: Current head 9591051 differs from pull request most recent head cb1932f. Consider uploading reports for the commit cb1932f to get more accurate results

@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage   77.02%   77.02%           
=======================================
  Files           9        9           
  Lines         148      148           
  Branches       32       32           
=======================================
  Hits          114      114           
  Misses         16       16           
  Partials       18       18           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more