Skip to content

Commit 887edf4

Browse files
dsymegithub-actions[bot]Copilotnojaf
authored
[Repo Assist] Bump System.Text.Json 8.0.5→10.0.5, GR analyzers 0.21→0.22, Ionide.Analyzers 0.14.11→0.15.0 (#1103)
* Bump System.Text.Json 8.0.5→10.0.5, GR analyzers 0.21→0.22, Ionide.Analyzers 0.14.11→0.15.0 - System.Text.Json: align with net10.0 target framework (8.0.5 → 10.0.5) - G-Research.FSharp.Analyzers: minor bump (0.21.0 → 0.22.0) - Ionide.Analyzers: minor bump (0.14.11 → 0.15.0) All 527 tests pass; build produces only the pre-existing FS0760 warning. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Bump fsharp-analyzers tool 0.35.0→0.36.0 to match SDK required by G-Research 0.22.0/Ionide 0.15.0 G-Research.FSharp.Analyzers 0.22.0 and Ionide.Analyzers 0.15.0 are built against FSharp.Analyzers.SDK 0.36.0.0, but fsharp-analyzers 0.35.0 expects 0.35.0.0. Bump the tool version to restore analyzer CI compatibility. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Remove internal dependency bump entries from RELEASE_NOTES These changes are internal hygiene with no value for end users. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Florian Verdonck <florian.verdonck@outlook.com>
1 parent 104c764 commit 887edf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"rollForward": false
1111
},
1212
"fsharp-analyzers": {
13-
"version": "0.35.0",
13+
"version": "0.36.0",
1414
"commands": [
1515
"fsharp-analyzers"
1616
],

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
1818
<PackageVersion Include="Suave" Version="2.6.2" />
1919
<PackageVersion Include="System.Memory" Version="4.5.5" />
20-
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
20+
<PackageVersion Include="System.Text.Json" Version="10.0.5" />
2121
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
2222
<PackageVersion Include="NUnit" Version="3.14.0" />
2323
<PackageVersion Include="FsUnit" Version="5.6.0" />
2424
<PackageVersion Include="FSharp.Data" Version="6.3.0" />
2525
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
2626
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
2727
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" />
28-
<PackageVersion Include="G-Research.FSharp.Analyzers" Version="0.21.0" />
29-
<PackageVersion Include="Ionide.Analyzers" Version="0.14.11" />
28+
<PackageVersion Include="G-Research.FSharp.Analyzers" Version="0.22.0" />
29+
<PackageVersion Include="Ionide.Analyzers" Version="0.15.0" />
3030
</ItemGroup>
3131
</Project>

0 commit comments

Comments
 (0)