This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Commit 1835a5d
Bump args from 2.4.1 to 2.4.2 (#971)
Bumps [args](https://github.com/dart-lang/args) from 2.4.1 to 2.4.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dart-lang/args/releases">args's
releases</a>.</em></p>
<blockquote>
<h2>package:args v2.4.2</h2>
<ul>
<li>Change the validation of <code>mandatory</code> options; they now
perform validation when
the value is retrieved (from the <code>ArgResults</code> object),
instead of when the
args are parsed.</li>
<li>Require Dart 2.19.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/dart-lang/args/blob/master/CHANGELOG.md">args's
changelog</a>.</em></p>
<blockquote>
<h2>2.4.2</h2>
<ul>
<li>Change the validation of <code>mandatory</code> options; they now
perform validation when
the value is retrieved (from the <code>ArgResults</code> object),
instead of when the
args are parsed.</li>
<li>Require Dart 2.19.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dart-lang/args/commit/a9543c021f9409832b1668f9256f247585362389"><code>a9543c0</code></a>
switch to using package:dart_flutter_team_lints (<a
href="https://redirect.github.com/dart-lang/args/issues/247">#247</a>)</li>
<li><a
href="https://github.com/dart-lang/args/commit/36407ea4e57e96afc963174ca9249d0c006d128c"><code>36407ea</code></a>
adjust the validation of mandatory options (<a
href="https://redirect.github.com/dart-lang/args/issues/246">#246</a>)</li>
<li><a
href="https://github.com/dart-lang/args/commit/f0f6cd22d29f15f86b3d2caab053bae029d30c9a"><code>f0f6cd2</code></a>
blast_repo fixes (<a
href="https://redirect.github.com/dart-lang/args/issues/243">#243</a>)</li>
<li>See full diff in <a
href="https://github.com/dart-lang/args/compare/v2.4.1...v2.4.2">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>1 parent 52ecfa1 commit 1835a5d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments