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 9.2.6 to 9.2.7 in /doc #2138

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps mkdocs-material from 9.2.6 to 9.2.7.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.2.7

  • Switched dependencies to compatible release clauses
  • Removed readtime and lxml dependencies for blog plugin
  • Reduced size of Docker image to improve CI build performance
  • Fixed #5945: Incorrect footer navigation for sibling pages of blog
  • Fixed #5939: Page jumps when changing color palette (Firefox 117)
  • Fixed #5901: Announcement bar reappears when using instant loading
  • Fixed #5824: Allow to customize styles of sequence diagrams
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9-2.7+insiders-4.40.3 (2023-09-02)

  • Fixed #5946: Docker image missing pngquant for optimize plugin

mkdocs-material-9.2.7 (2023-09-02)

  • Switched dependencies to compatible release clauses
  • Removed readtime and lxml dependencies for blog plugin
  • Reduced size of Docker image to improve CI build performance
  • Fixed #5945: Incorrect footer navigation for sibling pages of blog
  • Fixed #5939: Page jumps when changing color palette (Firefox 117)
  • Fixed #5901: Announcement bar reappears when using instant loading
  • Fixed #5824: Allow to customize styles of sequence diagrams

mkdocs-material-9-2.6+insiders-4.40.2 (2023-08-31)

  • Added configurable error handling capabilities for social plugin
  • Fixed #5922: Blog plugin shows no posts when building a standalone blog
  • Fixed #5914: Tags plugin tags_extra_files errors (4.39.3 regression)
  • Fixed #5904: Blog plugin sometimes excludes files (4.40.1 regression)

mkdocs-material-9-2.6 (2023-08-31)

  • Added Basque translations
  • Added template for simple redirects
  • Improved blog plugin interop by moving view generation to on_files
  • Fixed #5924: Social plugin still checks dependencies when disabled
  • Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0 regression)

mkdocs-material-9-2.5+insiders-4.40.1 (2023-08-27)

  • Fixed #5902: ResizeObserver polyfill not detected by privacy plugin
  • Fixed empty category pages in blog plugin (4.40.0 regression)

mkdocs-material-9-2.5 (2023-08-27)

  • Fixed error in dirty serve mode when using blog plugin
  • Fixed page title not being consistent in blog plugin pagination
  • Fixed #5899: Blog plugin pagination breaks when disabling directory URLs

mkdocs-material-9.2.4+insiders-4.40.0 (2023-08-26)

  • Added logo, title and description options to social plugin default layouts
  • Fixed privacy plugin compatibility issue with Python < 3.10
  • Fixed #5896: Blog plugin errors when using custom index pages

mkdocs-material-9.2.4 (2023-08-26)

  • Added version to bug report name in info plugin
  • Updated Afrikaans translations

... (truncated)

Commits
  • dc4b3a5 Prepare 9.2.7 release
  • c9b3d43 Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • bca4b1f Rebuild stylesheets
  • ea53f53 Added CSS variables for Mermaid sequence diagrams (#5940)
  • ec709b4 Fixed rendering issue for rotated annotation icons in Firefox (#5937)
  • 3eb1887 Fixed linter errors
  • e79ffab Fixed page scrolling up when switching color palettes in Firefox 117
  • a6033d1 Formatting
  • 76a30ec Fixed announcement bar dismissal when using instant loading
  • 6e1c658 Fixed footer links for blog sibling pages
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 9.2.6 to 9.2.7.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.2.6...9.2.7)

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

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 4, 2023
@codecov
Copy link

codecov bot commented Sep 4, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (bb8c4f0) 87.89% compared to head (2858c36) 87.89%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2138   +/-   ##
=======================================
  Coverage   87.89%   87.89%           
=======================================
  Files         455      455           
  Lines       54830    54830           
=======================================
  Hits        48191    48191           
  Misses       6639     6639           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@raviqqe raviqqe merged commit 3507271 into main Sep 5, 2023
38 of 40 checks passed
@raviqqe raviqqe deleted the dependabot/pip/doc/mkdocs-material-9.2.7 branch September 5, 2023 03:54
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