From deef23689b3fa4f3c0774dfe417faefd1cc77d09 Mon Sep 17 00:00:00 2001 From: Alexandre Roux Date: Tue, 22 Oct 2024 15:26:26 +0200 Subject: [PATCH] fix lints --- app/pubspec.yaml | 12 ++++++------ app_archive/pubspec.yaml | 10 +++++----- app_bloc/pubspec.yaml | 10 +++++----- app_crypto/pubspec.yaml | 10 +++++----- app_csv/pubspec.yaml | 10 +++++----- app_cv_firestore/pubspec.yaml | 8 ++++---- app_cv_sembast/pubspec.yaml | 8 ++++---- app_date/pubspec.yaml | 2 +- app_emit/pubspec.yaml | 10 +++++----- app_http/pubspec.yaml | 8 ++++---- app_intl/pubspec.yaml | 12 ++++++------ app_lints/pubspec.yaml | 8 ++++---- app_mirrors/pubspec.yaml | 6 +++--- app_pager/pubspec.yaml | 14 +++++++------- app_prefs/lib/src/prefs_web.dart | 1 - app_prefs/pubspec.yaml | 2 +- app_rx/pubspec.yaml | 10 +++++----- app_rx_bloc/pubspec.yaml | 10 +++++----- app_sembast/pubspec.yaml | 14 +++++++------- app_sembast_firestore_type_adapters/pubspec.yaml | 8 ++++---- app_sembast_secure/pubspec.yaml | 8 ++++---- app_serialize/pubspec.yaml | 8 ++++---- app_sqflite/pubspec.yaml | 10 +++++----- app_web_socket/pubspec.yaml | 6 +++--- repo_support/pubspec.yaml | 8 ++++---- 25 files changed, 106 insertions(+), 107 deletions(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 8f16760..869ab52 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: ^3.5.0 dependencies: - pub_semver: + pub_semver: ">=2.1.4" tekartik_common_utils: git: url: https://github.com/tekartik/common_utils.dart @@ -23,12 +23,12 @@ dependencies: # version: '>=0.1.3' dev_dependencies: - test: '>=1.5.0' - build_runner: '>=1.2.7' + test: ">=1.24.0" + build_runner: ">=2.4.13" build_test: any - build_web_compilers: any - process_run: - dev_build: + build_web_compilers: ">=4.0.11" + process_run: ">=1.2.1+1" + dev_build: ">=1.1.0+1" dependency_overrides: # tekartik_app_pager: diff --git a/app_archive/pubspec.yaml b/app_archive/pubspec.yaml index 07b6977..5f2b884 100644 --- a/app_archive/pubspec.yaml +++ b/app_archive/pubspec.yaml @@ -15,9 +15,9 @@ dependencies: url: https://github.com/tekartik/common_utils.dart ref: dart3a dev_dependencies: - path: - dev_build: - test: '>=1.6.0' - process_run: - build_runner: + path: ">=1.9.0" + dev_build: ">=1.1.0+1" + test: ">=1.24.0" + process_run: ">=1.2.1+1" + build_runner: ">=2.4.13" build_test: diff --git a/app_bloc/pubspec.yaml b/app_bloc/pubspec.yaml index c3fc70a..29ebf02 100644 --- a/app_bloc/pubspec.yaml +++ b/app_bloc/pubspec.yaml @@ -15,9 +15,9 @@ dependencies: meta: dev_dependencies: - dev_build: - test: - build_runner: '>=1.2.7' + dev_build: ">=1.1.0+1" + test: ">=1.24.0" + build_runner: ">=2.4.13" build_test: any - build_web_compilers: any - process_run: + build_web_compilers: ">=4.0.11" + process_run: ">=1.2.1+1" diff --git a/app_crypto/pubspec.yaml b/app_crypto/pubspec.yaml index f1e2c44..2c601fa 100644 --- a/app_crypto/pubspec.yaml +++ b/app_crypto/pubspec.yaml @@ -23,14 +23,14 @@ dependencies: pointycastle: '>=3.2.0-rc0' dev_dependencies: - dev_build: - test: '>=1.5.0' + dev_build: ">=1.1.0+1" + test: ">=1.24.0" # downgrade testing file: '>=7.0.0' - build_runner: '>=1.2.7' + build_runner: ">=2.4.13" build_test: any - build_web_compilers: any - process_run: '>=0.12.0+1' + build_web_compilers: ">=4.0.11" + process_run: ">=1.2.1+1" cryptography: '>=1.0.0' _dependency_overrides: encrypt: diff --git a/app_csv/pubspec.yaml b/app_csv/pubspec.yaml index de44071..7d8047b 100644 --- a/app_csv/pubspec.yaml +++ b/app_csv/pubspec.yaml @@ -16,9 +16,9 @@ dependencies: ref: dart3a version: '>=0.10.7' dev_dependencies: - path: - dev_build: - test: '>=1.6.0' - process_run: - build_runner: + path: ">=1.9.0" + dev_build: ">=1.1.0+1" + test: ">=1.24.0" + process_run: ">=1.2.1+1" + build_runner: ">=2.4.13" build_test: diff --git a/app_cv_firestore/pubspec.yaml b/app_cv_firestore/pubspec.yaml index ff77ebf..8a2fbda 100644 --- a/app_cv_firestore/pubspec.yaml +++ b/app_cv_firestore/pubspec.yaml @@ -7,7 +7,7 @@ environment: dependencies: meta: - cv: '>=1.1.0+2' + cv: ">=1.1.0+4" tekartik_common_utils: git: url: https://github.com/tekartik/common_utils.dart @@ -19,7 +19,7 @@ dependencies: path: firestore ref: dart3a version: '>=1.2.1' - path: + path: ">=1.9.0" # Always add for easy test setup tekartik_firebase_firestore_sembast: git: @@ -28,6 +28,6 @@ dependencies: ref: dart3a version: '>=0.9.0' dev_dependencies: - test: '>=1.14.4' - dev_build: + test: ">=1.24.0" + dev_build: ">=1.1.0+1" diff --git a/app_cv_sembast/pubspec.yaml b/app_cv_sembast/pubspec.yaml index 61f7bd4..251e275 100644 --- a/app_cv_sembast/pubspec.yaml +++ b/app_cv_sembast/pubspec.yaml @@ -7,14 +7,14 @@ environment: dependencies: meta: - cv: '>=1.1.0+2' + cv: ">=1.1.0+4" tekartik_common_utils: git: url: https://github.com/tekartik/common_utils.dart ref: dart3a version: '>=0.11.1' - sembast: '>=3.7.4+2' + sembast: ">=3.7.4+3" # sembast: dev_dependencies: - test: '>=1.14.4' - dev_build: + test: ">=1.24.0" + dev_build: ">=1.1.0+1" diff --git a/app_date/pubspec.yaml b/app_date/pubspec.yaml index 14dd42f..6744e7a 100644 --- a/app_date/pubspec.yaml +++ b/app_date/pubspec.yaml @@ -14,5 +14,5 @@ dependencies: ref: dart3a version: '>=0.10.7' dev_dependencies: - lints: '>=3.0.0' + lints: ">=5.0.0" test: '>=1.24.0' diff --git a/app_emit/pubspec.yaml b/app_emit/pubspec.yaml index 663cdbd..4bb09e5 100644 --- a/app_emit/pubspec.yaml +++ b/app_emit/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: ^3.5.0 dependencies: - cv: '>=0.2.14' + cv: ">=1.1.0+4" tekartik_common_utils: git: url: https://github.com/tekartik/common_utils.dart @@ -18,11 +18,11 @@ dependencies: meta: dev_dependencies: - test: '>=1.5.0' - build_runner: '>=1.2.7' + test: ">=1.24.0" + build_runner: ">=2.4.13" build_test: any - build_web_compilers: any - process_run: + build_web_compilers: ">=4.0.11" + process_run: ">=1.2.1+1" #dependency_overrides: # tekartik_common_utils: diff --git a/app_http/pubspec.yaml b/app_http/pubspec.yaml index 3153f2b..a1aeaa6 100644 --- a/app_http/pubspec.yaml +++ b/app_http/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: version: '>=0.0.1' dev_dependencies: http: - dev_build: - process_run: - test: - build_web_compilers: '>=2.4.0' + dev_build: ">=1.1.0+1" + process_run: ">=1.2.1+1" + test: ">=1.24.0" + build_web_compilers: ">=4.0.11" diff --git a/app_intl/pubspec.yaml b/app_intl/pubspec.yaml index 17337c3..17db1ce 100644 --- a/app_intl/pubspec.yaml +++ b/app_intl/pubspec.yaml @@ -7,15 +7,15 @@ environment: sdk: ^3.5.0 dependencies: - args: + args: ">=2.6.0" tekartik_common_utils: git: url: https://github.com/tekartik/common_utils.dart ref: dart3a version: '>=0.10.7' - path: - fs_shim: '>=2.2.1' - process_run: + path: ">=1.9.0" + fs_shim: ">=2.3.2+3" + process_run: ">=1.2.1+1" dev_dependencies: - lints: - test: '>=1.16.0' + lints: ">=5.0.0" + test: ">=1.24.0" diff --git a/app_lints/pubspec.yaml b/app_lints/pubspec.yaml index 85d1c21..a536411 100644 --- a/app_lints/pubspec.yaml +++ b/app_lints/pubspec.yaml @@ -7,14 +7,14 @@ environment: sdk: ^3.5.0 dependencies: - cv: - yaml: + cv: ">=1.1.0+4" + yaml: ">=3.1.2" tekartik_io_utils: git: url: https://github.com/tekartik/io_utils.dart ref: dart3a version: '>=0.7.0' - lints: + lints: ">=5.0.0" tekartik_lints: git: url: https://github.com/tekartik/common.dart @@ -23,4 +23,4 @@ dependencies: version: '>=0.1.0' dev_dependencies: # yaml: - path: + path: ">=1.9.0" diff --git a/app_mirrors/pubspec.yaml b/app_mirrors/pubspec.yaml index 522e8be..8d7fb83 100644 --- a/app_mirrors/pubspec.yaml +++ b/app_mirrors/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: version: '>=0.10.7' dev_dependencies: - dev_build: - test: '>=1.0.0' + dev_build: ">=1.1.0+1" + test: ">=1.24.0" json_annotation: - process_run: + process_run: ">=1.2.1+1" diff --git a/app_pager/pubspec.yaml b/app_pager/pubspec.yaml index a338bf8..9845503 100644 --- a/app_pager/pubspec.yaml +++ b/app_pager/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: ^3.5.0 dependencies: - cv: + cv: ">=1.1.0+4" tekartik_common_utils: git: url: https://github.com/tekartik/common_utils.dart @@ -21,17 +21,17 @@ dependencies: ref: dart3a path: app_emit version: '>=0.1.3' - pool: + pool: ">=1.5.1" quiver: dart_style: dev_dependencies: - dev_build: - test: '>=1.5.0' - build_runner: '>=1.2.7' + dev_build: ">=1.1.0+1" + test: ">=1.24.0" + build_runner: ">=2.4.13" build_test: any - build_web_compilers: any - process_run: + build_web_compilers: ">=4.0.11" + process_run: ">=1.2.1+1" dependency_overrides: tekartik_app_emit: diff --git a/app_prefs/lib/src/prefs_web.dart b/app_prefs/lib/src/prefs_web.dart index d5cb6c2..69e9a51 100644 --- a/app_prefs/lib/src/prefs_web.dart +++ b/app_prefs/lib/src/prefs_web.dart @@ -1,4 +1,3 @@ -import 'package:tekartik_prefs/prefs_async.dart'; import 'package:tekartik_prefs_browser/prefs.dart'; import 'package:tekartik_prefs_browser/prefs_async.dart'; diff --git a/app_prefs/pubspec.yaml b/app_prefs/pubspec.yaml index 76c17e3..fff24a5 100644 --- a/app_prefs/pubspec.yaml +++ b/app_prefs/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: ref: dart3a version: '>=0.1.0' path: ">=1.9.0" - process_run: ">=1.2.0+3" + process_run: ">=1.2.1+1" tekartik_app_sembast: git: url: https://github.com/tekartik/app_common_utils.dart diff --git a/app_rx/pubspec.yaml b/app_rx/pubspec.yaml index ad5a496..95c5ceb 100644 --- a/app_rx/pubspec.yaml +++ b/app_rx/pubspec.yaml @@ -19,12 +19,12 @@ dependencies: ref: dart3a version: '>=0.15.8' dev_dependencies: - dev_build: - test: - build_runner: '>=1.2.7' + dev_build: ">=1.1.0+1" + test: ">=1.24.0" + build_runner: ">=2.4.13" build_test: any - build_web_compilers: any - process_run: + build_web_compilers: ">=4.0.11" + process_run: ">=1.2.1+1" dependency_overrides: tekartik_app_bloc: diff --git a/app_rx_bloc/pubspec.yaml b/app_rx_bloc/pubspec.yaml index d28fa07..b080239 100644 --- a/app_rx_bloc/pubspec.yaml +++ b/app_rx_bloc/pubspec.yaml @@ -26,12 +26,12 @@ dependencies: path: app dev_dependencies: - dev_build: - test: - build_runner: '>=1.2.7' + dev_build: ">=1.1.0+1" + test: ">=1.24.0" + build_runner: ">=2.4.13" build_test: any - build_web_compilers: any - process_run: + build_web_compilers: ">=4.0.11" + process_run: ">=1.2.1+1" dependency_overrides: tekartik_app_bloc: diff --git a/app_sembast/pubspec.yaml b/app_sembast/pubspec.yaml index b08ddc6..70fb72a 100644 --- a/app_sembast/pubspec.yaml +++ b/app_sembast/pubspec.yaml @@ -14,12 +14,12 @@ dependencies: path: app_sqflite version: '>=0.2.0' synchronized: - sembast: '>=3.7.4+2' + sembast: ">=3.7.4+3" sembast_web: '>=2.4.0+3' sembast_sqflite: '>=2.2.0+3' - sqflite_common_ffi: - path: - cv: + sqflite_common_ffi: ">=2.3.4" + path: ">=1.9.0" + cv: ">=1.1.0+4" tekartik_lints: git: url: https://github.com/tekartik/common.dart @@ -27,9 +27,9 @@ dependencies: path: packages/lints version: '>=0.1.0' dev_dependencies: - process_run: - test: - dev_build: + process_run: ">=1.2.1+1" + test: ">=1.24.0" + dev_build: ">=1.1.0+1" dependency_overrides: tekartik_app_sqflite: diff --git a/app_sembast_firestore_type_adapters/pubspec.yaml b/app_sembast_firestore_type_adapters/pubspec.yaml index 1a91027..d35fd2e 100644 --- a/app_sembast_firestore_type_adapters/pubspec.yaml +++ b/app_sembast_firestore_type_adapters/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: ^3.5.0 dependencies: - sembast: '>=3.7.4+2' + sembast: ">=3.7.4+3" tekartik_firebase_firestore: git: url: https://github.com/tekartik/firebase_firestore.dart @@ -17,6 +17,6 @@ dependencies: version: '>=1.1.2' dev_dependencies: - dev_build: - test: - process_run: '>=0.10.1' + dev_build: ">=1.1.0+1" + test: ">=1.24.0" + process_run: ">=1.2.1+1" diff --git a/app_sembast_secure/pubspec.yaml b/app_sembast_secure/pubspec.yaml index ad1c5e2..86771ab 100644 --- a/app_sembast_secure/pubspec.yaml +++ b/app_sembast_secure/pubspec.yaml @@ -13,15 +13,15 @@ dependencies: ref: dart3a path: app_sembast version: '>=0.1.0' - sembast: '>=3.7.4+2' - path: + sembast: ">=3.7.4+3" + path: ">=1.9.0" # Dependencies for encryption encrypt: '>=5.0.0-0' crypto: '>=3.0.0' dev_dependencies: - lints: - test: '>=1.16.0' + lints: ">=5.0.0" + test: ">=1.24.0" dependency_overrides: tekartik_app_sembast: diff --git a/app_serialize/pubspec.yaml b/app_serialize/pubspec.yaml index 7997e6b..83e2511 100644 --- a/app_serialize/pubspec.yaml +++ b/app_serialize/pubspec.yaml @@ -17,12 +17,12 @@ dependencies: meta: dart_style: json_annotation: - path: + path: ">=1.9.0" dev_dependencies: - dev_build: - test: '>=1.0.0' - process_run: + dev_build: ">=1.1.0+1" + test: ">=1.24.0" + process_run: ">=1.2.1+1" dependency_overrides: diff --git a/app_sqflite/pubspec.yaml b/app_sqflite/pubspec.yaml index 425060e..42c95d2 100644 --- a/app_sqflite/pubspec.yaml +++ b/app_sqflite/pubspec.yaml @@ -8,13 +8,13 @@ environment: dependencies: sqflite_common_ffi_web: '>=0.4.0' - sqflite_common_ffi: '>=2.3.3' + sqflite_common_ffi: ">=2.3.4" sqflite_common: '>=2.5.4' - path: - process_run: '>=0.13.2' + path: ">=1.9.0" + process_run: ">=1.2.1+1" dev_dependencies: - test: - dev_build: + test: ">=1.24.0" + dev_build: ">=1.1.0+1" tekartik_lints: git: url: https://github.com/tekartik/common.dart diff --git a/app_web_socket/pubspec.yaml b/app_web_socket/pubspec.yaml index 540ae19..87e0894 100644 --- a/app_web_socket/pubspec.yaml +++ b/app_web_socket/pubspec.yaml @@ -27,6 +27,6 @@ dependencies: version: '>=0.1.0' dev_dependencies: - dev_build: - process_run: - test: + dev_build: ">=1.1.0+1" + process_run: ">=1.2.1+1" + test: ">=1.24.0" diff --git a/repo_support/pubspec.yaml b/repo_support/pubspec.yaml index 5057947..1cab9d9 100644 --- a/repo_support/pubspec.yaml +++ b/repo_support/pubspec.yaml @@ -7,12 +7,12 @@ environment: sdk: ^3.5.0 dependencies: - path: - process_run: '>=0.10.0' + path: ">=1.9.0" + process_run: ">=1.2.1+1" dev_dependencies: - test: '>=1.0.0' - dev_build: '>=0.13.4-dev.1' + test: ">=1.24.0" + dev_build: ">=1.1.0+1" tekartik_lints: git: url: https://github.com/tekartik/common.dart