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, toast, cupertino_icons, rxdart, cached_network_image, pull_to_refresh, flutter_markdown, fluttertoast, connectivity, shared_preferences and url_launcher #11

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, toast, cupertino_icons, rxdart, cached_network_image, pull_to_refresh, flutter_markdown, fluttertoast, connectivity, shared_preferences and url_launcher. These dependencies needed to be updated together.
Updates dio from 2.1.16 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 toast from 0.1.5 to 0.3.0

Changelog

Sourced from toast's changelog.

0.2.5

add null check add web support

Commits

Updates cupertino_icons from 0.1.2 to 1.0.5

Release notes

Sourced from cupertino_icons's releases.

animations-v1.0.0

No release notes provided.

animations-v1.0.0+1

No release notes provided.

animations-v1.0.0+2

No release notes provided.

animations-v1.0.0+3

No release notes provided.

animations-v1.0.0+4

No release notes provided.

animations-v1.0.0+5

No release notes provided.

flutter_lints-v1.0.0-dev.0

  • Initial pre-release
Commits
  • f78df7b create a ttf that has duplicate codepoints to better handle the 0.1.3 transition
  • 3e02d40 Added better documentation to find the pub package (#3)
  • See full diff in compare view

Updates rxdart from 0.20.0 to 0.27.7

Release notes

Sourced from rxdart's releases.

0.27.7

https://pub.dev/packages/rxdart/versions/0.27.7

Fixed

  • Subject
    • Only call onAdd and onError if the subject is not closed. This ensures BehaviorSubject and ReplaySubject do not update their values after they have been closed.

    • Subject.stream now returns a read-only Stream. Previously, Subject.stream was identical to the Subject, so we could add events to it, for example: (subject.stream as Sink<T>).add(event). This behavior is now disallowed, and will throw a TypeError if attempted. Use Subject.sink/Subject itself for adding events.

    • Change return type of ReplaySubject<T>.stream to ReplayStream<T>.

    • Internal refactoring of Subject.addStream.


What's Changed

Full Changelog: ReactiveX/rxdart@0.27.6...0.27.7

0.27.6

https://pub.dev/packages/rxdart/versions/0.27.6

  • Rx.using/UsingStream: resourceFactory can now return a Future. This allows for asynchronous resource creation.

  • Rx.range/RangeStream: ensure RangeStream is only listened to once.


What's Changed

Full Changelog: ReactiveX/rxdart@0.27.5...0.27.6

0.27.5

https://pub.dev/packages/rxdart/versions/0.27.5

Bug fixes

... (truncated)

Changelog

Sourced from rxdart's changelog.

0.27.7 (2022-11-16)

Fixed

  • Subject
    • Only call onAdd and onError if the subject is not closed. This ensures BehaviorSubject and ReplaySubject do not update their values after they have been closed.

    • Subject.stream now returns a read-only Stream. Previously, Subject.stream was identical to the Subject, so we could add events to it, for example: (subject.stream as Sink<T>).add(event). This behavior is now disallowed, and will throw a TypeError if attempted. Use Subject.sink/Subject itself for adding events.

    • Change return type of ReplaySubject<T>.stream to ReplayStream<T>.

    • Internal refactoring of Subject.addStream.

0.27.6 (2022-11-11)

  • Rx.using/UsingStream: resourceFactory can now return a Future. This allows for asynchronous resource creation.

  • Rx.range/RangeStream: ensure RangeStream is only listened to once.

0.27.5 (2022-07-16)

Bug fixes

  • Fix issue #683: Throws runtime type error when using extension methods on a Stream<R> but its type annotation is Stream<T>, R is a subtype of T (covariance issue with StreamTransformer).

    Stream<num> s1 = Stream<int>.fromIterable([1, 2, 3]);
    // throws "type 'SwitchMapStreamTransformer<num, num>' is not a subtype of type 'StreamTransformer<int, num>' of 'streamTransformer'"
    s1.switchMap((v) => Stream.value(v));
    Stream<int?> s2 = Stream<int>.fromIterable([1, 2, 3]);
    // throws "type 'SwitchMapStreamTransformer<int?, int?>' is not a subtype of type 'StreamTransformer<int, int?>' of 'streamTransformer'"
    s2.switchMap((v) => Stream.value(v));

    Extension methods were previously implemented via stream.transform(streamTransformer), now via streamTransformer.bind(stream) to avoid this issue.

  • Fix concatEager: activeSubscription should be changed to next subscription.

Code refactoring

  • Change return type of pairwise to Stream<List<T>>.

0.27.4 (2022-05-29)

Bug fixes

... (truncated)

Commits
  • 3d1b6c0 chore(publish): prepare for v0.27.7 (#701)
  • b0d6ad1 refactor(subject): addStream (#700)
  • e1f6cd9 refactor(subject): Subject.stream now returns a read-only Stream (#699)
  • 1a8fcef ci: add dart 2.17.0
  • 45f8c5e fix(subject): only call onAdd and onError if the subject is not closed (#...
  • 8916c7c chore(publish): prepare for v0.27.6 (#697)
  • 9464cdd refactor(Rx.using): resourceFactory can return a Future (#696)
  • c0566b4 fix(range): ensure RangeStream is only listened to once (#694)
  • 58c82c0 fix(range): make sure RangeStream can only be listened to once (#690)
  • e13dad0 prepare for v0.27.5 (#688)
  • Additional commits viewable in compare view

Updates cached_network_image from 1.1.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 pull_to_refresh from 1.5.4 to 2.0.0

Release notes

Sourced from pull_to_refresh's releases.

V2.0.0

Breaking Changes:

  • Remove onOffsetChange in SmartRefresher,autoLoad in RefreshConfiguration,scrollController in RefreshController
  • add argument to onTwoLevel(callback when closed)

features

  • migrate null-safety
  • add needCallback in requestRefresh and requestLoading for avoiding the callback of onRefresh or onLoading

Bug fix

  • In NestedScrollView+ClampingScrollPhysics(Android ScrollBehaviour),header can be seen when fling to top.
  • unMounted widget used crash error when fast rebuild in requestRefresh
  • fix sliverRefreshBody layoutSize instead of -0.001,it will crash error when viewportMainAxis=0

Other

  • Add assert to avoid invalid usage

V1.6.5

  • fix check full page logic.
  • fix crash "locking up a deactive widget is unsafe".

V1.6.4

  • fix error crash by deprecated function removed
  • add extra ScrollView reference parameter

V1.6.4-nullsafety.0

  • add null safety

V1.6.3

  • fix bug:gesture disabled after refresh complete in an error refreshState
  • fix problem:Footer hide back suddenly(this cause by the flutter breaking change)
  • add vibrate option to enable vibrate when trigger onRefresh or onLoading
  • fix SmartRefresher key in mutiple widgets
  • add other languages

V1.6.2

  • fix "_pendingDimenssion is not true" fatal error

V1.6.1

  • fix nestedSrollView requestRefresh error
  • fix NestedScrollView cast error
  • fix twice loading when no data return
  • reuse the state when update refreshController
  • add other language

V1.6.0

  • fix slow bounce back when load more too fast
  • fix footer renderError with reverse:true,behaviour return to 1.5.7
  • add check null in requestRefresh()
  • fix refreshText reverse error(ClassicHeader) when reverse:true

... (truncated)

Changelog

Sourced from pull_to_refresh's changelog.

2.0.0

Breaking Changes:

  • Remove onOffsetChange in SmartRefresher,autoLoad in RefreshConfiguration,scrollController in RefreshController
  • add argument to onTwoLevel(callback when closed)

features

  • migrate null-safety
  • add needCallback in requestRefresh and requestLoading for avflutoiding the callback of onRefresh or onLoading

Bug fix

  • In NestedScrollView+ClampingScrollPhysics(Android ScrollBehaviour),header can be seen when fling to top.
  • unMounted widget used crash error when fast rebuild in requestRefresh
  • fix sliverRefreshBody layoutSize instead of -0.001,it will crash error when viewportMainAxis=0

Other

  • Add assert to avoid invalid usage

1.6.5

  • fix check full page logic.
  • fix crash "locking up a deactive widget is unsafe".

1.6.4

  • fix error crash by deprecated function removed
  • add extra ScrollView reference parameter

1.6.3

  • fix bug:gesture disabled after refresh complete in an error refreshState
  • fix problem:Footer hide back suddenly(this cause by the flutter breaking change)
  • add vibrate option to enable vibrate when trigger onRefresh or onLoading
  • fix SmartRefresher key in mutiple widgets
  • add other languages

1.6.2

  • fix "_pendingDimenssion is not true" error with the breaking change

1.6.1

  • fix NestedScrollView requetRefresh error
  • fix NestedScollView cast error
  • fix twiceloadng when no data return
  • add support for update refreshcontroller
  • add other language

1.6.0

  • fix slow bounce back when load more too fast
  • fix footer renderError with reverse:true,behaviour return to 1.5.7
  • add check null in requestRefresh()
  • fix refreshText reverse error(ClassicHeader) when reverse:true

... (truncated)

Commits
  • 0be096c update to 2.0.0
  • 6544819 format code
  • 195af8b add bool argument to onTwoLevel
  • bd5b264 Remove autoLoad in RefreshConfiguration
  • 22a700f add test to needCallback argument
  • 9f84946 Add needCallback argument:allow requestRefresh not to callback onRefresh
  • de85a2e add assert:prevent use controller to mutiple SmartRefresh
  • d221d3f Remove scrollController and onOffsetChange
  • 33effd7 fix merge error
  • e39f285 Merge remote-tracking branch 'origin/nullsafety'
  • Additional commits viewable in compare view

Updates flutter_markdown from 0.2.0 to 0.6.14

Commits
  • 0fe1b44 [flutter_markdown] Require pkg:markdown v7.0.0 (#3194)
  • 6e32045 [xdg_directories] Mark as 1.0 (#3091)
  • 34e0db2 [ci] More LUCI pre-alignment with flutter/plugins (#3188)
  • 3f20f4b [pigeon] Change the Obj-C error type for FlutterApi (#3182)
  • b6f2ee1 [go_router] Adds reverseTransitionDuration to CustomTransitionPage (#3175)
  • c558f01 [ci] Partially migrate macOS-host Pigeon tests to LUCI (#3046)
  • 4f8598a [go_router] Avoid unnecessary null checks (#3142)
  • f2f6c5e [go_router_builder] Support default values for route parameters (#2826)
  • fa4775e Manual flutter roll and analyzer fix (#3174)
  • b338aba [pigeon]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin (#3169)
  • Additional commits viewable in compare view

Updates fluttertoast from 3.1.0 to 8.2.1

Changelog

Sourced from fluttertoast's changelog.

[8.2.1]

  • Removed context.mounted

[8.2.0]

  • Updated the flow for Toast with Context

[8.1.4]

  • Merged #419 (added environment restriction in pubspec)

[8.1.3]

[8.1.2]

[8.1.1] [8.1.0]

  • Many issues fixed
  • iOS M1 Chip Fix

[8.0.9]

[8.0.8]

  • Many issues fixed

[8.0.7]

  • Added fadeDuration in FToast to set fade animation Duration
  • Fixed Toast behind the screen #287 , #281
  • Fixed #303

[8.0.6]

  • Only safe (?.) or non-null asserted (!!.) (#300)

[8.0.5]

  • Fixed Unresolved reference: R (Issue with Android API 30)

[8.0.4]

  • Fixed Unresolved reference: R (Issue with Android API 30)

... (truncated)

Commits

Updates connectivity from 0.3.1 to 3.0.6

Commits
  • 375c423 Point deprecated plugins to Plus versions (#3971)
  • a864de2 Move integration test to null safety for multiple plugins (#3932)
  • df4dea5 [connectivity] Ignore Reachability pointer to int cast warning (#3941)
  • 4277ce9 Enable web integration tests on stable (#3903)
  • 469551a [connectivity] Migrate maven repo from jcenter to mavenCentral (#3909)
  • 37ac97f Ensure that integration tests are actually being run (#3857)
  • 7765fa0 Check in macOS example Podfiles (#3864)
  • c54b73d Add implement and registerWith method to plugins (#3833)
  • 50f9ee9 Move all null safety packages' min dart sdk to 2.12.0 (#3822)
  • 89ccc0e Fix and update version checks (#3792)
  • Additional commits viewable in compare view

Updates shared_preferences from 0.5.3+4 to 2.0.20

Release notes

Sourced from shared_preferences's releases.

animations-v2.0.0-nullsafety.0

  • Migrates to null safety.

animations-v1.1.2

  • Fixes for upcoming changes to the flutter framework.

animations-v1.1.1

No release notes provided.

animations-v1.1.0

No release notes provided.

animations-v1.0.0

No release notes provided.

animations-v1.0.0+1

No release notes provided.

animations-v1.0.0+2

No release notes provided.

animations-v1.0.0+3

No release notes provided.

animations-v1.0.0+4

No release notes provided.

animations-v1.0.0+5

No release notes provided.

flutter_lints-v1.0.0-dev.0

  • Initial pre-release
Commits

Updates url_launcher from 5.1.2 to 6.1.10

Commits
  • 25f0f70 [various] Update flutter/plugins links (#3256)
  • 943ffbc [plugins] Disables the AndroidGradlePluginVersion issue ID in all android pac...
  • 39a1ee4 [url_launcher]: Bump org.mockito:mockito-core (#7098)
  • e800e3c Migrate these tests to the "new" API. (#7189)
  • 0814a3b [various] Raise JVM limit in example builds (#7155)
  • 21efb87 [url_launcher_ios] Update minimum Flutter version to 3.3 and iOS 11 (#7110)
  • b852a78 [various] prepare for more const widgets (#7074)
  • f4b2779 prepare for TestDefaultBinaryMessengerBinding.instance becoming non-nullable ...
  • b866cbc [url_launcher] Convert Windows to Pigeon (#6991)
  • a6ff238 [ci] Update legacy Flutter version tests (#7019)
  • 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.

…to_refresh, flutter_markdown, fluttertoast, connectivity, shared_preferences and url_launcher

Bumps [dio](https://github.com/cfug/dio), [toast](https://github.com/huclengyue/FlutterToast), [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages), [rxdart](https://github.com/ReactiveX/rxdart), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image), [pull_to_refresh](https://github.com/peng8350/flutter_pulltorefresh), [flutter_markdown](https://github.com/flutter/packages/tree/main/packages), [fluttertoast](https://github.com/PonnamKarthik/FlutterToast), [connectivity](https://github.com/flutter/plugins/tree/master/packages/connectivity), [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) and [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher). These dependencies needed to be updated together.

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

Updates `toast` from 0.1.5 to 0.3.0
- [Release notes](https://github.com/huclengyue/FlutterToast/releases)
- [Changelog](https://github.com/appdev/FlutterToast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/huclengyue/FlutterToast/commits)

Updates `cupertino_icons` from 0.1.2 to 1.0.5
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.5/third_party/packages)

Updates `rxdart` from 0.20.0 to 0.27.7
- [Release notes](https://github.com/ReactiveX/rxdart/releases)
- [Changelog](https://github.com/ReactiveX/rxdart/blob/master/CHANGELOG.md)
- [Commits](ReactiveX/rxdart@0.20.0...0.27.7)

Updates `cached_network_image` from 1.1.1 to 3.2.3
- [Release notes](https://github.com/Baseflow/flutter_cached_network_image/releases)
- [Commits](Baseflow/flutter_cached_network_image@v1.1.1...v3.2.3)

Updates `pull_to_refresh` from 1.5.4 to 2.0.0
- [Release notes](https://github.com/peng8350/flutter_pulltorefresh/releases)
- [Changelog](https://github.com/peng8350/flutter_pulltorefresh/blob/master/CHANGELOG.md)
- [Commits](peng8350/flutter_pulltorefresh@1.5.4...2.0.0)

Updates `flutter_markdown` from 0.2.0 to 0.6.14
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_markdown-v0.6.14/packages)

Updates `fluttertoast` from 3.1.0 to 8.2.1
- [Release notes](https://github.com/PonnamKarthik/FlutterToast/releases)
- [Changelog](https://github.com/ponnamkarthik/FlutterToast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PonnamKarthik/FlutterToast/commits)

Updates `connectivity` from 0.3.1 to 3.0.6
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/connectivity-v3.0.6/packages/connectivity)

Updates `shared_preferences` from 0.5.3+4 to 2.0.20
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.0.20/packages/shared_preferences)

Updates `url_launcher` from 5.1.2 to 6.1.10
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.1.10/packages/url_launcher)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: toast
  dependency-type: direct:production
- dependency-name: cupertino_icons
  dependency-type: direct:production
- dependency-name: rxdart
  dependency-type: direct:production
- dependency-name: cached_network_image
  dependency-type: direct:production
- dependency-name: pull_to_refresh
  dependency-type: direct:production
- dependency-name: flutter_markdown
  dependency-type: direct:production
- dependency-name: fluttertoast
  dependency-type: direct:production
- dependency-name: connectivity
  dependency-type: direct:production
- dependency-name: shared_preferences
  dependency-type: direct:production
- dependency-name: url_launcher
  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
@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Mar 21, 2023

@dependabot[bot]: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@f2c-ci-robot f2c-ci-robot bot added the do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. label Mar 21, 2023
@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Mar 21, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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 do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants