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

Bump DynamicData from 8.4.1 to 9.0.4 #339

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps DynamicData from 8.4.1 to 9.0.4.

Release notes

Sourced from DynamicData's releases.

9.0.4

Fixes:

  • afbbb4742e0caf99dc1343fe7bbcb23f4fc7ceba Fixed a bogus use of the default keyword, within a ternary expression where implicit casting of a generic is in play. The expression compiles differently depending on whether the generic type in question is a value type, versus a reference type, and generates an excpetion in the case of a value type. (#926) @​JakenVeina

9.0.3

Fixes:

  • 41a608d0a358add91e4403feb67ec02d688c8d81 Fixed premature evaluation of the collection within the Cache TrueFor operators, causing premature and potentially incorrect emissions to occur, when items in the collection publish values immediately upon subscription. (#923) @​JakenVeina

Other:

  • 8fd1124b08cb7abe9e30b2b29c7a53cea04336d6 Concept/Prototype for testing utilities (#870) @​JakenVeina

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
Commits
  • afbbb47 Fixed a bogus use of the default keyword, within a ternary expression where...
  • 41a608d Fixed premature evaluation of the collection within the Cache TrueFor opera...
  • 8fd1124 Concept/Prototype for testing utilities (#870)
  • f6a187f Upgrade to Version 9 (#920)
  • 9d670db chore(deps): update dependency roslynator.analyzers to v4.12.4 (#914)
  • 254dff0 chore(deps): update dependency nerdbank.gitversioning to v3.6.139 (#915)
  • 3382f7f Expose read only collections for source cache (#919)
  • 7f2b220 Remove obsolete code (#918)
  • 01d1119 New SortAndPage operator (#917)
  • 7b04571 ToChangeSet now emits empty sets too (#916)
  • Additional commits viewable 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 show <dependency name> 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)

Bumps [DynamicData](https://github.com/reactiveui/DynamicData) from 8.4.1 to 9.0.4.
- [Release notes](https://github.com/reactiveui/DynamicData/releases)
- [Changelog](https://github.com/reactivemarbles/DynamicData/blob/main/ReleaseNotes.md)
- [Commits](reactivemarbles/DynamicData@8.4.1...9.0.4)

---
updated-dependencies:
- dependency-name: DynamicData
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants