Skip to content

chore(deps): update nuget packages #2

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 7, 2023

This PR contains the following updates:

Package Change Age Confidence
AWSSDK.S3 3.7.9.65 -> 3.7.500.5 age confidence
AWSSDK.SecurityToken 3.7.101.36 -> 3.7.500.5 age confidence
ArmoniK.Api.Client 3.8.1 -> 3.26.1 age confidence
ArmoniK.Api.Common 3.8.1 -> 3.26.1 age confidence
ArmoniK.Api.Worker 3.8.1 -> 3.26.1 age confidence
ArmoniK.Utils 0.2.0 -> 0.6.0 age confidence
AutoFixture 4.17.0 -> 4.18.1 age confidence
Grpc.Tools 2.49.1 -> 2.72.0 age confidence
Microsoft.Extensions.Configuration (source) 6.0.1 -> 6.0.2 age confidence
Microsoft.Extensions.Configuration.EnvironmentVariables (source) 6.0.1 -> 6.0.2 age confidence
Microsoft.Extensions.Configuration.FileExtensions (source) 6.0.0 -> 6.0.1 age confidence
Microsoft.Extensions.Configuration.Json (source) 6.0.0 -> 6.0.1 age confidence
Microsoft.Extensions.Logging (source) 6.0.0 -> 6.0.1 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 6.0.2 -> 6.0.4 age confidence
Microsoft.NET.Test.Sdk 17.5.0 -> 17.14.1 age confidence
Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.17.0 -> 1.22.1 age confidence
NUnit (source) 3.13.3 -> 3.14.0 age confidence
NUnit.Analyzers 3.5.0 -> 3.10.0 age confidence
NUnit3TestAdapter (source) 4.3.1 -> 4.6.0 age confidence
System.Text.Json (source) 6.0.6 -> 6.0.11 age confidence
coverlet.collector 3.1.2 -> 3.2.0 age confidence
protobuf-net 3.1.22 -> 3.2.56 age confidence

Release Notes

aws/aws-sdk-net (AWSSDK.S3)

v3.7.500

v3.7.420

v3.7.419

v3.7.418.1

Compare Source

v3.7.418

v3.7.417

v3.7.413.3

Compare Source

v3.7.413.2

Compare Source

v3.7.413.1

Compare Source

v3.7.411

v3.7.410

v3.7.408

v3.7.406.1

Compare Source

v3.7.404

v3.7.403.1

Compare Source

v3.7.403

v3.7.402

v3.7.400

v3.7.308

v3.7.305

v3.7.303

Compare Source

v3.7.302

v3.7.301

v3.7.300

v3.7.204

v3.7.202

v3.7.108

v3.7.103

v3.7.102

v3.7.101

Compare Source

AutoFixture/AutoFixture (AutoFixture)

v4.18.1: Version v4.18.1

What's Changed

Full Changelog: AutoFixture/AutoFixture@v4.18.0...v4.18.1

v4.18.0: Version 4.18.0

What's Changed

New Contributors

Full Changelog: AutoFixture/AutoFixture@v4.17.0...v4.18.0

dotnet/runtime (Microsoft.Extensions.Configuration)

v6.0.2: .NET 6.0.2

Release

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

v17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes
Internal version updates and fixes

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0

v17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

v17.12.0

What's Changed
Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

v17.11.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.9.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.8.0...v17.9.0

v17.8.0

What's Changed

Full Changelog: microsoft/vstest@v17.7.2...v17.8.0

v17.7.2

What's Changed

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

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

v17.6.3

Issues Fixed

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

Artifacts
  • TestPlatform vsix: 17.6.3
  • Microsoft.TestPlatform.ObjectModel : 17.6.3

v17.6.2

Fixes

This patch addresses the problems that were introduced in 17.6.0 that happen when running on AzDo with the default test.dll filter, which includes additional TestPlatform dlls into the run and fails it.

To mitigate this issue we solved the bug in 17.6.1, and added additional exclusions for known assemblies that are coming from TestPlatform and commonly used test adapters, to avoid trying to run tests from those assemblies.

Description and workarounds for this issue are available here: https://github.com/microsoft/vstest/issues/4516


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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from 5adf2b6 to 5fc4607 Compare June 17, 2023 08:19
@renovate renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 8ba6a71 to 45cd2ad Compare June 24, 2023 02:56
@renovate renovate bot force-pushed the renovate/nuget branch 3 times, most recently from d6b3ee2 to 35ac32f Compare July 4, 2023 17:42
@renovate renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 2a70cf5 to 4f41b21 Compare July 8, 2023 05:41
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from 7348911 to fe2a444 Compare July 20, 2023 20:41
@renovate renovate bot force-pushed the renovate/nuget branch 5 times, most recently from 45ba278 to bd333ad Compare July 27, 2023 05:24
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from 3e713e0 to e4ae4fb Compare August 3, 2023 02:41
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from 9d037f1 to bb2ae2d Compare August 11, 2023 02:33
@renovate renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 9dba603 to 0211960 Compare March 26, 2025 04:00
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from 5fae979 to f140b99 Compare April 5, 2025 03:37
@renovate renovate bot force-pushed the renovate/nuget branch 2 times, most recently from c1fc1bc to d7faba8 Compare April 17, 2025 23:52
@renovate renovate bot force-pushed the renovate/nuget branch 2 times, most recently from a94a1a4 to d2f9233 Compare April 24, 2025 04:09
@renovate renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 88175ea to ee37752 Compare May 3, 2025 07:31
@renovate renovate bot force-pushed the renovate/nuget branch from ee37752 to 0492cca Compare May 10, 2025 00:14
@renovate renovate bot force-pushed the renovate/nuget branch from 0492cca to 12e50d3 Compare May 17, 2025 07:40
@renovate renovate bot force-pushed the renovate/nuget branch from 12e50d3 to 7d056fe Compare May 24, 2025 20:01
@renovate renovate bot force-pushed the renovate/nuget branch 2 times, most recently from 3592ce4 to c696f9a Compare June 6, 2025 11:37
@renovate renovate bot force-pushed the renovate/nuget branch 2 times, most recently from 634fc3b to fd2ebe4 Compare June 14, 2025 19:35
@renovate renovate bot force-pushed the renovate/nuget branch from fd2ebe4 to 6fed538 Compare June 22, 2025 04:09
@renovate renovate bot force-pushed the renovate/nuget branch from 6fed538 to 50c17dc Compare July 5, 2025 11:57
@renovate renovate bot force-pushed the renovate/nuget branch from 50c17dc to 536006b Compare July 12, 2025 20:05
@renovate renovate bot force-pushed the renovate/nuget branch from 536006b to 6448d02 Compare July 20, 2025 20:03
@renovate renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 4a8e3ec to 91ae207 Compare August 7, 2025 04:08
@renovate renovate bot force-pushed the renovate/nuget branch from 91ae207 to 6ddb95d Compare August 9, 2025 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants