From 73091d53dcda56f0ef2e82ed711d1c619c983e70 Mon Sep 17 00:00:00 2001 From: Joe Care Date: Wed, 8 Jan 2025 14:50:23 +0100 Subject: [PATCH 1/9] Update dependabot.yml Update Directories --- .github/dependabot.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ca517d61..9d602c0ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,22 @@ version: 2 updates: - package-ecosystem: "nuget" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "/CSharpBible" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "nuget" # See documentation for possible values + directory: "/TestStatements" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "nuget" # See documentation for possible values + directory: "/JC-AMS" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "nuget" # See documentation for possible values + directory: "/Transpiler_pp" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "nuget" # See documentation for possible values + directory: "/GenFreeWin" # Location of package manifests schedule: interval: "weekly" From bb6e99be98dc5bd5dda66706d8489a31f68f1a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:52:54 +0000 Subject: [PATCH 2/9] Bump Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.MSTest and MSTest.TestFramework Bumps [Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.MSTest](https://github.com/dotnet/roslyn-sdk) and [MSTest.TestFramework](https://github.com/microsoft/testfx). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.MSTest` from 1.1.0 to 1.1.2 - [Release notes](https://github.com/dotnet/roslyn-sdk/releases) - [Commits](https://github.com/dotnet/roslyn-sdk/commits) Updates `MSTest.TestFramework` from 1.3.2 to 1.1.17 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog-Platform.md) - [Commits](https://github.com/microsoft/testfx/compare/v1.3.2...v1.1.17) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.MSTest dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj b/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj index cb73157b0..9779bd301 100644 --- a/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj +++ b/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj @@ -17,7 +17,7 @@ - + From c705fbb2a902f26798878ed7c936d7e58284e144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:53:25 +0000 Subject: [PATCH 3/9] Bump Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.MSTest and MSTest.TestFramework Bumps [Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.MSTest](https://github.com/dotnet/roslyn-sdk) and [MSTest.TestFramework](https://github.com/microsoft/testfx). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.MSTest` from 1.1.0 to 1.1.2 - [Release notes](https://github.com/dotnet/roslyn-sdk/releases) - [Commits](https://github.com/dotnet/roslyn-sdk/commits) Updates `MSTest.TestFramework` from 1.3.2 to 1.1.17 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog-Platform.md) - [Commits](https://github.com/microsoft/testfx/compare/v1.3.2...v1.1.17) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.MSTest dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj b/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj index cb73157b0..5fad8148b 100644 --- a/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj +++ b/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj @@ -15,7 +15,7 @@ - + From 86c73c2a21879ce8cbbf2beb051a10d488664bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:53:48 +0000 Subject: [PATCH 4/9] Bump Microsoft.CodeAnalysis from 3.3.1 to 4.12.0 in /Transpiler_pp Bumps [Microsoft.CodeAnalysis](https://github.com/dotnet/roslyn) from 3.3.1 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) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj b/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj index cb73157b0..609e501e1 100644 --- a/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj +++ b/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj @@ -11,7 +11,7 @@ - + From 28c457b619717afe206ea3dcdf275fd3da558b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:54:33 +0000 Subject: [PATCH 5/9] Bump Microsoft.VSSDK.BuildTools in /Transpiler_pp Bumps Microsoft.VSSDK.BuildTools from 16.8.3038 to 17.12.2069. --- updated-dependencies: - dependency-name: Microsoft.VSSDK.BuildTools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Transpiler_pp/Analyzer1/Analyzer1.Vsix/Analyzer1.Vsix.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transpiler_pp/Analyzer1/Analyzer1.Vsix/Analyzer1.Vsix.csproj b/Transpiler_pp/Analyzer1/Analyzer1.Vsix/Analyzer1.Vsix.csproj index 253dbebd3..d7c505cfa 100644 --- a/Transpiler_pp/Analyzer1/Analyzer1.Vsix/Analyzer1.Vsix.csproj +++ b/Transpiler_pp/Analyzer1/Analyzer1.Vsix/Analyzer1.Vsix.csproj @@ -19,7 +19,7 @@ - + From 97d673e1e9160c320f31a00f2ed5df9664e7697b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:54:40 +0000 Subject: [PATCH 6/9] Bump coverlet.collector from 6.0.2 to 6.0.3 in /TestStatements Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) 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) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- TestStatements/TestStatementsTest/TestStatementsTest.csproj | 2 +- TestStatements/TestStatementsTest/TestStatements_netTest.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TestStatements/TestStatementsTest/TestStatementsTest.csproj b/TestStatements/TestStatementsTest/TestStatementsTest.csproj index 8205f6afc..e39fe83fd 100644 --- a/TestStatements/TestStatementsTest/TestStatementsTest.csproj +++ b/TestStatements/TestStatementsTest/TestStatementsTest.csproj @@ -34,7 +34,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/TestStatements/TestStatementsTest/TestStatements_netTest.csproj b/TestStatements/TestStatementsTest/TestStatements_netTest.csproj index 9756f941e..09a85a960 100644 --- a/TestStatements/TestStatementsTest/TestStatements_netTest.csproj +++ b/TestStatements/TestStatementsTest/TestStatements_netTest.csproj @@ -35,7 +35,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 5fc7a498a8165f06cb118ee4fc4e5265d4406af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:55:06 +0000 Subject: [PATCH 7/9] Bump Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTest and MSTest.TestFramework Bumps [Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTest](https://github.com/dotnet/roslyn-sdk) and [MSTest.TestFramework](https://github.com/microsoft/testfx). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTest` from 1.1.0 to 1.1.2 - [Release notes](https://github.com/dotnet/roslyn-sdk/releases) - [Commits](https://github.com/dotnet/roslyn-sdk/commits) Updates `MSTest.TestFramework` from 1.3.2 to 1.1.17 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog-Platform.md) - [Commits](https://github.com/microsoft/testfx/compare/v1.3.2...v1.1.17) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTest dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj b/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj index cb73157b0..5bf7260ff 100644 --- a/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj +++ b/Transpiler_pp/Analyzer1/Analyzer1.Test/Analyzer1.Test.csproj @@ -13,7 +13,7 @@ - + From 7a3cf3ec774615cc8b64161b159316a6fed335d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:55:31 +0000 Subject: [PATCH 8/9] Bump System.Data.SqlClient from 4.8.6 to 4.9.0 in /JC-AMS Bumps [System.Data.SqlClient](https://github.com/dotnet/maintenance-packages) from 4.8.6 to 4.9.0. - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) --- updated-dependencies: - dependency-name: System.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- JC-AMS/Core/Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JC-AMS/Core/Core.csproj b/JC-AMS/Core/Core.csproj index b57a93c50..c1d78be22 100644 --- a/JC-AMS/Core/Core.csproj +++ b/JC-AMS/Core/Core.csproj @@ -33,7 +33,7 @@ - + From 9233fcd7ba6191af5e8d9c6de1688805908778c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:56:28 +0000 Subject: [PATCH 9/9] Bump MSTest.TestFramework from 3.0.2 to 3.7.0 in /JC-AMS Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.0.2 to 3.7.0. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.0.2...v3.7.0) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- JC-AMS/Core.Tests/Core.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JC-AMS/Core.Tests/Core.Tests.csproj b/JC-AMS/Core.Tests/Core.Tests.csproj index fe52d46a2..2cf566fb0 100644 --- a/JC-AMS/Core.Tests/Core.Tests.csproj +++ b/JC-AMS/Core.Tests/Core.Tests.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive