chore(deps): update dependency griffe to v1.14.0 #1046
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:
1.12.1
->1.14.0
Release Notes
mkdocstrings/griffe (griffe)
v1.14.0
Compare Source
Compare with 1.13.0
Deprecations
on_alias
event's signature changed fromon_alias(self, *, node: AST | ObjectNode, alias: Alias, agent: Visitor | Inspector, **kwargs)
(an [analysis event][analysis-events]) toon_alias(self, *, alias: Alias, loader: GriffeLoader, **kwargs)
([a load event][load-events]). Use the new signature, or rename your method toon_alias_instance
to keep the old signature (on_alias_instance
is a new analysis event that replaces the oldon_alias
one). Backward compatibility is maintained until next major version.on_wildcard_expansion
event is deprecated. Instead, use theon_alias
event, and check the [wildcard_imported
][griffe.Alias.wildcard_imported] boolean attribute of aliases.on_package_loaded
event is renamed toon_package
. Backward compatibility is maintained until next major version.assert_git_repo
,get_repo_root
,get_latest_tag
andtmp_worktree
) is deprecated, as they are not a core part of the library's functionality. These utilities are now part of our internal API.Features
analysis
attribute on objects and aliases, telling whether they were loaded through static or dynamic analysis, or created manually (d792a56 by Timothée Mazzucotelli).source_link
property (see [Source information][source-information] in our docs) (2a8d824 by Timothée Mazzucotelli). Issue-361, Issue-mkdocstrings-python-253wildcard_imported
boolean attribute to aliases, deprecateon_wildcard_expansion
event (821300d by Timothée Mazzucotelli).Code Refactoring
on_alias
andon_package_loaded
(d3e50db by Timothée Mazzucotelli).v1.13.0
Compare Source
Compare with 1.13.0
Deprecations
on_alias
event's signature changed fromon_alias(self, *, node: AST | ObjectNode, alias: Alias, agent: Visitor | Inspector, **kwargs)
(an [analysis event][analysis-events]) toon_alias(self, *, alias: Alias, loader: GriffeLoader, **kwargs)
([a load event][load-events]). Use the new signature, or rename your method toon_alias_instance
to keep the old signature (on_alias_instance
is a new analysis event that replaces the oldon_alias
one). Backward compatibility is maintained until next major version.on_wildcard_expansion
event is deprecated. Instead, use theon_alias
event, and check the [wildcard_imported
][griffe.Alias.wildcard_imported] boolean attribute of aliases.on_package_loaded
event is renamed toon_package
. Backward compatibility is maintained until next major version.assert_git_repo
,get_repo_root
,get_latest_tag
andtmp_worktree
) is deprecated, as they are not a core part of the library's functionality. These utilities are now part of our internal API.Features
analysis
attribute on objects and aliases, telling whether they were loaded through static or dynamic analysis, or created manually (d792a56 by Timothée Mazzucotelli).source_link
property (see [Source information][source-information] in our docs) (2a8d824 by Timothée Mazzucotelli). Issue-361, Issue-mkdocstrings-python-253wildcard_imported
boolean attribute to aliases, deprecateon_wildcard_expansion
event (821300d by Timothée Mazzucotelli).Code Refactoring
on_alias
andon_package_loaded
(d3e50db by Timothée Mazzucotelli).Configuration
📅 Schedule: Branch creation - Every 12 hours ( * */12 * * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.