chore(deps): update dependency typer to ^0.6 - #644
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #644 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 49 49
Lines 1713 1713
=========================================
Hits 1713 1713 Continue to review full report at Codecov.
|
renovate
Bot
force-pushed
the
renovate/typer-0.x
branch
from
July 12, 2022 21:09
aadf6e7 to
2796521
Compare
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
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.4->^0.6Release Notes
tiangolo/typer
v0.6.1Fixes
FORCE_TERMINALwith colors 2. PR #424 by @tiangolo.FORCE_TERMINALwith colors. PR #423 by @tiangolo.v0.6.0Compare Source
This release adds deep integrations with Rich. ✨
richis an optional dependency, you can install it directly or it will be included when you install with:$ pip install "typer[all]"If Rich is available, it will be used to show the content from
--helpoptions, validation errors, and even errors in your app (exception tracebacks).There are new options to group commands, CLI arguments, and CLI options, support for Rich Console Markup, and more! 🎉
Features
print()instead oftyper.echo()in the docs, to simplify the concepts and avoid confusions. New docs: Printing and Colors - typer Echo.help, andepilogwith the new parametertyper.Typer(rich_markup_mode="markdown"), new docs: Commands - Command Help - Rich Markdown and Markup.help, andepilogwith the new parametertyper.Typer(rich_markup_mode="rich"), new docs: Commands - Command Help - Rich Markdown and Markup.epilog, with support for Rich Markdown and Console Markup, new docs: Commands - Command Help - Epilog.Docs
Internal
v0.5.0Compare Source
Features
Docs
v0.4.2Compare Source
Fixes
ListandTupleand their internal types. PR #143 by @hellowhistler.context_settingsfor a Typer app with a single command. PR #210 by @daddycocoaman.Docs
stderr. PR #335 by @cgabard.docs/tutorial/printing.md. PR #386 by @briancohan.docs/tutorial/terminating.md. PR #382 by @kianmeng.docs/tutorial/package.md. PR #333 by @ryanstreur.docs/tutorial/options/required.md.. PR #316 by @michaelriri.index.md. PR #274 by @RmStorm.datetimeparameter type. PR #220 by @DiegoPiloni.Internal
v0.4.1Compare Source
Fixes
get_terminal_sizefor Click 8.1.0 support and upgrade Black to fix CI. PR #380 by @tiangolo based on original PR #375 by @madkinsz.Internal
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.