From b0648d8c65ccd277ddece6de5817836181dc936e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:37:31 -0600 Subject: [PATCH 1/2] chore(deps): bump the nuget-agent group across 2 directories with 2 updates (#2933) Bumps the nuget-agent group with 1 update in the /build directory: [YamlDotNet](https://github.com/aaubry/YamlDotNet). Bumps the nuget-agent group with 1 update in the /src/Agent/NewRelic/Agent/Core directory: [Google.Protobuf](https://github.com/protocolbuffers/protobuf). Updates `YamlDotNet` from 16.2.1 to 16.3.0 - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](https://github.com/aaubry/YamlDotNet/compare/v16.2.1...v16.3.0) Updates `Google.Protobuf` from 3.29.1 to 3.29.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.29.1...v3.29.2) --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-agent - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-agent ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/NugetValidator/NugetValidator.csproj | 2 +- build/NugetVersionDeprecator/NugetVersionDeprecator.csproj | 2 +- build/ReleaseNotesBuilder/ReleaseNotesBuilder.csproj | 2 +- build/S3Validator/S3Validator.csproj | 2 +- src/Agent/NewRelic/Agent/Core/Core.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/NugetValidator/NugetValidator.csproj b/build/NugetValidator/NugetValidator.csproj index 400db9004..84c170b08 100644 --- a/build/NugetValidator/NugetValidator.csproj +++ b/build/NugetValidator/NugetValidator.csproj @@ -15,7 +15,7 @@ - + diff --git a/build/NugetVersionDeprecator/NugetVersionDeprecator.csproj b/build/NugetVersionDeprecator/NugetVersionDeprecator.csproj index 791ded0ec..e6fb220a0 100644 --- a/build/NugetVersionDeprecator/NugetVersionDeprecator.csproj +++ b/build/NugetVersionDeprecator/NugetVersionDeprecator.csproj @@ -23,7 +23,7 @@ - + diff --git a/build/ReleaseNotesBuilder/ReleaseNotesBuilder.csproj b/build/ReleaseNotesBuilder/ReleaseNotesBuilder.csproj index da91538fc..4f7d31426 100644 --- a/build/ReleaseNotesBuilder/ReleaseNotesBuilder.csproj +++ b/build/ReleaseNotesBuilder/ReleaseNotesBuilder.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file diff --git a/build/S3Validator/S3Validator.csproj b/build/S3Validator/S3Validator.csproj index eef8c767f..3860b704e 100644 --- a/build/S3Validator/S3Validator.csproj +++ b/build/S3Validator/S3Validator.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Agent/NewRelic/Agent/Core/Core.csproj b/src/Agent/NewRelic/Agent/Core/Core.csproj index 1a300f259..77caeaa78 100644 --- a/src/Agent/NewRelic/Agent/Core/Core.csproj +++ b/src/Agent/NewRelic/Agent/Core/Core.csproj @@ -38,7 +38,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 6d7efccf9ba37f3568d7a25b0f9e1864153dc3b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:41:00 -0600 Subject: [PATCH 2/2] chore(deps): bump the nuget-tests group across 2 directories with 7 updates (#2936) Bumps the nuget-tests group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.3` | | [JustMock](https://github.com/telerik/JustMockLite) | `2024.4.1113.345` | `2024.4.1203.350` | | [NUnit](https://github.com/nunit/nunit) | `4.2.2` | `4.3.2` | | [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) | `4.4.0` | `4.5.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.2` | `3.0.0` | | [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) | `11.1.0` | `11.3.0` | | [NUnit](https://github.com/nunit/nunit) | `4.2.2` | `4.3.0` | | [Verify.NUnit](https://github.com/VerifyTests/Verify) | `28.4.0` | `28.7.0` | Bumps the nuget-tests group with 3 updates in the /tests/Agent/IntegrationTests directory: [NUnit](https://github.com/nunit/nunit), [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `coverlet.collector` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.2...v6.0.3) Updates `JustMock` from 2024.4.1113.345 to 2024.4.1203.350 - [Release notes](https://github.com/telerik/JustMockLite/releases) - [Commits](https://github.com/telerik/JustMockLite/compare/2024.4.1113.345...2024.4.1203.350) Updates `NUnit` from 4.2.2 to 4.3.2 - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/4.2.2...4.3.2) Updates `NUnit.Analyzers` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit.analyzers/compare/4.4.0...4.5.0) Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.8.2...3.0.0) Updates `PublicApiGenerator` from 11.1.0 to 11.3.0 - [Release notes](https://github.com/PublicApiGenerator/PublicApiGenerator/releases) - [Commits](https://github.com/PublicApiGenerator/PublicApiGenerator/compare/11.1.0...11.3.0) Updates `NUnit` from 4.2.2 to 4.3.0 - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/4.2.2...4.3.2) Updates `Verify.NUnit` from 28.4.0 to 28.7.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/compare/28.4.0...28.7.0) Updates `NUnit` from 4.2.2 to 4.3.2 - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/4.2.2...4.3.2) Updates `NUnit.Analyzers` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit.analyzers/compare/4.4.0...4.5.0) Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.8.2...3.0.0) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-tests - dependency-name: JustMock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-tests - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-tests - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-tests - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-tests - dependency-name: PublicApiGenerator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-tests - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-tests - dependency-name: Verify.NUnit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-tests - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-tests - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-tests - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-tests ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../Benchmarking/Benchmarking/Benchmarking.csproj | 2 +- .../BenchmarkingTests/BenchmarkingTests.csproj | 8 ++++---- .../ConcurrentBenchmarking.csproj | 2 +- .../ContainerIntegrationTests.csproj | 2 +- .../NewRelic.Testing.Assertions.csproj | 4 ++-- .../TestSerializationHelpers.Test.csproj | 2 +- .../UnitTests/AsyncLocalTests/AsyncLocalTests.csproj | 8 ++++---- .../UnitTests/CompositeTests/CompositeTests.csproj | 8 ++++---- .../UnitTests/Core.UnitTest/Core.UnitTest.csproj | 8 ++++---- .../NewRelic.Agent.Extensions.Tests.csproj | 8 ++++---- .../NewRelic.Agent.TestUtilities.csproj | 6 +++--- .../NewRelic.Testing.Assertions.UnitTests.csproj | 6 +++--- .../PublicApiChangeTests/PublicApiChangeTests.csproj | 12 ++++++------ 13 files changed, 38 insertions(+), 38 deletions(-) diff --git a/tests/Agent/Benchmarking/Benchmarking/Benchmarking.csproj b/tests/Agent/Benchmarking/Benchmarking/Benchmarking.csproj index 3c0538702..bcc91570d 100644 --- a/tests/Agent/Benchmarking/Benchmarking/Benchmarking.csproj +++ b/tests/Agent/Benchmarking/Benchmarking/Benchmarking.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/Benchmarking/BenchmarkingTests/BenchmarkingTests.csproj b/tests/Agent/Benchmarking/BenchmarkingTests/BenchmarkingTests.csproj index a113861ef..69bbb806b 100644 --- a/tests/Agent/Benchmarking/BenchmarkingTests/BenchmarkingTests.csproj +++ b/tests/Agent/Benchmarking/BenchmarkingTests/BenchmarkingTests.csproj @@ -9,16 +9,16 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/Benchmarking/ConcurrentBenchmarking/ConcurrentBenchmarking.csproj b/tests/Agent/Benchmarking/ConcurrentBenchmarking/ConcurrentBenchmarking.csproj index 32abd50a1..967e24c28 100644 --- a/tests/Agent/Benchmarking/ConcurrentBenchmarking/ConcurrentBenchmarking.csproj +++ b/tests/Agent/Benchmarking/ConcurrentBenchmarking/ConcurrentBenchmarking.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/ContainerIntegrationTests/ContainerIntegrationTests.csproj b/tests/Agent/IntegrationTests/ContainerIntegrationTests/ContainerIntegrationTests.csproj index b07c7306e..457ee43d2 100644 --- a/tests/Agent/IntegrationTests/ContainerIntegrationTests/ContainerIntegrationTests.csproj +++ b/tests/Agent/IntegrationTests/ContainerIntegrationTests/ContainerIntegrationTests.csproj @@ -15,7 +15,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/NewRelic.Testing.Assertions/NewRelic.Testing.Assertions.csproj b/tests/Agent/NewRelic.Testing.Assertions/NewRelic.Testing.Assertions.csproj index cbe06039d..f8c75ab72 100644 --- a/tests/Agent/NewRelic.Testing.Assertions/NewRelic.Testing.Assertions.csproj +++ b/tests/Agent/NewRelic.Testing.Assertions/NewRelic.Testing.Assertions.csproj @@ -7,8 +7,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/Shared/TestSerializationHelpers.Test/TestSerializationHelpers.Test.csproj b/tests/Agent/Shared/TestSerializationHelpers.Test/TestSerializationHelpers.Test.csproj index e6b997e01..342426076 100644 --- a/tests/Agent/Shared/TestSerializationHelpers.Test/TestSerializationHelpers.Test.csproj +++ b/tests/Agent/Shared/TestSerializationHelpers.Test/TestSerializationHelpers.Test.csproj @@ -19,7 +19,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/UnitTests/AsyncLocalTests/AsyncLocalTests.csproj b/tests/Agent/UnitTests/AsyncLocalTests/AsyncLocalTests.csproj index 7802fb48b..f2a5b7b03 100644 --- a/tests/Agent/UnitTests/AsyncLocalTests/AsyncLocalTests.csproj +++ b/tests/Agent/UnitTests/AsyncLocalTests/AsyncLocalTests.csproj @@ -8,14 +8,14 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/UnitTests/CompositeTests/CompositeTests.csproj b/tests/Agent/UnitTests/CompositeTests/CompositeTests.csproj index 93a8b4548..d96b95545 100644 --- a/tests/Agent/UnitTests/CompositeTests/CompositeTests.csproj +++ b/tests/Agent/UnitTests/CompositeTests/CompositeTests.csproj @@ -7,17 +7,17 @@ $(SolutionDir)test.runsettings - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/UnitTests/Core.UnitTest/Core.UnitTest.csproj b/tests/Agent/UnitTests/Core.UnitTest/Core.UnitTest.csproj index d25977308..8e9b829e6 100644 --- a/tests/Agent/UnitTests/Core.UnitTest/Core.UnitTest.csproj +++ b/tests/Agent/UnitTests/Core.UnitTest/Core.UnitTest.csproj @@ -7,16 +7,16 @@ $(SolutionDir)test.runsettings - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/UnitTests/NewRelic.Agent.Extensions.Tests/NewRelic.Agent.Extensions.Tests.csproj b/tests/Agent/UnitTests/NewRelic.Agent.Extensions.Tests/NewRelic.Agent.Extensions.Tests.csproj index f11ddb4ab..ca4dec9dc 100644 --- a/tests/Agent/UnitTests/NewRelic.Agent.Extensions.Tests/NewRelic.Agent.Extensions.Tests.csproj +++ b/tests/Agent/UnitTests/NewRelic.Agent.Extensions.Tests/NewRelic.Agent.Extensions.Tests.csproj @@ -7,14 +7,14 @@ $(SolutionDir)test.runsettings - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/UnitTests/NewRelic.Agent.TestUtilities/NewRelic.Agent.TestUtilities.csproj b/tests/Agent/UnitTests/NewRelic.Agent.TestUtilities/NewRelic.Agent.TestUtilities.csproj index d2dec0c34..1d82e4ec9 100644 --- a/tests/Agent/UnitTests/NewRelic.Agent.TestUtilities/NewRelic.Agent.TestUtilities.csproj +++ b/tests/Agent/UnitTests/NewRelic.Agent.TestUtilities/NewRelic.Agent.TestUtilities.csproj @@ -5,12 +5,12 @@ NewRelic.Agent.TestUtilities - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/UnitTests/NewRelic.Testing.Assertions.UnitTests/NewRelic.Testing.Assertions.UnitTests.csproj b/tests/Agent/UnitTests/NewRelic.Testing.Assertions.UnitTests/NewRelic.Testing.Assertions.UnitTests.csproj index 15ea9fe23..c007da57e 100644 --- a/tests/Agent/UnitTests/NewRelic.Testing.Assertions.UnitTests/NewRelic.Testing.Assertions.UnitTests.csproj +++ b/tests/Agent/UnitTests/NewRelic.Testing.Assertions.UnitTests/NewRelic.Testing.Assertions.UnitTests.csproj @@ -19,12 +19,12 @@ pdbonly - + all - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/UnitTests/PublicApiChangeTests/PublicApiChangeTests.csproj b/tests/Agent/UnitTests/PublicApiChangeTests/PublicApiChangeTests.csproj index 350af9f5e..830e52775 100644 --- a/tests/Agent/UnitTests/PublicApiChangeTests/PublicApiChangeTests.csproj +++ b/tests/Agent/UnitTests/PublicApiChangeTests/PublicApiChangeTests.csproj @@ -10,18 +10,18 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive