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.2.15 #124

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 16, 2022

Bumps mkdocs-material from 7.0.3 to 8.2.15.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-8.2.15

  • Added Uzbek translations
  • Fixed spacing for code block results in content tabs

mkdocs-material-8.2.14

  • Fixed missing top right rounded border on admonition
  • Fixed #3886: 4xx status codes not handled when using instant loading

mkdocs-material-8.2.13

  • Fixed #3865: Tags index links to tagged pages 404 on Windows
  • Fixed #3866: Bump required Python version from 3.6+ to 3.7+

mkdocs-material-8.2.12

  • Added support for GitHub-style hash fragments for dark/light images
  • Improved rendering of nested code blocks in content tabs and annotations
  • Fixed #3862: Upgraded to latest Pygments and Python Markdown Extensions

mkdocs-material-8.2.11

  • Temporarily pinned Pygments to <2.12
  • Temporarily pinned Python Markdown Extensions to <9.4
  • Improved rendering of code annotation markers

mkdocs-material-8.2.10

  • Added Macedonian translations
  • Updated Mermaid.js to version 9.0.1
  • Switched sidebar title in mobile navigation to bold font
  • Fixed color of arrows in class and state diagrams for dark mode
  • Fixed #3836: Inline admonitions overlayed by code block titles

mkdocs-material-8.2.9

  • Mitigate flicker on color palette switch by disabling all transitions
  • Fixed search suggestions not triggered when following deep link
  • Fixed incorrectly computed header height when using instant loading
  • Fixed #3782: Admonition titles have extra pixels on wide screens in Firefox
  • Fixed #3802: Always render table of contents container (except when hidden)

mkdocs-material-8.2.8

  • Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja
  • Reverted Jinja version range limitation (added in 8.2.7)
  • Improved styling of annotations and fixed borders of code blocks in tabs
  • Added background color to code blocks in focused/hovered links
  • Added check in tags plugin whether tags overview page exists
  • Fixed #3744: Content tab indicator on wrong position when using back button

mkdocs-material-8.2.7

  • Temporarily limit Jinja version range to < 3.1 due to breaking changes (see mkdocs/mkdocs#2794)

mkdocs-material-8.2.6

  • Fixed #3695: Deprecation warning for unescaped backslashes in templates
  • Fixed #3696: Annotations not mounted in some Terraform code blocks

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-8.2.15+insiders-4.15.1 (2022-05-14)

  • Fixed #3531: Added prev/next buttons to content tabs
  • Fixed tooltip positioning when host element is hidden
  • Improved performance of element focus obervables

mkdocs-material-8.2.15 (2022-05-14)

  • Added Uzbek translations
  • Fixed spacing for code block results in content tabs

mkdocs-material-8.2.14+insiders-4.15.0 (2022-05-08)

  • Added support for improved tooltips
  • Fixed #3785: Show tooltip on hover for overflowing navigation link

mkdocs-material-8.2.14 (2022-05-08)

  • Fixed missing top right rounded border on admonition
  • Fixed #3886: 4xx status codes not handled when using instant loading

mkdocs-material-8.2.13+insiders-4.14.0 (2022-05-05)

  • Added Chinese language support to built-in search plugin
  • Fixed all-numeric page titles raising error in social plugin

mkdocs-material-8.2.13 (2022-05-02)

  • Fixed #3865: Tags index links to tagged pages 404 on Windows
  • Fixed #3866: Bump required Python version from 3.6+ to 3.7+

mkdocs-material-8.2.12+insiders-4.13.2 (2022-04-30)

  • Improved caching of downloaded resources in privacy plugin
  • Fixed #3851: External images not downloaded by privacy plugin

mkdocs-material-8.2.12 (2022-04-30)

  • Added support for GitHub-style hash fragments for dark/light images
  • Improved rendering of nested code blocks in content tabs and annotations
  • Fixed #3862: Upgraded to latest Pygments and Python Markdown Extensions

mkdocs-material-8.2.11+insiders-4.13.1 (2022-04-25)

  • Fixed #3839: Tags plugin breaks without icons (4.13.0 regression)

mkdocs-material-8.2.11 (2022-04-25)

  • Temporarily pinned Pygments to <2.12
  • Temporarily pinned Python Markdown Extensions to <9.4

... (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
  • 2b549ff Prepare 8.2.15 release
  • 770b1b9 Fixed custom colors example in documentation
  • ec441cd Added Uzbek translations
  • 33e65f7 Fixed escape sequences on search separators
  • c5c45a1 Documentation
  • 3ee0313 Documentation
  • 7738685 Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • fb248e3 Fixed spacing for result containers in content tabs
  • 7d72a6d Merge pull request #3900 from squidfunk/dependabot/github_actions/docker/buil...
  • 8e8b6b8 Merge pull request #3901 from squidfunk/dependabot/github_actions/docker/logi...
  • 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.2.15.
- [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.2.15)

---
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 May 16, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 16, 2022

Codecov Report

Merging #124 (8d793a6) into master (619ff26) will decrease coverage by 0.66%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##            master     #124      +/-   ##
===========================================
- Coverage   100.00%   99.33%   -0.67%     
===========================================
  Files           25       25              
  Lines         5109     5109              
  Branches      1050     1050              
===========================================
- Hits          5109     5075      -34     
- Misses           0       26      +26     
- Partials         0        8       +8     
Impacted Files Coverage Δ
pydantic/typing.py 87.42% <0.00%> (-12.58%) ⬇️
pydantic/version.py 88.23% <0.00%> (-11.77%) ⬇️
pydantic/json.py 96.00% <0.00%> (-4.00%) ⬇️
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...8d793a6. Read the comment docs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 30, 2022

Superseded by #128.

@dependabot dependabot bot closed this May 30, 2022
@dependabot dependabot bot deleted the dependabot/pip/mkdocs-material-8.2.15 branch May 30, 2022 18:04
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