-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(deps): update dependency typer to v0.15.1 #213
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/typer-0.x
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.
Conversation
This file contains 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
|
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:
|
renovate
bot
force-pushed
the
renovate/typer-0.x
branch
from
November 19, 2024 00:49
48e144d
to
28949e8
Compare
renovate
bot
changed the title
fix(deps): update dependency typer to v0.13.0
fix(deps): update dependency typer to v0.13.1
Nov 19, 2024
renovate
bot
force-pushed
the
renovate/typer-0.x
branch
from
November 28, 2024 23:05
28949e8
to
e6c8c61
Compare
renovate
bot
changed the title
fix(deps): update dependency typer to v0.13.1
fix(deps): update dependency typer to v0.14.0
Nov 28, 2024
renovate
bot
force-pushed
the
renovate/typer-0.x
branch
from
December 3, 2024 17:26
e6c8c61
to
4f38a56
Compare
renovate
bot
changed the title
fix(deps): update dependency typer to v0.14.0
fix(deps): update dependency typer to v0.15.0
Dec 3, 2024
renovate
bot
force-pushed
the
renovate/typer-0.x
branch
from
December 4, 2024 20:08
4f38a56
to
1953832
Compare
renovate
bot
changed the title
fix(deps): update dependency typer to v0.15.0
fix(deps): update dependency typer to v0.15.1
Dec 4, 2024
renovate
bot
changed the title
fix(deps): update dependency typer to v0.15.1
chore(deps): update dependency typer to v0.15.1
Dec 17, 2024
renovate
bot
changed the title
chore(deps): update dependency typer to v0.15.1
fix(deps): update dependency typer to v0.15.1
Dec 17, 2024
renovate
bot
changed the title
fix(deps): update dependency typer to v0.15.1
chore(deps): update dependency typer to v0.15.1
Dec 18, 2024
renovate
bot
changed the title
chore(deps): update dependency typer to v0.15.1
fix(deps): update dependency typer to v0.15.1
Dec 18, 2024
renovate
bot
changed the title
fix(deps): update dependency typer to v0.15.1
chore(deps): update dependency typer to v0.15.1
Dec 24, 2024
renovate
bot
changed the title
chore(deps): update dependency typer to v0.15.1
fix(deps): update dependency typer to v0.15.1
Dec 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.12.0
->^0.15.0
==0.12.5
->==0.15.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
fastapi/typer (typer)
v0.15.1
Compare Source
Features
shell_complete
and continue to useautocompletion
for CLI parameters. PR #974 by @svlandeg.Docs
Internal
v0.15.0
Compare Source
Features
Internal
v0.14.0
Compare Source
Breaking Changes
add_typer
based on the group's callback function name. PR #1052 by @patrick91.Before, it was supported to infer the name of a command group from the callback function name in the sub-app, so, in this code:
...the command group would be named
users
, based on the name of the functiondef users()
.Now you need to set it explicitly:
Updated docs SubCommand Name and Help.
Note: this change will enable important features in the next release. 🤩
Internal
v0.13.1
Compare Source
Features
Refactors
Docs
Internal
v0.13.0
Compare Source
Features
KeyboardInterrupt
separately from other exceptions. PR #1039 by @patrick91.launch
to not print anything when opening urls. PR #1035 by @patrick91.Fixes
Refactors
is_flag
andflag_value
parameters. PR #987 by @svlandeg._typing.py
file. PR #805 by @ivantodorovich._make_rich_text
. PR #959 by @svlandeg.Internal
_TYPER_RUN_INSTALL_COMPLETION_TESTS
is set. PR #995 by @svlandeg._make_rich_text
method. PR #972 by @svlandeg.labeler.yml
. PR #1014 by @tiangolo.issue-manager.yml
. PR #978 by @tiangolo.include-hidden-files
toTrue
when using theupload-artifact
GH action. PR #967 by @svlandeg.latest-changes
GitHub Action. PR #955 by @tiangolo.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.