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 System.Reactive from 4.2.0 to 4.3.1 #67

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 4, 2019

Bumps System.Reactive from 4.2.0 to 4.3.1.

Release notes

Sourced from System.Reactive's releases.

Rx.NET v4.3.1

Changes:

Bugs:

  • #915: Ix: Do not dispose the enumerator while enumerating in the ToObservable operator.
  • #1079: Serialize the dispose of Zip(IEnumerable) with MoveNext/Current
  • #969: Handle the case when EventLoopScheduler gets disposed with in-flight items
  • #286: EventLoopScheduler: unexpected Exception after Dispose
  • #916: IxAsync.Timeout: propagate timeout cancellation to main source
  • #1067: Fix Generate (timed) crash upon disposing a long sequence

Enhancement:

  • #891: Simplified BaseBlocking, FirstBlocking, and LastBlocking
  • #914: Change Ix.Async Amb() to cancel the losers, add unit tests
See More

Others:

  • #1101: Bump Microsoft.Bcl.AsyncInterfaces from 1.0.0 to 1.1.0 in /Ix.NET/Source
  • #1100: Bump PublicApiGenerator from 9.3.0 to 10.0.0 in /Rx.NET/Source
  • #1099: Document AsyncEnumerableEx methods
  • #1098: Add documentation to AsyncEnumerable methods.
  • #1096: Filter SkipCI integration tests
  • #1072: Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0 in /Rx.NET/Source
  • #1093: Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19554-01 to 1.0.0 in /Ix.NET/Source
  • #1094: Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19554-01 to 1.0.0 in /Rx.NET/Source
  • #1095: Bump DiffPlex from 1.4.4 to 1.5.0 in /Rx.NET/Source
  • #1084: Bump ApprovalTests from 4.3.0 to 4.4.0 in /Rx.NET/Source
  • #1083: Bump Nerdbank.GitVersioning from 3.0.26 to 3.0.28 in /Rx.NET/Source
  • #1082: Bump Nerdbank.GitVersioning from 3.0.26 to 3.0.28 in /Ix.NET/Source
  • #1080: Bump ApprovalTests from 4.2.2 to 4.3.0 in /Rx.NET/Source
  • #1078: Disable parallelism to work around Sdk Resolver race condition
  • #1071: Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0 in /Ix.NET/Source
  • #1061: Bump BenchmarkDotNet from 0.11.5 to 0.12.0 in /Ix.NET/Source
  • #1060: Bump BenchmarkDotNet from 0.11.5 to 0.12.0 in /Rx.NET/Source
  • #1070: Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19367-01 to 1.0.0-beta2-19554-01 in /Ix.NET/Source
  • #1069: Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19367-01 to 1.0.0-beta2-19554-01 in /Rx.NET/Source
  • #1055: Split signing into separate stage
  • #1051: Bump MSBuild.Sdk.Extras from 2.0.46 to 2.0.54 in /Rx.NET/Source
  • #1050: Bump MSBuild.Sdk.Extras from 2.0.46 to 2.0.54 in /Ix.NET/Source
  • #1049: Fix Delay(selector) NPE on immediate emissions
... (truncated)
Commits
  • 977d59f set stable version
  • 248bb65 Merge pull request #1101 from dotnet/dependabot/nuget/Ix.NET/Source/Microsoft...
  • 4d4529d Bump Microsoft.Bcl.AsyncInterfaces from 1.0.0 to 1.1.0 in /Ix.NET/Source
  • e9bd7e0 Merge pull request #1100 from dotnet/dependabot/nuget/Rx.NET/Source/PublicApi...
  • 95bc791 Updated sort order for Api Approver v10
  • dba617a Update ignore filter for ApiApprover v10
  • 6236121 Update signatures to match ApiApprover v10
  • 0d82b7c Merge pull request #1099 from akarnokd/IAExMethodDocs_1129
  • f94b5f1 Bump PublicApiGenerator from 9.3.0 to 10.0.0 in /Rx.NET/Source
  • 05e5afa Replace observable with async-enumerable in docs
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @david-driscoll.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the 📦 dependencies Pull requests that update a dependency file label Dec 4, 2019
@codecov
Copy link

codecov bot commented Dec 4, 2019

Codecov Report

Merging #67 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #67   +/-   ##
======================================
  Coverage    86.7%   86.7%           
======================================
  Files          13      13           
  Lines         504     504           
  Branches       42      42           
======================================
  Hits          437     437           
  Misses         53      53           
  Partials       14      14

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f792003...ea9365b. Read the comment docs.

@david-driscoll
Copy link
Member

@dependabot merge

Bumps [System.Reactive](https://github.com/dotnet/reactive) from 4.2.0 to 4.3.1.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.2.0...rxnet-v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/master/System.Reactive-4.3.1 branch from 4175b9e to ea9365b Compare December 6, 2019 05:56
@dependabot-preview dependabot-preview bot merged commit 7b97b73 into master Dec 6, 2019
@rsg-bot rsg-bot added this to the v3.3.0 milestone Dec 6, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/master/System.Reactive-4.3.1 branch December 6, 2019 06:57
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.

None yet

2 participants