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

chore(deps): update nuget dependencies #32

Merged
merged 1 commit into from
Aug 20, 2023
Merged

Conversation

asimmon
Copy link
Owner

@asimmon asimmon commented May 20, 2023

This PR contains the following updates:

Package Type Update Change
Cake.Frosting (source) nuget minor 3.0.0 -> 3.1.0
Microsoft.NET.Test.Sdk nuget minor 17.6.3 -> 17.7.1
xunit nuget minor 2.4.2 -> 2.5.0
xunit.runner.visualstudio nuget minor 2.4.5 -> 2.5.0

Release Notes

cake-build/cake (Cake.Frosting)

v3.1.0

  • 4122 Call multiple tasks from CLI in Frosting.
  • 4092 Add support for getting the user's home directory in the Cake Environment.
  • 4184 Update Autofac to 7.0.1.
  • 4183 Update System.Reflection.Metadata to 7.0.2.
  • 4182 Update Basic.Reference.Assemblies.Net60/Net70 to 1.4.2.
  • 4181 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.6.0.
  • 4170 Update NuGet.* to v6.6.1.
  • 4138 Upgrade Spectre.Console to v0.46.0.
  • 4109 Add PublishReadyToRun to DotNetRestoreSettings.
  • 4107 DotNetPublishSettings is missing a way to set the --os option.
  • 4090 Update Microsoft.CodeAnalysis.CSharp.Scripting to v4.4.0.
  • 4087 Update Newtonsoft.Json to v13.0.2.
  • 4086 Update Autofac to v6.5.0.
  • 4085 Update NuGet.* to v6.4.0.
  • 1317 CleanDirectory does not clean readonly files.
  • 4095 Fix broken link to Cake Team on CONTRIBUTING.md.
  • 4128 Inconsistent determination of positional Argument when using context.Arguments versus context.Argument.
microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.7.1

What's Changed

Full Changelog: microsoft/vstest@v17.7.0...v17.7.1

v17.7.0

⚠️ Microsoft.TestPlatform 17.7.0 nuget package is hidden from Nuget.org, we've encountered an unexpected issue with versioning which prevents it from being used in all AzDO clients. We are working on a fix.

The most pressing issues were all backported to 17.6.1, 17.6.2 and 17.6.3.

Issues fixed (since 17.6.3)

  • Don't print socket transport error in console by @​nohwnd in #​4493 which fixes #​4461
    When testhost crashes, we no longer print the transport error:

    ---> System.Exception: Unable to read data from the transport connection: 
    		An existing connection was forcibly closed by the remote host..
    

    This error is a side-effect or our architecture is almost never the culprit. Instead it leads developers away from the actual issue which is crash of testhost, or datacollector.

  • Pass workloads to proxy managers in #​4422 by @​nohwnd
    Which allows datacollector users to only receive the sources that are currently running in the testhost associated to datacollector, instead of all the sources that have the same target framework.

  • Fix Newtonsoft versions in testhost.deps.json in #​4367 by @​nohwnd
    testhost.runtimeconfig.json files that we ship with testhost contained an old version of Newtonsoft.Json. The version in this file does not have an effect on execution, but some compliance tools statically analyze it and report possible vulnerabilities.

Other fixes:

Special thanks to @​SimonCropp for the many fixes regarding nullability spelling and code style in #​4518, #​4520, #​4525, #​4526, #​4521, #​4519, #​4522, #​4529 🙇

Full Changelog: microsoft/vstest@v17.6.3...v17.7.0

Drops
  • Microsoft.TestPlatform.ObjectModel : v17.7.0
xunit/xunit (xunit)

v2.5.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@asimmon asimmon force-pushed the renovate/nuget-dependencies branch from e4ee96e to 14ec4fa Compare June 5, 2023 02:53
@asimmon asimmon changed the title chore(deps): update nuget dependencies to v17.6.0 chore(deps): update nuget dependencies to v17.6.1 Jun 5, 2023
@asimmon asimmon force-pushed the renovate/nuget-dependencies branch from 14ec4fa to 8f5c9c1 Compare June 10, 2023 02:46
@asimmon asimmon changed the title chore(deps): update nuget dependencies to v17.6.1 chore(deps): update nuget dependencies to v17.6.2 Jun 10, 2023
@asimmon asimmon force-pushed the renovate/nuget-dependencies branch from 8f5c9c1 to 7bbef61 Compare June 25, 2023 03:13
@asimmon asimmon changed the title chore(deps): update nuget dependencies to v17.6.2 chore(deps): update nuget dependencies Jun 25, 2023
@asimmon asimmon force-pushed the renovate/nuget-dependencies branch from 7bbef61 to bd2c458 Compare July 1, 2023 03:09
@asimmon asimmon changed the title chore(deps): update nuget dependencies chore(deps): update nuget dependencies - autoclosed Jul 2, 2023
@asimmon asimmon closed this Jul 2, 2023
@asimmon asimmon deleted the renovate/nuget-dependencies branch July 2, 2023 03:05
@asimmon asimmon changed the title chore(deps): update nuget dependencies - autoclosed chore(deps): update nuget dependencies Jul 7, 2023
@asimmon asimmon reopened this Jul 7, 2023
@asimmon asimmon restored the renovate/nuget-dependencies branch July 7, 2023 03:01
@asimmon asimmon force-pushed the renovate/nuget-dependencies branch from bd2c458 to e1ab9d0 Compare July 8, 2023 03:01
@asimmon asimmon changed the title chore(deps): update nuget dependencies chore(deps): update nuget dependencies to v2.5.0 Jul 8, 2023
@asimmon asimmon force-pushed the renovate/nuget-dependencies branch from e1ab9d0 to e342a2b Compare July 13, 2023 03:02
@asimmon asimmon changed the title chore(deps): update nuget dependencies to v2.5.0 chore(deps): update nuget dependencies Jul 13, 2023
@asimmon asimmon force-pushed the renovate/nuget-dependencies branch from e342a2b to 605242c Compare August 8, 2023 02:31
@asimmon asimmon force-pushed the renovate/nuget-dependencies branch from 605242c to 03a5cce Compare August 20, 2023 02:20
@asimmon asimmon merged commit 99941f4 into main Aug 20, 2023
@asimmon asimmon deleted the renovate/nuget-dependencies branch August 20, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants