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

fix(deps): update dependency rxdart_ext to ^0.2.0 #20

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rxdart_ext dependencies minor ^0.1.2 -> ^0.2.0

Release Notes

hoc081098/rxdart_ext

v0.2.2

Compare Source

  • Revert path to ^1.8.0 (because flutter_test from Flutter sdk (>= 2.5.0) depends on path 1.8.0 or 1.8.1).

v0.2.1

Compare Source

  • Update rxdart to 0.27.4.

  • Update path to 1.8.2.

  • operators:

    • Remove Stream.whereNotNull() (moved to rxdart 0.27.4 as standard
      operator: mapNotNull).
    • Remove Stream.mapNotNull() (moved to rxdart 0.27.4 as standard
      operator: whereNotNull).

v0.2.0

Compare Source

  • utils:

    • Add DisposableMixin. This mixin adds an easy option to dispose Streams without having to store
      a StreamSubscription variable. (Thanks to Jop Middelkamp).
    • Add Equality typedef.
  • state_stream:

    • Rename StateStream.defaultEquals to StateStream.defaultEquality.
    • Add StateStream selectors (SelectorsStateStreamExtensions): StateStream.select, StateStream.select2
      to StateStream.select9
      and StateStream.selectMany.
      • Select a sub state slice from state stream. Inspirited
        by NgRx memoized selector
      • Selectors can compute derived data, to store the minimal possible state.
      • Selectors are efficient. A selector is not recomputed unless one of its arguments changes.
      • When using the select, select2 to select9, selectMany functions, keeps track of the latest arguments
        in which your selector function was invoked. Because selectors are pure functions, the last result can be
        returned when the arguments match without re-invoking your selector function. This can provide performance
        benefits, particularly with selectors that perform expensive computation. This practice is known as
        memoization.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Mar 26, 2022

Codecov Report

Merging #20 (a5819b2) into master (e4908e5) will not change coverage.
The diff coverage is n/a.

❗ Current head a5819b2 differs from pull request most recent head 4b546c8. Consider uploading reports for the commit 4b546c8 to get more accurate results

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   82.92%   82.92%           
=======================================
  Files           4        4           
  Lines          82       82           
=======================================
  Hits           68       68           
  Misses         14       14           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 339393a...4b546c8. Read the comment docs.

@renovate renovate bot force-pushed the renovate/rxdart_ext-0.x branch from a5819b2 to 4b546c8 Compare June 3, 2022 06:40
@hoc081098 hoc081098 merged commit 7b79a67 into master Jun 3, 2022
@renovate renovate bot deleted the renovate/rxdart_ext-0.x branch June 3, 2022 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants