Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions test/src/commands/create/create_subcommand_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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".',
),
),
);
Expand Down Expand Up @@ -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".',
),
),
);
Expand Down