Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2020

Bumps Nerdbank.Streams from 2.5.76 to 2.6.78.

Release notes

Sourced from Nerdbank.Streams's releases.

v2.6.78

Changes:

Fixes:

  • #249: Fix BufferTextWriter.Dispose() to not throw without initialization

This list of changes was auto generated.

v2.6.77

Changes:

Fixes:

  • #245: Fix uncaught promise rejection when cancelling a channel offer
  • #244: Remove .js.map file or add .ts file
  • #227: Fix compiler error when users of Substream do not reference our ref assemblies
  • #246: Fix js->ts maps

Others:

This list of changes was auto generated.

v2.6.37-alpha

Changes:

Enhancements:

  • #207: Embrace new System.IO.Pipelines functionality
  • #194: Add support for seeded channels to MultiplexingStream
  • #193: Switch channel IDs from long to ulong
  • #191: Make MultiplexingStream.Options freezable
  • #190: Add synchronous MultiplexingStream.Create method for v3
  • #187: Avoid round-trip handshake for multiplexing stream
  • #199: Add MonitoringStream.IsDisposed property
Commits
  • aa38ed1 Merge pull request #249 from AArnott/BufferTextWriterDispose
  • db1e573 Fix BufferTextWriter.Dispose() to not throw without initialization
  • 10efc9a Set version to '2.6'
  • 1a0d9bd Merge remote-tracking branch 'origin/v2.5' into master
  • 6289cb4 Merge pull request #246 from AArnott/fix244
  • 465cad2 Merge pull request #245 from AArnott/fixChannelOfferCancellation
  • c273f3b Fix js->ts maps
  • 7b50716 Avoid uncaught promise rejection when canceling a channel offer
  • 2255046 Add test for canceling channel offers
  • 2155d57 Syntax touch-ups
  • 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 dependabot bot added .NET dependencies Pull requests that update a dependency file labels Sep 22, 2020
@dnfadmin
Copy link

dnfadmin commented Sep 22, 2020

CLA assistant check
All CLA requirements met.

@github-actions github-actions bot added this to the v0.18.0 milestone Sep 22, 2020
@codecov
Copy link

codecov bot commented Sep 22, 2020

Codecov Report

Merging #368 into master will decrease coverage by 2.64%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #368      +/-   ##
==========================================
- Coverage   75.46%   72.81%   -2.65%     
==========================================
  Files         443      443              
  Lines       12764    12764              
  Branches     1177     1177              
==========================================
- Hits         9632     9294     -338     
- Misses       3132     3142      +10     
- Partials        0      328     +328     
Impacted Files Coverage Δ
src/JsonRpc/Server/Messages/ParseError.cs 0.00% <0.00%> (-100.00%) ⬇️
src/Protocol/Models/Hover.cs 50.00% <0.00%> (-50.00%) ⬇️
src/Protocol/Models/TextEdit.cs 50.00% <0.00%> (-50.00%) ⬇️
src/Protocol/Models/ClientInfo.cs 50.00% <0.00%> (-50.00%) ⬇️
src/Protocol/Models/ServerInfo.cs 50.00% <0.00%> (-50.00%) ⬇️
src/Protocol/Models/FoldingRange.cs 50.00% <0.00%> (-50.00%) ⬇️
src/Protocol/Models/ParameterInformation.cs 50.00% <0.00%> (-50.00%) ⬇️
src/Protocol/Models/SignatureInformation.cs 50.00% <0.00%> (-50.00%) ⬇️
src/Protocol/Models/ConfigurationItem.cs 41.17% <0.00%> (-41.18%) ⬇️
...erialization/Converters/EnumLikeStringConverter.cs 33.33% <0.00%> (-33.34%) ⬇️
... and 84 more

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 d06787a...65c190c. Read the comment docs.

@github-actions github-actions bot removed the .NET label Sep 24, 2020
@david-driscoll david-driscoll merged commit e037110 into master Sep 25, 2020
@dependabot dependabot bot deleted the dependabot/nuget/Nerdbank.Streams-2.6.78 branch September 25, 2020 19:31
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.

2 participants