From bd8955bdd9f14d2d67cab1aecc748b27998b3fe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:59:30 +0000 Subject: [PATCH] Update dependency cosee_lints to ^0.7.0 (#142) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Quoc Huynh --- native_image_cropper/example/pubspec.lock | 6 +++--- native_image_cropper/example/pubspec.yaml | 4 ++-- native_image_cropper/pubspec.yaml | 6 +++--- native_image_cropper_android/example/pubspec.lock | 6 +++--- native_image_cropper_android/example/pubspec.yaml | 4 ++-- native_image_cropper_android/pubspec.yaml | 6 +++--- native_image_cropper_ios/example/pubspec.lock | 6 +++--- native_image_cropper_ios/example/pubspec.yaml | 4 ++-- native_image_cropper_ios/pubspec.yaml | 6 +++--- native_image_cropper_macos/example/pubspec.lock | 6 +++--- native_image_cropper_macos/example/pubspec.yaml | 4 ++-- native_image_cropper_macos/pubspec.yaml | 6 +++--- .../example/pubspec.lock | 6 +++--- .../example/pubspec.yaml | 4 ++-- native_image_cropper_platform_interface/pubspec.yaml | 6 +++--- native_image_cropper_web/example/pubspec.lock | 6 +++--- native_image_cropper_web/example/pubspec.yaml | 4 ++-- native_image_cropper_web/pubspec.yaml | 6 +++--- 18 files changed, 48 insertions(+), 48 deletions(-) diff --git a/native_image_cropper/example/pubspec.lock b/native_image_cropper/example/pubspec.lock index f5eb299..4275f38 100644 --- a/native_image_cropper/example/pubspec.lock +++ b/native_image_cropper/example/pubspec.lock @@ -93,10 +93,10 @@ packages: dependency: "direct dev" description: name: cosee_lints - sha256: "5c0595ecbe9c7c846bac355fb0b631fc80073e82f7012ad4099ca0fb22eee0b6" + sha256: "4d151f2eff1da0e8e1a317ccf8eaea7f229158dc6be41d18e665724ba2d4da82" url: "https://pub.dev" source: hosted - version: "0.6.0" + version: "0.7.0" crypto: dependency: transitive description: @@ -589,5 +589,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.5.0 <4.0.0" + dart: ">=3.6.0 <4.0.0" flutter: ">=3.24.0" diff --git a/native_image_cropper/example/pubspec.yaml b/native_image_cropper/example/pubspec.yaml index f95c448..faf2d54 100644 --- a/native_image_cropper/example/pubspec.yaml +++ b/native_image_cropper/example/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: '>=3.0.0 <4.0.0' + sdk: ^3.6.0 dependencies: flutter: @@ -25,7 +25,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3 flutter: diff --git a/native_image_cropper/pubspec.yaml b/native_image_cropper/pubspec.yaml index 4e2a8a9..c7f5e76 100644 --- a/native_image_cropper/pubspec.yaml +++ b/native_image_cropper/pubspec.yaml @@ -13,8 +13,8 @@ screenshots: path: 'example/screenshots/default.webp' environment: - sdk: '>=3.0.0 <4.0.0' - flutter: ">=3.3.0" + sdk: ^3.6.0 + flutter: ^3.3.0 flutter: plugin: @@ -40,5 +40,5 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3 diff --git a/native_image_cropper_android/example/pubspec.lock b/native_image_cropper_android/example/pubspec.lock index b6e7ab8..1265c02 100644 --- a/native_image_cropper_android/example/pubspec.lock +++ b/native_image_cropper_android/example/pubspec.lock @@ -93,10 +93,10 @@ packages: dependency: "direct dev" description: name: cosee_lints - sha256: "5c0595ecbe9c7c846bac355fb0b631fc80073e82f7012ad4099ca0fb22eee0b6" + sha256: "4d151f2eff1da0e8e1a317ccf8eaea7f229158dc6be41d18e665724ba2d4da82" url: "https://pub.dev" source: hosted - version: "0.6.0" + version: "0.7.0" crypto: dependency: transitive description: @@ -464,5 +464,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.5.0 <4.0.0" + dart: ">=3.6.0 <4.0.0" flutter: ">=3.18.0-18.0.pre.54" diff --git a/native_image_cropper_android/example/pubspec.yaml b/native_image_cropper_android/example/pubspec.yaml index 43b0718..bf005fe 100644 --- a/native_image_cropper_android/example/pubspec.yaml +++ b/native_image_cropper_android/example/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: '>=3.0.0 <4.0.0' + sdk: ^3.6.0 dependencies: flutter: @@ -23,7 +23,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3 flutter: diff --git a/native_image_cropper_android/pubspec.yaml b/native_image_cropper_android/pubspec.yaml index b53af45..350640d 100644 --- a/native_image_cropper_android/pubspec.yaml +++ b/native_image_cropper_android/pubspec.yaml @@ -6,8 +6,8 @@ issue_tracker: https://github.com/cosee/native_image_cropper/issues version: 0.3.1 environment: - sdk: '>=3.0.0 <4.0.0' - flutter: ">=3.3.0" + sdk: ^3.6.0 + flutter: ^3.3.0 flutter: plugin: @@ -26,5 +26,5 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3 diff --git a/native_image_cropper_ios/example/pubspec.lock b/native_image_cropper_ios/example/pubspec.lock index 4764483..b0df7f2 100644 --- a/native_image_cropper_ios/example/pubspec.lock +++ b/native_image_cropper_ios/example/pubspec.lock @@ -93,10 +93,10 @@ packages: dependency: "direct dev" description: name: cosee_lints - sha256: "5c0595ecbe9c7c846bac355fb0b631fc80073e82f7012ad4099ca0fb22eee0b6" + sha256: "4d151f2eff1da0e8e1a317ccf8eaea7f229158dc6be41d18e665724ba2d4da82" url: "https://pub.dev" source: hosted - version: "0.6.0" + version: "0.7.0" crypto: dependency: transitive description: @@ -472,5 +472,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.5.0 <4.0.0" + dart: ">=3.6.0 <4.0.0" flutter: ">=3.18.0-18.0.pre.54" diff --git a/native_image_cropper_ios/example/pubspec.yaml b/native_image_cropper_ios/example/pubspec.yaml index cf8016f..ed434ec 100644 --- a/native_image_cropper_ios/example/pubspec.yaml +++ b/native_image_cropper_ios/example/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: '>=3.0.0 <4.0.0' + sdk: ^3.6.0 dependencies: flutter: @@ -24,7 +24,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3 flutter: diff --git a/native_image_cropper_ios/pubspec.yaml b/native_image_cropper_ios/pubspec.yaml index 9cb5d59..48fd4fa 100644 --- a/native_image_cropper_ios/pubspec.yaml +++ b/native_image_cropper_ios/pubspec.yaml @@ -6,8 +6,8 @@ issue_tracker: https://github.com/cosee/native_image_cropper/issues version: 0.2.0 environment: - sdk: '>=3.0.0 <4.0.0' - flutter: ">=3.3.0" + sdk: ^3.6.0 + flutter: ^3.3.0 flutter: plugin: @@ -25,5 +25,5 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3 diff --git a/native_image_cropper_macos/example/pubspec.lock b/native_image_cropper_macos/example/pubspec.lock index e502eb0..0a126b6 100644 --- a/native_image_cropper_macos/example/pubspec.lock +++ b/native_image_cropper_macos/example/pubspec.lock @@ -93,10 +93,10 @@ packages: dependency: "direct dev" description: name: cosee_lints - sha256: "5c0595ecbe9c7c846bac355fb0b631fc80073e82f7012ad4099ca0fb22eee0b6" + sha256: "4d151f2eff1da0e8e1a317ccf8eaea7f229158dc6be41d18e665724ba2d4da82" url: "https://pub.dev" source: hosted - version: "0.6.0" + version: "0.7.0" crypto: dependency: transitive description: @@ -472,5 +472,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.5.0 <4.0.0" + dart: ">=3.6.0 <4.0.0" flutter: ">=3.18.0-18.0.pre.54" diff --git a/native_image_cropper_macos/example/pubspec.yaml b/native_image_cropper_macos/example/pubspec.yaml index f917525..1873a59 100644 --- a/native_image_cropper_macos/example/pubspec.yaml +++ b/native_image_cropper_macos/example/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: '>=3.0.0 <4.0.0' + sdk: ^3.6.0 dependencies: flutter: @@ -24,7 +24,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3 flutter: diff --git a/native_image_cropper_macos/pubspec.yaml b/native_image_cropper_macos/pubspec.yaml index 6ace822..71f5d4e 100644 --- a/native_image_cropper_macos/pubspec.yaml +++ b/native_image_cropper_macos/pubspec.yaml @@ -6,8 +6,8 @@ issue_tracker: https://github.com/cosee/native_image_cropper/issues version: 0.2.0 environment: - sdk: '>=3.0.0 <4.0.0' - flutter: ">=3.3.0" + sdk: ^3.6.0 + flutter: ^3.3.0 flutter: plugin: @@ -25,5 +25,5 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3 diff --git a/native_image_cropper_platform_interface/example/pubspec.lock b/native_image_cropper_platform_interface/example/pubspec.lock index 5610d57..9cfb271 100644 --- a/native_image_cropper_platform_interface/example/pubspec.lock +++ b/native_image_cropper_platform_interface/example/pubspec.lock @@ -77,10 +77,10 @@ packages: dependency: "direct dev" description: name: cosee_lints - sha256: "5c0595ecbe9c7c846bac355fb0b631fc80073e82f7012ad4099ca0fb22eee0b6" + sha256: "4d151f2eff1da0e8e1a317ccf8eaea7f229158dc6be41d18e665724ba2d4da82" url: "https://pub.dev" source: hosted - version: "0.6.0" + version: "0.7.0" crypto: dependency: transitive description: @@ -355,5 +355,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.5.0 <4.0.0" + dart: ">=3.6.0 <4.0.0" flutter: ">=3.3.0" diff --git a/native_image_cropper_platform_interface/example/pubspec.yaml b/native_image_cropper_platform_interface/example/pubspec.yaml index 6185ae3..8f7c7fc 100644 --- a/native_image_cropper_platform_interface/example/pubspec.yaml +++ b/native_image_cropper_platform_interface/example/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: '>=3.0.0 <4.0.0' + sdk: ^3.6.0 dependencies: flutter: @@ -18,5 +18,5 @@ dependencies: path: ../ dev_dependencies: - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3 diff --git a/native_image_cropper_platform_interface/pubspec.yaml b/native_image_cropper_platform_interface/pubspec.yaml index f3e7861..f41130e 100644 --- a/native_image_cropper_platform_interface/pubspec.yaml +++ b/native_image_cropper_platform_interface/pubspec.yaml @@ -6,8 +6,8 @@ issue_tracker: https://github.com/cosee/native_image_cropper/issues version: 0.2.0 environment: - sdk: '>=3.0.0 <4.0.0' - flutter: ">=3.3.0" + sdk: ^3.6.0 + flutter: ^3.3.0 dependencies: flutter: @@ -17,5 +17,5 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3 diff --git a/native_image_cropper_web/example/pubspec.lock b/native_image_cropper_web/example/pubspec.lock index 8039f85..a55f8c1 100644 --- a/native_image_cropper_web/example/pubspec.lock +++ b/native_image_cropper_web/example/pubspec.lock @@ -93,10 +93,10 @@ packages: dependency: "direct dev" description: name: cosee_lints - sha256: "5c0595ecbe9c7c846bac355fb0b631fc80073e82f7012ad4099ca0fb22eee0b6" + sha256: "4d151f2eff1da0e8e1a317ccf8eaea7f229158dc6be41d18e665724ba2d4da82" url: "https://pub.dev" source: hosted - version: "0.6.0" + version: "0.7.0" crypto: dependency: transitive description: @@ -549,5 +549,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.5.0 <4.0.0" + dart: ">=3.6.0 <4.0.0" flutter: ">=3.24.0" diff --git a/native_image_cropper_web/example/pubspec.yaml b/native_image_cropper_web/example/pubspec.yaml index ae8c793..3beb8aa 100644 --- a/native_image_cropper_web/example/pubspec.yaml +++ b/native_image_cropper_web/example/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: '>=3.0.0 <4.0.0' + sdk: ^3.6.0 dependencies: flutter: @@ -22,7 +22,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3 flutter: diff --git a/native_image_cropper_web/pubspec.yaml b/native_image_cropper_web/pubspec.yaml index 9941196..c6d29a7 100644 --- a/native_image_cropper_web/pubspec.yaml +++ b/native_image_cropper_web/pubspec.yaml @@ -6,8 +6,8 @@ issue_tracker: https://github.com/cosee/native_image_cropper/issues version: 0.2.0 environment: - sdk: '>=3.0.0 <4.0.0' - flutter: ">=3.3.0" + sdk: ^3.6.0 + flutter: ^3.3.0 flutter: plugin: @@ -26,7 +26,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - cosee_lints: ^0.6.0 + cosee_lints: ^0.7.0 dart_code_linter: ^1.1.3