chore(deps): update dependency mkdocstrings to ^0.19.0 #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.15.0
->^0.19.0
Release Notes
mkdocstrings/mkdocstrings
v0.19.0
Compare Source
Compare with 0.18.1
Highlights
We decided to deprecate a few things to pave the way towards a more
stable code base, bringing us closer to a v1.
options
key. Using the old keys will emit a deprecation warning.BaseCollector
andBaseRenderer
classes are deprecated in favorof
BaseHandler
, which merges their functionality. Using the oldclasses will emit a deprecation warning.
New versions of the Python handler and the legacy Python handler
were also released in coordination with mkdocstrings 0.19.
See their respective changelogs:
python,
python-legacy.
Most notably, the Python handler gained the
members
andfilters
optionsthat prevented many users to switch to it.
mkdocstrings stopped depending directly on the legacy Python handler.
It means you now have to explicitely depend on it, directly or through
the extra provided by mkdocstrings, if you want to continue using it.
Packaging / Dependencies
Features
Code Refactoring
selection
andrendering
YAML keys (3335310 by Timothée Mazzucotelli). PR #420BaseCollector
andBaseRenderer
(eb822cb by Timothée Mazzucotelli). PR #413v0.18.1
Compare Source
Compare with 0.18.0
Bug Fixes
v0.18.0
Compare Source
Compare with 0.17.0
Highlights
This new handler brings automatic cross-references for every annotation in your code,
including references to third-party libraries' APIs if they provide objects inventories
and you explicitely load them in
mkdocs.yml
.See migration notes in the documentation.
Packaging / Dependencies
Features
<p>
tag inconvert_markdown
filter (5351fc8 by Oleh Prypin). PR #369Code Refactoring
mkdocstrings_handlers
namespace (5c22c6c by Timothée Mazzucotelli). PR #367v0.17.0
Compare Source
Compare with 0.16.2
Features
show_signature
rendering option (024ee82 by Will Da Silva). Issue #341, PR #342Bug Fixes
Code Refactoring
v0.16.2
Compare Source
Compare with 0.16.1
Dependencies
pymdown-extensions
v9.x (0831343 by Ofek Lev and 38b22ec by Timothée Mazzucotelli).v0.16.1
Compare Source
Compare with 0.16.0
Bug Fixes
v0.16.0
Compare Source
Compare with 0.15.0
Features
Bug Fixes
setup_commands
errors (92418c4 by Gabriel Vîjială). PR #258Code 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.