Skip to content

Commit

Permalink
chore(deps): bump pana from 0.22.12 to 0.22.13 (#1166)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and tomarra authored Oct 21, 2024
1 parent fc644f2 commit cf00a1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit cf00a1c

Please sign in to comment.