Skip to content

Commit

Permalink
Fantomas 6.3 (#635)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update fantomas tool

* Bump SDK

* Bump

* Setup dotnet v4
  • Loading branch information
nojaf authored Mar 18, 2024
1 parent 9cd8788 commit dea18ec
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fantomas": {
"version": "6.3.0-alpha-007",
"version": "6.3.0",
"commands": [
"fantomas"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: oven-sh/setup-bun@v1

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

- name: Download Fantomas
run: dotnet fsi build.fsx -p Fantomas-Git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: oven-sh/setup-bun@v1

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

- name: Clone Fantomas
run: dotnet fsi build.fsx -p Fantomas-Git
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.200",
"rollForward": "latestPatch"
}
}
Binary file modified src/client/bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions src/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"dev": "bunx --bun vite",
"build": "bunx --bun vite build --base=/fantomas-tools/",
"build": "bunx --bun vite build",
"serve": "bunx --bun vite preview",
"format": "prettier --write \"src/**/*.{js,jsx}\" vite.config.js",
"lint": "prettier --check \"src/**/*.{js,jsx}\" vite.config.js"
Expand All @@ -21,8 +21,8 @@
"@vitejs/plugin-react": "4.2.1",
"prettier": "3.1.1",
"prop-types": "^15.8.1",
"vite": "^5.1.1",
"vite-plugin-fable": "^0.0.10"
"vite": "^5.2.0-beta.1",
"vite-plugin-fable": "^0.0.26"
},
"trustedDependencies": [
"vite-plugin-fable"
Expand Down
9 changes: 9 additions & 0 deletions src/server/ASTViewer/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@
"resolved": "4.5.0",
"contentHash": "pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "7.0.0",
Expand Down Expand Up @@ -134,6 +142,7 @@
"type": "Project",
"dependencies": {
"FSharp.Core": "[6.0.1, )",
"System.Collections.Immutable": "[7.0.0, )",
"System.Diagnostics.DiagnosticSource": "[7.0.0, )",
"System.Memory": "[4.5.5, )",
"System.Runtime": "[4.3.1, )"
Expand Down
9 changes: 9 additions & 0 deletions src/server/FantomasOnlineMain/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@
"resolved": "4.5.0",
"contentHash": "pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "7.0.0",
Expand Down Expand Up @@ -134,6 +142,7 @@
"type": "Project",
"dependencies": {
"FSharp.Core": "[6.0.1, )",
"System.Collections.Immutable": "[7.0.0, )",
"System.Diagnostics.DiagnosticSource": "[7.0.0, )",
"System.Memory": "[4.5.5, )",
"System.Runtime": "[4.3.1, )"
Expand Down
9 changes: 9 additions & 0 deletions src/server/FantomasOnlinePreview/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@
"resolved": "4.5.0",
"contentHash": "pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "7.0.0",
Expand Down Expand Up @@ -134,6 +142,7 @@
"type": "Project",
"dependencies": {
"FSharp.Core": "[6.0.1, )",
"System.Collections.Immutable": "[7.0.0, )",
"System.Diagnostics.DiagnosticSource": "[7.0.0, )",
"System.Memory": "[4.5.5, )",
"System.Runtime": "[4.3.1, )"
Expand Down
2 changes: 1 addition & 1 deletion src/server/FantomasOnlineV6/FantomasOnlineV6.fsproj
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="6.2.3" />
<PackageReference Include="Fantomas.Core" Version="6.3.0" />
<PackageReference Include="FSharp.Core" Version="6.0.6" />
<PackageReference Include="Thoth.Json.Net" Version="8.0.0" />
</ItemGroup>
Expand Down
21 changes: 15 additions & 6 deletions src/server/FantomasOnlineV6/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"Fantomas.Core": {
"type": "Direct",
"requested": "[6.2.3, )",
"resolved": "6.2.3",
"contentHash": "20V4pnIdPCbqUtoizcVEkKmv2k4tUWmCtJXv7KCxtzwHs50vWZdX8IQgrMuF3v5QoXCur6Xj8Yk1sx12VMPA8A==",
"requested": "[6.3.0, )",
"resolved": "6.3.0",
"contentHash": "sJW/mzDBdwybxZ9K6Tqv35r8d3310l8Srp3slZXJRa4g9tzszGBf6qFrSVVSFjG/PM5ksPXrM/z8ROEhQFpMfw==",
"dependencies": {
"FSharp.Core": "6.0.1",
"Fantomas.FCS": "6.2.3"
"Fantomas.FCS": "6.3.0"
}
},
"FSharp.Core": {
Expand Down Expand Up @@ -79,10 +79,11 @@
},
"Fantomas.FCS": {
"type": "Transitive",
"resolved": "6.2.3",
"contentHash": "4D+nKhkjl+qlsVIdAS3BuNybV0B5m+sj3Me+4ewh9Zvkycjuv6evrTHP97eVTira0lvGCPgG20ic0PzMXHUmKg==",
"resolved": "6.3.0",
"contentHash": "opGfH46BBIyo4WYTp5lFdbRL6UNNeAbjasbHc6bJ6W6rz71p8qGa7lPhBL/XgNA4CrX1ax8e/91nsnQYBoIpdg==",
"dependencies": {
"FSharp.Core": "6.0.1",
"System.Collections.Immutable": "7.0.0",
"System.Diagnostics.DiagnosticSource": "7.0.0",
"System.Memory": "4.5.5",
"System.Runtime": "4.3.1"
Expand Down Expand Up @@ -117,6 +118,14 @@
"resolved": "4.5.0",
"contentHash": "pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "7.0.0",
Expand Down
9 changes: 9 additions & 0 deletions src/server/OakViewer/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@
"resolved": "4.5.0",
"contentHash": "pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A=="
},
"System.Collections.Immutable": {
"type": "Transitive",
"resolved": "7.0.0",
"contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
"resolved": "7.0.0",
Expand Down Expand Up @@ -134,6 +142,7 @@
"type": "Project",
"dependencies": {
"FSharp.Core": "[6.0.1, )",
"System.Collections.Immutable": "[7.0.0, )",
"System.Diagnostics.DiagnosticSource": "[7.0.0, )",
"System.Memory": "[4.5.5, )",
"System.Runtime": "[4.3.1, )"
Expand Down

0 comments on commit dea18ec

Please sign in to comment.