Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency http to v1 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 23, 2023

This PR contains the following updates:

Package Type Update Change
http (source) dependencies major ^0.13.5 -> ^1.0.0

Release Notes

dart-lang/http (http)

v1.2.2

Compare Source

  • Require package web: '>=0.5.0 <2.0.0'.

v1.2.1

  • Require Dart ^3.3
  • Require package:web ^0.5.0.

v1.2.0

  • Add MockClient.pngResponse, which makes it easier to fake image responses.
  • Added the ability to fetch the URL of the response through BaseResponseWithUrl.
  • Add the ability to get headers as a Map<String, List<String> to
    BaseResponse.

v1.1.2

Compare Source

  • Allow web: '>=0.3.0 <0.5.0'.

v1.1.1

Compare Source

  • BrowserClient throws ClientException when the 'Content-Length' header
    is invalid.
  • IOClient trims trailing whitespace on header values.
  • Require Dart 3.2
  • Browser: support Wasm by using package:web.

v1.1.0

  • Add better error messages for SocketExceptions when using IOClient.
  • Make StreamedRequest.sink a StreamSink. This makes request.sink.close()
    return a Future instead of void, but the returned future should not be
    awaited. The Future returned from sink.close() may only complete after the
    request has been sent.

v1.0.0

  • Requires Dart 3.0 or later.
  • Add base, final, and interface modifiers to some classes.

Configuration

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

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

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented May 23, 2023

⚠ 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: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/rx-mobile-team/profile":"/mnt/renovate/gh/rx-mobile-team/profile" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/rx-mobile-team/profile" ghcr.io/containerbase/sidecar bash -l -c "install-tool flutter 3.10.1 && flutter pub upgrade http"
Downloading Linux x64 Dart SDK from Flutter engine b4fb11214dd2dda6ce012dd98ea498e9e8b91262...
Building flutter tool...
Because http_client_hoc081098 0.0.1-dev.0 depends on http ^0.13.0 and no versions of http_client_hoc081098 match >0.0.1-dev.0 <0.1.0, http_client_hoc081098 ^0.0.1-dev.0 requires http ^0.13.0.
So, because rx_mobile_team depends on both http ^1.0.0 and http_client_hoc081098 ^0.0.1-dev.0, version solving failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants