Skip to content

Commit cf00a1c

Browse files
chore(deps): bump pana from 0.22.12 to 0.22.13 (#1166)
* chore(deps): bump pana from 0.22.12 to 0.22.13 Bumps [pana](https://github.com/dart-lang/pana) from 0.22.12 to 0.22.13. - [Release notes](https://github.com/dart-lang/pana/releases) - [Changelog](https://github.com/dart-lang/pana/blob/master/CHANGELOG.md) - [Commits](dart-lang/pana@0.22.12...0.22.13) --- updated-dependencies: - dependency-name: pana dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update pubspec.yaml * attempt text fix * upping args as well * Update pubspec.yaml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra <[email protected]>
1 parent fc644f2 commit cf00a1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
sdk: ^3.5.0
1212

1313
dependencies:
14-
args: ^2.5.0
14+
args: ^2.6.0
1515
cli_completion: ^0.5.1
1616
collection: ^1.19.0
1717
equatable: ^2.0.5
@@ -21,7 +21,7 @@ dependencies:
2121
mason_logger: ^0.3.0
2222
meta: ^1.15.0
2323
package_config: ^2.1.0
24-
pana: 0.22.12 # Very Good CLI is using private PANA's license detector that might break in a minor version update.
24+
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!
2525
path: ^1.9.0
2626
pub_updater: ^0.5.0
2727
pubspec_parse: ^1.3.0

test/src/commands/create/create_subcommand_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ Run "runner help" to see global options.''';
10181018
(e) => e.message,
10191019
'message',
10201020
'"template3" is not an allowed value for option '
1021-
'"template".',
1021+
'"--template".',
10221022
),
10231023
),
10241024
);
@@ -1231,7 +1231,7 @@ Run "runner help" to see global options.''';
12311231
.having(
12321232
(e) => e.message,
12331233
'message',
1234-
'Cannot negate option "no-publishable".',
1234+
'Cannot negate option "--no-publishable".',
12351235
),
12361236
),
12371237
);

0 commit comments

Comments
 (0)