From 504b88510ca055b7fcd0cfd180c9127251724c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 15:46:34 +0100 Subject: [PATCH] Bump the pub group in /app with 3 updates (#205) * Bump the pub group in /app with 3 updates Bumps the pub group in /app with 3 updates: [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus), [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) and [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences). Updates `package_info_plus` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/HEAD/packages/package_info_plus) Updates `purchases_flutter` from 8.1.6 to 8.2.1 - [Release notes](https://github.com/RevenueCat/purchases-flutter/releases) - [Changelog](https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/RevenueCat/purchases-flutter/compare/8.1.6...8.2.1) Updates `shared_preferences` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.3.3/packages/shared_preferences) --- updated-dependencies: - dependency-name: package_info_plus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: purchases_flutter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: shared_preferences dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub ... Signed-off-by: dependabot[bot] * Update Flutter Version to 3.24.4 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger --- .github/workflows/continuous-delivery.yaml | 15 ++++++++------- .github/workflows/continuous-integration.yaml | 3 ++- CONTRIBUTING.md | 8 ++++---- app/ios/Podfile.lock | 16 ++++++++-------- app/macos/Podfile.lock | 18 +++++++++--------- app/pubspec.lock | 12 ++++++------ app/pubspec.yaml | 6 +++--- 7 files changed, 40 insertions(+), 38 deletions(-) diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index a531e1f..1b2b765 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -1,3 +1,4 @@ +--- name: Continuous Delivery on: @@ -170,7 +171,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.1' + flutter-version: '3.24.4' channel: 'stable' cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' @@ -214,7 +215,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.1' + flutter-version: '3.24.4' channel: 'stable' cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' @@ -276,7 +277,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.1' + flutter-version: '3.24.4' channel: 'stable' cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' @@ -347,7 +348,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.1' + flutter-version: '3.24.4' channel: 'master' cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' @@ -405,7 +406,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.1' + flutter-version: '3.24.4' channel: 'stable' cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' @@ -476,7 +477,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.1' + flutter-version: '3.24.4' channel: 'stable' cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' @@ -511,7 +512,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.1' + flutter-version: '3.24.4' channel: 'stable' cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 2d0f1b4..1790525 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -1,3 +1,4 @@ +--- name: Continuous Integration on: @@ -21,7 +22,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.1' + flutter-version: '3.24.4' channel: 'stable' cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5211329..f32e166 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,10 +57,10 @@ check your installed version: ```sh $ flutter --version -Flutter 3.24.0 • channel stable • https://github.com/flutter/flutter.git -Framework • revision 80c2e84975 (8 days ago) • 2024-07-30 23:06:49 +0700 -Engine • revision b8800d88be -Tools • Dart 3.5.0 • DevTools 2.37.2 +Flutter 3.24.4 • channel stable • https://github.com/flutter/flutter.git +Framework • revision 603104015d (2 weeks ago) • 2024-10-24 08:01:25 -0700 +Engine • revision db49896cf2 +Tools • Dart 3.5.4 • DevTools 2.37.3 $ deno --version diff --git a/app/ios/Podfile.lock b/app/ios/Podfile.lock index 73b2267..0e75e25 100644 --- a/app/ios/Podfile.lock +++ b/app/ios/Podfile.lock @@ -21,12 +21,12 @@ PODS: - path_provider_foundation (0.0.1): - Flutter - FlutterMacOS - - purchases_flutter (8.1.6): + - purchases_flutter (8.2.1): - Flutter - - PurchasesHybridCommon (= 13.5.1) - - PurchasesHybridCommon (13.5.1): - - RevenueCat (= 5.6.0) - - RevenueCat (5.6.0) + - PurchasesHybridCommon (= 13.8.0) + - PurchasesHybridCommon (13.8.0): + - RevenueCat (= 5.7.1) + - RevenueCat (5.7.1) - screen_brightness_ios (0.1.0): - Flutter - shared_preferences_foundation (0.0.1): @@ -122,9 +122,9 @@ SPEC CHECKSUMS: media_kit_video: 5da63f157170e5bf303bf85453b7ef6971218a2e package_info_plus: c0502532a26c7662a62a356cebe2692ec5fe4ec4 path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 - purchases_flutter: ca28cb96fcdf5abbcf2b64fc1df5284adaff8080 - PurchasesHybridCommon: 8e28d8363ad95bab48ef4da2c6af2ee5132d7170 - RevenueCat: a7117d40c27bc1e8a48e41ca4ea6856209664097 + purchases_flutter: 920ed8740f1124c1204342913046ff5e085c81a5 + PurchasesHybridCommon: bfd5bcf640a5c0a137d09287cdffcb4cf28fc12f + RevenueCat: fd13e14159aefb128a8e822451d08418e04fdda3 screen_brightness_ios: 715ca807df953bf676d339f11464e438143ee625 shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78 sign_in_with_apple: f3bf75217ea4c2c8b91823f225d70230119b8440 diff --git a/app/macos/Podfile.lock b/app/macos/Podfile.lock index 004fc80..4862a06 100644 --- a/app/macos/Podfile.lock +++ b/app/macos/Podfile.lock @@ -19,12 +19,12 @@ PODS: - path_provider_foundation (0.0.1): - Flutter - FlutterMacOS - - purchases_flutter (8.1.6): + - purchases_flutter (8.2.1): - FlutterMacOS - - PurchasesHybridCommon (= 13.5.1) - - PurchasesHybridCommon (13.5.1): - - RevenueCat (= 5.6.0) - - RevenueCat (5.6.0) + - PurchasesHybridCommon (= 13.8.0) + - PurchasesHybridCommon (13.8.0): + - RevenueCat (= 5.7.1) + - RevenueCat (5.7.1) - screen_brightness_macos (0.1.0): - FlutterMacOS - screen_retriever_macos (0.0.1): @@ -119,11 +119,11 @@ SPEC CHECKSUMS: media_kit_libs_macos_video: b3e2bbec2eef97c285f2b1baa7963c67c753fb82 media_kit_native_event_loop: 81fd5b45192b72f8b5b69eaf5b540f45777eb8d5 media_kit_video: c75b07f14d59706c775778e4dd47dd027de8d1e5 - package_info_plus: f5790acc797bf17c3e959e9d6cf162cc68ff7523 + package_info_plus: 12f1c5c2cfe8727ca46cbd0b26677728972d9a5b path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 - purchases_flutter: 4043d83d75a44319255f4c1c1388967071fd4e91 - PurchasesHybridCommon: 8e28d8363ad95bab48ef4da2c6af2ee5132d7170 - RevenueCat: a7117d40c27bc1e8a48e41ca4ea6856209664097 + purchases_flutter: 048fffeb2d50e7eba6a572b29c1a7a55b002a125 + PurchasesHybridCommon: bfd5bcf640a5c0a137d09287cdffcb4cf28fc12f + RevenueCat: fd13e14159aefb128a8e822451d08418e04fdda3 screen_brightness_macos: 2d6d3af2165592d9a55ffcd95b7550970e41ebda screen_retriever_macos: 776e0fa5d42c6163d2bf772d22478df4b302b161 shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78 diff --git a/app/pubspec.lock b/app/pubspec.lock index d8af57d..6990116 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -676,10 +676,10 @@ packages: dependency: "direct main" description: name: package_info_plus - sha256: df3eb3e0aed5c1107bb0fdb80a8e82e778114958b1c5ac5644fb1ac9cae8a998 + sha256: da8d9ac8c4b1df253d1a328b7bf01ae77ef132833479ab40763334db13b91cce url: "https://pub.dev" source: hosted - version: "8.1.0" + version: "8.1.1" package_info_plus_platform_interface: dependency: transitive description: @@ -804,10 +804,10 @@ packages: dependency: "direct main" description: name: purchases_flutter - sha256: "2f660c92ddb14b47f65b9423d346c7d5e0cc24de3eb5c79a25686ba0c42787b9" + sha256: c4a92e0611c45d629c907d7ccbac3d4c5af0dc8960af3ff8aa716057717b9afc url: "https://pub.dev" source: hosted - version: "8.1.6" + version: "8.2.1" realtime_client: dependency: transitive description: @@ -940,10 +940,10 @@ packages: dependency: "direct main" description: name: shared_preferences - sha256: "746e5369a43170c25816cc472ee016d3a66bc13fcf430c0bc41ad7b4b2922051" + sha256: "95f9997ca1fb9799d494d0cb2a780fd7be075818d59f00c43832ed112b158a82" url: "https://pub.dev" source: hosted - version: "2.3.2" + version: "2.3.3" shared_preferences_android: dependency: transitive description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 9a973f3..1dd4044 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -55,13 +55,13 @@ dependencies: media_kit: ^1.1.10+1 media_kit_video: ^1.2.5 media_kit_libs_video: ^1.0.5 - package_info_plus: ^8.0.1 + package_info_plus: ^8.1.1 piped_client: ^0.1.0 provider: ^6.1.2 - purchases_flutter: ^8.1.6 + purchases_flutter: ^8.2.1 rxdart: ^0.28.0 scroll_to_index: ^3.0.1 - shared_preferences: ^2.3.2 + shared_preferences: ^2.3.3 sign_in_with_apple: ^6.1.3 supabase_flutter: ^2.5.11 timeago: ^3.7.0