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

chore(deps): update dependency mkdocstrings-python to v1.12.2 #365

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocstrings-python (changelog) 1.7.5 -> 1.12.2 age adoption passing confidence

Release Notes

mkdocstrings/python (mkdocstrings-python)

v1.12.2

Compare Source

Compare with 1.12.1

Bug Fixes

v1.12.1

Compare Source

Compare with 1.12.0

Bug Fixes
  • Don't escape parameter default values (9dee4d4 by Timothée Mazzucotelli). Issue-191

v1.12.0

Compare Source

Compare with 1.11.1

Build
  • Drop support for Python 3.8 (6615c91 by Timothée Mazzucotelli).
Features
  • Auto-summary of members (7f9757d by Timothée Mazzucotelli).
  • Render function overloads (0f2c25c by Timothée Mazzucotelli).
  • Parameter headings, more automatic cross-references (0176b83 by Timothée Mazzucotelli).
Code Refactoring
  • Declare default CSS symbol colors under :host as well (3b9dba2 by James McDonnell). PR-186

v1.11.1

Compare Source

Compare with 1.11.0

Code Refactoring
  • Prepare relative_crossrefs and scoped_crossrefs insiders features (dd8b014 by Timothée Mazzucotelli).

v1.11.0

Compare Source

Compare with 1.10.9

Features
  • Hook into autorefs to provide context around cross-ref errors (bb4be5b by Timothée Mazzucotelli).

v1.10.9

Compare Source

Compare with 1.10.8

Build
  • Explicitly depend on mkdocs-autorefs to be able to specify lower bound (2299ab5 by Timothée Mazzucotelli).
Code Refactoring
  • Use new autorefs syntax (68cb72f by Timothée Mazzucotelli).

v1.10.8

Compare Source

Compare with 1.10.7

Build
  • Depend on Griffe 0.49 (a87dcad by Timothée Mazzucotelli).

v1.10.7

Compare Source

Compare with 1.10.6

Packaging
  • Include tests and all relevant files for downstream packaging in source distribution

v1.10.6

Compare Source

Compare with 1.10.5

Bug Fixes
  • Fix condition to display members (check all members, not just non-inherited ones) (3d838a9 by Timothée Mazzucotelli).
Code Refactoring
  • Update code for Griffe 0.48 (removing deprecation warnings) (eff10cc by Timothée Mazzucotelli). Issue-173

v1.10.5

Compare Source

Compare with 1.10.4

Bug Fixes
  • Mix both previous checks for displaying objects: not imported or public (587963b by Timothée Mazzucotelli). Issue-294

v1.10.4

Compare Source

Compare with 1.10.3

Code Refactoring
  • Only filter out imported objects instead of non-public ones after applying filters (e2f4b35 by Timothée Mazzucotelli). Issue-mkdocstrings/griffe-294
  • Update code for Griffe 0.46 to avoid deprecation warnings (321b407 by Timothée Mazzucotelli).
  • Change load_external_modules default value to None to support new default mode in Griffe (ae5896c by Timothée Mazzucotelli).

v1.10.3

Compare Source

Compare with 1.10.2

Bug Fixes
  • Don't crash when rendering the source of an object whose lineno is none (64df00b by Timothée Mazzucotelli). Issue-163

v1.10.2

Compare Source

Compare with 1.10.1

Bug Fixes
  • Actually make use of custom .html.jinja templates (5668abb by Timothée Mazzucotelli).

v1.10.1

Compare Source

Compare with 1.10.0

Build
  • Depend on mkdocstrings 0.25 which adds support for parameter once when logging messages (2bc156b by Timothée Mazzucotelli).
Code Refactoring
  • Set handler's name (a71ab12 by Timothée Mazzucotelli).
  • Update *.html top-level templates to extend the *.html.jinja base templates (a8c540e by Timothée Mazzucotelli). Issue-151
  • Update *.html base templates to extend their *.html.jinja counterpart, while overriding the logs block to issue a logging message (info) stating that extending *.html templates is deprecated (e6f1b9c by Timothée Mazzucotelli). Issue-151
  • Add *.html.jinja top-level (overridable) templates, extending their base counterpart (7c14924 by Timothée Mazzucotelli). Issue-151
  • Add *.html.jinja base templates, which are copies of *.html templates, with an additional logs block, and using the updated get_template filter (eced9a5 by Timothée Mazzucotelli). Issue-151
  • Update get_template filter to support both *.html and *.html.jinja templates, logging a message (info) when *.html templates are overridden by users (3546fd7 by Timothée Mazzucotelli). Issue-151
  • Log a warning when base templates are overridden (26e3d66 by Timothée Mazzucotelli). Issue-151

v1.10.0

Compare Source

Compare with 1.9.2

Features
  • Add CSS classes doc-section-title and doc-section-item in docstring sections (d6e1d68 by Timothée Mazzucotelli). Issue-17
Bug Fixes
  • Render enumeration instance name instead of just "value", allowing proper cross-reference (11d81d8 by Timothée Mazzucotelli). Issue-124

v1.9.2

Compare Source

Compare with 1.9.1

Dependencies
  • Remove cap on Python-Markdown 3.6 now that ToC labels are fixed by mkdocstrings (0c1e2c1 by Timothée Mazzucotelli).

v1.9.1

Compare Source

Compare with 1.9.0

Bug Fixes
  • Don't try loading packages from relative paths (bd73497 by Timothée Mazzucotelli). Issue-145
Code Refactoring
  • Allow first name in a separate signature to be highlighted as a function name (f798a1e by Timothée Mazzucotelli).
  • Maintain original Pygments color for cross-refs in signatures (7c8b885 by Timothée Mazzucotelli).

v1.9.0

Compare Source

Compare with 1.8.0

Dependencies
  • Add upper bound on Python-Markdown 3.6 to temporarily prevent breaking changes (cd93ee3 by Timothée Mazzucotelli).
Features
Code Refactoring
  • Mark all Jinja blocks as scoped (548bdad by Timothée Mazzucotelli).

v1.8.0

Compare Source

Compare with 1.7.5

Features

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.

@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x-lockfile branch from fd96739 to 44996bd Compare October 19, 2024 19:19
@renovate renovate bot changed the title chore(deps): update dependency mkdocstrings-python to v1.12.1 chore(deps): update dependency mkdocstrings-python to v1.12.2 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x-lockfile branch from 44996bd to 772315e Compare November 3, 2024 10:41
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