Skip to content

Commit

Permalink
Bump com.github.ajalt.clikt:clikt from 4.3.0 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt)
from 4.3.0 to 4.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ajalt/clikt/releases">com.github.ajalt.clikt:clikt's
releases</a>.</em></p>
<blockquote>
<h2>4.4.0</h2>
<p>This release adds support for <code>linuxArm64</code> and
<code>wasmJs</code> targets.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ajalt/clikt/blob/master/CHANGELOG.md">com.github.ajalt.clikt:clikt's
changelog</a>.</em></p>
<blockquote>
<h2>4.4.0</h2>
<h3>Added</h3>
<ul>
<li>Publish <code>linuxArm64</code> and <code>wasmJs</code>
targets.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p>In a subcommand with <code>argument().multiple()</code>, the behavior
is now the same regardless of the value of
<code>allowMultipleSubcommands</code>: if a token matches a subcommand
name, it's now treated as a subcommand rather than a positional
argument.</p>
</li>
<li>
<p>Due to changes to the internal parsing algorithm, the exact details
of error messages when multiple usage errors occur have changed in some
cases.</p>
</li>
<li>
<p><strong>Breaking Change:</strong> Moved the following parameters from
<code>CliktCommand</code>'s constructor; override the corresponding
properties instead:</p>
<table>
<thead>
<tr>
<th>removed parameter</th>
<th>replacement property</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>help</code></td>
<td><code>fun help</code></td>
</tr>
<tr>
<td><code>epilog</code></td>
<td><code>fun helpEpilog</code></td>
</tr>
<tr>
<td><code>invokeWithoutSubcommand</code></td>
<td><code>val invokeWithoutSubcommand</code></td>
</tr>
<tr>
<td><code>printHelpOnEmptyArgs</code></td>
<td><code>val printHelpOnEmptyArgs</code></td>
</tr>
<tr>
<td><code>helpTags</code></td>
<td><code>val helpTags</code></td>
</tr>
<tr>
<td><code>autoCompleteEnvvar</code></td>
<td><code>val autoCompleteEnvvar</code></td>
</tr>
<tr>
<td><code>allowMultipleSubcommands</code></td>
<td><code>val allowMultipleSubcommands</code></td>
</tr>
<tr>
<td><code>treatUnknownOptionsAsArgs</code></td>
<td><code>val treatUnknownOptionsAsArgs</code></td>
</tr>
<tr>
<td><code>hidden</code></td>
<td><code>val hiddenFromHelp</code></td>
</tr>
</tbody>
</table>
</li>
<li>
<p>The following methods on <code>CliktCommand</code> have been renamed:
<code>commandHelp</code> -&gt; <code>help</code>,
<code>commandHelpEpilog</code> -&gt; <code>epilog</code>. The old names
are deprecated.</p>
</li>
<li>
<p><strong>Breaking Change:</strong> <code>CliktCommand.main</code> and
<code>CliktCommand.parse</code> are now extension functions rather than
methods.</p>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed excess arguments not being reported when
<code>allowMultipleSubcommands=true</code> and a subcommand has excess
arguments followed by another subcommand.</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Deprecated <code>Context.originalArgv</code>. It will now always
return an empty list. If your commands need an argv, you can pass it to
them before you run them.</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Removed previously deprecated experimental annotations.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ajalt/clikt/commit/61a51ffa06c6516100deaf60ab2480d6b0f54542"><code>61a51ff</code></a>
Release version 4.4.0</li>
<li><a
href="https://github.com/ajalt/clikt/commit/b8e592575030a15eb0145b43d2320b01c1e7c4f8"><code>b8e5925</code></a>
Add wasmJs and linuxArm64 targets (<a
href="https://redirect.github.com/ajalt/clikt/issues/512">#512</a>)</li>
<li>See full diff in <a
href="https://github.com/ajalt/clikt/compare/4.3.0...4.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.ajalt.clikt:clikt&package-manager=gradle&previous-version=4.3.0&new-version=4.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent dbd5576 commit 71cb5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.23"
animalSniffer = "1.23"
clikt = "4.3.0"
clikt = "4.4.0"
expediter = "0.0.20"
desugarJdkLibs = "1.2.3"
desugarJdkLibs2 = "2.0.4"
Expand Down

0 comments on commit 71cb5fd

Please sign in to comment.