From c6b735816ec5a855295bb30c2e73a4112f1d6f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 01:05:45 +0000 Subject: [PATCH] Bump fantomas from 6.3.16 to 7.0.0 (#214) * Bump ApiSurface from 4.1.15 to 4.1.16 Bumps [ApiSurface](https://github.com/G-Research/ApiSurface) from 4.1.15 to 4.1.16. - [Release notes](https://github.com/G-Research/ApiSurface/releases) - [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.15...ApiSurface.4.1.16) --- updated-dependencies: - dependency-name: ApiSurface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump Nerdbank.GitVersioning from 3.7.112 to 3.7.115 Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.7.112 to 3.7.115. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/commits) --- updated-dependencies: - dependency-name: Nerdbank.GitVersioning dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump FsCheck from 3.0.0-rc3 to 3.0.0 Bumps [FsCheck](https://github.com/Fscheck/fscheck) from 3.0.0-rc3 to 3.0.0. - [Release notes](https://github.com/Fscheck/fscheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/Fscheck/fscheck/compare/3.0.0-rc3...3.0.0) --- updated-dependencies: - dependency-name: FsCheck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump fantomas from 6.3.16 to 7.0.0 Bumps [fantomas](https://github.com/fsprojects/fantomas) from 6.3.16 to 7.0.0. - [Release notes](https://github.com/fsprojects/fantomas/releases) - [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md) - [Commits](https://github.com/fsprojects/fantomas/compare/v6.3.16...v7.0.0) --- updated-dependencies: - dependency-name: fantomas dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * deps * Reformat --------- 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/Filter.fs | 4 +--- .../WoofWare.NUnitTestRunner.Test.fsproj | 4 ++-- nix/deps.json | 16 ++++++++-------- 5 files changed, 13 insertions(+), 15 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 1cbedeb..fda17c5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fantomas": { - "version": "6.3.16", + "version": "7.0.0", "commands": [ "fantomas" ] diff --git a/Directory.Build.props b/Directory.Build.props index 15006ac..d3b2dfc 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,7 +10,7 @@ FS3388,FS3559 - + true diff --git a/WoofWare.NUnitTestRunner.Lib/Filter.fs b/WoofWare.NUnitTestRunner.Lib/Filter.fs index c532780..f44a4fb 100644 --- a/WoofWare.NUnitTestRunner.Lib/Filter.fs +++ b/WoofWare.NUnitTestRunner.Lib/Filter.fs @@ -155,9 +155,7 @@ module internal Lexer = [] module internal ParsedFilter = let private unescape (s : string) : string = - System.Xml.XmlReader - .Create(new StringReader ("" + s + "")) - .ReadElementString () + System.Xml.XmlReader.Create(new StringReader ("" + s + "")).ReadElementString () let private atom (inputString : string) (token : Token) : ParsedFilter option = let start, len = token.Trivia diff --git a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj index 32fa6c9..9c49277 100644 --- a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj +++ b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj @@ -16,8 +16,8 @@ - - + + diff --git a/nix/deps.json b/nix/deps.json index 1973f73..ba61507 100644 --- a/nix/deps.json +++ b/nix/deps.json @@ -1,13 +1,13 @@ [ { "pname": "ApiSurface", - "version": "4.1.15", - "hash": "sha256-E0J62c/viqvVBvBA5lBPG90BgPCrA6+cS/h4MZjKz+k=" + "version": "4.1.16", + "hash": "sha256-3F+dY2nZMFukUjIGrvB/h3ZsZYdLJ9jvQKRxX33qk2E=" }, { "pname": "fantomas", - "version": "6.3.16", - "hash": "sha256-4tRdYf+/Q1iedx+DDuIKVGlIWQdr6erM51VdKzZkhCs=" + "version": "7.0.0", + "hash": "sha256-v4bXmvjZOYxl5RSIHuqVfDzBQdRz5SrmzZtD6SeEYTY=" }, { "pname": "Fantomas.Core", @@ -21,8 +21,8 @@ }, { "pname": "FsCheck", - "version": "3.0.0-rc3", - "hash": "sha256-4Z9Qv+vccrXWh2Fjdwdmjc1YgW+Dcx73ESkdAnHqxOY=" + "version": "3.0.0", + "hash": "sha256-/5FqiNeTVFairRtInS0cjQ3uGlqVfVJG2FsKIo8mdZ4=" }, { "pname": "fsharp-analyzers", @@ -161,8 +161,8 @@ }, { "pname": "Nerdbank.GitVersioning", - "version": "3.7.112", - "hash": "sha256-vrItlaH5MpBHa4MI1cQgI11NAe4W3XsxR9DizFE7fus=" + "version": "3.7.115", + "hash": "sha256-sqn+i7vvBgBUtm7j82mH+SpApgI2hsmL5DYfLm1Z7gw=" }, { "pname": "Newtonsoft.Json",