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-python to v1.16.2 #14

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocstrings-python (changelog) ==1.10.5 -> ==1.16.2 age adoption passing confidence

Release Notes

mkdocstrings/python (mkdocstrings-python)

v1.16.2

Compare Source

Compare with 1.16.1

Build
  • Depend on mkdocs-autorefs >= 1.4 and mkdocstrings >= 0.28.2 (ea1ab49 by Timothée Mazzucotelli).

v1.16.1

Compare Source

Compare with 1.16.0

Bug Fixes
  • Give precedence to user-provided paths when they are already listed in sys.path (0f497d1 by Timothée Mazzucotelli). Issue-248

v1.16.0

Compare Source

Compare with 1.15.1

Features
  • Add option to show/hide overloads (4a5ee10 by Pete Stenger). PR-250

v1.15.1

Compare Source

Compare with 1.15.0

Bug Fixes
  • Unwrap Annotated regardless of signature_crossrefs (d809f1a by Timothée Mazzucotelli). Issue-249

v1.15.0

Compare with 1.14.6

Features
  • Support cross-referencing constructor parameters in instance attribute values (f07bf58 by Timothée Mazzucotelli).

v1.14.6

Compare Source

Compare with 1.14.5

Bug Fixes
  • Catch alias resolution errors when getting aliases for an identifier (0aaa260 by Timothée Mazzucotelli). Issue-358
Code Refactoring
  • Improve translations for Simplified Chinese and Japanese (753a0df by Zhikang Yan). PR-244

v1.14.5

Compare Source

Compare with 1.14.4

Bug Fixes
  • Remove type from property docstring summary in summary sections (15f2cd4 by Uchechukwu Orji). PR-242

v1.14.4

Compare Source

Compare with 1.14.3

Bug Fixes
  • Deactivate Pydantic validation on Python 3.9 is eval-type-backport is not available (for modern typing syntax support) (0de0e5e by Timothée Mazzucotelli). Issue-241

v1.14.3

Compare Source

Compare with 1.14.2

Bug Fixes
  • Let dataclass implement __init__ method, set extra fields in get_options (477b9e4 by Timothée Mazzucotelli).

v1.14.2

Compare Source

Compare with 1.14.1

Bug Fixes
  • Deactivate Pydantic logic if v1 is installed instead of v2 (c5ecd70 by Timothée Mazzucotelli). Issue-240

v1.14.1

Compare Source

Compare with 1.14.0

Bug Fixes
  • Fix type errors with options during collection and docstring parsing (15ca6d8 by Timothée Mazzucotelli).

v1.14.0

Compare Source

Compare with 1.13.0

Features
Code Refactoring
  • Use dataclasses for configuration/options and automate schema generation (5ebeda6 by Timothée Mazzucotelli).

v1.13.0

Compare Source

Compare with 1.12.2

Features
  • Allow using Ruff to format signatures and attribute values (d67215c by dm). PR-216
Bug Fixes
  • Respect show_signature_annotations option for attribute signatures in headings (e93d166 by Timothée Mazzucotelli). Issue-griffe-pydantic#9
  • Handle __init__ overloads when merging into class (af6fab3 by Timothée Mazzucotelli). Issue-212
  • Actually check if a module is public when rendering auto-generated summary table for modules (3bf55b2 by Timothée Mazzucotelli). Issue-203
  • Never render line numbers for signatures and attribute values (a669f1c by Timothée Mazzucotelli). Issue-192
  • Respect highlight's linenums config for pycon examples in docstrings (53eb82a by Timothée Mazzucotelli). Related-to-#​192
  • Fix normalization of extension paths on the annoying operating system and Python 3.13 (101a6dc by Timothée Mazzucotelli).
  • Don't merge parent __init__ docstring into class docstring if such inherited method wasn't selected through the inherited_members configuration option (6c5b5c3 by Timothée Mazzucotelli). Issue-189
Code Refactoring

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

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 branch from f751394 to b44da10 Compare August 15, 2024 17:53
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.10.7 Update dependency mkdocstrings-python to v1.10.8 Aug 15, 2024
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.10.8 Update dependency mkdocstrings-python to v1.10.9 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x branch 2 times, most recently from 988e2a6 to 1b3b5e8 Compare September 4, 2024 17:46
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.10.9 Update dependency mkdocstrings-python to v1.11.1 Sep 4, 2024
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.11.1 Update dependency mkdocstrings-python to v1.12.0 Oct 13, 2024
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x branch 2 times, most recently from 7644158 to 42e9d25 Compare October 16, 2024 05:49
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.12.0 Update dependency mkdocstrings-python to v1.12.1 Oct 16, 2024
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.12.1 Update dependency mkdocstrings-python to v1.12.2 Oct 20, 2024
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x branch from 42e9d25 to c9b7c10 Compare October 20, 2024 08:25
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x branch from c9b7c10 to 4ef820b Compare December 9, 2024 16:17
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.12.2 Update dependency mkdocstrings-python to v1.13.0 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x branch from 4ef820b to cdceca1 Compare December 27, 2024 17:47
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.13.0 Update dependency mkdocstrings-python to v1.14.3 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x branch from cdceca1 to 4dc54db Compare February 4, 2025 04:02
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.14.3 Update dependency mkdocstrings-python to v1.14.5 Feb 6, 2025
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x branch 2 times, most recently from 8a3ac7c to c0c8457 Compare February 8, 2025 07:38
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.14.5 Update dependency mkdocstrings-python to v1.14.6 Feb 8, 2025
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x branch from c0c8457 to 9c847e2 Compare February 12, 2025 20:24
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.14.6 Update dependency mkdocstrings-python to v1.15.0 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x branch from 9c847e2 to c12df49 Compare February 17, 2025 23:42
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.15.0 Update dependency mkdocstrings-python to v1.16.0 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x branch from c12df49 to 8857155 Compare February 20, 2025 00:09
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.16.0 Update dependency mkdocstrings-python to v1.16.1 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/mkdocstrings-python-1.x branch from 8857155 to 177268f Compare February 26, 2025 03:56
@renovate renovate bot changed the title Update dependency mkdocstrings-python to v1.16.1 Update dependency mkdocstrings-python to v1.16.2 Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants