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

build(deps): bump mkdocs-material from 7.0.3 to 8.5.2 #156

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps mkdocs-material from 7.0.3 to 8.5.2.

Release notes

Sourced from mkdocs-material's releases.

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)
  • Fixed #4291: Version switching doesn't stay on page when anchors are used
  • Fixed #4327: Links in data tables do not receive link styling

mkdocs-material-8.4.2

  • Updated Slovenian translations
  • Fixed #4277: Feedback widget hidden after navigation with instant loading
  • Fixed numeric tags in front matter breaking search functionality

mkdocs-material-8.4.1

  • Updated Croatian and Hebrew translations

mkdocs-material-8.4.0

  • Added support for cookie consent
  • Added support for feedback widget (Was this page helpful?)
  • Added support for dismissable announcement bar
  • Added Armenian, Lithuanian, Tagalog, and Urdu translations

mkdocs-material-8.4.0rc1

  • Added support for cookie consent
  • Added support for feedback widget (Was this page helpful?)
  • Added support for dismissable announcement bar

Related: #4146

mkdocs-material-8.3.9

  • Updated Taiwanese translations for search

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-8.5.2+insiders-4.23.5 (2022-09-18)

  • Fixed #4367: Improved blog plugin date handling for MultiMarkdown syntax
  • Fixed #4374: Fixed invalid URLs of related links to other blog posts

mkdocs-material-8.5.2 (2022-09-18)

  • 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 (2022-09-15)

  • Fixed #4366: Removed dependencies with native extensions

mkdocs-material-8.5.0+insiders-4.23.4 (2022-09-14)

  • Fixed #4365: Recursion error in blog plugin due to deepcopy
  • Fixed path errors for blog plugin on Windows
  • Fixed publishing workflow in forked repositories

mkdocs-material-8.5.0+insiders-4.23.3 (2022-09-13)

  • Fixed previous and next page links for drafts of blog posts

mkdocs-material-8.5.0 (2022-09-13)

  • 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+insiders-4.23.2 (2022-09-13)

  • Fixed #4348: Blog plugin crashes on custom nav title
  • Fixed blog plugin crashing when category contained only drafts
  • Fixed rendering of content from blog index file

mkdocs-material-8.4.4+insiders-4.23.1 (2022-09-12)

  • Fixed #4345: Blog plugin errors with default settings

mkdocs-material-8.4.4+insiders-4.23.0 (2022-09-12)

  • Added blogging support via built-in blog plugin

mkdocs-material-8.4.4 (2022-09-12)

... (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
  • c8a1f55 Prepare 8.5.2 release
  • 30d8128 Updated Mermaid to 9.1.7
  • 8ee2de9 Fixed overly large headlines in search results (8.5.0 regression)
  • fc0e4fe Documentation
  • 6bd8848 Added recommended fonts for social cards and Asian languages (#4357)
  • a750a66 Added guide for updating translations to contributing guide
  • 06629ff Documentation
  • 6b1ce14 Require consent for GitHub repository stats if consent is enabled
  • f30775f Fixed non-index navigation links appearing as clickable
  • c834dff Added peer dependencies to documentation workflow
  • 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 7.0.3 to 8.5.2.
- [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@7.0.3...8.5.2)

---
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 Sep 19, 2022
@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2022

Codecov Report

Merging #156 (ca9d34b) into master (619ff26) will decrease coverage by 0.23%.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff             @@
##            master     #156      +/-   ##
===========================================
- Coverage   100.00%   99.76%   -0.24%     
===========================================
  Files           25       25              
  Lines         5109     5109              
  Branches      1050     1050              
===========================================
- Hits          5109     5097      -12     
- Misses           0       10      +10     
- Partials         0        2       +2     
Impacted Files Coverage Δ
pydantic/version.py 88.23% <0.00%> (-11.77%) ⬇️
pydantic/env_settings.py 98.41% <0.00%> (-1.59%) ⬇️
pydantic/networks.py 98.52% <0.00%> (-1.48%) ⬇️
pydantic/utils.py 99.31% <0.00%> (-0.69%) ⬇️
pydantic/main.py 99.61% <0.00%> (-0.39%) ⬇️

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 619ff26...ca9d34b. Read the comment docs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 26, 2022

Superseded by #158.

@dependabot dependabot bot closed this Sep 26, 2022
@dependabot dependabot bot deleted the dependabot/pip/mkdocs-material-8.5.2 branch September 26, 2022 18:06
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.

1 participant