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, cached_network_image, location and image_picker in /AppDevNew/myapp #2

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

Conversation

dependabot[bot]
Copy link

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

Bumps dio, cached_network_image, location 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 cached_network_image from 2.2.0+1 to 3.2.3

Commits
  • 876a082 versioning and changelog
  • c9865f7 Merge pull request #792 from davidmartos96/closeChunksStream
  • ac60e35 fix typo
  • ce6d671 Unsubscribe from chunkEvents
  • ad4dea3 Close chunk events stream controller when imageStream is disposed
  • 3fcd65a prepare release
  • bdbfe33 Merge pull request #773 from Baseflow/bugfix/use-loadbuffer
  • f611c96 Fix deprecations
  • 0f76edf publish platform_interface and web implementation
  • 43fae1a Add git reference for cached_network_image
  • Additional commits viewable in compare view

Updates location from 3.0.2 to 4.4.0

Release notes

Sourced from location's releases.

4.2.3

  • FIX: fix macos build, fixing #544.

4.2.2

  • FIX: fix android crash on Android API 27, #579.

4.2.1

FIX: add compatibility version to target Java 8.

4.2.0

  • REFACTOR: remove Android strings.
  • REFACTOR: extract background notification logic to separate class.
  • FIX: wait 2 location updates to make sure that the last knwown position isn't returned instantly #549.
  • FIX: fix the depreciation warning on android #550.
  • FIX: improve changeSettings to be applied immediatly.
  • FEAT: add several information to resolve #552.
  • FEAT: add several information to resolve #552.
  • FEAT: better listen example to prevent infinite location request.
  • FEAT: fix typos.
  • FEAT: add ios requirements.
  • FEAT: improve example app.
  • FEAT: separate result variables to prevent result override.
  • FEAT: add isMock information on LocationData.
  • FEAT: add fallback for LocationAccuracy.reduced on Android.
  • FEAT: add option to reopen app from notification.
  • FEAT: allow for customizing Android notification text, subtext and color.
  • FEAT: update example app to showcase Android notification options.
  • FEAT: allow for customizing Android background notification from dart.
  • FEAT: handle notification changes in Android MethodCallHandler.
  • FEAT: return notification and channel id when changing options.
  • DOCS: update readme web.
  • CHORE: publish packages.
  • CHORE: publish packages.
  • CHORE: publish packages.
  • CHORE: publish packages.
  • CHORE: publish packages.
Commits
  • d00c096 chore(release): publish packages
  • b3e8641 Merge pull request #722 from m11an/master
  • ec795df Update FlutterLocationService.kt
  • 3873891 Update FlutterLocationService.kt
  • 49e6993 Merge pull request #681 from gquarles/master
  • 9a25e38 Migrate to mavenCentral over jcenter
  • 71d0527 feat(android): support android 12 in example app
  • b20273e Merge pull request #615 from rgaglen/patch-1
  • bae7e86 Removed NSLog that is flooding Xcode logs
  • ab79cba Create FUNDING.yml
  • Additional commits viewable in compare view

Updates image_picker from 0.6.7 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.

Bumps [dio](https://github.com/cfug/dio), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image), [location](https://github.com/Lyokone/flutterlocation) 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 `cached_network_image` from 2.2.0+1 to 3.2.3
- [Release notes](https://github.com/Baseflow/flutter_cached_network_image/releases)
- [Commits](Baseflow/flutter_cached_network_image@v2.2.0...v3.2.3)

Updates `location` from 3.0.2 to 4.4.0
- [Release notes](https://github.com/Lyokone/flutterlocation/releases)
- [Changelog](https://github.com/Lyokone/flutterlocation/blob/master/CHANGELOG.md)
- [Commits](Lyokone/flutterlocation@v3.0.2...location-v4.4.0)

Updates `image_picker` from 0.6.7 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: cached_network_image
  dependency-type: direct:production
- dependency-name: location
  dependency-type: direct:production
- dependency-name: image_picker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@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