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

Update dependency mkdocstrings to ^0.26.0 #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocstrings (changelog) ^0.19.0 -> ^0.26.0 age adoption passing confidence

Release Notes

mkdocstrings/mkdocstrings (mkdocstrings)

v0.26.0

Compare Source

Compare with 0.25.2

Build
  • Upgrade Python-Markdown lower bound to 3.6 (28565f9 by Timothée Mazzucotelli).
Dependencies
  • Depend on mkdocs-autorefs v1 (33aa573 by Timothée Mazzucotelli).
Features

v0.25.2

Compare Source

Compare with 0.25.1

Code Refactoring
  • Give precedence to Markdown heading level (##) (2e5f89e by Timothée Mazzucotelli).

v0.25.1

Compare Source

Compare with 0.25.0

Bug Fixes

v0.25.0

Compare Source

Compare with 0.24.3

Features
  • Support once parameter in logging methods, allowing to log a message only once with a given logger (1532b59 by Timothée Mazzucotelli).
  • Support blank line between ::: path and YAML options (d799d2f by Timothée Mazzucotelli). Issue-450
Code Refactoring
  • Allow specifying name of template loggers (c5b5f69 by Timothée Mazzucotelli).

v0.24.3

Compare Source

Compare with 0.24.2

Bug Fixes
  • Support HTML toc labels with Python-Markdown 3.6+ (uncomment code...) (7fe3e5f by Timothée Mazzucotelli).

v0.24.2

Compare Source

Compare with 0.24.1

Bug Fixes

v0.24.1

Compare Source

Compare with 0.24.0

Code Refactoring

v0.24.0

Compare Source

Compare with 0.23.0

Features
Bug Fixes
Code Refactoring
  • Drop support for MkDocs < 1.4, modernize usages (b61d4d1 by Oleh Prypin). PR #​629

v0.23.0

Compare Source

Compare with 0.22.0

Breaking Changes
  • Removed BaseCollector and BaseRenderer classes: they were merged into the BaseHandler class.
  • Removed the watch feature, as MkDocs now provides it natively.
  • Removed support for selection and rendering keys in YAML blocks: use options instead.
  • Removed support for loading handlers from the mkdocstrings.handler namespace.
    Handlers must now be packaged under the mkdocstrings_handlers namespace.
Features
  • Register all anchors for each object in the inventory (228fb73 by Timothée Mazzucotelli).
Bug Fixes
  • Don't add codehilite CSS class to inline code (7690d41 by Timothée Mazzucotelli).
  • Support cross-references for API docs rendered in top-level index page (b194452 by Timothée Mazzucotelli).
Code Refactoring
  • Sort inventories before writing them to disk (9371e9f by Timothée Mazzucotelli).
  • Stop accepting sets as return value of get_anchors (only tuples), to preserve order (2e10374 by Timothée Mazzucotelli).
  • Remove deprecated parts (0a90a47 by Timothée Mazzucotelli).
  • Use proper parameters in Inventory.register method (433c6e0 by Timothée Mazzucotelli).

v0.22.0

Compare Source

Compare with 0.21.2

Features
Code Refactoring

v0.21.2

Compare Source

Compare with 0.21.1

Bug Fixes

v0.21.1

Compare Source

Compare with 0.21.0

Bug Fixes
  • Fix missing typing-extensions dependency on Python less than 3.10 (bff760b by Timothée Mazzucotelli). Issue #​548

v0.21.0

Compare Source

Compare with 0.20.0

Features

v0.20.0

Compare Source

Compare with 0.19.1

Features
Bug Fixes
Code Refactoring

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 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.


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

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

@codecov
Copy link

codecov bot commented Mar 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.60%. Comparing base (217b496) to head (76d6659).

❗ Current head 76d6659 differs from pull request most recent head 30e1d1d. Consider uploading reports for the commit 30e1d1d to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #91   +/-   ##
=======================================
  Coverage   92.60%   92.60%           
=======================================
  Files          10       10           
  Lines         622      622           
=======================================
  Hits          576      576           
  Misses         46       46           

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

@renovate renovate bot changed the title Update dependency mkdocstrings to ^0.20.0 Update dependency mkdocstrings to ^0.21.0 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/mkdocstrings-0.x branch from d98693a to 218a0c5 Compare April 17, 2023 12:50
@renovate renovate bot changed the title Update dependency mkdocstrings to ^0.21.0 Update dependency mkdocstrings to ^0.22.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/mkdocstrings-0.x branch from 218a0c5 to 76d6659 Compare May 28, 2023 11:38
@renovate renovate bot changed the title Update dependency mkdocstrings to ^0.22.0 Update dependency mkdocstrings to ^0.23.0 Sep 2, 2023
@renovate renovate bot force-pushed the renovate/mkdocstrings-0.x branch from 76d6659 to 7242e6e Compare September 2, 2023 10:33
@renovate renovate bot changed the title Update dependency mkdocstrings to ^0.23.0 Update dependency mkdocstrings to ^0.24.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/mkdocstrings-0.x branch from 7242e6e to 21c7a05 Compare November 14, 2023 18:13
@renovate renovate bot force-pushed the renovate/mkdocstrings-0.x branch from 21c7a05 to 30e1d1d Compare April 27, 2024 20:06
@renovate renovate bot changed the title Update dependency mkdocstrings to ^0.24.0 Update dependency mkdocstrings to ^0.25.0 Apr 27, 2024
@renovate renovate bot changed the title Update dependency mkdocstrings to ^0.25.0 Update dependency mkdocstrings to ^0.26.0 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/mkdocstrings-0.x branch from 30e1d1d to 4653011 Compare September 2, 2024 00:16
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.

0 participants