Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cairosvg (source) 2.7.1 -> 2.8.2 age adoption passing confidence dev minor
mkdocs-autorefs (changelog) 1.2.0 -> 1.4.3 age adoption passing confidence dev minor
mkdocs-git-revision-date-localized-plugin 1.3.0 -> 1.4.7 age adoption passing confidence dev minor
mkdocs-material (changelog) 9.5.47 -> 9.6.19 age adoption passing confidence dev minor
mkdocstrings (changelog) 0.27.0 -> 0.30.0 age adoption passing confidence dev minor
mypy (changelog) 1.13.0 -> 1.17.1 age adoption passing confidence dev minor
pillow (changelog) 11.0.0 -> 11.3.0 age adoption passing confidence dev minor
pydantic (changelog) 2.10.2 -> 2.11.7 age adoption passing confidence dev minor
pytest (changelog) 8.3.4 -> 8.4.2 age adoption passing confidence dev minor
pytest-cov (changelog) 6.0.0 -> 6.3.0 age adoption passing confidence dev minor
python 3.12 -> 3.12 || 3.13 age adoption passing confidence uses-with minor
ruff (source, changelog) 0.8.1 -> 0.12.12 age adoption passing confidence dev minor

Release Notes

Kozea/CairoSVG (cairosvg)

v2.8.2

Compare Source

  • Allow both Unicode strings and bytes as input

v2.8.1

Compare Source

  • Allow both text- and bytes-based file objects as input

v2.8.0

Compare Source

  • Drop support of Python 3.7 and 3.8, add support of Python 3.12 and 3.13
  • Optimize math operations
  • Use pathlib
  • Close paths for ellipses and circles
  • Fix output ratio for SVG surfaces
  • Avoid endless loops when updating def attributes
  • Round PNG size
  • Don’t crash when more than 2 values are given to translate and scale functions
mkdocstrings/autorefs (mkdocs-autorefs)

v1.4.3

Compare Source

Compare with 1.4.2

Code Refactoring
  • Be more robust when getting breadcrumbs/backlinks (664aece by Timothée Mazzucotelli).

v1.4.2

Compare Source

Compare with 1.4.1

Build
  • Exclude mypy cache from dists (5e77f7f by Timothée Mazzucotelli). Issue-71

v1.4.1

Compare Source

Compare with 1.4.0

Code Refactoring
  • Store parent pages and parent sections in backlink breadcrumbs (67955ce by Timothée Mazzucotelli).
  • Ignore Markdown anchors when setting backlink metadata on autorefs (3ac4797 by Timothée Mazzucotelli).
  • Handle absence of # when computing relative URLs (ca6461e by Timothée Mazzucotelli).

v1.4.0

Compare Source

Compare with 1.3.1

Features
Code Refactoring
  • Move code to internal folder, expose public API in top-level module, document all public objects (9615d13 by Timothée Mazzucotelli).
  • Store actual page instance instead of URL in plugin's current_page attribute (8023588 and 2009f85 by Timothée Mazzucotelli).
  • Use the on_env hook to fix cross-references (70fec3e by Timothée Mazzucotelli). Discussion-mkdocs-3917
  • Record heading titles alongside URLs (791782e by Timothée Mazzucotelli). Issue-33

v1.3.1

Compare Source

Compare with 1.3.0

