boxkite-ml / boxkite

Concept drift monitoring for HA model servers.
Apache License 2.0
101 stars 14 forks source link

Bump mkdocs-material from 6.2.8 to 7.3.6 #65

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps mkdocs-material from 6.2.8 to 7.3.6.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-7.3.6

  • Added support for adding titles to code blocks

mkdocs-material-7.3.5

  • Added support for setting table of contents title via mkdocs.yml
  • Fixed back-to-top button position for right-to-left languages

mkdocs-material-7.3.4

  • Bumped MkDocs version to 1.2.3 to mitigate CVE-2021-40978
  • Fixed spacing issues when using integrate table of contents with tabs
  • Fixed some spacings issues for right-to-left languages
  • Fixed race condition in search initialization

mkdocs-material-7.3.3

  • Rewrite of entire documentation
  • Adjusted height of new content tabs to match single line code blocks
  • Fixed new content tabs missing right padding in some browsers on overflow
  • Fixed new content tabs bleeding out of flex container on overflow
  • Fixed new content tabs overflow scrolling bugs on some browsers
  • Fixed new content tabs stealing keyboard access when active
  • Fixed some spacings issues for right-to-left languages

mkdocs-material-7.3.2

  • Deprecated prebuilding of search index
  • Improved graceful handling of broken search for file://
  • Added minimum Jinja version to list of requirements
  • Fixed #3071: section index pages render empty directories
  • Fixed margin issues when using navigation tabs (7.3.1 regression)
  • Fixed search placeholder sometimes being shown too early

mkdocs-material-7.3.1

  • Added new experimental content tabs implementation
  • Fixed #3069: GitHub stats broken for users/orgs (7.1.0 regression)
  • Fixed #3070: Sections not linking to index page
  • Fixed title not linking to index page when using tabs
  • Fixed Disqus integration when using instant loading
  • Fixed some spacing issues for right-to-left languages
  • Fixed syntax error in Serbian translations

mkdocs-material-7.3.0

  • Added support for sticky navigation tabs
  • Added support for section index pages
  • Added support for removing generator notice

mkdocs-material-7.2.8

  • Fixed #3039: Search modal overlays menu on mobile (7.2.7 regression)

mkdocs-material-7.2.7

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-7.3.6+insiders-3.2.0 (2021-10-31)

  • Added support for feedback widget (Was this page helpful?)

mkdocs-material-7.3.6 (2021-10-30)

  • Added support for adding titles to code blocks

mkdocs-material-7.3.5+insiders-3.1.5 (2021-10-28)

  • Fixed #3144: Rogue link when using tags with auto-populated navigation
  • Fixed #3147: Code block line numbers appear in search results
  • Fixed #3158: Social cards do not strip HTML tags from title

mkdocs-material-7.3.5 (2021-10-27)

  • Added support for setting table of contents title via mkdocs.yml
  • Fixed back-to-top button position for right-to-left languages

mkdocs-material-7.3.4+insiders-3.1.4 (2021-10-17)

  • Fixed #2974: Text cropped with other fonts than Roboto in social plugin
  • Fixed #3099: Encoding problems with non-latin character in social plugin
  • Fixed #3112: Japanese segmenter not executed as part of new tokenizer
  • Fixed tags (front matter) appearing in search with disabled tags plugin

mkdocs-material-7.3.4 (2021-10-17)

  • Bumped MkDocs version to 1.2.3 to mitigate CVE-2021-40978
  • Fixed spacing issues when using integrate table of contents with tabs
  • Fixed some spacings issues for right-to-left languages
  • Fixed race condition in search initialization

mkdocs-material-7.3.3+insiders-3.1.3 (2021-10-12)

  • Added warnings to search plugin for unsupported options and syntax
  • Fixed #3503: Search sometimes returns entire page
  • Fixed #3089: Single-line code annotations disappear when printing

mkdocs-material-7.3.3 (2021-10-11)

  • Rewrite of entire documentation
  • Adjusted height of new content tabs to match single line code blocks
  • Fixed new content tabs missing right padding in some browsers on overflow
  • Fixed new content tabs bleeding out of flex container on overflow
  • Fixed new content tabs overflow scrolling bugs on some browsers
  • Fixed new content tabs stealing keyboard access when active
  • Fixed some spacings issues for right-to-left languages

mkdocs-material-7.3.2+insiders-3.1.2 (2021-10-06)

... (truncated)

Upgrade guide

Sourced from mkdocs-material's upgrade guide.


template: overrides/main.html

How to upgrade

Upgrade to the latest version with:

pip install --upgrade mkdocs-material

Show the currently installed version with:

pip show mkdocs-material

Upgrading from 6.x to 7.x

What's new?

  • Added support for deploying multiple versions
  • Added support for integrating a language selector
  • Added support for rendering admonitions as inline blocks
  • Rewrite of the underlying reactive architecture
  • Removed Webpack in favor of reactive build strategy (–480 dependencies)
  • Fixed keyboard navigation for code blocks after content tabs switch

Changes to mkdocs.yml

extra.version.method

The versioning method configuration was renamed to extra.version.provider to allow for different versioning strategies in the future:

=== "7.x"

``` yaml
extra:
  version:
    provider: mike
```

=== "6.x"

``` yaml
extra:
  version:
    method: mike

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 2 years ago

Codecov Report

Merging #65 (a7d3714) into master (982732a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   93.59%   93.59%           
=======================================
  Files          16       16           
  Lines         406      406           
=======================================
  Hits          380      380           
  Misses         26       26           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 982732a...a7d3714. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #66.