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 packages #181

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

chore(deps): update nuget packages #181

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AWSSDK.S3 3.7.106.1 -> 3.7.415.14 age adoption passing confidence
AWSSDK.SecurityToken 3.7.103.16 -> 3.7.401.58 age adoption passing confidence
ArmoniK.Api.Client 3.19.0 -> 3.25.0 age adoption passing confidence
ArmoniK.Api.Common 3.19.0 -> 3.25.0 age adoption passing confidence
ArmoniK.Api.Worker 3.19.0 -> 3.25.0 age adoption passing confidence
ArmoniK.Utils 0.4.0 -> 0.5.1 age adoption passing confidence
AutoFixture 4.18.0 -> 4.18.1 age adoption passing confidence
Grpc.Tools 2.64.0 -> 2.70.0 age adoption passing confidence
Microsoft.Extensions.Configuration.FileExtensions (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.Extensions.Configuration.Json (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.Extensions.Hosting (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.Extensions.Logging (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.Extensions.Logging.Abstractions (source) 8.0.0 -> 8.0.3 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.6.3 -> 17.13.0 age adoption passing confidence
Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.18.1 -> 1.21.2 age adoption passing confidence
NUnit (source) 3.13.3 -> 3.14.0 age adoption passing confidence
NUnit.Analyzers 3.6.1 -> 3.10.0 age adoption passing confidence
NUnit3TestAdapter (source) 4.5.0 -> 4.6.0 age adoption passing confidence
Serilog (source) 3.0.1 -> 3.1.1 age adoption passing confidence
Serilog.Settings.Configuration 7.0.0 -> 7.0.1 age adoption passing confidence
System.Text.Json (source) 8.0.4 -> 8.0.5 age adoption passing confidence
coverlet.collector 6.0.0 -> 6.0.4 age adoption passing confidence
protobuf-net 3.2.26 -> 3.2.46 age adoption passing confidence

Release Notes

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

v3.7.414

v3.7.413.3

Compare Source

v3.7.413.2

Compare Source

v3.7.413.1

Compare Source

v3.7.413

v3.7.411

v3.7.410

v3.7.409

v3.7.408

v3.7.407

v3.7.406.1

Compare Source

v3.7.406

v3.7.404

v3.7.403.1

Compare Source

v3.7.403

v3.7.402

v3.7.401

v3.7.400

v3.7.308

v3.7.306

v3.7.305

v3.7.304

v3.7.303

Compare Source

v3.7.302

v3.7.301

v3.7.300

v3.7.204

v3.7.202

v3.7.200

v3.7.108

v3.7.107

AutoFixture/AutoFixture (AutoFixture)

v4.18.1: Version v4.18.1

What's Changed

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

dotnet/runtime (Microsoft.Extensions.Configuration.FileExtensions)

v8.0.1: .NET 8.0.1

Release

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

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
nunit/nunit (NUnit)

v3.14.0: NUnit 3.14.0

See release notes

nunit/nunit.analyzers (NUnit.Analyzers)

v3.10.0: NUnit Analyzers 3.10 (and 2.10)

Compare Source

NUnit Analyzers 3.10 (and 2.10) - November 27, 2023

This release adds a couple of improvements to the analyzers:

  • Check that users don't accidentally specify CallerArgumentExpression parameters
  • Relax analyzers for added support for IAsyncEnumerable on *Source attributes

These improvements extend the functionality in the beta that added support for NUnit 4 and
for migrating to NUnit 4. Especially, the handling of the movement of classic asserts into a new namespace
NUnit.Framework.Legacy and of the improved assert result messages - for more information see
https://docs.nunit.org/articles/nunit/Towards-NUnit4.html. The analyzers can help updating the
classic assert and fix the assert messages.

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #​639 Rule to check users don't accidentally specify CallerArgumentExpression parameters
  • #​634 Relax analyzers for added support for IAsyncEnumerable on *Source attributes

Tooling, Process, and Documentation

  • #​648 chore: Skip branch builds on PRs
  • #​644 chore: Update release notes for 3.10 beta
  • #​429 Drop the VSIX project

v3.9.0: NUnit Analyzers 3.9 (and 2.9)

Compare Source

NUnit Analyzers 3.9 (and 2.9) - October 27, 2023

This release contains bugfixes to NUnit2045 - Use Assert.Multiple - and NUnit1032 -
An IDisposable field/property should be Disposed in a TearDown method - and corrects
a StackOverflowException when tests calls methods recursively.

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Bugs

  • #​614 NUnit2045 does not respect lambda captures
  • #​607 NUnit1032 false positive when test class is static
  • #​602 Bug: StackOverflowException when test calls recursive method in 3.7.

v3.8.0: NUnit Analyzers 3.8 (and 2.8)

Compare Source

NUnit Analyzers 3.8 (and 2.8) - September 25, 2023

This release contains a fix to the WithinUsageAnalyzer and handling of false duplicates when
combining NUnit1032 - An IDisposable field/property should be Disposed in a TearDown method -
with LifeCycle.InstancePerTestCase.

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #​595 NUnit1032 false positive in LifeCycle.InstancePerTestCase test fixture using constructor

Bugs

  • #​596 WithinUsageAnalyzer threw an exception of type 'System.IndexOutOfRangeException'

Tooling, Process, and Documentation

  • #​598 Update NUnit1032.md to fix typo Dipose -> Dispose.

v3.7.0: NUnit Analyzers 3.7 (and 2.7)

Compare Source

NUnit Analyzers 3.7 (and 2.7) - September 16, 2023

This release contains a lot of improvements and corrections to the supression of non-nullable fields and properties
that are assigned in setup methods (and not in constructors). We have also added suppression of:

  • CA1812 - Avoid uninstantiated internal classes - on test classes
  • CA1001 - Types that own disposable fields should be disposable - when disposed is called in TearDown methods

The release also contain some improvements to the performance of the analyzers by avoid repeated calls to
GetTypeByMetadataName. Also ValuesAttribute is now also handled by the analyzer in a similar manner as TestCaseAttribute.
Most of the work done in this release have either been driven by or made by @​manfred-brands.

The release contains contributions from the following users (in alphabetical order):


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 b1abff1 to ca0cbae Compare June 14, 2023 01:39
@renovate renovate bot force-pushed the renovate/nuget branch 7 times, most recently from 99542e2 to 29e40b7 Compare June 22, 2023 04:39
@renovate renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 24af30d to 71a7368 Compare June 27, 2023 16:41
@renovate renovate bot changed the title chore(deps): update nuget packages chore(deps): update nuget packages - autoclosed Jun 28, 2023
@renovate renovate bot closed this Jun 28, 2023
@renovate renovate bot deleted the renovate/nuget branch June 28, 2023 13:42
@renovate renovate bot changed the title chore(deps): update nuget packages - autoclosed chore(deps): update nuget packages Jun 28, 2023
@renovate renovate bot reopened this Jun 28, 2023
@renovate renovate bot restored the renovate/nuget branch June 28, 2023 22:27
@renovate renovate bot changed the title chore(deps): update nuget packages chore(deps): update dependency awssdk.s3 to v3.7.107 Jun 28, 2023
@renovate renovate bot force-pushed the renovate/nuget branch 2 times, most recently from 2a33aa4 to e47773f Compare July 2, 2023 18:17
@renovate renovate bot changed the title chore(deps): update dependency awssdk.s3 to v3.7.107 chore(deps): update nuget packages Jul 2, 2023
@renovate renovate bot force-pushed the renovate/nuget branch 6 times, most recently from adaf806 to 87caea5 Compare July 7, 2023 00:22
@renovate renovate bot force-pushed the renovate/nuget branch 6 times, most recently from bc9c7c1 to afbde2e Compare February 8, 2025 01:50
@renovate renovate bot force-pushed the renovate/nuget branch 7 times, most recently from 29a8852 to 5b2a518 Compare February 17, 2025 22:34
@renovate renovate bot force-pushed the renovate/nuget branch 6 times, most recently from 31711d2 to 627c87a Compare February 25, 2025 06:49
@renovate renovate bot force-pushed the renovate/nuget branch 5 times, most recently from b98f9a2 to 592a819 Compare March 3, 2025 21:51
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from 1582130 to 7462635 Compare March 6, 2025 21:53
@renovate renovate bot force-pushed the renovate/nuget branch from 7462635 to 9948803 Compare March 7, 2025 23:03
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