neutrinojs / neutrino

Create and build modern JavaScript projects with zero initial configuration.
https://neutrinojs.org
Mozilla Public License 2.0
3.95k stars 214 forks source link

Update dependency mkdocs to v1.2.2 #1679

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs (source) ==1.1.2 -> ==1.2.2 age adoption passing confidence

Release Notes

mkdocs/mkdocs ### [`v1.2.2`](https://togithub.com/mkdocs/mkdocs/releases/1.2.2) [Compare Source](https://togithub.com/mkdocs/mkdocs/compare/1.2.1...1.2.2) MkDocs 1.2.2 is a bugfix release for [MkDocs 1.2](https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04) -- make sure you've seen the "major" release notes as well. - Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters ([#​2464](https://togithub.com/mkdocs/mkdocs/issues/2464)) - Bugfix (regression in 1.2): Revert livereload file watching to use polling observer ([#​2477](https://togithub.com/mkdocs/mkdocs/issues/2477)) This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts. This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage. - Revert from 1.2: Remove the requirement of a `site_url` config and the restriction on `use_directory_urls` ([#​2490](https://togithub.com/mkdocs/mkdocs/issues/2490)) - Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in `mkdocs serve` server ([#​2507](https://togithub.com/mkdocs/mkdocs/issues/2507)) Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before. - Bugfix: Fix `gh_deploy` with config-file in the current directory ([#​2481](https://togithub.com/mkdocs/mkdocs/issues/2481)) - Bugfix: Fix reversed breadcrumbs in "readthedocs" theme ([#​2179](https://togithub.com/mkdocs/mkdocs/issues/2179)) - Allow "mkdocs.yaml" as the file name when '--config' is not passed ([#​2478](https://togithub.com/mkdocs/mkdocs/issues/2478)) - Stop treating ";" as a special character in URLs: urlparse -> urlsplit ([#​2502](https://togithub.com/mkdocs/mkdocs/issues/2502)) - Improve build performance for sites with many pages (partly already done in 1.2) ([#​2407](https://togithub.com/mkdocs/mkdocs/issues/2407)) ### [`v1.2.1`](https://togithub.com/mkdocs/mkdocs/compare/1.2...1.2.1) [Compare Source](https://togithub.com/mkdocs/mkdocs/compare/1.2...1.2.1) ### [`v1.2`](https://togithub.com/mkdocs/mkdocs/compare/1.1.2...1.2) [Compare Source](https://togithub.com/mkdocs/mkdocs/compare/1.1.2...1.2)

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 WhiteSource Renovate. View repository job log here.