From 09b3d3c819af7e140790ed459865fc4463cd2107 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 31 Dec 2023 23:00:58 +0000 Subject: [PATCH 1/3] Update all patch dependencies --- .forgejo/workflows/build.yaml | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index bc60095..78c2ea9 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -3,7 +3,7 @@ jobs: build: runs-on: docker container: - image: ghcr.io/cirruslabs/flutter:3.16.4 + image: ghcr.io/cirruslabs/flutter:3.16.5 steps: - name: Prepare requirements run: | diff --git a/pubspec.lock b/pubspec.lock index d1d8759..971c74d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -221,10 +221,10 @@ packages: dependency: "direct main" description: name: dynamic_color - sha256: "8b8bd1d798bd393e11eddeaa8ae95b12ff028bf7d5998fc5d003488cd5f4ce2f" + sha256: a866f1f8947bfdaf674d7928e769eac7230388a2e7a2542824fad4bb5b87be3b url: "https://pub.dev" source: hosted - version: "1.6.8" + version: "1.6.9" expandable: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 5fbef4f..66defc3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,7 +39,7 @@ dependencies: permission_handler: 11.1.0 package_info_plus: 5.0.1 json_annotation: 4.8.1 - dynamic_color: 1.6.8 + dynamic_color: 1.6.9 intl: 0.18.1 path: 1.8.3 flutter_sharing_intent: 1.1.0 -- 2.43.4 From 353edc85cd4398bc7bb3c3013d15c25cd27f7492 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Jan 2024 21:01:11 +0000 Subject: [PATCH 2/3] Update all patch dependencies --- .forgejo/workflows/build.yaml | 2 +- pubspec.lock | 12 ++++++------ pubspec.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index bc60095..3aba1db 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -3,7 +3,7 @@ jobs: build: runs-on: docker container: - image: ghcr.io/cirruslabs/flutter:3.16.4 + image: ghcr.io/cirruslabs/flutter:3.16.6 steps: - name: Prepare requirements run: | diff --git a/pubspec.lock b/pubspec.lock index d1d8759..b22f409 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -221,10 +221,10 @@ packages: dependency: "direct main" description: name: dynamic_color - sha256: "8b8bd1d798bd393e11eddeaa8ae95b12ff028bf7d5998fc5d003488cd5f4ce2f" + sha256: a866f1f8947bfdaf674d7928e769eac7230388a2e7a2542824fad4bb5b87be3b url: "https://pub.dev" source: hosted - version: "1.6.8" + version: "1.6.9" expandable: dependency: "direct main" description: @@ -345,10 +345,10 @@ packages: dependency: "direct main" description: name: get_it - sha256: f79870884de16d689cf9a7d15eedf31ed61d750e813c538a6efb92660fea83c3 + sha256: d0b88dc35a7f97fd91fec0cf8f165abd97a57977968d8fc02ba0bc92e14ba07e url: "https://pub.dev" source: hosted - version: "7.6.4" + version: "7.6.6" glob: dependency: transitive description: @@ -894,10 +894,10 @@ packages: dependency: "direct main" description: name: url_launcher - sha256: e9aa5ea75c84cf46b3db4eea212523591211c3cf2e13099ee4ec147f54201c86 + sha256: d25bb0ca00432a5e1ee40e69c36c85863addf7cc45e433769d61bed3fe81fd96 url: "https://pub.dev" source: hosted - version: "6.2.2" + version: "6.2.3" url_launcher_android: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5fbef4f..ebfe35a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,13 +25,13 @@ dependencies: flutter_translate: 4.0.4 provider: 6.1.1 stacked: 3.4.1+1 - get_it: 7.6.4 + get_it: 7.6.6 logger: 2.0.2+1 shared_preferences: 2.2.2 http: 1.1.2 validators: 3.0.0 flutter_linkify: 6.0.0 - url_launcher: 6.2.2 + url_launcher: 6.2.3 expandable: 5.0.1 share_plus: 7.2.1 file_picker: 6.1.1 @@ -39,7 +39,7 @@ dependencies: permission_handler: 11.1.0 package_info_plus: 5.0.1 json_annotation: 4.8.1 - dynamic_color: 1.6.8 + dynamic_color: 1.6.9 intl: 0.18.1 path: 1.8.3 flutter_sharing_intent: 1.1.0 -- 2.43.4 From d318aafd800bd99a5d8b2dc7ccf8954f0f381474 Mon Sep 17 00:00:00 2001 From: Varakh Date: Wed, 10 Jan 2024 23:03:23 +0100 Subject: [PATCH 3/3] Revert dynamic_colors to v1.6.8 as 1.6.9 requires Gradle 8 with the latest Kotlin, but still fails to build after overcoming initial issue with flutter_sharing_intent not having a proper namespace attribute defined --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index b22f409..25807e3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -221,10 +221,10 @@ packages: dependency: "direct main" description: name: dynamic_color - sha256: a866f1f8947bfdaf674d7928e769eac7230388a2e7a2542824fad4bb5b87be3b + sha256: "8b8bd1d798bd393e11eddeaa8ae95b12ff028bf7d5998fc5d003488cd5f4ce2f" url: "https://pub.dev" source: hosted - version: "1.6.9" + version: "1.6.8" expandable: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index ebfe35a..7b5289e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,7 +39,7 @@ dependencies: permission_handler: 11.1.0 package_info_plus: 5.0.1 json_annotation: 4.8.1 - dynamic_color: 1.6.9 + dynamic_color: 1.6.8 intl: 0.18.1 path: 1.8.3 flutter_sharing_intent: 1.1.0 -- 2.43.4