Skip to content

Update dependency mkdocs-material to v9.6.17#312

Merged
DrewCarlson merged 1 commit intomainfrom
renovate/mkdocs-material-9.x
Aug 15, 2025
Merged

Update dependency mkdocs-material to v9.6.17#312
DrewCarlson merged 1 commit intomainfrom
renovate/mkdocs-material-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Confidence
mkdocs-material (changelog) ==9.5.48 -> ==9.6.17 age confidence

Release Notes

squidfunk/mkdocs-material (mkdocs-material)

v9.6.17: mkdocs-material-9.6.17

Compare Source

  • Fixed #​8396: Videos do not autoplay when inside a content tab
  • Fixed #​8394: Stroke width not effective in Mermaid.js diagrams
  • Fixed disappearing version selector when hiding page title

v9.6.16: mkdocs-material-9.6.16

Compare Source

  • Fixed #​8349: Info plugin doesn't correctly detect virtualenv in some cases
  • Fixed #​8334: Find-in-page detects matches in hidden search result list

v9.6.15: mkdocs-material-9.6.15

Compare Source

  • Updated Mongolian translations
  • Improved semantic markup of "edit this page" button
  • Improved info plugin virtual environment resolution
  • Fixed #​8291: Large font size setting throws of breakpoints in JavaScript

v9.6.14: mkdocs-material-9.6.14

Compare Source

  • Fixed #​8215: Social plugin crashes when CairoSVG is updated to 2.8

v9.6.13: mkdocs-material-9.6.13

Compare Source

  • Fixed #​8204: Annotations showing list markers in print view
  • Fixed #​8153: Improve style of cardinality symbols in Mermaid.js ER diagrams

v9.6.12: mkdocs-material-9.6.12

Compare Source

  • Fixed #​8158: Flip footnote back reference icon for right-to-left languages

v9.6.11: mkdocs-material-9.6.11

Compare Source

  • Updated Docker image to latest Alpine Linux
  • Bump required Jinja version to 3.1
  • Fixed #​8133: Jinja filter items not available (9.6.10 regression)
  • Fixed #​8128: Search plugin not entirely disabled via enabled setting

v9.6.10: mkdocs-material-9.6.10

Compare Source

This version is a pure refactoring release, and does not contain new features or bug fixes. It strives to improve the compatibility of our templates with alternative Jinja-like template engines that we're currently exploring, including minijinja.

Additionally, it replaces several instances of Python function invocations with idiomatic use of template filters. All instances where variables have been mutated inside templates have been replaced. Most changes have been made in partials, and only a few in blocks, and all of them are fully backward compatible, so no changes to overrides are necessary.

Note that this release does not replace the Jinja template engine with minijinja. However, our templates are now 99% compatible with minijinja, which means we can explore alternative Jinja-compatible implementations. Additionally, immutability and removal of almost all Python function invocations means much more idiomatic templating.

v9.6.9: mkdocs-material-9.6.9

Compare Source

  • Updated Serbo-Croatian translations
  • Fixed #​8086: Custom SVG icons containing hashes break rendering
  • Fixed #​8067: Drawer has gap on right side in Firefox on some OSs

v9.6.8: mkdocs-material-9.6.8

Compare Source

  • Added Welsh translations
  • Fixed #​8076: Privacy plugin crashes if HTTP download fails

v9.6.7: mkdocs-material-9.6.7

Compare Source

  • Fixed #​8056: Error in backrefs implementation (9.6.6 regression)
  • Fixed #​8054: Unescaped quotes in ARIA labels of table of contents

v9.6.6: mkdocs-material-9.6.6

Compare Source

  • Fixed #​8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #​8031: Replace unmaintained regex package in search plugin

v9.6.5: mkdocs-material-9.6.5

Compare Source

  • Fixed #​8016: Tags listing not showing when when file name has spaces
  • Fixed #​8012: Privacy plugin crashes if HTTP download fails

v9.6.4: mkdocs-material-9.6.4

Compare Source

  • Fixed #​7985: Blog content sometimes not stretching to full width
  • Fixed #​7978: Navigation rendering bug in Safari 18.3

v9.6.3: mkdocs-material-9.6.3

Compare Source

  • Fixed rendering of arrow heads in Mermaid.js class diagrams
  • Fixed #​7960: Tags plugin crashes on numeric metadata titles

