From cbc51cde141fed24fd969d797da083be5ddaf83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:28:06 +0100 Subject: [PATCH] Bump FsCheck and Microsoft.NET.Test.Sdk (#263) * Bump FsCheck and Microsoft.NET.Test.Sdk Bumps FsCheck from 3.2.0 to 3.3.0 Bumps Microsoft.NET.Test.Sdk to 17.14.1, 17.14.1, 17.14.1 --- updated-dependencies: - dependency-name: FsCheck dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Deps * Bump --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> --- .config/dotnet-tools.json | 4 +- Consumer/Consumer.fsproj | 2 +- FailingConsumer/FailingConsumer.fsproj | 4 +- .../WoofWare.NUnitTestRunner.Test.fsproj | 4 +- analyzers/analyzers.fsproj | 2 +- nix/deps.json | 38 +++++++++---------- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 64fb2ec..5ad47a3 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,13 +3,13 @@ "isRoot": true, "tools": { "fantomas": { - "version": "7.0.1", + "version": "7.0.2", "commands": [ "fantomas" ] }, "fsharp-analyzers": { - "version": "0.30.0", + "version": "0.31.0", "commands": [ "fsharp-analyzers" ] diff --git a/Consumer/Consumer.fsproj b/Consumer/Consumer.fsproj index 519521e..5a234df 100644 --- a/Consumer/Consumer.fsproj +++ b/Consumer/Consumer.fsproj @@ -28,7 +28,7 @@ - + diff --git a/FailingConsumer/FailingConsumer.fsproj b/FailingConsumer/FailingConsumer.fsproj index 01ce445..9f5b4f9 100644 --- a/FailingConsumer/FailingConsumer.fsproj +++ b/FailingConsumer/FailingConsumer.fsproj @@ -1,4 +1,4 @@ - + net8.0 @@ -12,7 +12,7 @@ - + diff --git a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj index 356496a..9742f67 100644 --- a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj +++ b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj @@ -17,9 +17,9 @@ - + - + diff --git a/analyzers/analyzers.fsproj b/analyzers/analyzers.fsproj index 2709c98..09624b4 100644 --- a/analyzers/analyzers.fsproj +++ b/analyzers/analyzers.fsproj @@ -10,7 +10,7 @@ - + diff --git a/nix/deps.json b/nix/deps.json index 7b2184e..bb99a3a 100644 --- a/nix/deps.json +++ b/nix/deps.json @@ -6,8 +6,8 @@ }, { "pname": "fantomas", - "version": "7.0.1", - "hash": "sha256-2aGD6Kjh83gmssRqqZ/Uihi7VbNqNUelX4otIfCuhTI=" + "version": "7.0.2", + "hash": "sha256-BAaENIm/ksTiXrUImRgKoIXTGIlgsX7ch6ayoFjhJXA=" }, { "pname": "Fantomas.Core", @@ -21,13 +21,13 @@ }, { "pname": "FsCheck", - "version": "3.2.0", - "hash": "sha256-ksZ4vLgWwyQOzFuK2BczdtDtWWYmedG7UBAg4pYuI8g=" + "version": "3.3.0", + "hash": "sha256-TFDR/uAGv4OqrMX8/reQ4faaAhH9hxTHr1T/YkNPCCU=" }, { "pname": "fsharp-analyzers", - "version": "0.30.0", - "hash": "sha256-7oaSwpHAU1opzpz4szLU/gDaJC/ww9eiFkPu0nr4Mj4=" + "version": "0.31.0", + "hash": "sha256-PoAvaXbXsmvVw870UsnqdD20HoBHO7u4bzoaz5DXfzM=" }, { "pname": "FSharp.Core", @@ -76,13 +76,13 @@ }, { "pname": "Microsoft.CodeCoverage", - "version": "17.13.0", - "hash": "sha256-GKrIxeyQo5Az1mztfQgea1kGtJwonnNOrXK/0ULfu8o=" + "version": "17.14.1", + "hash": "sha256-f8QytG8GvRoP47rO2KEmnDLxIpyesaq26TFjDdW40Gs=" }, { "pname": "Microsoft.NET.Test.Sdk", - "version": "17.13.0", - "hash": "sha256-sc2wvyV8cGm1FrNP2GGHEI584RCvRPu15erYCsgw5QY=" + "version": "17.14.1", + "hash": "sha256-mZUzDFvFp7x1nKrcnRd0hhbNu5g8EQYt8SKnRgdhT/A=" }, { "pname": "Microsoft.NETCore.App.Host.linux-arm64", @@ -176,13 +176,13 @@ }, { "pname": "Microsoft.TestPlatform.ObjectModel", - "version": "17.13.0", - "hash": "sha256-6S0fjfj8vA+h6dJVNwLi6oZhYDO/I/6hBZaq2VTW+Uk=" + "version": "17.14.1", + "hash": "sha256-QMf6O+w0IT+16Mrzo7wn+N20f3L1/mDhs/qjmEo1rYs=" }, { "pname": "Microsoft.TestPlatform.TestHost", - "version": "17.13.0", - "hash": "sha256-L/CJzou7dhmShUgXq3aXL3CaLTJll17Q+JY2DBdUUpo=" + "version": "17.14.1", + "hash": "sha256-1cxHWcvHRD7orQ3EEEPPxVGEkTpxom1/zoICC9SInJs=" }, { "pname": "Myriad.Core", @@ -199,11 +199,6 @@ "version": "3.8.38-alpha", "hash": "sha256-gPMrVbjOZxXoofczF/pn6eVkLhjVSJIyQrLO2oljrDc=" }, - { - "pname": "Newtonsoft.Json", - "version": "13.0.1", - "hash": "sha256-K2tSVW4n4beRPzPu3rlVaBEMdGvWSv/3Q1fxaDh4Mjo=" - }, { "pname": "Newtonsoft.Json", "version": "13.0.3", @@ -319,6 +314,11 @@ "version": "1.6.0", "hash": "sha256-JJfgaPav7UfEh4yRAQdGhLZF1brr0tUWPl6qmfNWq/E=" }, + { + "pname": "System.Reflection.Metadata", + "version": "8.0.0", + "hash": "sha256-dQGC30JauIDWNWXMrSNOJncVa1umR1sijazYwUDdSIE=" + }, { "pname": "System.Runtime", "version": "4.3.1",