From 2859a5f6e6e4f97ce2b213647a25c694bcdda366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:59:16 +0100 Subject: [PATCH] Bump Nerdbank.GitVersioning from 3.6.139 to 3.6.141 (#121) * Bump fsharp-analyzers from 0.26.0 to 0.26.1 Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK) from 0.26.0 to 0.26.1. - [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.26.0...v0.26.1) --- updated-dependencies: - dependency-name: fsharp-analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump WoofWareMyriadPluginVersion from 2.1.53 to 2.1.56 Bumps `WoofWareMyriadPluginVersion` from 2.1.53 to 2.1.56. Updates `WoofWare.Myriad.Plugins` from 2.1.53 to 2.1.56 - [Release notes](https://github.com/Smaug123/WoofWare.Myriad/releases) - [Changelog](https://github.com/Smaug123/WoofWare.Myriad/blob/main/CHANGELOG.md) - [Commits](https://github.com/Smaug123/WoofWare.Myriad/compare/WoofWare.Myriad.Plugins.2.1.53...WoofWare.Myriad.Plugins.2.1.56) Updates `WoofWare.Myriad.Plugins.Attributes` from 3.1.11 to 3.1.12 - [Release notes](https://github.com/Smaug123/WoofWare.Myriad/releases) - [Changelog](https://github.com/Smaug123/WoofWare.Myriad/blob/main/CHANGELOG.md) - [Commits](https://github.com/Smaug123/WoofWare.Myriad/compare/WoofWare.Myriad.Plugins.Attributes.3.1.11...WoofWare.Myriad.Plugins.Attributes.3.1.12) --- updated-dependencies: - dependency-name: WoofWare.Myriad.Plugins dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: WoofWare.Myriad.Plugins.Attributes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump Nerdbank.GitVersioning from 3.6.139 to 3.6.141 Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.6.139 to 3.6.141. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.139...v3.6.141) --- updated-dependencies: - dependency-name: Nerdbank.GitVersioning dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump WoofWare.Myriad.Plugins.Attributes from 3.1.11 to 3.1.12 Bumps [WoofWare.Myriad.Plugins.Attributes](https://github.com/Smaug123/WoofWare.Myriad) from 3.1.11 to 3.1.12. - [Release notes](https://github.com/Smaug123/WoofWare.Myriad/releases) - [Changelog](https://github.com/Smaug123/WoofWare.Myriad/blob/main/CHANGELOG.md) - [Commits](https://github.com/Smaug123/WoofWare.Myriad/compare/WoofWare.Myriad.Plugins.Attributes.3.1.11...WoofWare.Myriad.Plugins.Attributes.3.1.12) --- updated-dependencies: - dependency-name: WoofWare.Myriad.Plugins.Attributes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * 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 +- Directory.Build.props | 2 +- .../WoofWare.NUnitTestRunner.Lib.fsproj | 4 ++-- nix/deps.nix | 16 ++++++++-------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 347ac90..35d3e0d 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "fsharp-analyzers": { - "version": "0.26.0", + "version": "0.26.1", "commands": [ "fsharp-analyzers" ] diff --git a/Directory.Build.props b/Directory.Build.props index cc7b59b..0cc6ab8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,7 +10,7 @@ FS3388,FS3559 - + true diff --git a/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj b/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj index a0e6f64..b3791b8 100644 --- a/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj +++ b/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj @@ -14,7 +14,7 @@ WoofWare.NUnitTestRunner.Lib true FS3559 - 2.1.53 + 2.1.56 @@ -50,7 +50,7 @@ - + diff --git a/nix/deps.nix b/nix/deps.nix index c719700..dc3a1be 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -18,8 +18,8 @@ }) (fetchNuGet { pname = "fsharp-analyzers"; - version = "0.26.0"; - hash = "sha256-60Bl36LOb/zVNdH2SBSuQ5O41lP9dKTNZbs5vvYs+3U="; + version = "0.26.1"; + hash = "sha256-UqSK8PoXRJMZWKphMmWpl5klVn82EM1VczNZ1AOZ6Sw="; }) (fetchNuGet { pname = "FSharp.Core"; @@ -138,8 +138,8 @@ }) (fetchNuGet { pname = "Nerdbank.GitVersioning"; - version = "3.6.139"; - hash = "sha256-DMEdNlYh9tqkqQ/98zwk7NcRYBpTApLiFwzkgaHP7Fo="; + version = "3.6.141"; + hash = "sha256-i1pBJ12vlPmde6qSQK4PG2QLSpjaUCoY+odTi24R5XI="; }) (fetchNuGet { pname = "Newtonsoft.Json"; @@ -253,13 +253,13 @@ }) (fetchNuGet { pname = "WoofWare.Myriad.Plugins"; - version = "2.1.53"; - hash = "sha256-7Kl1tW3EbkUghFs7ZE3hE5PChYxTXcVxWFCSTGrzfpk="; + version = "2.1.56"; + hash = "sha256-hNZu+L8N80P9Jbi0xPlDDZSd+HbE1QuTIy+1r5iAwuk="; }) (fetchNuGet { pname = "WoofWare.Myriad.Plugins.Attributes"; - version = "3.1.11"; - hash = "sha256-vqHWKSlh0VR0wrK97xDbS30b6UCyTJQfbh0ulbILLqE="; + version = "3.1.12"; + hash = "sha256-Z7v1ZbZCaP+xcDufHOOp4jquDbOC1dl3CguOm+5S94U="; }) (fetchNuGet { pname = "WoofWare.PrattParser";