diff --git a/pubspec.yaml b/pubspec.yaml index 4b5711d7..53620938 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ environment: sdk: ^3.5.0 dependencies: - args: ^2.5.0 + args: ^2.6.0 cli_completion: ^0.5.1 collection: ^1.19.0 equatable: ^2.0.5 @@ -21,7 +21,7 @@ dependencies: mason_logger: ^0.3.0 meta: ^1.15.0 package_config: ^2.1.0 - pana: 0.22.12 # Very Good CLI is using private PANA's license detector that might break in a minor version update. + pana: 0.22.13 # Very Good CLI is using private PANA's license detector that might break in a minor version update. Be sure that CI passes before merging a change to this package version! path: ^1.9.0 pub_updater: ^0.5.0 pubspec_parse: ^1.3.0 diff --git a/test/src/commands/create/create_subcommand_test.dart b/test/src/commands/create/create_subcommand_test.dart index e1178279..ff5eedcb 100644 --- a/test/src/commands/create/create_subcommand_test.dart +++ b/test/src/commands/create/create_subcommand_test.dart @@ -1018,7 +1018,7 @@ Run "runner help" to see global options.'''; (e) => e.message, 'message', '"template3" is not an allowed value for option ' - '"template".', + '"--template".', ), ), ); @@ -1231,7 +1231,7 @@ Run "runner help" to see global options.'''; .having( (e) => e.message, 'message', - 'Cannot negate option "no-publishable".', + 'Cannot negate option "--no-publishable".', ), ), );