Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Bump args from 2.4.1 to 2.4.2 (#971)
Browse files Browse the repository at this point in the history
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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=args&package-manager=pub&previous-version=2.4.1&new-version=2.4.2)](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>
  • Loading branch information
dependabot[bot] and guidezpl authored Jul 1, 2023
1 parent 52ecfa1 commit 1835a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: "direct dev"
description:
name: args
sha256: c372bb384f273f0c2a8aaaa226dad84dc27c8519a691b888725dec59518ad53a
sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596
url: "https://pub.dev"
source: hosted
version: "2.4.1"
version: "2.4.2"
async:
dependency: transitive
description:
Expand Down

0 comments on commit 1835a5d

Please sign in to comment.