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 dynamicdata to 9.1.1 #878

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
DynamicData (source) 9.0.4 -> 9.1.1 age adoption passing confidence

Release Notes

reactiveui/DynamicData (DynamicData)

v9.1.1

Compare Source

Fixes:

  • b6e851e Fixed that .Bind() operators for ISortedChangeSet<TObject, TKey> streams were not properly recognizing the ResetOnFirstTimeLoad option. The option was only being used if the initial changeset also exceeded the ResetThreshold setting. (#​935) @​JakenVeina
  • 2c32489 Fix for GroupOnObservable OnCompleted handling (#​938) @​dwcullop
  • 9f934a2 Fix for ChangeSetMergeTracker so that it correctly works with Value Types (#​940) @​dwcullop
  • 5b0a911 Fixed a typo. (#​942) @​JakenVeina
  • f30efa2 Fixed that .SortAndPage() would not send a downstream changeset upon change of the comprer, when the current page includes all items. (#​967) @​JakenVeina
  • 95b94d3 Fixed that .Switch() did not propagate errors downstream. (#​968) @​JakenVeina
  • dd1f54d Fixed initialization logic for Join operators, to ensure that only one initial changeset is emitted, and that it emits only after both sources have emitted their initialization changeset. (#​945) @​JakenVeina

Other:


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, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 17.94%. Comparing base (204427d) to head (b60d4c5).
Report is 2 commits behind head on alpha.

Additional details and impacted files
@@           Coverage Diff           @@
##            alpha     #878   +/-   ##
=======================================
  Coverage   17.94%   17.94%           
=======================================
  Files         113      113           
  Lines       11380    11380           
  Branches     1976     1976           
=======================================
  Hits         2042     2042           
  Misses       9277     9277           
  Partials       61       61           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@IvanJosipovic IvanJosipovic merged commit 9c57717 into alpha Jan 21, 2025
17 checks passed
@IvanJosipovic IvanJosipovic deleted the renovate/dynamicdata-9.x branch January 21, 2025 15:03
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.

1 participant