Skip to content

Commit

Permalink
chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /examples…
Browse files Browse the repository at this point in the history
…/todos (#1634)

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 Dec 18, 2024
1 parent ee923f0 commit 6b7f4a6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/todos/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:very_good_analysis/analysis_options.6.0.0.yaml
include: package:very_good_analysis/analysis_options.7.0.0.yaml
analyzer:
exclude:
- build/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.6.0.0.yaml
include: package:very_good_analysis/analysis_options.7.0.0.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// An in-memory implementation of the TodosDataSource interface.
library in_memory_todos_data_source;
library;

export 'package:todos_data_source/todos_data_source.dart';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
dev_dependencies:
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^6.0.0
very_good_analysis: ^7.0.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.6.0.0.yaml
include: package:very_good_analysis/analysis_options.7.0.0.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// A generic interface for managing todos.
library todos_data_source;
library;

export 'src/models/models.dart';
export 'src/todos_data_source.dart';
2 changes: 1 addition & 1 deletion examples/todos/packages/todos_data_source/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dev_dependencies:
json_serializable: ^6.3.1
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^6.0.0
very_good_analysis: ^7.0.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Not required for test files
// ignore_for_file: avoid_redundant_argument_values
import 'package:test/test.dart';
import 'package:todos_data_source/todos_data_source.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Not required for test files
// ignore_for_file: prefer_const_constructors
import 'package:test/test.dart';
import 'package:todos_data_source/todos_data_source.dart';
Expand Down
2 changes: 1 addition & 1 deletion examples/todos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dev_dependencies:
http: ^1.0.0
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^6.0.0
very_good_analysis: ^7.0.0

0 comments on commit 6b7f4a6

Please sign in to comment.