Skip to content

Commit 28946da

Browse files
authored
F# 10 (#297)
* A bunch of update and post for F# 10 * fmt
1 parent 6b6a535 commit 28946da

File tree

7 files changed

+288
-183
lines changed

7 files changed

+288
-183
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dist/
2-
package-lock.json
2+
package-lock.json
3+
.history/

bun.lock

Lines changed: 250 additions & 163 deletions
Large diffs are not rendered by default.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.404"
3+
"version": "10.0.100"
44
}
55
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,39 @@
1212
"lint": "bunx --bun prettier . --check"
1313
},
1414
"dependencies": {
15-
"@astrojs/react": "^4.2.7",
15+
"@astrojs/react": "^4.4.2",
1616
"@astrojs/rss": "^4.0.13",
17-
"@iconify-json/bi": "^1.2.4",
18-
"@iconify-json/cil": "^1.2.2",
19-
"@iconify-json/fluent": "^1.2.21",
20-
"@iconify-json/healthicons": "^1.2.8",
21-
"@iconify-json/ic": "^1.2.2",
22-
"@iconify-json/ion": "^1.2.3",
17+
"@iconify-json/bi": "^1.2.6",
18+
"@iconify-json/cil": "^1.2.3",
19+
"@iconify-json/fluent": "^1.2.34",
20+
"@iconify-json/healthicons": "^1.2.12",
21+
"@iconify-json/ic": "^1.2.4",
22+
"@iconify-json/ion": "^1.2.6",
2323
"@iconify-json/mdi": "^1.2.3",
2424
"@iconify-json/mdi-light": "^1.2.2",
2525
"@iconify-json/ph": "^1.2.2",
26-
"@iconify-json/ri": "^1.2.5",
27-
"@iconify-json/simple-icons": "^1.2.34",
26+
"@iconify-json/ri": "^1.2.6",
27+
"@iconify-json/simple-icons": "^1.2.59",
2828
"@iconify-json/uil": "^1.2.3",
29-
"@iconify-json/uiw": "^1.2.1",
30-
"@types/react": "^18.3.21",
29+
"@iconify-json/uiw": "^1.2.3",
30+
"@types/react": "^18.3.27",
3131
"@types/react-dom": "^18.3.7",
32-
"astro": "^5.7.12",
32+
"astro": "^5.15.9",
3333
"astro-icon": "1.1.4",
3434
"astro-purgecss": "5.0.0",
35-
"autoprefixer": "^10.4.21",
35+
"autoprefixer": "^10.4.22",
3636
"date-fns": "^4.1.0",
3737
"mermaid": "11.4.0",
3838
"postcss-nested": "^7.0.2",
3939
"purgecss": "^7.0.2",
4040
"react": "^18.3.1",
4141
"react-dom": "^18.3.1",
4242
"sharp": "^0.33.5",
43-
"styled-components": "^6.1.18"
43+
"styled-components": "^6.1.19"
4444
},
4545
"devDependencies": {
46-
"@mermaid-js/mermaid-cli": "^11.4.2",
47-
"prettier": "^3.5.3",
46+
"@mermaid-js/mermaid-cli": "^11.12.0",
47+
"prettier": "^3.6.2",
4848
"prettier-plugin-astro": "^0.14.1",
4949
"vite-plugin-fable": "^0.0.32"
5050
},

src/sessions/2023-10-06.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ let view model =
5151
```
5252

5353
- Fabulous.MauiControls
54-
5554
- Showcase of Fabulous DSL widgets
5655
- Wrapping 3th party libraries
5756
- How to consume Native APIs

src/sessions/2025-10-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ zoomLink: "https://us06web.zoom.us/j/84168244131?pwd=iJTYbFNngi7BhaN6SYeoNbH7og5
99
zoomPasscode: "runFs"
1010
issueLink: "https://github.com/fsharp/fslang-suggestions/discussions/1442"
1111
company: ""
12-
youtubeId: ""
12+
youtubeId: "dYWUIH46RB4"
1313
---
1414

1515
## Topic

src/sessions/2025-11-21.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "F# 10"
3+
preview: "F# 10"
4+
isDraft: true
5+
date: 2025-11-21T14:00:00.000Z
6+
id: "2025/11/21"
7+
champion: "Tomas Grosup"
8+
zoomLink: "https://us06web.zoom.us/j/81694461358?pwd=OFbzF0SQdvsfRNyoLDoYDUrflqOOAy.1"
9+
zoomPasscode: "ten"
10+
company: "Microsoft"
11+
youtubeId: ""
12+
---
13+
14+
## Topic
15+
16+
\.NET 10 and F\# 10 are released!
17+
In this session we go over everything that is new through an F# lens.
18+
Guided by F\# team lead Tomas Grosup!

0 commit comments

Comments
 (0)