Skip to content

fix(deps): update dependency mkdocstrings-python to v1.16.10 #71

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

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

Release Notes

mkdocstrings/python (mkdocstrings-python)

v1.16.10

Compare Source

Compare with 1.16.9

Bug Fixes

v1.16.9

Compare Source

Compare with 1.16.8

Bug Fixes
  • Use toc_label option in a few missing places (337b46b by Timothée Mazzucotelli). Issue-267

v1.16.8

Compare Source

Compare with 1.16.7

Bug Fixes
  • Prevent infinite recursion by detecting parent-member cycles (f3917e9 by Timothée Mazzucotelli). Issue-griffe-368
Code Refactoring
  • Prepare feature for ordering by __all__ value (bfb5b30 by Timothée Mazzucotelli). Issue-219
  • Sort objects without line numbers last instead of first (681afb1 by Timothée Mazzucotelli).

v1.16.7

Compare Source

Compare with 1.16.6

Code Refactoring
  • Prepare public filtering method feature (fde2019 by Timothée Mazzucotelli). Issue-78

v1.16.6

Compare Source

Compare with 1.16.5

Deprecations

Importing from submodules is now deprecated: the public API is fully exposed under the top-level mkdocstrings_handler.python module.

Bug Fixes
  • Add back default compiled filters (regression) (2d83900 by Timothée Mazzucotelli). Issue-264
Code Refactoring
  • Start logging warnings instead of info messages about deprecated use of templates (7606f33 by Timothée Mazzucotelli).
  • Move modules into internal folder, expose API in top-level module (93a68d0 by Timothée Mazzucotelli).

v1.16.5

Compare Source

Compare with 1.16.4

Code Refactoring

v1.16.4

Compare Source

Compare with 1.16.3

Bug Fixes
  • Fix de-duplication of summary sections (dc46ac9 by Timothée Mazzucotelli).

v1.16.3

Compare Source

Compare with 1.16.2

Build
  • Depend on mkdocstrings 0.28.3 (9fa4f16 by Timothée Mazzucotelli).
Bug Fixes
Code Refactoring
  • Import from top-level mkdocstrings module (da2ba13 by Timothée Mazzucotelli).

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

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 requested a review from watermarkhu as a code owner February 3, 2025 16:29
Copy link
Contributor

github-actions bot commented Feb 3, 2025

The next release will be v0.9.7

@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.14.0 fix(deps): update dependency mkdocstrings-python to v1.14.2 Feb 3, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch from a2ff62d to c91e9dd Compare February 3, 2025 20:25
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.14.2 fix(deps): update dependency mkdocstrings-python to v1.14.3 Feb 4, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch from c91e9dd to 0c345d0 Compare February 4, 2025 05:54
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.14.3 fix(deps): update dependency mkdocstrings-python to v1.14.4 Feb 4, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch from 0c345d0 to b21ce88 Compare February 4, 2025 14:54
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.14.4 fix(deps): update dependency mkdocstrings-python to v1.14.5 Feb 5, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch from b21ce88 to 94080db Compare February 5, 2025 17:42
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.14.5 fix(deps): update dependency mkdocstrings-python to v1.14.6 Feb 7, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch 2 times, most recently from ba854d1 to 458bb4c Compare February 11, 2025 17:24
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.14.6 fix(deps): update dependency mkdocstrings-python to v1.15.0 Feb 11, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch from 458bb4c to 8ab5a4e Compare February 14, 2025 02:46
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.15.0 fix(deps): update dependency mkdocstrings-python to v1.16.0 Feb 17, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch from 8ab5a4e to 3cfea89 Compare February 17, 2025 19:37
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.16.0 fix(deps): update dependency mkdocstrings-python to v1.16.1 Feb 18, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch 2 times, most recently from 1e76080 to fa3a776 Compare February 24, 2025 19:10
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.16.1 fix(deps): update dependency mkdocstrings-python to v1.16.2 Feb 24, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch from fa3a776 to e1b1fb6 Compare March 9, 2025 01:50
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.16.2 fix(deps): update dependency mkdocstrings-python to v1.16.3 Mar 9, 2025
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.16.3 fix(deps): update dependency mkdocstrings-python to v1.16.4 Mar 10, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch 2 times, most recently from 76d45d0 to da79d4e Compare March 10, 2025 18:23
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.16.4 fix(deps): update dependency mkdocstrings-python to v1.16.5 Mar 10, 2025
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.16.5 fix(deps): update dependency mkdocstrings-python to v1.16.6 Mar 18, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch 2 times, most recently from 486eddf to 2b4fe85 Compare March 20, 2025 16:36
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.16.6 fix(deps): update dependency mkdocstrings-python to v1.16.7 Mar 20, 2025
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.16.7 fix(deps): update dependency mkdocstrings-python to v1.16.8 Mar 24, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch from 2b4fe85 to 4d256e2 Compare March 24, 2025 13:53
@renovate renovate bot changed the title fix(deps): update dependency mkdocstrings-python to v1.16.8 fix(deps): update dependency mkdocstrings-python to v1.16.10 Apr 3, 2025
@renovate renovate bot force-pushed the renovate-mkdocstrings-python-1.x branch from 4d256e2 to e194803 Compare April 3, 2025 16:26
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