Open renovate[bot] opened 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.60%. Comparing base (
217b496
) to head (76d6659
).:exclamation: Current head 76d6659 differs from pull request most recent head 30e1d1d. Consider uploading reports for the commit 30e1d1d to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
^0.19.0
->^0.26.0
Release Notes
mkdocstrings/mkdocstrings (mkdocstrings)
### [`v0.26.0`](https://redirect.github.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0260---2024-09-02) [Compare Source](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.25.2...0.26.0) [Compare with 0.25.2](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.25.2...0.26.0) ##### Build - Upgrade Python-Markdown lower bound to 3.6 ([28565f9](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/28565f97f21bf81b2bc554679c641fba3f639882) by Timothée Mazzucotelli). ##### Dependencies - Depend on mkdocs-autorefs v1 ([33aa573](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/33aa573efb17b13e7b9da77e29aeccb3fbddd8e8) by Timothée Mazzucotelli). ##### Features - Allow hooking into autorefs when converting Markdown docstrings ([b63e726](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/b63e72691a8f92dd59b56304125de4a19e0d028c) by Timothée Mazzucotelli). [Based-on-PR-autorefs#46](https://redirect.github.com/mkdocstrings/autorefs/pull/46) ### [`v0.25.2`](https://redirect.github.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0252---2024-07-25) [Compare Source](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.25.1...0.25.2) [Compare with 0.25.1](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.25.1...0.25.2) ##### Code Refactoring - Give precedence to Markdown heading level (`##`) ([2e5f89e](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/2e5f89e8cef11e6447425d3700c29558cd6d241b) by Timothée Mazzucotelli). ### [`v0.25.1`](https://redirect.github.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0251---2024-05-05) [Compare Source](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.25.0...0.25.1) [Compare with 0.25.0](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.25.0...0.25.1) ##### Bug Fixes - Always descend into sub-headings when re-applying their label ([cb86e08](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/cb86e08bbc5e8057393aa1cd7ca29bc2b40ab5eb) by Timothée Mazzucotelli). [Issue-mkdocstrings/python-158](https://redirect.github.com/mkdocstrings/python/issues/158) ### [`v0.25.0`](https://redirect.github.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0250---2024-04-27) [Compare Source](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.24.3...0.25.0) [Compare with 0.24.3](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.24.3...0.25.0) ##### Features - Support `once` parameter in logging methods, allowing to log a message only once with a given logger ([1532b59](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/1532b59a6efd99fed846cf7edfd0b26525700d3f) by Timothée Mazzucotelli). - Support blank line between `::: path` and YAML options ([d799d2f](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/d799d2f3903bce44fb751f8cf3fb8078d25549da) by Timothée Mazzucotelli). [Issue-450](https://redirect.github.com/mkdocstrings/mkdocstrings/issues/450) ##### Code Refactoring - Allow specifying name of template loggers ([c5b5f69](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/c5b5f697c83271d961c7ac795412d6b4964ba2b7) by Timothée Mazzucotelli). ### [`v0.24.3`](https://redirect.github.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0243---2024-04-05) [Compare Source](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.24.2...0.24.3) [Compare with 0.24.2](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.24.2...0.24.3) ##### Bug Fixes - Support HTML toc labels with Python-Markdown 3.6+ (uncomment code...) ([7fe3e5f](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/7fe3e5f28239c08094fb656728369998f52630ea) by Timothée Mazzucotelli). ### [`v0.24.2`](https://redirect.github.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0242---2024-04-02) [Compare Source](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.24.1...0.24.2) [Compare with 0.24.1](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.24.1...0.24.2) ##### Bug Fixes - Support HTML toc labels with Python-Markdown 3.6+ ([c0d0090](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/c0d009000678a2ccbfb0c8adfeff3dc83845ee41) by Timothée Mazzucotelli). [Issue-mkdocstrings/python-143](https://redirect.github.com/mkdocstrings/python/issues/143) ### [`v0.24.1`](https://redirect.github.com/mkdocstrings/mkdocstrings/blob/HEAD/CHANGELOG.md#0241---2024-02-27) [Compare Source](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.24.0...0.24.1) [Compare with 0.24.0](https://redirect.github.com/mkdocstrings/mkdocstrings/compare/0.24.0...0.24.1) ##### Code Refactoring - Support new pymdownx-highlight options ([a7a2907](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/a7a29079aebcd79be84ac38ce275797920e4c75e) by Timothée Mazzucotelli). - Backup anchors with id and no href, for compatibility with autorefs' Markdown anchors ([b5236b4](https://redirect.github.com/mkdocstrings/mkdocstrings/commit/b5236b4333ebde9648c84f6e4b0f4c2b10f3ecd4) by Timothée Mazzucotelli). [PR-#651](https://redirect.github.com/mkdocstrings/mkdocstrings/pull/651), [Related-to-mkdocs-autorefs#39](https://redirect.github.com/mkdocstrings/autorefs/pull/39), Co-authored-by: Oleh PrypinConfiguration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.