From 72b1d582ba8eeece90faefbda53dab8cbf055ab6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 14 May 2024 18:52:07 +0000
Subject: [PATCH] chore(deps): update dependency flutter_lints to v4 (#9488)

* chore(deps): update dependency flutter_lints to v4

* fix lints

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
---
 mobile/pubspec.lock                                       | 8 ++++----
 mobile/pubspec.yaml                                       | 2 +-
 mobile/test/modules/activity/activities_page_test.dart    | 1 +
 .../test/modules/activity/activity_text_field_test.dart   | 1 +
 mobile/test/modules/activity/activity_tile_test.dart      | 1 +
 .../test/modules/activity/dismissible_activity_test.dart  | 1 +
 mobile/test/modules/map/map_theme_override_test.dart      | 1 +
 7 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/mobile/pubspec.lock b/mobile/pubspec.lock
index 54648fd20b..832347ee47 100644
--- a/mobile/pubspec.lock
+++ b/mobile/pubspec.lock
@@ -503,10 +503,10 @@ packages:
     dependency: "direct dev"
     description:
       name: flutter_lints
-      sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
+      sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
       url: "https://pub.dev"
     source: hosted
-    version: "3.0.1"
+    version: "4.0.0"
   flutter_local_notifications:
     dependency: "direct main"
     description:
@@ -896,10 +896,10 @@ packages:
     dependency: transitive
     description:
       name: lints
-      sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
+      sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
       url: "https://pub.dev"
     source: hosted
-    version: "3.0.0"
+    version: "4.0.0"
   logging:
     dependency: "direct main"
     description:
diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml
index c86d323e20..faa78ef32a 100644
--- a/mobile/pubspec.yaml
+++ b/mobile/pubspec.yaml
@@ -86,7 +86,7 @@ dependency_overrides:
 dev_dependencies:
   flutter_test:
     sdk: flutter
-  flutter_lints: ^3.0.1
+  flutter_lints: ^4.0.0
   build_runner: ^2.4.8
   auto_route_generator: ^7.3.2
   flutter_launcher_icons: ^0.13.1
diff --git a/mobile/test/modules/activity/activities_page_test.dart b/mobile/test/modules/activity/activities_page_test.dart
index 9f410b2e26..a5dda5dc44 100644
--- a/mobile/test/modules/activity/activities_page_test.dart
+++ b/mobile/test/modules/activity/activities_page_test.dart
@@ -1,5 +1,6 @@
 @Skip('currently failing due to mock HTTP client to download ISAR binaries')
 @Tags(['widget'])
+library;
 
 import 'package:flutter/material.dart';
 import 'package:flutter_test/flutter_test.dart';
diff --git a/mobile/test/modules/activity/activity_text_field_test.dart b/mobile/test/modules/activity/activity_text_field_test.dart
index 84c98fd3ff..caa742873a 100644
--- a/mobile/test/modules/activity/activity_text_field_test.dart
+++ b/mobile/test/modules/activity/activity_text_field_test.dart
@@ -1,5 +1,6 @@
 @Skip('currently failing due to mock HTTP client to download ISAR binaries')
 @Tags(['widget'])
+library;
 
 import 'package:flutter/material.dart';
 import 'package:flutter_test/flutter_test.dart';
diff --git a/mobile/test/modules/activity/activity_tile_test.dart b/mobile/test/modules/activity/activity_tile_test.dart
index d6fd0d5efd..f64eea851a 100644
--- a/mobile/test/modules/activity/activity_tile_test.dart
+++ b/mobile/test/modules/activity/activity_tile_test.dart
@@ -1,5 +1,6 @@
 @Skip('currently failing due to mock HTTP client to download ISAR binaries')
 @Tags(['widget'])
+library;
 
 import 'package:flutter/material.dart';
 import 'package:flutter_test/flutter_test.dart';
diff --git a/mobile/test/modules/activity/dismissible_activity_test.dart b/mobile/test/modules/activity/dismissible_activity_test.dart
index fabdace13f..494a89db83 100644
--- a/mobile/test/modules/activity/dismissible_activity_test.dart
+++ b/mobile/test/modules/activity/dismissible_activity_test.dart
@@ -1,4 +1,5 @@
 @Tags(['widget'])
+library;
 
 import 'package:flutter/material.dart';
 import 'package:flutter_test/flutter_test.dart';
diff --git a/mobile/test/modules/map/map_theme_override_test.dart b/mobile/test/modules/map/map_theme_override_test.dart
index 831b46c343..f399625ac2 100644
--- a/mobile/test/modules/map/map_theme_override_test.dart
+++ b/mobile/test/modules/map/map_theme_override_test.dart
@@ -1,4 +1,5 @@
 @Tags(['widget'])
+library;
 
 import 'package:flutter/material.dart';
 import 'package:flutter_test/flutter_test.dart';