b-editor / beutl

Cross-platform video editing (compositing) software.
https://beutl.beditor.net
MIT License
280 stars 15 forks source link

Bump DynamicData from 8.4.1 to 9.0.1 #1019

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps DynamicData from 8.4.1 to 9.0.1.

Release notes

Sourced from DynamicData's releases.

9.0.1

Fixes:

  • 76fd915924fab0e6756038f50a4fff4464a4ed00 Fixed that ChangeSet was incorrectly counting item changes, by not including Refresh changes, and added corresponding tests. (#892) @​JakenVeina
  • 903afc882339d002a3e1c6b62eb6c6d3e8db8e85 Fixed ambiguous overloads for ObservableCacheEx.ExpireAfter() and ObservableListEx.ExpireAfter(). (#822) @​JakenVeina
  • 897beb848ab93810068ebcda82951ddc105b44c7 fix polyfills visibility (#910) @​kronic

Other:

  • 6f45aa3c65c3b55a4d25e4e52764ef46d29b70d3 Observable comparers for SortAndBind (#884) @​RolandPheasant
  • a02c6d659248078bb2c4c0efd8e22479be5856c5 Added a shared/reusable implementation for multi-locking within stream operators, I.E. being able to process upstream notifications and downstream notifications at the same time, with different locks, while still preserving notification order. (#893) @​JakenVeina
  • 14c047f5fc837548962c4875d068a05a6b356dca chore(deps): update dependency roslynator.analyzers to v4.12.3 (#857) @​renovate[bot]
  • c69556f4b92e3a2bd2729c59fe35d90ae0ab8b53 chore(deps): update xunit-dotnet monorepo to v2.8.0 (#897) @​renovate[bot]
  • f9d1acfdf19813f17ed52175a54404c39aef550c chore(deps): update dependency verify.xunit to v23.7.2 (#886) @​renovate[bot]
  • 00a702eebffc96ae4f968bb9f23e61e67f7cacab Update ListEx.cs, missing char (#905) @​kmgallahan
  • 275cc2c4202558903f82ce8785267dd9f6f7a82a New Virtualization operator (#888) @​RolandPheasant
  • cec559b151ca4b65586b313b8185141834d9752f [DO NOT MERGE]: IKeyValueCollection as IReadOnlyList (#874) @​kronic
  • a78094e03753c03964cd356ae6d50be17aa6504f chore(deps): update dependency microsoft.net.test.sdk to v17.10.0 (#908) @​renovate[bot]
  • 6b19fd5a8462ce6195e6bc28be1d06a5b5352eed chore(deps): update dependency microsoft.reactive.testing to v6.0.1 (#906) @​renovate[bot]
  • 5f4ddd25e37b7a170548b2615cdc173281363236 chore(deps): update dependency system.reactive to v6.0.1 (#907) @​renovate[bot]
  • af2a29ea5e06f5c7703bada91229aaece41189b6 IObservableList items as IReadOnlyList (#912) @​kronic
  • ad5d682a936affb24bacee1a680603736aa5b15e use null check pattern (#911) @​kronic
  • 7b04571ee9ca81130368b1dc6744055491ac70d3 ToChangeSet now emits empty sets too (#916) @​geferon
  • 01d111970f0cf6cd65cab9f0fd97e056c612e8f7 New SortAndPage operator (#917) @​RolandPheasant
  • 7f2b2201a4411541f88e7d43a7dbe20645eeb86c Remove obsolete code (#918) @​RolandPheasant
  • 3382f7f64f1013baf7592ed6238cf4358a1ae6f3 Expose read only collections for source cache (#919) @​RolandPheasant
  • 254dff0621cf581426909bf862540638d0ee0ad2 chore(deps): update dependency nerdbank.gitversioning to v3.6.139 (#915) @​renovate[bot]
  • 9d670db5f3093e80bca70e58c58c16b4274e53bc chore(deps): update dependency roslynator.analyzers to v4.12.4 (#914) @​renovate[bot]
  • f6a187f8a80e976cee4747dc4970a0814b38586a Upgrade to Version 9 (#920) @​RolandPheasant
Changelog

Sourced from DynamicData's changelog.

The release notes from now on will be contained within https://github.com/reactiveui/DynamicData/releases

v 6.12.3

First release done by the ReactiveUI release process. Release notes are now auto-generated. With the change to the ReactiveUI project there has been a rebranding of the logo. Roland Pheasant is still the main maintainer and copyright owner of the code.

v 6.11.0

Change aware cache crash - fixed #234 Fixed bug in And operator #231 Transform to tree issue when adding parent after child fix #230

v 6.10.0

Transform to tree fixes #230 and #225. Use minimum version of Rx = 4.1.5. See #229

v 6.9.1

Fix for transform on refresh overload for source list#220.

v 6.9.0

Introduction of Preview operator which applies to soure cache and source list #218. There is a detailed explanation of in the preview wiki

Fix crash in parallel transform when value is null #216

v 6.8.0

Update to MsBuild.Sdk.Extras v1.6.68 #207

Add overload for AddOrUpdate with IEqualityComparer parameter #204

Update to latest version of SourceLink in order to compile on mac #203

Add ToSortedCollection() operator for ObservableCache and ObservableList #202

Fix expire after bug #196

Add overload for TransformMany to support IObservableList #193

v 6.7.1

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)