Skip to content

Commit c39cbeb

Browse files
dbrattliclaude
andauthored
chore: Bump Fable to 5.0.0-rc.3, Fable.Core to 5.0.0-rc.1, and ruff to 0.15.5 (#223)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 24766f0 commit c39cbeb

7 files changed

Lines changed: 80 additions & 79 deletions

File tree

.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
"fable": {
13-
"version": "5.0.0-rc.1",
13+
"version": "5.0.0-rc.3",
1414
"commands": [
1515
"fable"
1616
],

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,5 @@ src/**/*.py
139139

140140
.ionide/
141141

142-
.fake
142+
.fake
143+
.DS_Store

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test_path := "test"
1010
# Development mode: use local Fable repo instead of dotnet tool
1111
# Usage: just dev=true test-python
1212
dev := "false"
13-
fable_repo := justfile_directory() / "../Fable"
13+
fable_repo := justfile_directory() / "../fable/python-ex-not-defined"
1414
fable := if dev == "true" { "dotnet run --project " + fable_repo / "src/Fable.Cli" + " --" } else { "dotnet fable" }
1515

1616
# Default recipe - show available commands

paket.dependencies

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ storage: none
55
framework: netstandard2.0, netstandard2.1, net6.0, net8.0, net9.0, net10.0
66

77
nuget FSharp.Core >= 5.0.0 lowest_matching: true
8-
nuget Fable.Core 5.0.0-beta.5
8+
nuget Fable.Core 5.0.0-rc.1
99

1010
group Test
1111
source https://api.nuget.org/v3/index.json
1212
storage: none
1313
framework: net9.0
1414

1515
nuget FSharp.Core
16-
nuget Fable.Core 5.0.0-beta.5
16+
nuget Fable.Core 5.0.0-rc.1
1717
nuget Microsoft.NET.Test.Sdk ~> 16
1818
nuget xunit ~> 2
1919
nuget xunit.runner.visualstudio ~> 2
@@ -24,7 +24,7 @@ group Examples
2424
framework: net10.0
2525

2626
nuget FSharp.Core
27-
nuget Fable.Core 5.0.0-beta.5
27+
nuget Fable.Core 5.0.0-rc.1
2828
nuget Feliz.ViewEngine
2929
nuget Zanaptak.TypedCssClasses
3030
nuget FSharp.Control.AsyncRx

paket.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ STORAGE: NONE
22
RESTRICTION: || (== net10.0) (== net6.0) (== net8.0) (== net9.0) (== netstandard2.0) (== netstandard2.1)
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
5-
Fable.Core (5.0.0-beta.5)
5+
Fable.Core (5.0.0-rc.1)
66
FSharp.Core (>= 4.7.2)
77
FSharp.Core (5.0)
88

@@ -11,13 +11,13 @@ STORAGE: NONE
1111
RESTRICTION: == net10.0
1212
NUGET
1313
remote: https://api.nuget.org/v3/index.json
14-
Fable.Core (5.0.0-beta.5)
14+
Fable.Core (5.0.0-rc.1)
1515
FSharp.Core (>= 4.7.2)
1616
Feliz.ViewEngine (1.0.3)
1717
FSharp.Core (>= 4.7)
1818
FSharp.Control.AsyncRx (1.6.7)
1919
FSharp.Core (>= 6.0.6)
20-
FSharp.Core (10.0.103)
20+
FSharp.Core (11.0.100)
2121
Zanaptak.TypedCssClasses (1.0)
2222
FSharp.Core (>= 4.3.4)
2323

@@ -26,22 +26,22 @@ STORAGE: NONE
2626
RESTRICTION: == net9.0
2727
NUGET
2828
remote: https://api.nuget.org/v3/index.json
29-
Fable.Core (5.0.0-beta.5)
29+
Fable.Core (5.0.0-rc.1)
3030
FSharp.Core (>= 4.7.2)
31-
FSharp.Core (10.0.103)
32-
Microsoft.CodeCoverage (18.0.1)
31+
FSharp.Core (11.0.100)
32+
Microsoft.CodeCoverage (18.3)
3333
Microsoft.NET.Test.Sdk (16.11)
3434
Microsoft.CodeCoverage (>= 16.11)
3535
Microsoft.TestPlatform.TestHost (>= 16.11)
36-
Microsoft.TestPlatform.ObjectModel (18.0.1)
36+
Microsoft.TestPlatform.ObjectModel (18.3)
3737
System.Reflection.Metadata (>= 8.0)
38-
Microsoft.TestPlatform.TestHost (18.0.1)
39-
Microsoft.TestPlatform.ObjectModel (>= 18.0.1)
38+
Microsoft.TestPlatform.TestHost (18.3)
39+
Microsoft.TestPlatform.ObjectModel (>= 18.3)
4040
Newtonsoft.Json (>= 13.0.3)
4141
Newtonsoft.Json (13.0.4)
42-
System.Collections.Immutable (10.0.3)
43-
System.Reflection.Metadata (10.0.3)
44-
System.Collections.Immutable (>= 10.0.3)
42+
System.Collections.Immutable (10.0.5)
43+
System.Reflection.Metadata (10.0.5)
44+
System.Collections.Immutable (>= 10.0.5)
4545
xunit (2.9.3)
4646
xunit.analyzers (>= 1.18)
4747
xunit.assert (>= 2.9.3)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">= 3.12, < 4"
77
readme = "README.md"
88
license = "MIT"
99
dependencies = [
10-
"fable-library==5.0.0a24",
10+
"fable-library==5.0.0rc3",
1111
]
1212

1313
[project.urls]

0 commit comments

Comments
 (0)