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 9.0.4 to 9.1.1 in /Fronter.NET.Tests #762

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2025

Bumps DynamicData from 9.0.4 to 9.1.1.

Release notes

Sourced from DynamicData's releases.

9.1.1

Fixes:

  • b6e851e288883aa6cd75c038cc32f63b1fc844cd 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
  • 2c3248908fcbc682485e6061d73decb83f477735 Fix for GroupOnObservable OnCompleted handling (#938) @​dwcullop
  • 9f934a2921185b73f28dc99a4301ce95d4d20988 Fix for ChangeSetMergeTracker so that it correctly works with Value Types (#940) @​dwcullop
  • 5b0a9118a8c33137d6e151d96d6c998a668d7d26 Fixed a typo. (#942) @​JakenVeina
  • f30efa2563a73eee22bdeb17797bdb2c7bc15135 Fixed that .SortAndPage() would not send a downstream changeset upon change of the comprer, when the current page includes all items. (#967) @​JakenVeina
  • 95b94d3917c481992f2e8716c753c4c9ec4444e4 Fixed that .Switch() did not propagate errors downstream. (#968) @​JakenVeina
  • dd1f54d068d9e66bae0364599fce0629287688f3 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:

  • 55002aeeb03de72c0309e46029ccc4afff44bcbd SortAndBind uses Move instead of RemoveAt/Insert when applicable. (#936) @​kristian-pettersen
  • 61ac16663ccd9893a796cca23e8d68f76d70b551 chore(deps): update dependency bogus to 35.6.0 (#902) @​renovate[bot]
  • 741cf6b4abb057dfd4da841c8e8f7c1e887560a3 chore(deps): update dependency dotnet-sdk to v8.0.401 (#883) @​renovate[bot]
  • a193643e872f6b1b600fc4d5c1fc9b2bccc10460 chore(deps): update dependency nerdbank.gitversioning to 3.6.146 (#928) @​renovate[bot]
  • ae5f97d5c2097a134aee05bf708bef65e410bebb chore(deps): update dependency microsoft.net.test.sdk to 17.11.1 (#933) @​renovate[bot]
  • e897cf6988a5af59ead95866a6176ac97172eca2 chore(deps): update dependency roslynator.analyzers to 4.12.9 (#948) @​renovate[bot]
  • f0d0ead0a8bfbe17ec0f13a10f1a9ea36f06f67d Update Build to allow for Net 9.0 (#961) @​ChrisPulman
  • f7f061859fbd96f0b527589e11bd9c1a9e7959f4 chore(deps): update dependency fluentassertions to 6.12.2 (#947) @​renovate[bot]
  • 5e1dcd5836f41f7ffdee6ec8a941984a7351e2c6 chore(deps): update dependency microsoft.net.test.sdk to 17.12.0 (#962) @​renovate[bot]
  • 37ffe9d6508dce986c3a9669352dde92fca96d67 Added new Filter operators that utilize a predicate state stream, to help avoid unneccessary allocations of a new filter predicate delegate, every time the consumer desires to change filtering logic. (#941) @​JakenVeina
  • d3fad523403316f84be4c8d9afbf99211c1a0c83 chore(deps): update dependency roslynator.analyzers to 4.12.10 (#972) @​renovate[bot]
  • 672bbde9565d42a252ea9e449bf75a5fb79d3625 chore(deps): update dependency nerdbank.gitversioning to 3.7.112 (#970) @​renovate[bot]
  • 1ab7c1cdff68d29669df65e1a8f2120b8802fcdc chore(deps): update dependency xunit.runner.visualstudio to v3 (#971) @​renovate[bot]
  • 353a316ca58dd51a06ffcb53bcbf2e8519d60a95 SortAndBind fixes and improvements (#939) @​RolandPheasant
  • 9420bf4a54335f1685f5eaf6814f3132938da114 Bump version to 9.1 for release (#977) @​RolandPheasant
Commits
  • 9420bf4 Bump version to 9.1 for release (#977)
  • 353a316 SortAndBind fixes and improvements (#939)
  • 1ab7c1c chore(deps): update dependency xunit.runner.visualstudio to v3 (#971)
  • 672bbde chore(deps): update dependency nerdbank.gitversioning to 3.7.112 (#970)
  • d3fad52 chore(deps): update dependency roslynator.analyzers to 4.12.10 (#972)
  • 37ffe9d Added new Filter operators that utilize a predicate state stream, to help avo...
  • dd1f54d Fixed initialization logic for Join operators, to ensure that only one initia...
  • 95b94d3 Fixed that .Switch() did not propagate errors downstream. (#968)
  • f30efa2 Fixed that .SortAndPage() would not send a downstream changeset upon change o...
  • 5e1dcd5 chore(deps): update dependency microsoft.net.test.sdk to 17.12.0 (#962)
  • 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 9.0.4 to 9.1.1.
- [Release notes](https://github.com/reactiveui/DynamicData/releases)
- [Changelog](https://github.com/reactivemarbles/DynamicData/blob/main/ReleaseNotes.md)
- [Commits](reactivemarbles/DynamicData@9.0.4...9.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 23, 2025
@dependabot dependabot bot requested a review from IhateTrains as a code owner January 23, 2025 00:12
@IhateTrains IhateTrains merged commit e4dbd25 into main Jan 23, 2025
7 of 8 checks passed
@IhateTrains IhateTrains deleted the dependabot/nuget/Fronter.NET.Tests/DynamicData-9.1.1 branch January 23, 2025 00:37
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant