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 7.3.4 to 7.3.5 #116

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2021

Bumps mkdocs-material from 7.3.4 to 7.3.5.

Release notes

Sourced from mkdocs-material's releases.

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
Changelog

Sourced from mkdocs-material's changelog.

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)

  • Fixed incorrect path separators for social cards on Windows

mkdocs-material-7.3.2 (2021-10-06)

  • Deprecated prebuilding of search index
  • Improved graceful handling of broken search for file://
  • Added minimum Jinja version to list of requirements

... (truncated)

Commits
  • cda30e8 Prepare 7.3.5 release
  • 3daf8e2 Improved social cards documentation
  • 403580b Fixed back-to-top button position for right-to-left languages
  • cffb592 Updated custom translations example
  • 541c51e Documentation
  • 25c91b9 Formatting
  • 4bdfef4 Added support for setting table of contents title via mkdocs.yml
  • 8f382d9 Added documentation for permanent link title
  • 9d1f5c9 Switched to numeric values
  • db1739e Enabled feedback for testing
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 29, 2021
@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #116 (6f6a30f) into main (2ad7325) will not change coverage.
The diff coverage is n/a.

❗ Current head 6f6a30f differs from pull request most recent head 1171c82. Consider uploading reports for the commit 1171c82 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main     #116   +/-   ##
=======================================
  Coverage   97.65%   97.65%           
=======================================
  Files          10       10           
  Lines         640      640           
=======================================
  Hits          625      625           
  Misses         15       15           

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 2ad7325...1171c82. Read the comment docs.

@Anselmoo
Copy link
Owner

@dependabot rebase

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.3.4 to 7.3.5.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@7.3.4...7.3.5)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/mkdocs-material-7.3.5 branch from 6f6a30f to 1171c82 Compare October 29, 2021 06:14
@Anselmoo Anselmoo merged commit 894e65f into main Oct 29, 2021
@Anselmoo Anselmoo deleted the dependabot/pip/mkdocs-material-7.3.5 branch October 29, 2021 06:15
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