fix(deps): update all minor dependencies #138

Open
renovate wants to merge 1 commit from renovate/all-minor-deps into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
device_info_plus (source) dependencies minor 11.1.0 -> 11.2.0
ghcr.io/cirruslabs/flutter container minor 3.24.4 -> 3.27.1
json_serializable (source) dev_dependencies minor 6.8.0 -> 6.9.2
logger dependencies minor 2.4.0 -> 2.5.0

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 | |---|---|---|---| | [device_info_plus](https://github.com/fluttercommunity/plus_plugins) ([source](https://github.com/fluttercommunity/plus_plugins/tree/HEAD/packages/device_info_plus/device_info_plus)) | dependencies | minor | `11.1.0` -> `11.2.0` | | [ghcr.io/cirruslabs/flutter](https://github.com/cirruslabs/docker-images-flutter) | container | minor | `3.24.4` -> `3.27.1` | | [json_serializable](https://github.com/google/json_serializable.dart) ([source](https://github.com/google/json_serializable.dart/tree/HEAD/json_serializable)) | dev_dependencies | minor | `6.8.0` -> `6.9.2` | | [logger](https://github.com/SourceHorizon/logger) | dependencies | minor | `2.4.0` -> `2.5.0` | > :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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->
renovate added 1 commit 2024-11-30 23:01:37 +00:00
chore(deps): update all minor dependencies
All checks were successful
/ build (push) Successful in 4m57s
3227c285cb
renovate force-pushed renovate/all-minor-deps from 3227c285cb to 084ff55ab5 2024-12-11 21:01:31 +00:00 Compare
renovate changed title from chore(deps): update all minor dependencies to fix(deps): update all minor dependencies 2024-12-12 16:01:33 +00:00
renovate force-pushed renovate/all-minor-deps from 084ff55ab5 to b40f4cb656 2024-12-12 16:01:35 +00:00 Compare
renovate force-pushed renovate/all-minor-deps from b40f4cb656 to c0ce2b7c90 2024-12-17 02:01:33 +00:00 Compare
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade device_info_plus json_serializable logger
Because json_serializable >=6.9.1 depends on source_gen ^2.0.0 and built_value_generator 8.9.2 depends on source_gen >=0.9.0 <2.0.0, json_serializable >=6.9.1 is incompatible with built_value_generator 8.9.2.
So, because fbmobile depends on both built_value_generator 8.9.2 and json_serializable 6.9.2, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on json_serializable: flutter pub add dev:json_serializable:^6.9.0
Failed to update packages.

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: pubspec.lock ``` Command failed: flutter pub upgrade device_info_plus json_serializable logger Because json_serializable >=6.9.1 depends on source_gen ^2.0.0 and built_value_generator 8.9.2 depends on source_gen >=0.9.0 <2.0.0, json_serializable >=6.9.1 is incompatible with built_value_generator 8.9.2. So, because fbmobile depends on both built_value_generator 8.9.2 and json_serializable 6.9.2, version solving failed. You can try the following suggestion to make the pubspec resolve: * Consider downgrading your constraint on json_serializable: flutter pub add dev:json_serializable:^6.9.0 Failed to update packages. ```
renovate force-pushed renovate/all-minor-deps from c0ce2b7c90 to cbf2207b9f 2024-12-17 23:01:20 +00:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
/ build (push) Failing after 1m26s
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-deps:renovate/all-minor-deps
git checkout renovate/all-minor-deps
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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#138
No description provided.