Bug Fixes
  • Always resolve secondary URLs to closest (don't log warnings) (243ad35 by Timothée Mazzucotelli). Issue-52

v1.3.0

Compare Source

Compare with 1.2.0

Build
  • Drop support for Python 3.8 (ee3eaad by Timothée Mazzucotelli).
Features
Bug Fixes
  • Fallback to slugified title as id for non-exact, non-code references ([Hello World][] -> [hello-world][]) (13428f1 by Timothée Mazzucotelli). Issue-58
Code Refactoring
  • Deprecate fallback mechanism (5e89cd8 by Timothée Mazzucotelli). Issue-61
  • Log a debug message for unresolved optional references (9e990d7 by Timothée Mazzucotelli).
timvink/mkdocs-git-revision-date-localized-plugin (mkdocs-git-revision-date-localized-plugin)

v1.4.7: revision-date-localized v1.4.7

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.6...v1.4.7

v1.4.6: revision-date-localized v1.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.5...v1.4.6

v1.4.5: revision-date-localized v1.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.4...v1.4.5

v1.4.4

Compare Source

What's Changed

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.3...v1.4.4

v1.4.2

Compare Source

v1.4.1: revision-date-localized v1.4.1

Compare Source

What's Changed

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.0...v1.4.1

v1.4.0: revision-date-localized v1.4.0

Compare Source

What's Changed

New features
Enhancements
Documentation

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.3.0...v1.4.0

squidfunk/mkdocs-material (mkdocs-material)

v9.6.19

Compare Source

v9.6.18: mkdocs-material-9.6.18

Compare Source

  • Updated Azerbaijani translations
  • Fixed last compat issues with minijinja, now 100% compatible

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

v9.5.48: mkdocs-material-9.5.48

Compare Source

  • Fixed #​7774: Disabling social cards doesn't work
mkdocstrings/mkdocstrings (mkdocstrings)

v0.30.0

Compare Source

Compare with 0.29.1

Features
  • Add data-skip-inventory boolean attribute for elements to skip registration in local inventory (f856160 by Bartosz Sławecki). Issue-671, PR-774
  • Add I18N support (translations) (2b4ed54 by Nyuan Zhang). PR-645, Co-authored-by: Timothée Mazzucotelli [email protected]

v0.29.1

Compare Source

Compare with 0.29.1

Features
  • Add data-skip-inventory boolean attribute for elements to skip registration in local inventory (f856160 by Bartosz Sławecki). Issue-671, PR-774
  • Add I18N support (translations) (2b4ed54 by Nyuan Zhang). PR-645, Co-authored-by: Timothée Mazzucotelli [email protected]

v0.29.0

Compare Source

Compare with 0.29.0

Dependencies
  • Remove unused typing-extensions dependency (ba98661 by Timothée Mazzucotelli).
Bug Fixes
  • Ignore invalid inventory lines (81caff5 by Josh Mitchell). PR-748
Code Refactoring
  • Rename loggers to "mkdocstrings" (1a98040 by Timothée Mazzucotelli).

v0.28.3

Compare Source

Compare with 0.28.3

This is the last version before v1!

Build
  • Depend on MkDocs 1.6 (11bc400 by Timothée Mazzucotelli).
Features
Code Refactoring
  • Save and forward titles to autorefs (f49fb29 by Timothée Mazzucotelli).
  • Use a combined event (each split with a different priority) for on_env (8d1dd75 by Timothée Mazzucotelli).

v0.28.2

Compare Source

Compare with 0.28.2

Deprecations

All public objects must now be imported from the top-level mkdocstrings module. Importing from submodules is deprecated, and will raise errors starting with v1. This should be the last deprecation before v1.

Build
  • Make python extra depend on latest mkdocstrings-python (1.16.2) (ba9003e by Timothée Mazzucotelli).
Code Refactoring
  • Finish exposing/hiding public/internal objects (0723fc2 by Timothée Mazzucotelli).
  • Re-expose public API in the top-level mkdocstrings module (e66e080 by Timothée Mazzucotelli).
  • Move modules to internal folder (23fe23f by Timothée Mazzucotelli).

v0.28.1

Compare Source

Compare with 0.28.1

Build
  • Depend on mkdocs-autorefs >= 1.4 (2c22bdc by Timothée Mazzucotelli).

v0.28.0

Compare Source

Compare with 0.28.0

Bug Fixes
python/mypy (mypy)

v1.17.1

Compare Source

  • Retain None as constraints bottom if no bottoms were provided (Stanislav Terliakov, PR 19485)
  • Fix "ignored exception in hasattr" in dmypy (Stanislav Terliakov, PR 19428)
  • Prevent a crash when InitVar is redefined with a method in a subclass (Stanislav Terliakov, PR 19453)

v1.17.0

Compare Source

v1.16.1

Compare Source

v1.16.0

Compare Source

v1.15.0

Compare Source

v1.14.1

Compare Source

v1.14.0

Compare Source

python-pillow/Pillow (pillow)

v11.3.0

Compare Source

https://pillow.readthedocs.io/en/stable/releasenotes/11.3.0.html

Deprecations

Documentation

Dependencies

Testing

Type hints

Other changes

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 6, 2024
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.12%. Comparing base (63a1966) to head (f78a13c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #185   +/-   ##
=======================================
  Coverage   98.12%   98.12%           
=======================================
  Files          30       30           
  Lines         799      799           
=======================================
  Hits          784      784           
  Misses         15       15           

☔ 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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2a9b671 to f8719ef Compare December 12, 2024 16:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8bea957 to 0e46738 Compare December 20, 2024 16:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4075b60 to 8989a0d Compare January 4, 2025 14:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 799979d to e0187e5 Compare January 16, 2025 17:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 94b41a2 to cb9ce08 Compare January 24, 2025 01:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9cf4ee9 to 842f7b6 Compare February 5, 2025 05:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 83e8123 to d79c70e Compare February 12, 2025 12:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d79c70e to c095ab8 Compare February 14, 2025 15:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 173a8e8 to 6eed134 Compare June 18, 2025 06:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 54c44de to 60f9097 Compare July 3, 2025 17:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fa61de4 to 3a2945d Compare July 17, 2025 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9df62af to c76a495 Compare July 30, 2025 00:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 31617be to b8b8ac9 Compare August 7, 2025 01:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9fd0ab0 to 4033573 Compare August 14, 2025 18:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 064941a to b52b7bb Compare August 21, 2025 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bd39472 to 52c2fa7 Compare August 28, 2025 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b0fc0a1 to 09710ac Compare September 6, 2025 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09710ac to f78a13c Compare September 7, 2025 20:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant