permission-flow-android icon indicating copy to clipboard operation
permission-flow-android copied to clipboard

[Update]: Bump turbine from 0.10.0 to 0.11.0

Open dependabot[bot] opened this issue 3 years ago • 2 comments

Bumps turbine from 0.10.0 to 0.11.0.

Release notes

Sourced from turbine's releases.

0.11.0

Added

  • Restore timeout support. By default a 1-second timeout will be enforced when awaiting an event. This can be customized by supplying a timeout argument or by using the withTurbineTimeout wrapper function. Timeouts will always use wall clock time even when using a virtual time dispatcher.

Changed

  • When runTest (or any TestCoroutineScheduler) is in use, switch to the UnconfinedTestScheduler internally to ensure virtual time remains working.
Changelog

Sourced from turbine's changelog.

[0.11.0]

Added

  • Restore timeout support. By default a 1-second timeout will be enforced when awaiting an event. This can be customized by supplying a timeout argument or by using the withTurbineTimeout wrapper function. Timeouts will always use wall clock time even when using a virtual time dispatcher.

Changed

  • When runTest (or any TestCoroutineScheduler) is in use, switch to the UnconfinedTestScheduler internally to ensure virtual time remains working.
Commits
  • c806049 Prepare version 0.11.0
  • 0645f26 Small useless tweaks
  • bd023f0 Copy Channel timeout tests into Flow and Flow-in-scope tests
  • f118449 Restore timeouts with wallclock time (#140)
  • 65bfc13 Fix incorrect expectCompleteButWasErrorThrows test
  • b0f10c6 Fix bugs with expectRecentItem and error events
  • bfc4558 Centralize custom exception subtype for tests
  • b4f99fa Use test-specific unconfined when test scheduler is in use
  • 9b6c033 Prepare next development version
  • See full diff in compare view

Dependabot compatibility score

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)

dependabot[bot] avatar Sep 29 '22 12:09 dependabot[bot]

Codecov Report

Base: 87.31% // Head: 87.31% // No change to project coverage :thumbsup:

Coverage data is based on head (27ca05b) compared to base (1cf4868). Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #30   +/-   ##
=======================================
  Coverage   87.31%   87.31%           
=======================================
  Files           9        9           
  Lines         134      134           
  Branches       19       19           
=======================================
  Hits          117      117           
  Misses          9        9           
  Partials        8        8           
Flag Coverage Δ
unittests 87.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Sep 29 '22 12:09 codecov[bot]

A newer version of app.cash.turbine:turbine exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

dependabot[bot] avatar Oct 12 '22 01:10 dependabot[bot]