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 ^0.13.0 - abandoned #21

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 22, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
http dependencies minor ^0.12.1 -> ^0.13.0

Release Notes

dart-lang/http

v0.13.5

  • Allow async callbacks in RetryClient.
  • In MockHttpClient use the callback returned Response.request instead of
    the argument value to give more control to the callback. This may be breaking
    for callbacks which return incomplete Responses and relied on the default.

v0.13.4

Compare Source

  • Throw a more useful error when a client is used after it has been closed.
  • Require Dart 2.14.

v0.13.3

Compare Source

  • Validate that the method parameter of BaseRequest is a valid "token".

v0.13.2

  • Add package:http/retry.dart with RetryClient. This is the same
    implementation as package:http_retry which will be discontinued.

v0.13.1

  • Fix code samples in README to pass a Uri instance.

v0.13.0

Compare Source

  • Migrate to null safety.
  • Add const constructor to ByteStream.
  • Migrate BrowserClient from blob to arraybuffer.
  • Breaking All APIs which previously allowed a String or Uri to be
    passed now require a Uri.
  • Breaking Added a body and encoding argument to Client.delete. This
    is only breaking for implementations which override that method.

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 has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update dependency http to ^0.13.0 fix(deps): update dependency http to ^0.13.0 - abandoned Aug 15, 2023
@renovate
Copy link
Author

renovate bot commented Aug 15, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

None yet

1 participant