From 68c5932ab3adf18adb0a0d93eb8520a249c4c4d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:47:12 +0000 Subject: [PATCH 1/2] Bump args from 2.5.0 to 2.6.0 Bumps [args](https://github.com/dart-lang/core) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/compare/args-v2.5.0...args-v2.6.0) --- updated-dependencies: - dependency-name: args dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index dff072b5a9..abf217d5de 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -26,10 +26,10 @@ packages: dependency: "direct main" description: name: args - sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a" + sha256: bf9f5caeea8d8fe6721a9c358dd8a5c1947b27f1cfaa18b39c301273594919e6 url: "https://pub.dev" source: hosted - version: "2.5.0" + version: "2.6.0" async: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index bd5fb0dcc0..73507547be 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ environment: dependencies: analyzer: ^6.8.0 - args: ^2.5.0 + args: ^2.6.0 async: ^2.11.0 cli_util: ^0.4.1 collection: ^1.18.0 From 2373e40add0cc536f08eac182cbf632ac2618ce9 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Tue, 26 Nov 2024 12:31:20 +0000 Subject: [PATCH 2/2] update goldens --- .../does not allow arguments - handles bad flags.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testdata/goldens/outdated/outdated_test/does not allow arguments - handles bad flags.txt b/test/testdata/goldens/outdated/outdated_test/does not allow arguments - handles bad flags.txt index 457bb38dbf..5c391dfe43 100644 --- a/test/testdata/goldens/outdated/outdated_test/does not allow arguments - handles bad flags.txt +++ b/test/testdata/goldens/outdated/outdated_test/does not allow arguments - handles bad flags.txt @@ -26,7 +26,7 @@ $ pub outdated random_argument ## Section 1 $ pub outdated --bad_flag -[STDERR] Could not find an option named "bad_flag". +[STDERR] Could not find an option named "--bad_flag". [STDERR] [STDERR] Usage: pub outdated [options] [STDERR] -h, --help Print this usage information.