Skip to content

chore(deps): bump dio from 5.9.2 to 5.10.0 in /shorebird_fintech_wallet#27

Merged
AbhishekDoshi26 merged 2 commits into
mainfrom
dependabot/pub/shorebird_fintech_wallet/dio-5.10.0
Jul 3, 2026
Merged

chore(deps): bump dio from 5.9.2 to 5.10.0 in /shorebird_fintech_wallet#27
AbhishekDoshi26 merged 2 commits into
mainfrom
dependabot/pub/shorebird_fintech_wallet/dio-5.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps dio from 5.9.2 to 5.10.0.

Release notes

Sourced from dio's releases.

dio 5.10.0

What's new

  • Fix FormData.readAsBytes excessive memory usage with large payloads by replacing the O(n²) reduce+spread approach with a pre-allocated Uint8List.
  • Fix request hanging indefinitely when async interceptor callbacks throw without calling the handler.
  • Fix HttpException: Connection closed before full header was received being reported as DioExceptionType.unknown.
  • Add transformTimeout to bound long-running response transformations, including background JSON decoding. On web, timeout handling is best-effort because synchronous JavaScript work cannot be preempted.
  • Fix FormData.clone() dropping boundaryName and camelCaseContentDisposition, so a retried multipart request now keeps the original options instead of silently falling back to the defaults.
  • Fix QueuedInterceptor stalling its queue forever when the active request is cancelled while its callback is still pending (never calls next/resolve/reject), which blocked every subsequent request routed through the interceptor.
  • Fix ErrorInterceptorHandler.reject(..., true) not continuing to following error interceptors in queued interceptors.
Commits
  • e11fef1 🔖 dio v5.10.0
  • fd2fa9e 🔖 web_adapter v2.2.0
  • 0940678 ⚡️ Fix FormData.readAsBytes excessive memory usage with large payloads (#2544)
  • 82a142c 🐛 Allow callFollowingErrorInterceptor when rejecting in `ErrorInterceptorHa...
  • b43636f Bump actions/checkout from 6.0.3 to 7.0.0 (#2541)
  • 36e88bf Bump actions/setup-java from 5.2.0 to 5.3.0 (#2542)
  • 6307d27 Bump bluefireteam/melos-action from 3.6.0 to 3.8.0 (#2540)
  • f9705fe Support web downloads in browser adapter (#2534)
  • f874e68 test: scope coverage sources by package/platform (#2539)
  • 20d398f 🔖 native_dio_adapter v1.6.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dio](https://github.com/cfug/dio) from 5.9.2 to 5.10.0.
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](cfug/dio@dio_v5.9.2...dio_v5.10.0)

---
updated-dependencies:
- dependency-name: dio
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jul 1, 2026
@AbhishekDoshi26 AbhishekDoshi26 enabled auto-merge (squash) July 3, 2026 08:06
@AbhishekDoshi26 AbhishekDoshi26 merged commit 65bf520 into main Jul 3, 2026
12 checks passed
@AbhishekDoshi26 AbhishekDoshi26 deleted the dependabot/pub/shorebird_fintech_wallet/dio-5.10.0 branch July 3, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant