chore(deps): update dependency dynamicdata to v8#217
Merged
RLittlesII merged 1 commit intomasterfrom Jan 7, 2024
Merged
Conversation
0364ea2 to
a58bd16
Compare
0bbd608 to
a503741
Compare
db3dc35 to
4abfc6d
Compare
e426b6a to
5e3944e
Compare
48e08b4 to
5564916
Compare
5564916 to
ef2b42f
Compare
124bc18 to
c4bc123
Compare
23c516d to
c2e34b5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #217 +/- ##
=======================================
Coverage 46.08% 46.08%
=======================================
Files 60 60
Lines 881 881
Branches 42 42
=======================================
Hits 406 406
Misses 475 475 ☔ View full report in Codecov by Sentry. |
c2e34b5 to
202a96d
Compare
202a96d to
dda7c48
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.14.6->8.3.27Release Notes
reactiveui/DynamicData (DynamicData)
v8.3.27Compare Source
Fixes:
2c0f459Fix Re-optimise capture of empty change. Auto formatting to modern feature is to blame! (#789) @RolandPheasantOther:
67a8e74Apply locking to fix join race conditions. Fixes #787 (#788) @RolandPheasantv8.3.25Compare Source
Dependencies:
91955c4build(deps): bump Roslynator.Analyzers from 4.5.0 to 4.6.1 in /src (#748) @dependabot[bot]eba0b61build(deps): bump xunit.runner.console from 2.5.1 to 2.6.1 in /src (#752) @dependabot[bot]7ad9829build(deps): bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 in /src (#747) @dependabot[bot]c8f9693build(deps): bump xunit from 2.5.1 to 2.6.1 in /src (#753) @dependabot[bot]68102c7build(deps): bump Microsoft.SourceLink.GitHub in /src (#769) @dependabot[bot]65b12e5build(deps): bump Roslynator.Analyzers from 4.6.2 to 4.6.4 in /src (#767) @dependabot[bot]cca367ebuild(deps): bump actions/checkout from 3 to 4 (#768) @dependabot[bot]779cd4fbuild(deps): bump dessant/lock-threads from 4 to 5 (#766) @dependabot[bot]fba2ebebuild(deps): bump actions/setup-dotnet from 3 to 4 (#779) @dependabot[bot]48faf26build(deps): bump Roslynator.Analyzers from 4.6.4 to 4.7.0 in /src (#777) @dependabot[bot]1716838build(deps): bump actions/setup-java from 3 to 4 (#778) @dependabot[bot]Features:
b01fe12Feature: Operators for IObservable<Optional> (#741) @dwcullop0434568Feature: MergeChangeSets for Observable Cache ChangeSets (#743) @dwcullop269828bFeature: MergeManyChangeSets with Parent Item Comparison (#750) @dwcullop53d5f6dFeature : Add API Tests (#757) @ChrisPulman85cd7a7Feature : Add Net 8.0, update code to c#12, Fix decimal StdDev (#756) @ChrisPulman5df6831Feature: List MergeManyChangeSets for Cache ChangeSets (#744) @dwcullopf492247Feature Re-design forToObservableChangeSet()(#771) @JakenVeinaFixes:
d647e33Fix API Checks, Add paragraphs to comments. (#759) @ChrisPulman2a2757dFixed that.DisposeMany()was not disposing items after downstream-teardown of the stream, I.E. unsubscription. (#761) @JakenVeinabb8b5dcFixed that non-observable objects within a property expression used by.WhenPropertyChanged()were incorrectly simulating notifications of property changes, immediately upon subscription, resulting in infinite looping, as a side-effect of the implementation for capturing object changes by re-subscribing to the inner change stream upon any changes in the expression. (#774) @JakenVeinaHousekeeping:
33bbe3ehousekeeping: use sonar cloud code coveage (#764) @glennawatsona0c2690housekeeping: Further work on updating code coverage (#765) @glennawatson0a1cdc7housekeeping: Enable sonar cloud badges @glennawatsonab11599housekeeping: Run sonar cloud coverage results locally after PR build completed (#773) @glennawatsonOther:
b30102fUpdated List to have same new MergeMany behavior (#742) @dwcullop6ac7026ToConcreteType Update (#751) @dwcullop6cfca26DisposeMany() Rework (#755) @JakenVeina0e1b8f8Index Safety for List Tranform Operator (#762) @dwcullopf6eadfeSourceList Overloads for MergeChangeSets for Cache ChangeSets (#763) @dwcullop72a37adUpdate README.md (#770) @JaggerJo70e02b5Added "polyfills" to allow internal usage of some C#11 compiler features, including therequiredandinitkeywords. (#772) @JakenVeina3d4543fBinding options - allow system wide options (#776) @RolandPheasant102fa7aList-to-List MergeManyChangeSets (#780) @dwcullopdf66dd4Remove some index -1 exceptions (#781) @RolandPheasantd93fb94Removed dead testing code that was disabled previously, and is now superseded byfd9083ffrom #760. (#782) @JakenVeina0e13de8Added changes to API verification files, missing from3d4543f. (#783) @JakenVeina29d3ddeRestored testing to CI Build Job, for PR builds. (#784) @JakenVeina65bb022Strengthen EditorConfig to help enforce coding standards (#775) @ChrisPulmane734087Benchmarks Enhancements and Organization (#785) @JakenVeinaTest:
fd9083fTesting rework:.ToObservableChangeSet()(#760) @JakenVeinav8.1.1Compare Source
Dependencies:
0292f19build(deps): bump actions/checkout from 3 to 4 (#731) @dependabot[bot]Features:
0e28e70Feature Additional Extension Methods for Optional (#733) @dwcullopf1da1b1Feature: MergeManyChangeSets (New Operator for Cache ChangeSets) (#736) @dwcullop8328067Feature: EditDiff extension method for IObservable<IEnumerable> (#738) @dwcullop0be0d95Feature: EditDiff extension method for IObservable<Optional> (#739) @dwcullop61900efFeature: Add FilterOnObservable for Cache ChangeSets (#735) @dwcullopOther:
cfa4ec1Initial Drop with Unit Tests (#740) @dwcullopv8.0.2Compare Source
Other:
b3180bcAdds optional "useReplaceForUpdates" to SortedObservableCollectionAdaptor (#726) @ccopseyv8.0.1Compare Source
Other:
4e9a209Bump version due to non-null constraint (#725) @RolandPheasantConfiguration
📅 Schedule: Branch creation - "after 3am on the first day of the month" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.