Skip to content
Merged

F# 10 #297

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist/
package-lock.json
package-lock.json
.history/
413 changes: 250 additions & 163 deletions bun.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.404"
"version": "10.0.100"
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,39 @@
"lint": "bunx --bun prettier . --check"
},
"dependencies": {
"@astrojs/react": "^4.2.7",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.13",
"@iconify-json/bi": "^1.2.4",
"@iconify-json/cil": "^1.2.2",
"@iconify-json/fluent": "^1.2.21",
"@iconify-json/healthicons": "^1.2.8",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/ion": "^1.2.3",
"@iconify-json/bi": "^1.2.6",
"@iconify-json/cil": "^1.2.3",
"@iconify-json/fluent": "^1.2.34",
"@iconify-json/healthicons": "^1.2.12",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/ion": "^1.2.6",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/mdi-light": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/ri": "^1.2.5",
"@iconify-json/simple-icons": "^1.2.34",
"@iconify-json/ri": "^1.2.6",
"@iconify-json/simple-icons": "^1.2.59",
"@iconify-json/uil": "^1.2.3",
"@iconify-json/uiw": "^1.2.1",
"@types/react": "^18.3.21",
"@iconify-json/uiw": "^1.2.3",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"astro": "^5.7.12",
"astro": "^5.15.9",
"astro-icon": "1.1.4",
"astro-purgecss": "5.0.0",
"autoprefixer": "^10.4.21",
"autoprefixer": "^10.4.22",
"date-fns": "^4.1.0",
"mermaid": "11.4.0",
"postcss-nested": "^7.0.2",
"purgecss": "^7.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"styled-components": "^6.1.18"
"styled-components": "^6.1.19"
},
"devDependencies": {
"@mermaid-js/mermaid-cli": "^11.4.2",
"prettier": "^3.5.3",
"@mermaid-js/mermaid-cli": "^11.12.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"vite-plugin-fable": "^0.0.32"
},
Expand Down
1 change: 0 additions & 1 deletion src/sessions/2023-10-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ let view model =
```

- Fabulous.MauiControls

- Showcase of Fabulous DSL widgets
- Wrapping 3th party libraries
- How to consume Native APIs
Expand Down
2 changes: 1 addition & 1 deletion src/sessions/2025-10-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ zoomLink: "https://us06web.zoom.us/j/84168244131?pwd=iJTYbFNngi7BhaN6SYeoNbH7og5
zoomPasscode: "runFs"
issueLink: "https://github.com/fsharp/fslang-suggestions/discussions/1442"
company: ""
youtubeId: ""
youtubeId: "dYWUIH46RB4"
---

## Topic
Expand Down
18 changes: 18 additions & 0 deletions src/sessions/2025-11-21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "F# 10"
preview: "F# 10"
isDraft: true
date: 2025-11-21T14:00:00.000Z
id: "2025/11/21"
champion: "Tomas Grosup"
zoomLink: "https://us06web.zoom.us/j/81694461358?pwd=OFbzF0SQdvsfRNyoLDoYDUrflqOOAy.1"
zoomPasscode: "ten"
company: "Microsoft"
youtubeId: ""
---

## Topic

\.NET 10 and F\# 10 are released!
In this session we go over everything that is new through an F# lens.
Guided by F\# team lead Tomas Grosup!