Skip to content
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

Update dependency com.github.ajalt.clikt:clikt to v4.2.0 #304

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.ajalt.clikt:clikt 4.1.0 -> 4.2.0 age adoption passing confidence

Release Notes

ajalt/clikt (com.github.ajalt.clikt:clikt)

v4.2.0

Compare Source

Added
  • Added requireConfirmation parameter to option().prompt() (#​426)
  • Added CliktCommand.terminal extension for accessing the terminal from a command.
  • Added includeSystemEnvvars, ansiLevel, width, and height parameters to all CliktCommand.test overloads.
Deprecated
  • Deprecated CliktCommand.prompt, use CliktCommand.terminal.prompt or Prompt instead.
  • Deprecated CliktCommand.confirm, use YesNoPrompt instead.
Fixed
  • Fixed incorrect error message when a defaultLazy option referenced a required option. (#​430)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

Jar size:

Jar size change: +0.0B (62.0KiB -> 62.0KiB)

Diffuse output:

OLD: diffuse-source-file
NEW: pull-request-artifact.jar

       │         compressed         │         uncompressed         
       ├──────────┬──────────┬──────┼───────────┬───────────┬──────
 JAR   │ old      │ new      │ diff │ old       │ new       │ diff 
───────┼──────────┼──────────┼──────┼───────────┼───────────┼──────
 class │ 60.8 KiB │ 60.8 KiB │  0 B │ 124.5 KiB │ 124.5 KiB │  0 B 
 other │  1.2 KiB │  1.2 KiB │  0 B │      99 B │      99 B │  0 B 
───────┼──────────┼──────────┼──────┼───────────┼───────────┼──────
 total │   62 KiB │   62 KiB │  0 B │ 124.6 KiB │ 124.6 KiB │  0 B 

 CLASSES │ old │ new │ diff      
─────────┼─────┼─────┼───────────
 classes │  39 │  39 │ 0 (+0 -0) 
 methods │ 310 │ 310 │ 0 (+0 -0) 
  fields │  75 │  75 │ 0 (+0 -0)

@mateuszkwiecinski mateuszkwiecinski merged commit 2e51f84 into master Jul 30, 2023
2 checks passed
@mateuszkwiecinski mateuszkwiecinski deleted the renovate/mavencentral.clikt branch July 30, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant