Skip to content

Commit

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

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 c60f6b8 commit 7b576c0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dart_frog_gen/analysis_options.yaml
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
2 changes: 1 addition & 1 deletion packages/dart_frog_gen/lib/dart_frog_gen.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Code generation tooling for package:dart_frog
library dart_frog_gen;
library;

export 'src/build_route_configuration.dart';
export 'src/validate_route_configuration/validate_route_configuration.dart';
2 changes: 1 addition & 1 deletion packages/dart_frog_gen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dependencies:
dev_dependencies:
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ">=5.1.0 <7.0.0"
very_good_analysis: ^7.0.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Not needed for test file
// ignore_for_file: inference_failure_on_collection_literal

import 'dart:io';
Expand Down
1 change: 1 addition & 0 deletions packages/dart_frog_gen/test/src/middleware_file_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Not needed for test file
// ignore_for_file: prefer_const_constructors

import 'package:dart_frog_gen/dart_frog_gen.dart';
Expand Down
1 change: 1 addition & 0 deletions packages/dart_frog_gen/test/src/route_directory_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Not needed for test file
// ignore_for_file: prefer_const_constructors

import 'package:dart_frog_gen/dart_frog_gen.dart';
Expand Down
1 change: 1 addition & 0 deletions packages/dart_frog_gen/test/src/route_file_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Not needed for test file
// ignore_for_file: prefer_const_constructors

import 'package:dart_frog_gen/dart_frog_gen.dart';
Expand Down

0 comments on commit 7b576c0

Please sign in to comment.