Skip to content

Commit

Permalink
build(deps): update lints (#2323)
Browse files Browse the repository at this point in the history
* build(deps): bump lints from 4.0.0 to 5.0.0 in /dart

Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](dart-lang/lints@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update lint

* update lints

* fix tests

* update

* update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
  • Loading branch information
dependabot[bot] and buenaflor authored Oct 11, 2024
1 parent e239c83 commit ca9f398
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.3.0
mockito: ^5.1.0
lints: '>=2.0.0 <5.0.0'
lints: '>=2.0.0'
test: ^1.21.1
yaml: ^3.1.0 # needed for version match (code and pubspec)
coverage: ^1.3.0
Expand Down
2 changes: 1 addition & 1 deletion dio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:

dev_dependencies:
meta: ^1.3.0
lints: ^5.0.0
lints: '>=2.0.0'
test: ^1.21.1
coverage: ^1.3.0
mockito: ^5.1.0
Expand Down
2 changes: 1 addition & 1 deletion drift/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
drift: ^2.13.0

dev_dependencies:
lints: ^3.0.0
lints: '>=2.0.0'
flutter_test:
sdk: flutter
coverage: ^1.3.0
Expand Down
2 changes: 1 addition & 1 deletion drift/test/sentry_database_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ignore_for_file: invalid_use_of_internal_member
// ignore_for_file: invalid_use_of_internal_member, library_annotations

@TestOn('vm')

Expand Down
2 changes: 1 addition & 1 deletion file/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
meta: ^1.3.0

dev_dependencies:
lints: ^4.0.0
lints: '>=2.0.0'
test: ^1.21.1
coverage: ^1.3.0
mockito: ^5.1.0
Expand Down
3 changes: 2 additions & 1 deletion file/test/sentry_file_extension_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// ignore_for_file: library_annotations

@TestOn('vm')
library file_test;

import 'dart:io';

Expand Down
3 changes: 1 addition & 2 deletions file/test/sentry_file_test.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// ignore_for_file: invalid_use_of_internal_member
// ignore_for_file: invalid_use_of_internal_member, library_annotations

@TestOn('vm')
library file_test;

import 'dart:io';

Expand Down
3 changes: 2 additions & 1 deletion file/test/version_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// ignore_for_file: library_annotations

@TestOn('vm')
library file_test;

import 'dart:io';

Expand Down
2 changes: 1 addition & 1 deletion hive/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
meta: ^1.3.0

dev_dependencies:
lints: ^2.0.0
lints: '>=2.0.0'
test: ^1.21.0
yaml: ^3.1.0 # needed for version match (code and pubspec)
mockito: ^5.1.0
Expand Down
2 changes: 2 additions & 0 deletions hive/test/sentry_box_base_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: library_annotations

@TestOn('vm')

import 'dart:io';
Expand Down
2 changes: 2 additions & 0 deletions hive/test/sentry_box_collection_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: library_annotations

@TestOn('vm')

import 'dart:io';
Expand Down
2 changes: 2 additions & 0 deletions hive/test/sentry_hive_impl_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: library_annotations

@TestOn('vm')

import 'dart:io';
Expand Down
2 changes: 2 additions & 0 deletions hive/test/sentry_lazy_box_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: library_annotations

@TestOn('vm')

import 'dart:io';
Expand Down
2 changes: 1 addition & 1 deletion isar/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
dev_dependencies:
isar_generator: ^3.1.0
build_runner: ^2.4.6
lints: ^3.0.0
lints: '>=2.0.0'
flutter_test:
sdk: flutter
coverage: ^1.3.0
Expand Down
2 changes: 2 additions & 0 deletions isar/test/sentry_isar_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: library_annotations

@TestOn('vm')

import 'dart:io';
Expand Down
2 changes: 1 addition & 1 deletion logging/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
sentry: 8.9.0

dev_dependencies:
lints: ^4.0.0
lints: '>=2.0.0'
test: ^1.21.1
yaml: ^3.1.0 # needed for version match (code and pubspec)
coverage: ^1.3.0
Expand Down
2 changes: 1 addition & 1 deletion sqflite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
path: ^1.8.3

dev_dependencies:
lints: ^4.0.0
lints: '>=2.0.0'
flutter_test:
sdk: flutter
coverage: ^1.3.0
Expand Down

0 comments on commit ca9f398

Please sign in to comment.