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

Update dependency http to v1 #13

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

Update dependency http to v1 #13

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 22, 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 22, 2023

⚠ Artifact update problem

Renovate failed to update artifacts 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: telegram_random_quotes/pubspec.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/0010cb/ad6fcd/repos/github/hoc081098/hoc081098":"/tmp/worker/0010cb/ad6fcd/repos/github/hoc081098/hoc081098" -v "/tmp/worker/0010cb/ad6fcd/cache":"/tmp/worker/0010cb/ad6fcd/cache" -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/0010cb/ad6fcd/repos/github/hoc081098/hoc081098/telegram_random_quotes" ghcr.io/containerbase/sidecar:9.20.4 bash -l -c "install-tool dart 3.1.3 && dart pub upgrade http"
Because every version of http_client_hoc081098 from git depends on http ^0.13.0 and telegram_random_quotes depends on http ^1.0.0, http_client_hoc081098 from git is forbidden.
So, because telegram_random_quotes depends on http_client_hoc081098 from git, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on http: dart pub add http:^0.13.6

File name: countdown/pubspec.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/0010cb/ad6fcd/repos/github/hoc081098/hoc081098":"/tmp/worker/0010cb/ad6fcd/repos/github/hoc081098/hoc081098" -v "/tmp/worker/0010cb/ad6fcd/cache":"/tmp/worker/0010cb/ad6fcd/cache" -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/0010cb/ad6fcd/repos/github/hoc081098/hoc081098/countdown" ghcr.io/containerbase/sidecar:9.20.4 bash -l -c "install-tool dart 3.1.3 && dart pub upgrade http"
Because every version of http_client_hoc081098 from git depends on http ^0.13.0 and countdown depends on http ^1.0.0, http_client_hoc081098 from git is forbidden.
So, because countdown depends on http_client_hoc081098 from git, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on http: dart pub add http:^0.13.6

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