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 dio, file_picker_cross, mockito, permission_handler and image_picker #3

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 dio, file_picker_cross, mockito, permission_handler and image_picker. These dependencies needed to be updated together.
Updates dio from 3.0.9 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 file_picker_cross from 2.1.0 to 4.6.0

Changelog

Sourced from file_picker_cross's changelog.

4.6.0

  • updated dependencies
  • applied better code style
  • added share flag to Android

4.5.0

  • updated dependencies

4.4.1

  • made path optional

4.4.0

  • tag to avoid confusion of the latest version number

4.3.0

  • got rid of non-null-safety dependencies

4.2.9

  • Removed noisy output
  • Added optional parameters subject, text, and sharePositionOrigin to the FilePickerCross.exportToStorage()

4.2.8

  • Updated dependencies
  • Fixed incompatibility with old gradle version

4.2.7

  • Fixed implementation of save file dialog on desktop platforms requiring leading dots to be doubled

4.2.6

  • Fixed general errors during file selection on Desktops

4.2.5

  • Fixed null byte errors on mobile

4.2.4

  • Fixed incompatibility on mobile devices

4.2.3

... (truncated)

Commits
  • 3f45625 Merge branch 'share-save-as' into 'main'
  • 2c3ab30 chore: project work
  • 1e87876 feat: add option for save dialog on Android
  • 38c72b6 Merge branch 'plus_plugins' into 'main'
  • 50a6f21 migrated to share_plus and package_info_plus plugins
  • a758d1d Updated version
  • 72d0447 Merge branch 'KrilleFear/file_picker_cross-master'
  • 4355a50 Updated dependencies
  • 5528d37 chore: Update disk_space to be Android v2 compatible
  • 46b2140 Made path optional
  • Additional commits viewable in compare view

Updates mockito from 4.1.1 to 5.0.7

Changelog

Sourced from mockito's changelog.

5.0.7

  • Properly refer to type parameter bounds with import prefixes. #389
  • Stop referring to private typedefs in generated code. #396
  • Ignore prefer_const_constructors and avoid_redundant_argument_values lint rule violations in generated code.

5.0.6

  • Support the 0.4.x releases of test_api.

5.0.5

  • Support 4.x releases of code_builder.

5.0.4

  • Allow calling methods with void return types w/o stubbing. #367
  • Add type argument to dummy Future return value. #380

5.0.3

  • Support 1.x releases of source_gen.

5.0.2

  • Support the latest build packages and dart_style.

5.0.1

  • Update to the latest test_api.
  • Fix mock generation of type which has a supertype which mixes in a mixin.
  • Fix mock generation of method which returns a non-nullable generic function type.

5.0.0

  • verifyInOrder now returns a List<VerificationResult> which stores arguments which were captured in a call to verifiyInOrder.
  • Breaking change: Remove the public constructor for VerificationResult.
  • Doesn't allow verify been used inside the verifyInOrder.

5.0.0-nullsafety.7

  • Fix generation of duplicate mock getters and setters from inherited classes.

... (truncated)

Commits
  • e620734 Do not use private type alias names in generated code.
  • c06ec0b Properly collect types in type parameter bounds.
  • 7e83711 Add prefer_const_constructors and avoid_redundant_argument_values to ignore_f...
  • 38077dc Fix version number in CHANGELOG.
  • ddda510 Support the latest test_api
  • 267548d Add details to verifyInOrder's new error.
  • f060f80 Support code_builder 4.x and bump mockito to 5.0.5 (#387)
  • 67f09a3 Update setup-dart CI version
  • 4a3908a Fix some issues with the mockito README.md
  • e5bb720 Add URL to references of a mark target's type arguments.
  • Additional commits viewable in compare view

Updates permission_handler from 5.0.1+1 to 10.2.0

Commits
  • 2e47f05 Added plugin support for new granular Android 13 storage permissions … (#941)
  • 2395c10 Added platform support for new android granular media and alarm permissions (...
  • f1efd8b Added support for new Android media and alarm permissions (#933)
  • adf246f Prevent appearing popup that asks to turn on Bluetooth on iOS (#924)
  • 6191231 Added support for new Android 13 NEARBY_WIFI_DEVICES permission (#929)
  • 161e99c Add support for NEARBY_WIFI_DEVICES permission to platform packages (#928)
  • 14a22a0 Added platform interface support for Android 13: NEARBY_WIFI_DEVICES (#927)
  • 9ecea26 Update version to 10.0.2
  • e0dcd90 Update links for pub.dev (#908)
  • 1947ff4 Fix PermissionHandlerEnums link (#918)
  • Additional commits viewable in compare view

Updates image_picker from 0.6.7+4 to 0.8.7

Commits
  • 3814ec4 [image_picker] moves Android 13 image picker to options (#3370)
  • 6d5cb85 [various] Clarify endorsement in READMEs (#3404)
  • e9c15fe [various] Remove enableR8 (#3400)
  • 789e3a7 [various] Align Flutter and Dart SDK constraints (#3349)
  • 2f21321 [ci+various] Partially enable javac warning checks (#3293)
  • 875a403 Update annotation and espresso dependencies (#3271)
  • 7ec6a77 [image_picker_android] Adds Android 13 photo picker functionality (#3267)
  • ed1f780 [image_picker] Update minimum Flutter version to 3.3 and iOS 11 (#3327)
  • 25f0f70 [various] Update flutter/plugins links (#3256)
  • 943ffbc [plugins] Disables the AndroidGradlePluginVersion issue ID in all android pac...
  • Additional commits viewable in compare view

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.

…cker

Bumps [dio](https://github.com/cfug/dio), [file_picker_cross](https://gitlab.com/TheOneWithTheBraid/file_picker_cross), [mockito](https://github.com/dart-lang/mockito), [permission_handler](https://github.com/baseflow/flutter-permission-handler) and [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker). These dependencies needed to be updated together.

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

Updates `file_picker_cross` from 2.1.0 to 4.6.0
- [Release notes](https://gitlab.com/TheOneWithTheBraid/file_picker_cross/tags)
- [Changelog](https://gitlab.com/TheOneWithTheBraid/file_picker_cross/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/TheOneWithTheBraid/file_picker_cross/compare/2.1.0...4.6.0)

Updates `mockito` from 4.1.1 to 5.0.7
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](dart-lang/mockito@4.1.1...5.0.7)

Updates `permission_handler` from 5.0.1+1 to 10.2.0
- [Release notes](https://github.com/baseflow/flutter-permission-handler/releases)
- [Commits](Baseflow/flutter-permission-handler@permission_handler-v5.0.1...permission_handler_v10.2.0)

Updates `image_picker` from 0.6.7+4 to 0.8.7
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/image_picker-v0.8.7/packages/image_picker)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: file_picker_cross
  dependency-type: direct:production
- dependency-name: mockito
  dependency-type: direct:production
- dependency-name: permission_handler
  dependency-type: direct:production
- dependency-name: image_picker
  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