-
-
Notifications
You must be signed in to change notification settings - Fork 40
chore(deps): update dependency griffe to v1.14.0 #1046
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/griffe-1.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3
−3
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
249338e
to
407290e
Compare
407290e
to
ce9d903
Compare
ce9d903
to
d5217e6
Compare
d5217e6
to
507004d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1046 +/- ##
=====================================
Coverage 9.65% 9.65%
=====================================
Files 123 123
Lines 10427 10427
Branches 1281 1281
=====================================
Hits 1007 1007
Misses 9311 9311
Partials 109 109
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.