boxkite-ml / boxkite

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

Bump mkdocs-material from 6.2.8 to 8.0.3 #68

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps mkdocs-material from 6.2.8 to 8.0.3.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-8.0.3

  • Removed deprecated google_analytics setting (was forgotten in 8.0.0)
  • Fixed syntax error in Swedish and Polish translations
  • Fixed #3283: Invalid back-to-top button position with sticky navigation tabs
  • Fixed #3285: Default details marker showing due to Safari bug

mkdocs-material-8.0.2

  • Fixed #3275: Code annotations always disappear on click

mkdocs-material-8.0.1

  • Improved rendering of code annotation markers
  • Fixed #3265: Wrong margin on nested admonitions
  • Fixed wrong box-sizing for code annotations in details

mkdocs-material-8.0.0

  • Added support for code annotations
  • Added support for anchor tracking
  • Added support for version warning
  • Added copyright partial for easier override
  • Removed deprecated content tabs legacy implementation
  • Removed deprecated seealso admonition type
  • Removed deprecated site_keywords setting (unsupported by MkDocs)
  • Removed deprecated prebuilt search index support
  • Removed deprecated web app manifest – use customization
  • Removed extracopyright variable – use new copyright partial
  • Removed Disqus integation – use customization
  • Switched to :is() selectors for simple selector lists
  • Switched autoprefixer from last 4 years to last 2 years
  • Improved CSS overall to match modern standards
  • Improved CSS variable semantics for fonts
  • Improved extensibility by restructuring partials
  • Improved handling of details when printing
  • Improved keyboard navigation for footnotes
  • Fixed #3214: Search highlighting breaks site when empty

Please see the upgrade guide

mkdocs-material-8.0.0b2

  • Switched to :is() selector for simple selector lists (main.css drops from 18kb to 16kb gzipped)
  • Switched autoprefixer from last 4 years to last 2 years
  • Fixed code annotations not scrolling on overflowing code blocks
  • Fixed code annotations rendered too narrow on mobile
  • Fixed code annotations overflowing on mobile
  • Fixed code annotations not mounted due to empty p tags
  • Fixed code after code annotations not aligning with grid
  • Fixed #3214: search highlighting breaks site when empty

mkdocs-material-8.0.0b1

Note: this is a beta release with several breaking changes – see #3219

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-8.0.3+insiders-4.2.0 (2021-12-02)

  • Added support for dismissable announcement bar
  • Added support for named placeholders in feedback widget

mkdocs-material-8.0.3 (2012-12-02)

  • Removed deprecated google_analytics setting (was forgotten in 8.0.0)
  • Fixed syntax error in Swedish and Polish translations
  • Fixed #3283: Invalid back-to-top button position with sticky navigation tabs
  • Fixed #3285: Default details marker showing due to Safari bug

mkdocs-material-8.0.2+insiders-4.1.0 (2021-11-30)

  • Added support for passing page title to feedback forms

mkdocs-material-8.0.2 (2021-11-30)

  • Fixed #3275: Code annotations always disappear on click

mkdocs-material-8.0.1 (2021-11-28)

  • Improved rendering of code annotation markers
  • Fixed #3265: Wrong margin on nested admonitions
  • Fixed wrong box-sizing for code annotations in details

mkdocs-material-8.0.0 (2021-11-28)

  • Added support for code annotations
  • Added support for anchor tracking
  • Added support for version warning
  • Added copyright partial for easier override
  • Removed deprecated content tabs legacy implementation
  • Removed deprecated seealso admonition type
  • Removed deprecated site_keywords setting (unsupported by MkDocs)
  • Removed deprecated prebuilt search index support
  • Removed deprecated web app manifest – use customization
  • Removed extracopyright variable – use new copyright partial
  • Removed Disqus integation – use customization
  • Switched to :is() selectors for simple selector lists
  • Switched autoprefixer from last 4 years to last 2 years
  • Improved CSS overall to match modern standards
  • Improved CSS variable semantics for fonts
  • Improved extensibility by restructuring partials
  • Improved handling of details when printing
  • Improved keyboard navigation for footnotes
  • Fixed #3214: Search highlighting breaks site when empty

mkdocs-material-7.3.6+insiders-3.2.3 (2021-11-20)

... (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 7.x to 8.x

What's new?

  • Added support for code annotations
  • Added support for anchor tracking
  • Added support for version warning
  • Added copyright partial for easier override
  • Removed deprecated content tabs legacy implementation
  • Removed deprecated seealso admonition type
  • Removed deprecated site_keywords setting (unsupported by MkDocs)
  • Removed deprecated prebuilt search index support
  • Removed deprecated web app manifest – use customization
  • Removed extracopyright variable – use new copyright partial
  • Removed Disqus integation – use customization
  • Switched to :is() selectors for simple selector lists
  • Switched autoprefixer from last 4 years to last 2 years
  • Improved CSS overall to match modern standards
  • Improved CSS variable semantics for fonts
  • Improved extensibility by restructuring partials
  • Improved handling of details when printing
  • Improved keyboard navigation for footnotes
  • Fixed #3214: Search highlighting breaks site when empty

Changes to mkdocs.yml

pymdownx.tabbed

Support for the legacy style of the [Tabbed] extension was dropped in favor of the new, alternate implementation which has [better behavior on mobile viewports]:

... (truncated)

Commits
  • b6ca0a1 Prepare 8.0.3 release
  • 0b22e78 Fixed default details marker showing due to Safari bug
  • cc04dde Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • f8a19dc Fixed back-to-top button position for sticky navigation tabs
  • ae6bdb4 Fixed Swedish and Polish translations (#3279)
  • 3d7aeb4 Updated documentation for GA4 (#3277)
  • ff4cf19 Updated Insiders changelog
  • f904453 Removed deprecated google_analytics setting
  • c08450f Prepare 8.0.2 release
  • 5fb9569 Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • Additional commits viewable in compare view


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 #68 (f44ad0a) into master (982732a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  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...f44ad0a. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #69.