Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump pana from 0.22.12 to 0.22.13 #1166

Merged
merged 7 commits into from
Oct 21, 2024
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