From 103cd74f6226b57f599e2945b9675b7c666cea92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:08:27 +0000 Subject: [PATCH 1/8] Bump coverlet.collector from 3.2.0 to 6.0.3 in /JC-AMS Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.3. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v3.2.0...v6.0.3) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-major ... 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 2cf566fb0..03423fa9a 100644 --- a/JC-AMS/Core.Tests/Core.Tests.csproj +++ b/JC-AMS/Core.Tests/Core.Tests.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 87dcf39f08fb89c1ab34c8392a705ffb9d88f9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:08:51 +0000 Subject: [PATCH 2/8] Bump System.IO.Ports from 7.0.0 to 9.0.0 in /JC-AMS Bumps [System.IO.Ports](https://github.com/dotnet/runtime) from 7.0.0 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v9.0.0) --- updated-dependencies: - dependency-name: System.IO.Ports dependency-type: direct:production update-type: version-update:semver-major ... 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 c1d78be22..6b9bcf500 100644 --- a/JC-AMS/Core/Core.csproj +++ b/JC-AMS/Core/Core.csproj @@ -34,7 +34,7 @@ - + From 3f529f4dd2a42b1cda64f9cf5e3a29379d20cc34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:13:06 +0000 Subject: [PATCH 3/8] Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.12.0 in /JC-AMS Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.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.4.1...v17.12.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk 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 2cf566fb0..0fef65f20 100644 --- a/JC-AMS/Core.Tests/Core.Tests.csproj +++ b/JC-AMS/Core.Tests/Core.Tests.csproj @@ -8,7 +8,7 @@ - + From 8b5fc7e68b598fe8b8cdd69e3154d053cc6911d8 Mon Sep 17 00:00:00 2001 From: Joe Care Date: Wed, 8 Jan 2025 15:20:48 +0100 Subject: [PATCH 4/8] Update dependabot.yml Specify target-branches --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d602c0ad..0d95584ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,19 +9,29 @@ updates: directory: "/CSharpBible" # Location of package manifests schedule: interval: "weekly" + target-branch: "CSharpBible" + - package-ecosystem: "nuget" # See documentation for possible values directory: "/TestStatements" # Location of package manifests schedule: interval: "weekly" + target-branch: "TestStatements" + - package-ecosystem: "nuget" # See documentation for possible values directory: "/JC-AMS" # Location of package manifests schedule: interval: "weekly" + target-branch: "JC-AMS" + - package-ecosystem: "nuget" # See documentation for possible values directory: "/Transpiler_pp" # Location of package manifests schedule: interval: "weekly" + target-branch: "Transpiler_pp" + - package-ecosystem: "nuget" # See documentation for possible values directory: "/GenFreeWin" # Location of package manifests schedule: interval: "weekly" + target-branch: "GenFreeWin" + From 9abdf168c0787259ce498505185b1abea0425127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:22:59 +0000 Subject: [PATCH 5/8] Bump Microsoft.CodeAnalysis.CSharp.Workspaces in /Transpiler_pp Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](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.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj b/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj index 48d922933..745e8b18b 100644 --- a/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj +++ b/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj @@ -7,7 +7,7 @@ - + From a1d0c044dabb80747ce1d4c97ba1d54eca475d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:24:51 +0000 Subject: [PATCH 6/8] 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 d8c67477d6ee3860fb6d87588d1dff9ac1f29949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:24:57 +0000 Subject: [PATCH 7/8] Bump coverlet.collector from 6.0.2 to 6.0.3 in /Transpiler_pp 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] --- Transpiler_pp/TranspilerLibTests/TranspilerLibTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transpiler_pp/TranspilerLibTests/TranspilerLibTests.csproj b/Transpiler_pp/TranspilerLibTests/TranspilerLibTests.csproj index e24be1453..df3f918ce 100644 --- a/Transpiler_pp/TranspilerLibTests/TranspilerLibTests.csproj +++ b/Transpiler_pp/TranspilerLibTests/TranspilerLibTests.csproj @@ -28,7 +28,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 619ac6adfde709da8dfd64c16858fdc36d0aeb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:27:18 +0000 Subject: [PATCH 8/8] Bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.Analyzers Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) and [Microsoft.CodeAnalysis.Analyzers](https://github.com/dotnet/roslyn-analyzers). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.CSharp` 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) Updates `Microsoft.CodeAnalysis.Analyzers` from 2.9.8 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/compare/v2.9.8...v3.3.4) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj | 2 +- Transpiler_pp/Analyzer1/Analyzer1/Analyzer1.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj b/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj index 48d922933..745e8b18b 100644 --- a/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj +++ b/Transpiler_pp/Analyzer1/Analyzer1.CodeFixes/Analyzer1.CodeFixes.csproj @@ -7,7 +7,7 @@ - + diff --git a/Transpiler_pp/Analyzer1/Analyzer1/Analyzer1.csproj b/Transpiler_pp/Analyzer1/Analyzer1/Analyzer1.csproj index 7176c81d7..7563265ef 100644 --- a/Transpiler_pp/Analyzer1/Analyzer1/Analyzer1.csproj +++ b/Transpiler_pp/Analyzer1/Analyzer1/Analyzer1.csproj @@ -9,8 +9,8 @@ - - + +