This repository was archived by the owner on Sep 5, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency typer to >=0.17.3,<0.18 #26
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 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
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
---|---|---|---|---|---|---|
✅ BASH | shellcheck | 1 | 0 | 0 | 0.02s | |
✅ BASH | shfmt | 1 | 0 | 0 | 0 | 0.01s |
✅ COPYPASTE | jscpd | yes | no | no | 1.6s | |
✅ CSHARP | csharpier | 1 | 0 | 0 | 0 | 0.51s |
✅ JSON | jsonlint | 9 | 0 | 0 | 0.16s | |
✅ JSON | prettier | 9 | 0 | 0 | 0 | 0.46s |
✅ JSON | v8r | 9 | 0 | 0 | 4.22s | |
✅ MARKDOWN | prettier | 3 | 0 | 0 | 0 | 0.58s |
pyright | 20 | 22 | 0 | 2.53s | ||
✅ PYTHON | ruff | 20 | 0 | 0 | 0 | 0.03s |
✅ REPOSITORY | checkov | yes | no | no | 10.8s | |
✅ REPOSITORY | devskim | yes | no | no | 0.89s | |
✅ REPOSITORY | dustilock | yes | no | no | 0.01s | |
✅ REPOSITORY | gitleaks | yes | no | no | 0.14s | |
✅ REPOSITORY | git_diff | yes | no | no | 0.0s | |
✅ REPOSITORY | grype | yes | no | no | 21.21s | |
✅ REPOSITORY | kics | yes | no | no | 1.45s | |
✅ REPOSITORY | secretlint | yes | no | no | 0.47s | |
✅ REPOSITORY | syft | yes | no | no | 1.24s | |
trivy | yes | 1 | no | 4.85s | ||
✅ REPOSITORY | trivy-sbom | yes | no | no | 0.41s | |
✅ REPOSITORY | trufflehog | yes | no | no | 2.31s | |
cspell | 41 | 4 | 0 | 3.8s | ||
lychee | 15 | 1 | 0 | 1.19s | ||
✅ YAML | prettier | 3 | 0 | 0 | 0 | 0.37s |
✅ YAML | v8r | 3 | 0 | 0 | 3.51s | |
✅ YAML | yamllint | 3 | 0 | 0 | 0.33s |
See detailed report in MegaLinter reports
You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.
liblaf
previously approved these changes
May 27, 2025
e1f76d6
to
037fd5c
Compare
liblaf
previously approved these changes
Aug 10, 2025
037fd5c
to
4c19dc5
Compare
liblaf
previously approved these changes
Aug 18, 2025
4c19dc5
to
4683257
Compare
liblaf
previously approved these changes
Aug 19, 2025
4683257
to
855f7d2
Compare
liblaf
previously approved these changes
Aug 24, 2025
855f7d2
to
47adffb
Compare
liblaf
approved these changes
Aug 31, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.1,<0.16
->>=0.17.3,<0.18
Release Notes
fastapi/typer (typer)
v0.17.3
Compare Source
Features
Path
. PR #1183 by @emfdavid.v0.17.2
Compare Source
Fixes
default: None
in the help section when using Rich. PR #1120 by @mattmess1221.v0.17.1
Compare Source
Fixes
--help
output. PR #815 by @gar1t.v0.17.0
Compare Source
Features
rich_utils
to reduce startup time. PR #1128 by @oefe.Internal
v0.16.1
Compare Source
Fixes
no_args_is_help=True
and Click 8.2. PR #1278 by @svlandeg.Docs
environment-variables.md
. PR #1277 by @neirzhei.count
parameter in the documentation. PR #1201 by @PokkaKiyo.Internal
v0.16.0
Compare Source
Upgrades
When using the
CliRunner
with Click < 8.2, to be able to access thestderr
output, you needed to set themix_stderr
parameter toTrue
. Since Click 8.2 (and Typer 0.160 this release supporting it) this is no longer necessary, so this parameter has been removed.Refactors
Internal
v0.15.4
Compare Source
Upgrades
v0.15.3
Compare Source
Fixes
Path
arguments/options. PR #1138 by @svlandeg.rich_markup_mode
. PR #964 by @svlandeg.Internal
v0.15.2
Compare Source
Features
typing_extensions
in newer Python versions. PR #1048 by @horta.Fixes
Refactors
Docs
Annotated
. PR #983 by @gkeuccsr.mix_stderr
when accessing the output ofstderr
in tests. PR #1045 by @mrchrisadams.Internal
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.