From a29dcee5689c8330af66100ca69641988336f361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 05:45:57 +0000 Subject: [PATCH 1/3] chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 Bumps [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/VeryGoodOpenSource/very_good_analysis/releases) - [Changelog](https://github.com/VeryGoodOpenSource/very_good_analysis/blob/main/CHANGELOG.md) - [Commits](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: very_good_analysis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index dc51bb9..44da236 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,4 +16,4 @@ dev_dependencies: json_serializable: ^6.8.0 mocktail: ^1.0.4 test: ^1.25.8 - very_good_analysis: ^6.0.0 + very_good_analysis: ">=6.0.0 <8.0.0" From 8c202efc92d7a5eb3d937ebc95511ad7f60b3af1 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Thu, 19 Dec 2024 14:14:05 -0600 Subject: [PATCH 2/3] update analysis files --- analysis_options.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index bb72091..c2f4cbb 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1 +1 @@ -include: package:very_good_analysis/analysis_options.6.0.0.yaml +include: package:very_good_analysis/analysis_options.7.0.0.yaml diff --git a/pubspec.yaml b/pubspec.yaml index 44da236..84f3a85 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,4 +16,4 @@ dev_dependencies: json_serializable: ^6.8.0 mocktail: ^1.0.4 test: ^1.25.8 - very_good_analysis: ">=6.0.0 <8.0.0" + very_good_analysis: ^7.0.0 From 316d70acf2825ebe6a48c8c1a8e231ddf654f61b Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Thu, 19 Dec 2024 14:16:23 -0600 Subject: [PATCH 3/3] fix analysis warnings --- build.yaml | 1 + lib/src/models/test_event.g.dart | 2 +- lib/very_good_test_runner.dart | 2 +- test/src/very_good_test_runner_test.dart | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index 9505f3f..650337e 100644 --- a/build.yaml +++ b/build.yaml @@ -4,6 +4,7 @@ targets: source_gen|combining_builder: options: ignore_for_file: + - document_ignores - implicit_dynamic_parameter - cast_nullable_to_non_nullable - require_trailing_commas diff --git a/lib/src/models/test_event.g.dart b/lib/src/models/test_event.g.dart index 4b419bc..bca7a9c 100644 --- a/lib/src/models/test_event.g.dart +++ b/lib/src/models/test_event.g.dart @@ -1,6 +1,6 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -// ignore_for_file: implicit_dynamic_parameter, cast_nullable_to_non_nullable, require_trailing_commas, lines_longer_than_80_chars +// ignore_for_file: document_ignores, implicit_dynamic_parameter, cast_nullable_to_non_nullable, require_trailing_commas, lines_longer_than_80_chars part of 'test_event.dart'; diff --git a/lib/very_good_test_runner.dart b/lib/very_good_test_runner.dart index 8f36af3..052cee4 100644 --- a/lib/very_good_test_runner.dart +++ b/lib/very_good_test_runner.dart @@ -1,5 +1,5 @@ /// A test runner for Flutter and Dart created by Very Good Ventures. -library very_good_test_runner; +library; export 'src/models/models.dart'; export 'src/very_good_test_runner.dart' show dartTest, flutterTest; diff --git a/test/src/very_good_test_runner_test.dart b/test/src/very_good_test_runner_test.dart index e678dcb..a8f3138 100644 --- a/test/src/very_good_test_runner_test.dart +++ b/test/src/very_good_test_runner_test.dart @@ -6,6 +6,7 @@ import 'package:test/test.dart'; import 'package:universal_io/io.dart'; import 'package:very_good_test_runner/very_good_test_runner.dart'; +// Needed for test setup // ignore: one_member_abstracts abstract class TestProcess { Future start(