Update all patch dependencies #87

Merged
Varakh merged 4 commits from renovate/all-patch-deps into develop 2024-01-10 22:16:53 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
dynamic_color (source) dependencies patch 1.6.8 -> 1.6.9
get_it dependencies patch 7.6.4 -> 7.6.6
ghcr.io/cirruslabs/flutter container patch 3.16.4 -> 3.16.6
url_launcher (source) dependencies patch 6.2.2 -> 6.2.3

Important

Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see this instruction.


Configuration

📅 Schedule: Branch creation - "monthly" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dynamic_color](https://github.com/material-foundation/flutter-packages) ([source](https://github.com/material-foundation/flutter-packages/tree/HEAD/packages/dynamic_color)) | dependencies | patch | `1.6.8` -> `1.6.9` | | [get_it](https://github.com/fluttercommunity/get_it) | dependencies | patch | `7.6.4` -> `7.6.6` | | [ghcr.io/cirruslabs/flutter](https://github.com/cirruslabs/docker-images-flutter) | container | patch | `3.16.4` -> `3.16.6` | | [url_launcher](https://github.com/flutter/packages) ([source](https://github.com/flutter/packages/tree/HEAD/packages/url_launcher/url_launcher)) | dependencies | patch | `6.2.2` -> `6.2.3` | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - "monthly" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42NS4zIiwidXBkYXRlZEluVmVyIjoiMzcuMTI2LjEiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->
renovate added 1 commit 2023-12-31 23:00:59 +00:00
Update all patch dependencies
Some checks failed
/ build (push) Failing after 6m2s
09b3d3c819
renovate force-pushed renovate/all-patch-deps from 09b3d3c819 to d901c28f04 2024-01-06 15:01:03 +00:00 Compare
renovate force-pushed renovate/all-patch-deps from d901c28f04 to 533ffafa8d 2024-01-09 03:01:07 +00:00 Compare
renovate force-pushed renovate/all-patch-deps from 533ffafa8d to 353edc85cd 2024-01-10 21:01:13 +00:00 Compare
Owner

There's no released version of https://github.com/bhagat-techind/flutter_sharing_intent which has a proper namespace defined. As of now, version 1.1.0 does not, so build fails with the following:

* What went wrong:
A problem occurred configuring project ':flutter_sharing_intent'.
> Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
   > Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.

Fixing the version from GitHub (which has a namespace property) reveals another problem in dynamic_color:

    flutter_sharing_intent:
        git:
            url: https://github.com/bhagat-techind/flutter_sharing_intent
            ref: 5f4f2e66c02580105ba89b3fec5a7be907d5466f
* What went wrong:
Could not determine the dependencies of task ':dynamic_color:bundleLibCompileToJarDebug'.
> Could not create task ':dynamic_color:compileDebugKotlin'.
   > Cannot use @TaskAction annotation on method AbstractKotlinCompile.execute() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.

Thus reverting back dynamic_color which required the migration to Gradle 8 to its previous version 1.6.8.

Will wait some iterations until this is stable enough.

There's no released version of https://github.com/bhagat-techind/flutter_sharing_intent which has a proper `namespace` defined. As of now, version `1.1.0` does not, so build fails with the following: ``` * What went wrong: A problem occurred configuring project ':flutter_sharing_intent'. > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. > Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace. ``` Fixing the version from GitHub (which has a namespace property) reveals another problem in `dynamic_color`: ``` flutter_sharing_intent: git: url: https://github.com/bhagat-techind/flutter_sharing_intent ref: 5f4f2e66c02580105ba89b3fec5a7be907d5466f ``` ``` * What went wrong: Could not determine the dependencies of task ':dynamic_color:bundleLibCompileToJarDebug'. > Could not create task ':dynamic_color:compileDebugKotlin'. > Cannot use @TaskAction annotation on method AbstractKotlinCompile.execute() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method. ``` Thus reverting back `dynamic_color` which required the migration to Gradle 8 to its previous version `1.6.8`. Will wait some iterations until this is stable enough.
Varakh added 3 commits 2024-01-10 22:03:41 +00:00
Varakh merged commit dc715e38d1 into develop 2024-01-10 22:16:53 +00:00
Varakh deleted branch renovate/all-patch-deps 2024-01-10 22:16:53 +00:00
Varakh referenced this pull request from a commit 2024-01-10 22:16:53 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: varakh/fbmobile#87
No description provided.