From 80510082afdf0853ea3427269edf710ebe5d0c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:52:06 +0000 Subject: [PATCH] build(deps): bump the all group across 1 directory with 8 updates Bumps the all group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) | `2.0.177` | `2.0.184` | | [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.11.0` | `4.12.0` | | [Microsoft.CodeAnalysis.Analyzers](https://github.com/dotnet/roslyn-analyzers) | `3.11.0` | `3.3.4` | | [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.9` | `4.12.10` | | [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `9.32.0.97167` | `10.4.0.108396` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.1` | `7.0.0` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.2` | `3.0.0` | Updates `Meziantou.Analyzer` from 2.0.177 to 2.0.184 - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.177...2.0.184) Updates `Microsoft.CodeAnalysis.CSharp` from 4.11.0 to 4.12.0 - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) Updates `Microsoft.CodeAnalysis.Analyzers` from 3.11.0 to 3.3.4 - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md) - [Commits](https://github.com/dotnet/roslyn-analyzers/commits/v3.3.4) Updates `Roslynator.Analyzers` from 4.12.9 to 4.12.10 - [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.9...v4.12.10) Updates `SonarAnalyzer.CSharp` from 9.32.0.97167 to 10.4.0.108396 - [Release notes](https://github.com/SonarSource/sonar-dotnet/releases) - [Commits](https://github.com/SonarSource/sonar-dotnet/compare/9.32.0.97167...10.4.0.108396) Updates `FluentAssertions` from 6.12.1 to 7.0.0 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.12.1...7.0.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) 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: Meziantou.Analyzer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: SonarAnalyzer.CSharp dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- Tuxedo.SourceGenerator/Tuxedo.SourceGenerator.csproj | 10 +++++----- Tuxedo.Tests/Tuxedo.Tests.csproj | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Tuxedo.SourceGenerator/Tuxedo.SourceGenerator.csproj b/Tuxedo.SourceGenerator/Tuxedo.SourceGenerator.csproj index b5f6c47..4877f52 100644 --- a/Tuxedo.SourceGenerator/Tuxedo.SourceGenerator.csproj +++ b/Tuxedo.SourceGenerator/Tuxedo.SourceGenerator.csproj @@ -45,15 +45,15 @@ 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 @@ -64,8 +64,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/Tuxedo.Tests/Tuxedo.Tests.csproj b/Tuxedo.Tests/Tuxedo.Tests.csproj index cb57b26..30a668c 100644 --- a/Tuxedo.Tests/Tuxedo.Tests.csproj +++ b/Tuxedo.Tests/Tuxedo.Tests.csproj @@ -8,10 +8,10 @@ - - + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all