Skip to content

Commit

Permalink
.NET 9, Tauri v2, Vite 6, Dart 3.4, NodeJS 22, NeutralinoJS 5.5, Node…
Browse files Browse the repository at this point in the history
…GUI 0.70, Go 1.23, ... + Various Background improvements (#963)

* Bump actions/setup-node from 4.0.4 to 4.1.0
* [runner] Update dependencies
* Remove non-web DotnetMAUI example: We'll only keep the vuejs version
* Add vue-project folder to dependabot config
* [01-empty-app] [DotnetMAUIVue] Upgrade to .NET 9
* [01-empty-app] [DotnetMAUIVue] Upgrade javascript dependencies
* [01-empty-app] [DotnetMAUIVue] Normalize vue example to follow the other ones
* [01-empty-app] [electron] Upgrade javascript dependencies
* [02-empty-app-frameless] [electron] Upgrade javascript dependencies
* [01-empty-app] [flutter] Upgrade dart dependencies
* CI: use node 22
* CI: use .NET 9
* [01-empty-app] [neutralinojs] Upgrade neutralinojs
* [02-empty-app-frameless] [neutralinojs] Upgrade neutralinojs
* [01-empty-app] [nodegui] Upgrade javascript dependencies
* [02-empty-app-frameless] [nodegui] Upgrade javascript dependencies
* [01-empty-app] [nw.js] Upgrade javascript dependencies
* [02-empty-app-frameless] [nw.js] Upgrade javascript dependencies
* [01-empty-app] [tauri] Upgrade tauri to V2 (#929)
* [02-empty-app-frameless] [tauri] Upgrade tauri to V2 (#929)
* [01-empty-app] [wails] Upgrade javascript dependencies
* [01-empty-app] [wails] Upgrade go dependencies
* Modify updater.sh to include Go dependencies (#808)
* Android and iOS are now valid target OS for Tauri V2 (#929)
* Update ubuntu Tauri v2 dependencies on CI runner (#929)
* Fixes for the new version of nw.js build (app icon, app name, macos category)
* Update benchmarks

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Elanis and dependabot[bot] authored Dec 25, 2024
1 parent b4baf1f commit 06e3e68
Show file tree
Hide file tree
Showing 147 changed files with 34,267 additions and 40,053 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ updates:
schedule:
interval: monthly
- package-ecosystem: "nuget"
directory: "benchmark/01-empty-app/DotnetMaui"
directory: "benchmark/01-empty-app/DotnetMauiVue"
schedule:
interval: monthly
- package-ecosystem: "nuget"
directory: "benchmark/01-empty-app/DotnetMauiVue"
- package-ecosystem: npm
directory: "benchmark/01-empty-app/DotnetMauiVue/vue-project"
schedule:
interval: monthly
- package-ecosystem: npm
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
run: git pull

- name: Setup Node.js environment
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 20
node-version: 22
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

# Setup dotnet env
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
dotnet-version: '9.0.x'

- name: Setup MAUI
run: if [ "$RUNNER_OS" != "Linux" ]; then dotnet workload install maui; fi
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
sudo apt install -y xvfb # X Server
sudo apt install -y dbus at-spi2-core # Fixes some dbus errors/warning
sudo apt install -y libxshmfence1 libglu1 libnss3 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libasound2 # Electron
sudo apt install -y libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev # Tauri
sudo apt install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev # Tauri
sudo apt install -y libwebkit2gtk-4.0-dev libstdc++6 # NeutralinoJS
sudo apt install -y pkg-config build-essential cmake make mesa-common-dev libglu1-mesa-dev file libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libxcb-xkb-dev libxcb-cursor0 libopengl0 # NodeGUI
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: git pull

- name: Setup Node.js environment
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 18
node-version: 22

- name: Run apps
run: |
Expand Down
160 changes: 79 additions & 81 deletions README.md

Large diffs are not rendered by default.

261 changes: 0 additions & 261 deletions benchmark/01-empty-app/DotnetMaui/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions benchmark/01-empty-app/DotnetMaui/DotnetMaui.sln

This file was deleted.

14 changes: 0 additions & 14 deletions benchmark/01-empty-app/DotnetMaui/DotnetMaui/App.xaml

This file was deleted.

15 changes: 0 additions & 15 deletions benchmark/01-empty-app/DotnetMaui/DotnetMaui/App.xaml.cs

This file was deleted.

14 changes: 0 additions & 14 deletions benchmark/01-empty-app/DotnetMaui/DotnetMaui/AppShell.xaml

This file was deleted.

Loading

0 comments on commit 06e3e68

Please sign in to comment.