v9.6.2: mkdocs-material-9.6.2

Compare Source

  • Fixed #​7955: Excessively long words don't break on narrow screens
  • Fixed #​7947: Scope setting interferes with outdated version banner

v9.6.1: mkdocs-material-9.6.1

Compare Source

  • Fixed #​7943: Tags plugin crashing due to merge error

v9.6.0: mkdocs-material-9.6.0

Compare Source

  • Added meta plugin
  • Rewrite of the tags plugin
  • Added support for allow lists in tags plugin
  • Added support for and custom sorting in tags plugin
  • Added support for related links in blog plugin
  • Added support for custom index pages in blog plugin
  • Added support for navigation subtitles
  • Fixed #​7924: Anchors might require two clicks when using instant navigation

v9.5.50: mkdocs-material-9.5.50

Compare Source

  • Fixed #​7913: Social plugin renders attribute lists in page title

v9.5.49: mkdocs-material-9.5.49

Compare Source

  • Adjusted title color in dark mode for all supported Mermaid.js diagrams
  • Fixed #​7803: Privacy plugin crashes on generated files
  • Fixed #​7781: Mermaid.js flow chart title not visible in dark mode

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Dec 16, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.18%. Comparing base (de1ef90) to head (9eaa463).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #312   +/-   ##
=======================================
  Coverage   66.18%   66.18%           
=======================================
  Files          11       11           
  Lines         139      139           
  Branches       21       21           
=======================================
  Hits           92       92           
  Misses         39       39           
  Partials        8        8           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.49 Update dependency mkdocs-material to v9.5.50 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 40d280d to 346af7e Compare January 19, 2025 08:36
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.50 Update dependency mkdocs-material to v9.6.0 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 346af7e to 4bb99a7 Compare January 31, 2025 05:17
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.0 Update dependency mkdocs-material to v9.6.1 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 4bb99a7 to 4319eee Compare January 31, 2025 08:53
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.1 Update dependency mkdocs-material to v9.6.2 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 4319eee to 2750bad Compare February 3, 2025 17:10
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.2 Update dependency mkdocs-material to v9.6.3 Feb 7, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 2750bad to 96d33f1 Compare February 7, 2025 16:59
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.3 Update dependency mkdocs-material to v9.6.4 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 96d33f1 to 01135ee Compare February 12, 2025 10:14
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.4 Update dependency mkdocs-material to v9.6.5 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 01135ee to 80d7cc0 Compare February 20, 2025 06:34
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.5 Update dependency mkdocs-material to v9.6.6 Mar 1, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 80d7cc0 to 0117363 Compare March 1, 2025 10:20
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.6 Update dependency mkdocs-material to v9.6.7 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 0117363 to bcd8b28 Compare March 3, 2025 02:57
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.7 Update dependency mkdocs-material to v9.6.8 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch 2 times, most recently from 72c12ef to 19743c0 Compare March 17, 2025 11:56
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.8 Update dependency mkdocs-material to v9.6.9 Mar 17, 2025
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.9 Update dependency mkdocs-material to v9.6.10 Mar 30, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch 2 times, most recently from 618c705 to fd7d21b Compare April 1, 2025 14:08
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.10 Update dependency mkdocs-material to v9.6.11 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from fd7d21b to f4eb389 Compare April 17, 2025 15:32
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.11 Update dependency mkdocs-material to v9.6.12 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from f4eb389 to b8d6021 Compare May 10, 2025 06:49
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.12 Update dependency mkdocs-material to v9.6.13 May 10, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from b8d6021 to 6e17ca3 Compare May 13, 2025 13:43
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.13 Update dependency mkdocs-material to v9.6.14 May 13, 2025
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.14 Update dependency mkdocs-material to v9.6.15 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 6e17ca3 to ed739fc Compare July 1, 2025 10:53
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.15 Update dependency mkdocs-material to v9.6.16 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from ed739fc to d958564 Compare July 26, 2025 18:30
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from d958564 to 9eaa463 Compare August 15, 2025 17:20
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.6.16 Update dependency mkdocs-material to v9.6.17 Aug 15, 2025
@DrewCarlson DrewCarlson merged commit afaf3a1 into main Aug 15, 2025
7 checks passed
@DrewCarlson DrewCarlson deleted the renovate/mkdocs-material-9.x branch August 15, 2025 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants