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

Bump collection, dio_http2_adapter, dio, dio_smart_retry, pretty_dio_logger and dio_cookie_manager #2

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 21, 2023

Bumps collection, dio_http2_adapter, dio, dio_smart_retry, pretty_dio_logger and dio_cookie_manager. These dependencies needed to be updated together.
Updates collection from 1.15.0 to 1.17.0

Changelog

Sourced from collection's changelog.

1.17.0

  • Add Iterable.elementAtOrNull and List.elementAtOrNull extension methods.
  • Add a top-level lastBy() function that converts an Iterable to a Map by grouping its elements using a function, keeping the last element for each computed key. Also available as an extension method on Iterable.

1.16.0

  • Add an Iterable.slices extension method.
  • Add BoolList class for space-efficient lists of boolean values.
  • Use a stable sort algorithm in the IterableExtension.sortedBy method.
  • Add min, max, minOrNull and maxOrNull getters to IterableDoubleExtension, IterableNumberExtension and IterableIntegerExtension
  • Change UnorderedIterableEquality and SetEquality to implement Equality with a non-nullable generic to allows assignment to variables with that type. Assignment to Equality with a nullable type is still allowed because of covariance. The equals and hash methods continue to accept nullable arguments.
  • Enable the avoid_dynamic_calls lint.
Commits

Updates dio_http2_adapter from 2.0.0 to 2.1.0

Release notes

Sourced from dio_http2_adapter's releases.

2.1.0-stable-version

First stable version of 2.x

2.0.20

No release notes provided.

2.0.14

No release notes provided.

2.0.1

No release notes provided.

Commits

Updates dio from 4.0.6 to 5.0.3

Release notes

Sourced from dio's releases.

dio 5.0.3

What's new

  • Imply List<Map> as JSON content in ImplyContentTypeInterceptor.
  • Fix FormData encoding for collections and objects.

dio 5.0.2

What's new

  • Improve code formats according to linter rules.
  • Remove the force conversion for the response body.
  • Fix DioErrorType.cancel in Interceptors.
  • Fix wrong encoding of collection query parameters.
  • Fix "unsupported operation" error on web platform.

dio 5.0.1

What's new

  • Add ImplyContentTypeInterceptor as a default interceptor.
  • Add Headers.multipartFormDataContentType for headers usage.
  • Fix variable shadowing of withCredentials in browser_adapers.dart.
Commits

Updates dio_smart_retry from 1.2.0 to 5.0.0

Changelog

Sourced from dio_smart_retry's changelog.

5.0.0

  • Add supporting of the new dio 5.+

2.0.1-diox

  • Add supporting of DioX

1.4.0

  • Add supporting of retrying for requests with multipart/form-data, use MultipartFileRecreatable class for that (details).
  • DefaultRetryEvaluator and status codes constants from the file http_status_codes.dart was made a part of the public API.

1.3.2

  • Add a feature allowing to specify extra retryable status codes (parameter retryableExtraStatuses) (#11)
  • Add a request's CancelToken checking
  • Update dependencies
Commits

Updates pretty_dio_logger from 1.2.0-beta-1 to 1.3.1

Changelog

Sourced from pretty_dio_logger's changelog.

[1.3.1]

  • Add recommended lints
  • Fix connectTimeout and receiveTimeout

[1.3.1]

  • Fix connectTimeout and receiveTimeout #32
  • Update readme file badge

[1.3.0]

  • support dio >= 5.0.0
  • support Uint8List log
Commits

Updates dio_cookie_manager from 2.0.0 to 2.1.3

Release notes

Sourced from dio_cookie_manager's releases.

cookie_manager 2.1.3

What's new

  • Allow Set-Cookie to be parsed in redirect responses.
  • Fix new cookies being replaced by old cookies with the same name.
  • Sort the cookie by path (longer path first).

cookie_manager 2.1.2

What's new

  • Fix empty cookie parsing and header value set.
  • Improve code formats according to linter rules.

cookie_manager 2.1.1

What's new

2.1.0-stable-version

First stable version of 2.x

2.0.20

No release notes provided.

2.0.14

No release notes provided.

2.0.1

No release notes provided.

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…logger and dio_cookie_manager

Bumps [collection](https://github.com/dart-lang/collection), [dio_http2_adapter](https://github.com/cfug/dio/tree/main/plugins), [dio](https://github.com/cfug/dio), [dio_smart_retry](https://github.com/rodion-m/dio_smart_retry), [pretty_dio_logger](https://github.com/Milad-Akarie/pretty_dio_logger) and [dio_cookie_manager](https://github.com/cfug/dio/tree/main/plugins). These dependencies needed to be updated together.

Updates `collection` from 1.15.0 to 1.17.0
- [Release notes](https://github.com/dart-lang/collection/releases)
- [Changelog](https://github.com/dart-lang/collection/blob/master/CHANGELOG.md)
- [Commits](dart-archive/collection@1.15.0...1.17.0)

Updates `dio_http2_adapter` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](https://github.com/cfug/dio/commits/2.1.0/plugins)

Updates `dio` from 4.0.6 to 5.0.3
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](https://github.com/cfug/dio/commits/dio_v5.0.3)

Updates `dio_smart_retry` from 1.2.0 to 5.0.0
- [Release notes](https://github.com/rodion-m/dio_smart_retry/releases)
- [Changelog](https://github.com/rodion-m/dio_smart_retry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rodion-m/dio_smart_retry/commits)

Updates `pretty_dio_logger` from 1.2.0-beta-1 to 1.3.1
- [Release notes](https://github.com/Milad-Akarie/pretty_dio_logger/releases)
- [Changelog](https://github.com/Milad-Akarie/pretty_dio_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Milad-Akarie/pretty_dio_logger/commits)

Updates `dio_cookie_manager` from 2.0.0 to 2.1.3
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](https://github.com/cfug/dio/commits/cookie_manager_v2.1.3/plugins)

---
updated-dependencies:
- dependency-name: collection
  dependency-type: direct:production
- dependency-name: dio_http2_adapter
  dependency-type: direct:production
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: dio_smart_retry
  dependency-type: direct:production
- dependency-name: pretty_dio_logger
  dependency-type: direct:production
- dependency-name: dio_cookie_manager
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants