From fdddbf828b24720424e0fd4d32a947f67e282031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:35:05 +0000 Subject: [PATCH] Bump ApiSurface from 4.1.11 to 4.1.12 (#181) * Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) 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: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump ApiSurface from 4.1.11 to 4.1.12 Bumps [ApiSurface](https://github.com/G-Research/ApiSurface) from 4.1.11 to 4.1.12. - [Release notes](https://github.com/G-Research/ApiSurface/releases) - [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.11...ApiSurface.4.1.12) --- updated-dependencies: - dependency-name: ApiSurface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump WoofWare.DotnetRuntimeLocator from 0.1.9 to 0.1.11 Bumps [WoofWare.DotnetRuntimeLocator](https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator) from 0.1.9 to 0.1.11. - [Release notes](https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator/releases) - [Commits](https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator/compare/WoofWare.DotnetRuntimeLocator.0.1.9...WoofWare.DotnetRuntimeLocator.0.1.11) --- updated-dependencies: - dependency-name: WoofWare.DotnetRuntimeLocator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump fsharp-analyzers from 0.27.0 to 0.28.0 Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/ionide/FSharp.Analyzers.SDK/releases) - [Changelog](https://github.com/ionide/FSharp.Analyzers.SDK/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionide/FSharp.Analyzers.SDK/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: fsharp-analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Fix flake * Fix analysers * Deps --------- 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 | 2 +- Consumer/Consumer.fsproj | 2 +- FailingConsumer/FailingConsumer.fsproj | 2 +- .../WoofWare.NUnitTestRunner.Lib.fsproj | 2 +- .../WoofWare.NUnitTestRunner.Test.fsproj | 4 +- analyzers/analyzers.fsproj | 2 +- flake.nix | 2 +- nix/deps.nix | 40 +++++++++---------- 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f1a5260..1cbedeb 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "fsharp-analyzers": { - "version": "0.27.0", + "version": "0.28.0", "commands": [ "fsharp-analyzers" ] diff --git a/Consumer/Consumer.fsproj b/Consumer/Consumer.fsproj index 0927e33..48bb56d 100644 --- a/Consumer/Consumer.fsproj +++ b/Consumer/Consumer.fsproj @@ -27,7 +27,7 @@ - + diff --git a/FailingConsumer/FailingConsumer.fsproj b/FailingConsumer/FailingConsumer.fsproj index bd7d54b..c26452c 100644 --- a/FailingConsumer/FailingConsumer.fsproj +++ b/FailingConsumer/FailingConsumer.fsproj @@ -12,7 +12,7 @@ - + diff --git a/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj b/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj index 462e8df..b0e7d1a 100644 --- a/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj +++ b/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj @@ -50,7 +50,7 @@ - + diff --git a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj index 88cb07d..7eb401a 100644 --- a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj +++ b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj @@ -16,10 +16,10 @@ - + - + diff --git a/analyzers/analyzers.fsproj b/analyzers/analyzers.fsproj index 9d5d0c3..7f641b2 100644 --- a/analyzers/analyzers.fsproj +++ b/analyzers/analyzers.fsproj @@ -10,7 +10,7 @@ - + diff --git a/flake.nix b/flake.nix index 0648ad0..76d965b 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ pname = name; version = version; hash = hash; - installPhase = ''mkdir -p $out/bin && cp -r tools/net6.0/any/* $out/bin''; + installPhase = ''mkdir -p $out/bin && cp -r tools/net*/any/* $out/bin''; }; installPhase = let dll = diff --git a/nix/deps.nix b/nix/deps.nix index 9030cf1..abba1cc 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -3,8 +3,8 @@ {fetchNuGet}: [ (fetchNuGet { pname = "ApiSurface"; - version = "4.1.11"; - hash = "sha256-FW26vsjtdL5a6VCwt7AkOapC9PE6Yc5qqGQHUJisQj4="; + version = "4.1.12"; + hash = "sha256-imrohpb9OqYzH17RBK6esXZx0ySivIM20yOqu24wLTU="; }) (fetchNuGet { pname = "fantomas"; @@ -28,8 +28,8 @@ }) (fetchNuGet { pname = "fsharp-analyzers"; - version = "0.27.0"; - hash = "sha256-QhLi2veTY1wZlQKJLTyVPgx/ImkaZugQNjSN5VJCNEA="; + version = "0.28.0"; + hash = "sha256-BqGk9MzHHA3oRPNfWuANcM1YELsdhzWI+kLF4mUDUx8="; }) (fetchNuGet { pname = "FSharp.Core"; @@ -73,13 +73,13 @@ }) (fetchNuGet { pname = "Microsoft.CodeCoverage"; - version = "17.11.1"; - hash = "sha256-1dLlK3NGh88PuFYZiYpT+izA96etxhU3BSgixDgdtGA="; + version = "17.12.0"; + hash = "sha256-lGjifppD0OBMBp28pjUfPipaeXg739n8cPhtHWoo5RE="; }) (fetchNuGet { pname = "Microsoft.NET.Test.Sdk"; - version = "17.11.1"; - hash = "sha256-0JUEucQ2lzaPgkrjm/NFLBTbqU1dfhvhN3Tl3moE6mI="; + version = "17.12.0"; + hash = "sha256-DKFEbhh2wPzahNeHdEoFig8tZh/LEVrFc5+zpT43Btg="; }) (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-arm64"; @@ -143,13 +143,13 @@ }) (fetchNuGet { pname = "Microsoft.TestPlatform.ObjectModel"; - version = "17.11.1"; - hash = "sha256-5vX+vCzFY3S7xfMVIv8OlMMFtdedW9UIJzc0WEc+vm4="; + version = "17.12.0"; + hash = "sha256-3XBHBSuCxggAIlHXmKNQNlPqMqwFlM952Av6RrLw1/w="; }) (fetchNuGet { pname = "Microsoft.TestPlatform.TestHost"; - version = "17.11.1"; - hash = "sha256-wSkY0H1fQAq0H3LcKT4u7Y5RzhAAPa6yueVN84g8HxU="; + version = "17.12.0"; + hash = "sha256-rf8Sh0fQq44Sneuvs64unkkIHg8kOjDGWE35j9iLx5I="; }) (fetchNuGet { pname = "Myriad.Core"; @@ -198,8 +198,8 @@ }) (fetchNuGet { pname = "NuGet.Protocol"; - version = "6.11.1"; - hash = "sha256-/zFvBV83Q5oMNu68BjmrHtZMAxf/YkDJV8HSsl5GjsY="; + version = "6.12.1"; + hash = "sha256-l+CHnAcit6Y9OjBxereRP5JzOuWbuZZQYkFOKsUkdQ8="; }) (fetchNuGet { pname = "NuGet.Versioning"; @@ -303,13 +303,13 @@ }) (fetchNuGet { pname = "System.Text.Encodings.Web"; - version = "7.0.0"; - hash = "sha256-tF8qt9GZh/nPy0mEnj6nKLG4Lldpoi/D8xM5lv2CoYQ="; + version = "8.0.0"; + hash = "sha256-IUQkQkV9po1LC0QsqrilqwNzPvnc+4eVvq+hCvq8fvE="; }) (fetchNuGet { pname = "System.Text.Json"; - version = "7.0.3"; - hash = "sha256-aSJZ17MjqaZNQkprfxm/09LaCoFtpdWmqU9BTROzWX4="; + version = "8.0.4"; + hash = "sha256-g5oT7fbXxQ9Iah1nMCr4UUX/a2l+EVjJyTrw3FTbIaI="; }) (fetchNuGet { pname = "TypeEquality"; @@ -318,8 +318,8 @@ }) (fetchNuGet { pname = "WoofWare.DotnetRuntimeLocator"; - version = "0.1.9"; - hash = "sha256-0v8JQgGjS3tseA28OFmYZUcinYRArjs28BwVy3oczJM="; + version = "0.1.11"; + hash = "sha256-btWYnXxZzAnEcAE3Ufvz+Z3cJqtW7EGXs5OZMEHIWr8="; }) (fetchNuGet { pname = "WoofWare.Myriad.Plugins";