Skip to content

Commit

Permalink
Bump Fantomas.Core and FSharp.Core in /src/server/FantomasOnlineV7 (#658
Browse files Browse the repository at this point in the history
)

Bumps [Fantomas.Core](https://github.com/fsprojects/fantomas) and [FSharp.Core](https://github.com/dotnet/fsharp). These dependencies needed to be updated together.

Updates `Fantomas.Core` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/fsprojects/fantomas/releases)
- [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md)
- [Commits](fsprojects/fantomas@v7.0.0...v7.0.1)

Updates `FSharp.Core` from 8.0.403 to 8.0.100
- [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: Fantomas.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 87cc570 commit a3382db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/server/FantomasOnlineV7/FantomasOnlineV7.fsproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Fantomas.Core" Version="7.0.0" />
<PackageReference Include="Fantomas.Core" Version="7.0.1" />
<PackageReference Include="FSharp.Core" Version="8.0.403" />
<PackageReference Include="Thoth.Json.Net" Version="8.0.0" />
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/server/FantomasOnlineV7/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"Fantomas.Core": {
"type": "Direct",
"requested": "[7.0.0, )",
"resolved": "7.0.0",
"contentHash": "Ozji9rXlLTUOJUV2inkDK7XWxyIIGGvowUkwoWY9oBHdjYf+md+w3p7nolhnLtasa4N4J8X7s8sRE9e50/RcIw==",
"requested": "[7.0.1, )",
"resolved": "7.0.1",
"contentHash": "q8bjwtuGR8vw/PvbgYJYNUjepnZ3fwcUhu99e+qwBofOCyj/V+t/NIvsySQ0iO1flPvAacf6yd4z8dpeGkjzyQ==",
"dependencies": {
"FSharp.Core": "8.0.100",
"Fantomas.FCS": "7.0.0",
"Fantomas.FCS": "7.0.1",
"System.Collections.Immutable": "8.0.0",
"System.Diagnostics.DiagnosticSource": "8.0.1",
"System.Memory": "4.6.0",
Expand Down Expand Up @@ -83,8 +83,8 @@
},
"Fantomas.FCS": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "yboo4E9OmfMDpKG2JmBm8XU0XAo2wVAYlmN+SNYnviiRekZKj8vUI22fiN+HZVdKYwTzpArrlaG8VhbVKyU8Mg==",
"resolved": "7.0.1",
"contentHash": "YWNfpuadyHLnMeXt20q5XSz4E12VldPLDaEDzFBunoNM9srPV243pWRv61CiWoTkgzy6okuBtE9hZcjJeftLnA==",
"dependencies": {
"FSharp.Core": "8.0.100",
"System.Collections.Immutable": "8.0.0",
Expand Down

0 comments on commit a3382db

Please sign in to comment.