Skip to content

Commit fea901c

Browse files
chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /packages/dart_frog_auth (#1647)
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]>
1 parent 7b576c0 commit fea901c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.6.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.7.0.0.yaml
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/// Header auth based middlewares for Dart Frog
2-
library dart_frog_auth;
2+
library;
33

44
export 'src/dart_frog_auth.dart';

packages/dart_frog_auth/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dependencies:
1616
dev_dependencies:
1717
mocktail: ^1.0.0
1818
test: ^1.19.2
19-
very_good_analysis: ">=5.1.0 <7.0.0"
19+
very_good_analysis: ^7.0.0

packages/dart_frog_auth/test/src/dart_frog_auth_test.dart

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
// Not required for test files
12
// ignore_for_file: prefer_const_constructors
3+
// Not required for test files
24
// ignore_for_file: deprecated_member_use_from_same_package
35
import 'dart:io';
46

0 commit comments

Comments
 (0)