From ee0f1efcb5838e11c3f439b83cf5e3b68a7ec29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:57:24 +0000 Subject: [PATCH] Bump the all-nuget group with 7 updates Bumps easybuild.shipit from 3.0.0 to 3.0.1 Bumps Expecto from 10.2.3 to 11.1.0 Bumps Fable.Core from 5.0.0 to 5.1.0 Bumps Fable.Python from 5.1.0 to 5.2.0 Bumps fsharp-analyzers from 0.36.0 to 0.37.2 Bumps FSharp.Analyzers.SDK from 0.36.0 to 0.37.2 Bumps Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0 --- updated-dependencies: - dependency-name: easybuild.shipit dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget - dependency-name: Expecto dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget - dependency-name: Expecto dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget - dependency-name: Expecto dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget - dependency-name: Expecto dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget - dependency-name: Fable.Core dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget - dependency-name: Fable.Core dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget - dependency-name: Fable.Python dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget - dependency-name: fsharp-analyzers dependency-version: 0.37.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget - dependency-name: FSharp.Analyzers.SDK dependency-version: 0.37.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 4 ++-- src/Fable.Analyzers/Fable.Analyzers.fsproj | 2 +- src/fable-standalone/src/Worker/Worker.fsproj | 2 +- tests/Integration/Compiler/Fable.Tests.Compiler.fsproj | 2 +- tests/Integration/Integration/Fable.Tests.Integration.fsproj | 2 +- tests/Js/Adaptive/Fable.Tests.Adaptive.fsproj | 2 +- tests/Js/Main/Fable.Tests.fsproj | 2 +- tests/Python/Fable.Tests.Python.fsproj | 4 ++-- tests/React/Fable.Tests.React.fsproj | 2 +- tests/Rust/Fable.Tests.Rust.fsproj | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 7caedff8bf..6c453be0d1 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -17,14 +17,14 @@ "rollForward": false }, "fsharp-analyzers": { - "version": "0.36.0", + "version": "0.37.2", "commands": [ "fsharp-analyzers" ], "rollForward": false }, "easybuild.shipit": { - "version": "3.0.0", + "version": "3.0.1", "commands": [ "shipit" ], diff --git a/src/Fable.Analyzers/Fable.Analyzers.fsproj b/src/Fable.Analyzers/Fable.Analyzers.fsproj index 4674622b52..7e7ae1360d 100644 --- a/src/Fable.Analyzers/Fable.Analyzers.fsproj +++ b/src/Fable.Analyzers/Fable.Analyzers.fsproj @@ -10,7 +10,7 @@ - + diff --git a/src/fable-standalone/src/Worker/Worker.fsproj b/src/fable-standalone/src/Worker/Worker.fsproj index 4194bdb6d1..fa730e208d 100644 --- a/src/fable-standalone/src/Worker/Worker.fsproj +++ b/src/fable-standalone/src/Worker/Worker.fsproj @@ -11,7 +11,7 @@ - + diff --git a/tests/Integration/Compiler/Fable.Tests.Compiler.fsproj b/tests/Integration/Compiler/Fable.Tests.Compiler.fsproj index 682e87138a..5d1c8f7ddd 100644 --- a/tests/Integration/Compiler/Fable.Tests.Compiler.fsproj +++ b/tests/Integration/Compiler/Fable.Tests.Compiler.fsproj @@ -7,7 +7,7 @@ $(DefineConstants);DOTNET_FILE_SYSTEM - + diff --git a/tests/Integration/Integration/Fable.Tests.Integration.fsproj b/tests/Integration/Integration/Fable.Tests.Integration.fsproj index abd79097ca..a87aacd988 100644 --- a/tests/Integration/Integration/Fable.Tests.Integration.fsproj +++ b/tests/Integration/Integration/Fable.Tests.Integration.fsproj @@ -6,7 +6,7 @@ Major - + diff --git a/tests/Js/Adaptive/Fable.Tests.Adaptive.fsproj b/tests/Js/Adaptive/Fable.Tests.Adaptive.fsproj index 3885550e12..c1a6a7e835 100644 --- a/tests/Js/Adaptive/Fable.Tests.Adaptive.fsproj +++ b/tests/Js/Adaptive/Fable.Tests.Adaptive.fsproj @@ -11,6 +11,6 @@ - + diff --git a/tests/Js/Main/Fable.Tests.fsproj b/tests/Js/Main/Fable.Tests.fsproj index 8c000a2de8..62cdb8584e 100644 --- a/tests/Js/Main/Fable.Tests.fsproj +++ b/tests/Js/Main/Fable.Tests.fsproj @@ -11,7 +11,7 @@ - + diff --git a/tests/Python/Fable.Tests.Python.fsproj b/tests/Python/Fable.Tests.Python.fsproj index 0bf797f75f..b00ea92161 100644 --- a/tests/Python/Fable.Tests.Python.fsproj +++ b/tests/Python/Fable.Tests.Python.fsproj @@ -9,7 +9,7 @@ Fable.Tests - + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -17,7 +17,7 @@ - + diff --git a/tests/React/Fable.Tests.React.fsproj b/tests/React/Fable.Tests.React.fsproj index ede300882d..41ecb52541 100644 --- a/tests/React/Fable.Tests.React.fsproj +++ b/tests/React/Fable.Tests.React.fsproj @@ -28,7 +28,7 @@ - + diff --git a/tests/Rust/Fable.Tests.Rust.fsproj b/tests/Rust/Fable.Tests.Rust.fsproj index 5bc246aac9..11f806fe01 100644 --- a/tests/Rust/Fable.Tests.Rust.fsproj +++ b/tests/Rust/Fable.Tests.Rust.fsproj @@ -7,7 +7,7 @@ Preview - + runtime; build; native; contentfiles; analyzers; buildtransitive