Update dependency dio to v5.9.0 #126

Merged
renovate merged 1 commits from renovate/dio-5.x into main 2025-10-29 00:39:10 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
dio dependencies minor ^5.8.0+1 -> 5.9.0

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

cfug/dio (dio)

v5.9.0: dio 5.9.0

Compare Source

What's new

  • Do not allow updating the error field after a cancel token has canceled.
  • Allow passing an initial interceptors list to the constructor of Interceptors.
  • Use package:mime to help determine the content-type of MultipartFile base on the provided filename.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 | |---|---|---|---| | [dio](https://github.com/cfug/dio) | dependencies | minor | `^5.8.0+1` -> `5.9.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>cfug/dio (dio)</summary> ### [`v5.9.0`](https://github.com/cfug/dio/releases/tag/dio_v5.9.0): dio 5.9.0 [Compare Source](https://github.com/cfug/dio/compare/dio_v5.8.0+1...dio_v5.9.0) #### What's new - Do not allow updating the error field after a cancel token has canceled. - Allow passing an initial interceptors list to the constructor of `Interceptors`. - Use `package:mime` to help determine the `content-type` of `MultipartFile` base on the provided `filename`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-10-29 00:39:08 +00:00
Update dependency dio to v5.9.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
f091ada367
renovate scheduled this pull request to auto merge when all checks succeed 2025-10-29 00:39:09 +00:00
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: moneymgr_mobile/pubspec.lock
Command failed: flutter pub upgrade dio
Because no versions of riverpod_generator match >2.6.5 <3.0.0 and riverpod_generator 2.6.5 depends on build ^2.0.0, riverpod_generator ^2.6.5 requires build ^2.0.0.
And because build_runner >=2.9.0 depends on build ^4.0.0, riverpod_generator ^2.6.5 is incompatible with build_runner >=2.9.0.
So, because moneymgr_mobile depends on both build_runner 2.10.1 and riverpod_generator ^2.6.5, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on build_runner: flutter pub add dev:build_runner:^2.5.4
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: moneymgr_mobile/pubspec.lock ``` Command failed: flutter pub upgrade dio Because no versions of riverpod_generator match >2.6.5 <3.0.0 and riverpod_generator 2.6.5 depends on build ^2.0.0, riverpod_generator ^2.6.5 requires build ^2.0.0. And because build_runner >=2.9.0 depends on build ^4.0.0, riverpod_generator ^2.6.5 is incompatible with build_runner >=2.9.0. So, because moneymgr_mobile depends on both build_runner 2.10.1 and riverpod_generator ^2.6.5, version solving failed. You can try the following suggestion to make the pubspec resolve: * Consider downgrading your constraint on build_runner: flutter pub add dev:build_runner:^2.5.4 Failed to update packages. ```
renovate merged commit f880cb97f7 into main 2025-10-29 00:39:10 +00:00
renovate deleted branch renovate/dio-5.x 2025-10-29 00:39:10 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/MoneyMgr#126
No description provided.