Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mkdocs-material from 6.2.8 to 8.5.8 #140

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2022

Bumps mkdocs-material from 6.2.8 to 8.5.8.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-8.5.8

  • Added support for always showing settings in cookie consent
  • Fixed #4571: Buttons invisible if primary color is white or black
  • Fixed #4517: Illegible note in sequence diagram when using slate scheme

mkdocs-material-8.5.7

  • Deprecated additional admonition qualifiers to reduce size of CSS
  • Fixed #4511: Search boost does not apply to sections

mkdocs-material-8.5.6

  • Modernized appearance of admonitions (with fallback, see docs)
  • Improved appearance of inline code blocks in admonition titles

mkdocs-material-8.5.5

  • Updated MkDocs to 1.4
  • Fixed compatibility issues with MkDocs 1.4
  • Fixed #4430: build error when enabling consent without repository URL

mkdocs-material-8.5.4

  • Fixed expand icons shift on sidebar overflow (using scrollbar-gutter)
  • Fixed #4429: Text in sequence diagrams overflows in Firefox

mkdocs-material-8.5.3

  • Fixed build error when enabling cookie consent without analytics
  • Fixed #4381: Code blocks render ligatures for some fonts

mkdocs-material-8.5.2

  • Updated Mermaid.js to version 9.1.7
  • Fixed overly large headlines in search results (8.5.0 regression)
  • Fixed #4358: Navigation sections appear as clickable (8.5.0 regression)
  • Fixed #4356: GitHub repository statistics fetched before consent

mkdocs-material-8.5.1

  • Fixed #4366: Removed dependencies with native extensions

mkdocs-material-8.5.0

  • Added support for social cards
  • Added support for code annotation anchor links (deep linking)
  • Added support for code annotation comment stripping (syntax modifier)
  • Added support for sidebars scrolling automatically to active item
  • Added support for anchor following table of contents (= auto scroll)
  • Added support for tag icons

mkdocs-material-8.4.4

  • Moved comments integration to separate partial (comments.html)

mkdocs-material-8.4.3

  • Added Simple Icons to bundled icons (+2,300 icons)
  • Added support for changing edit icon
  • Moved page actions to separate partial (actions.html)

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-8.5.8+insiders-4.26.2 (2022-11-03)

  • Updated MkDocs to 1.4.2
  • Added support for tag compare functions when sorting on index pages
  • Fixed footnotes being rendered in post excerpts without separators
  • Fixed error in blog plugin when toc extension is not enabled
  • Fixed issues with invalid asset paths and linked post titles
  • Fixed #4572: Privacy plugin fails when symlinks cannot be created
  • Fixed #4545: Blog plugin doesn't automatically link headline to post
  • Fixed #4542: Blog plugin doesn't allow for multiple instances
  • Fixed #4532: Blog plugin doesn't allow for mixed use of date and datetime

mkdocs-material-8.5.8 (2022-11-03)

  • Added support for always showing settings in cookie consent
  • Fixed #4571: Buttons invisible if primary color is white or black
  • Fixed #4517: Illegible note in sequence diagram when using slate scheme

mkdocs-material-8.5.7+insiders-4.26.1 (2022-10-22)

  • Improved reporting of configuration errors in tags plugin
  • Fixed #4515: Privacy plugin fails when site URL is not defined
  • Fixed #4514: Privacy plugin doesn't fetch Google fonts (4.26.0 regression)

mkdocs-material-8.5.7 (2022-10-22)

  • Deprecated additional admonition qualifiers to reduce size of CSS
  • Fixed #4511: Search boost does not apply to sections

mkdocs-material-8.5.6+insiders-4.26.0 (2022-10-18)

  • Refactored privacy plugin to prepare for new features
  • Added support for rel=noopener links in privacy plugin
  • Resolve encoding issues with blog and privacy plugin

mkdocs-material-8.5.6+insiders-4.25.5 (2022-10-16)

  • Updated MkDocs to 1.4.1
  • Added namespace prefix to built-in plugins
  • Updated content and header partial

mkdocs-material-8.5.6+insiders-4.25.4 (2022-10-09)

  • Fixed other path issues for standalone blogs (4.24.2 regression)

mkdocs-material-8.5.6+insiders-4.25.3 (2022-10-09)

  • Fixed #4457: Posts not collected for standalone blog (4.24.2 regression)

mkdocs-material-8.5.6+insiders-4.25.2 (2022-10-04)

... (truncated)

Upgrade guide

Sourced from mkdocs-material's upgrade guide.

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]:

=== "8.x"

``` yaml
markdown_extensions:

... (truncated)

Commits
  • dcd4a3d Prepare 8.5.8 release
  • 9e8446e Merge pull request #4585 from squidfunk/docs/simplify-overrides
  • d616b42 Fixed Docker image check on publish
  • 713bf41 Removed unnecessary templates in overrides
  • 04d678b Merge branch 'master' into docs/simplify-overrides
  • 487140e Replaced hex with hsl color
  • 96e2119 Fixed text color for notes in diagrams in dark mode (#4518)
  • 941d634 Updated dependencies
  • 8aef978 Documentation
  • 4c8e653 Documentation
  • 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)

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 6.2.8 to 8.5.8.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Upgrade guide](https://github.com/squidfunk/mkdocs-material/blob/master/docs/upgrade.md)
- [Commits](squidfunk/mkdocs-material@6.2.8...8.5.8)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 4, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #140 (6197f3c) into master (da6d3fb) will not change coverage.
The diff coverage is n/a.

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

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2022

Superseded by #141.

@dependabot dependabot bot closed this Nov 9, 2022
@dependabot dependabot bot deleted the dependabot/pip/mkdocs-material-8.5.8 branch November 9, 2022 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant