From d139f6884c8fd835fb37372be025b9f709b1287b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 11:03:04 +0000 Subject: [PATCH] Bump the nuget group across 1 directory with 8 updates Bumps the nuget group with 8 updates in the /MarkdownLinkCheckLogParser directory: | Package | From | To | | --- | --- | --- | | [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.172` | `2.0.180` | | [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) | `17.11.20` | `17.12.19` | | [NSubstitute](https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` | | [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` | | [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` | | [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) | `4.12.8` | `4.12.9` | | [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.16.0` | `1.17.0` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | Updates `Meziantou.Analyzer` from 2.0.172 to 2.0.180 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.172...2.0.180) Updates `Microsoft.VisualStudio.Threading.Analyzers` from 17.11.20 to 17.12.19 - [Release notes](https://github.com/microsoft/vs-threading/releases) - [Commits](https://github.com/microsoft/vs-threading/commits) Updates `NSubstitute` from 5.1.0 to 5.3.0 - [Release notes](https://github.com/nsubstitute/NSubstitute/releases) - [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md) - [Commits](https://github.com/nsubstitute/NSubstitute/compare/v5.1.0...v5.3.0) Updates `Roslynator.Analyzers` from 4.12.8 to 4.12.9 - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](https://github.com/dotnet/roslynator/compare/v4.12.8...v4.12.9) Updates `Roslynator.CodeAnalysis.Analyzers` from 4.12.8 to 4.12.9 - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](https://github.com/dotnet/roslynator/compare/v4.12.8...v4.12.9) Updates `Roslynator.Formatting.Analyzers` from 4.12.8 to 4.12.9 - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](https://github.com/dotnet/roslynator/compare/v4.12.8...v4.12.9) Updates `xunit.analyzers` from 1.16.0 to 1.17.0 - [Commits](https://github.com/xunit/xunit.analyzers/compare/1.16.0...1.17.0) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.11.1...v17.12.0) --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.VisualStudio.Threading.Analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: NSubstitute dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Roslynator.CodeAnalysis.Analyzers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Roslynator.Formatting.Analyzers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: xunit.analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] --- MarkdownLinkCheckLogParser/Directory.Build.props | 14 +++++++------- .../MarkdownLinkCheckLogParserCli.Tests.csproj | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/MarkdownLinkCheckLogParser/Directory.Build.props b/MarkdownLinkCheckLogParser/Directory.Build.props index bbb89c0..9d52706 100644 --- a/MarkdownLinkCheckLogParser/Directory.Build.props +++ b/MarkdownLinkCheckLogParser/Directory.Build.props @@ -41,23 +41,23 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -72,9 +72,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/MarkdownLinkCheckLogParser/tests/MarkdownLinkCheckLogParserCli.Tests/MarkdownLinkCheckLogParserCli.Tests.csproj b/MarkdownLinkCheckLogParser/tests/MarkdownLinkCheckLogParserCli.Tests/MarkdownLinkCheckLogParserCli.Tests.csproj index a8dde0d..f77af68 100644 --- a/MarkdownLinkCheckLogParser/tests/MarkdownLinkCheckLogParserCli.Tests/MarkdownLinkCheckLogParserCli.Tests.csproj +++ b/MarkdownLinkCheckLogParser/tests/MarkdownLinkCheckLogParserCli.Tests/MarkdownLinkCheckLogParserCli.Tests.csproj @@ -7,7 +7,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive