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 Microsoft.VisualStudio.Threading from 17.0.64 to 17.1.46 #770

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps Microsoft.VisualStudio.Threading from 17.0.64 to 17.1.46.

Release notes

Sourced from Microsoft.VisualStudio.Threading's releases.

v17.1.46

What's Changed

Fixes

Enhancements

New Contributors

Full Changelog: microsoft/vs-threading@v17.0.64...v17.1.46

Commits
  • df91669 Set version to '17.1'
  • 825b2c0 Bump Microsoft.VisualStudio.Shell.15.0 (#974)
  • 7d16982 Bump Microsoft.VisualStudio.Validation from 17.0.41 to 17.0.43 (#973)
  • aa56ba1 Bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 (#975)
  • 31117de Fix OptProf build
  • 4589d53 LEGO: check in for main to temporary branch. (#968)
  • da1ad4f LEGO: check in for main to temporary branch. (#966)
  • 4e775c1 Revert "Workaround microbuild break"
  • 22762ec Merge pull request #965 from microsoft/juno/hb_f2f230f9-08b4-4714-af00-6fce66...
  • 1fb4737 LEGO: check in for main to temporary branch.
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2022
dependabot bot added 3 commits March 3, 2022 19:57
Bumps [Microsoft.VisualStudio.Validation](https://github.com/microsoft/vs-validation) from 17.0.34 to 17.0.43.
- [Release notes](https://github.com/microsoft/vs-validation/releases)
- [Commits](microsoft/vs-validation@v17.0.34...v17.0.43)

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Validation
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) from 17.0.64 to 17.1.46.
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](microsoft/vs-threading@v17.0.64...v17.1.46)

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Threading.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Microsoft.VisualStudio.Threading](https://github.com/microsoft/vs-threading) from 17.0.64 to 17.1.46.
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](microsoft/vs-threading@v17.0.64...v17.1.46)

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Threading
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.VisualStudio.Threading-17.1.46 branch from 98de2ce to 66d0663 Compare March 3, 2022 19:57
…ualStudio.Threading.Analyzers-17.1.46' into dependabot/nuget/Microsoft.VisualStudio.Threading-17.1.46
@AArnott AArnott enabled auto-merge (squash) March 3, 2022 19:58
…ualStudio.Validation-17.0.43' into dependabot/nuget/Microsoft.VisualStudio.Threading-17.1.46
@codecov-commenter
Copy link

codecov-commenter commented Mar 22, 2022

Codecov Report

Merging #770 (4892595) into main (114ee4f) will increase coverage by 0.12%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #770      +/-   ##
==========================================
+ Coverage   91.69%   91.81%   +0.12%     
==========================================
  Files          61       61              
  Lines        5323     5342      +19     
==========================================
+ Hits         4881     4905      +24     
+ Misses        442      437       -5     
Impacted Files Coverage Δ
src/StreamJsonRpc/JsonRpc.cs 93.77% <0.00%> (ø)
src/StreamJsonRpc/JsonMessageFormatter.cs 91.33% <0.00%> (-0.28%) ⬇️
src/StreamJsonRpc/MessagePackFormatter.cs 92.56% <0.00%> (+0.14%) ⬆️
...tion/MessageFormatterRpcMarshaledContextTracker.cs 97.82% <0.00%> (+0.65%) ⬆️
src/StreamJsonRpc/Resources.Designer.cs 68.67% <0.00%> (+1.17%) ⬆️
src/StreamJsonRpc/Reflection/RpcTargetInfo.cs 94.34% <0.00%> (+1.41%) ⬆️

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 114ee4f...4892595. Read the comment docs.

@AArnott AArnott merged commit 7479dbb into main Mar 22, 2022
@AArnott AArnott deleted the dependabot/nuget/Microsoft.VisualStudio.Threading-17.1.46 branch March 22, 2022 22:18
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