From 257656e1b1d250a5923d071a39b2aabb87b67937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:19:24 +0000 Subject: [PATCH 1/2] Bump FSharp.Core from 8.0.400 to 8.0.401 Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 8.0.400 to 8.0.401. - [Release notes](https://github.com/dotnet/fsharp/releases) - [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md) - [Commits](https://github.com/dotnet/fsharp/commits) --- updated-dependencies: - dependency-name: FSharp.Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/scripts/scripts.fsproj | 2 +- tests/Tests.YamlRunner/Tests.YamlRunner.fsproj | 2 +- tests/Tests/Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/scripts/scripts.fsproj b/build/scripts/scripts.fsproj index 110e6d906e..4b15f599e7 100644 --- a/build/scripts/scripts.fsproj +++ b/build/scripts/scripts.fsproj @@ -32,7 +32,7 @@ license-header-fs.txt - + diff --git a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj index f0b893055d..dbfdadc495 100644 --- a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj +++ b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj @@ -29,7 +29,7 @@ - + diff --git a/tests/Tests/Tests.csproj b/tests/Tests/Tests.csproj index e3131120fa..b57661c314 100644 --- a/tests/Tests/Tests.csproj +++ b/tests/Tests/Tests.csproj @@ -16,7 +16,7 @@ - + From 74de7db3e42d3dc0f435b57f248d8e633bbb0c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 15 Oct 2024 22:19:47 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8675555777..52c89949b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `Proc` from 0.8.1 to 0.8.2 - Bumps `System.Text.Json` from 8.0.4 to 8.0.5 - Bumps `JunitXml.TestLogger` from 4.0.254 to 4.1.0 +- Bumps `FSharp.Core` from 8.0.400 to 8.0.401 ## [1.8.0] ### Added