Skip to content

Commit 4b331e6

Browse files
authored
chore(deps): bump very_good_analysis from 3.1.0 to 4.0.0+1 (#54)
1 parent d2d7459 commit 4b331e6

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.3.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.4.0.0.yaml

example/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.3.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.4.0.0.yaml
22
linter:
33
rules:
44
public_member_api_docs: false

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
dev_dependencies:
1616
mocktail: ^0.3.0
1717
test: ^1.19.2
18-
very_good_analysis: ^3.1.0
18+
very_good_analysis: ^4.0.0+1
1919

2020
executables:
2121
example_cli:

example/test/integration/completion_integration_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@Tags(['integration'])
2+
library integration_tests;
3+
24
import 'package:test/test.dart';
35

46
import 'utils.dart';

lib/src/parser/completion_level.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ class CompletionLevel {
1818
@visibleForTesting
1919
const CompletionLevel({
2020
required this.grammar,
21-
this.parsedOptions,
2221
required this.rawArgs,
2322
required this.visibleSubcommands,
2423
required this.visibleOptions,
24+
this.parsedOptions,
2525
});
2626

2727
/// Given a user input [rootArgs] and the [runnerGrammar], it finds the

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ screenshots:
1919
dev_dependencies:
2020
mocktail: ^0.3.0
2121
test: ^1.19.2
22-
very_good_analysis: ^3.1.0
22+
very_good_analysis: ^4.0.0+1

0 commit comments

Comments
 (0)