Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ElectronNET/Electron.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ElectronNET/Electron.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 10 files changed
  • 3 contributors

Commits on Aug 5, 2026

  1. Bump socket.io-parser in /src/ElectronNET.Host/ElectronHostHook

    Bumps [socket.io-parser](https://github.com/socketio/socket.io) from 4.2.6 to 4.2.7.
    - [Release notes](https://github.com/socketio/socket.io/releases)
    - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/socketio/socket.io/compare/socket.io-parser@4.2.6...socket.io-parser@4.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: socket.io-parser
      dependency-version: 4.2.7
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    819e643 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1094 from ElectronNET/dependabot/npm_and_yarn/src…

    …/ElectronNET.Host/ElectronHostHook/socket.io-parser-4.2.7
    
    Bump socket.io-parser from 4.2.6 to 4.2.7 in /src/ElectronNET.Host/ElectronHostHook
    FlorianRappl authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    e5ccf75 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2026

  1. Configuration menu
    Copy the full SHA
    1ec1fde View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2026

  1. fix(packaging): Architecture must be defined in electron-builder comp…

    …ile args in order to allow cross-compile on same platform. Enforce default-arch to be the default arch in order to avoid arch in package directory name.
    epsnm committed Aug 10, 2026
    Configuration menu
    Copy the full SHA
    d9e9b3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1098 from epsitec-sa/bug/#1097

    fix(packaging): Restore cross-compile on same platform and packaging dir name behavior
    FlorianRappl authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    3b57de9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b9d86 View commit details
    Browse the repository at this point in the history
  4. Bump js-yaml in /src/ElectronNET.WebApp/ElectronHostHook

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.1.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.3.0...4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 4.3.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    4011f3d View commit details
    Browse the repository at this point in the history
  5. Bump brace-expansion in /src/ElectronNET.WebApp/ElectronHostHook

    Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.14 to 1.1.18.
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@v1.1.14...v1.1.18)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.18
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    def289a View commit details
    Browse the repository at this point in the history
  6. Bump electron from 30.5.1 to 39.8.10 in /src/ElectronNET.Host

    Bumps [electron](https://github.com/electron/electron) from 30.5.1 to 39.8.10.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Commits](electron/electron@v30.5.1...v39.8.10)
    
    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-version: 39.8.10
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    18f08f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2026

  1. Merge pull request #1101 from ElectronNET/dependabot/npm_and_yarn/src…

    …/ElectronNET.WebApp/ElectronHostHook/brace-expansion-1.1.18
    
    Bump brace-expansion from 1.1.14 to 1.1.18 in /src/ElectronNET.WebApp/ElectronHostHook
    FlorianRappl authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    382d544 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1102 from ElectronNET/dependabot/npm_and_yarn/src…

    …/ElectronNET.Host/electron-39.8.10
    
    Bump electron from 30.5.1 to 39.8.10 in /src/ElectronNET.Host
    FlorianRappl authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    f577a53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1100 from ElectronNET/dependabot/npm_and_yarn/src…

    …/ElectronNET.WebApp/ElectronHostHook/js-yaml-4.3.1
    
    Bump js-yaml from 4.3.0 to 4.3.1 in /src/ElectronNET.WebApp/ElectronHostHook
    FlorianRappl authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    195a290 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1099 from epsitec-sa/bug/#1096

    chore(build): fix #1096 by depends on resolve unrelated target
    FlorianRappl authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    376a791 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2026

  1. Configuration menu
    Copy the full SHA
    8697c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b27f705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ab82b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1104 from epsitec-sa/feat/#1095

    chore(build): allow customization of target framwork version in dev mode (#1095)
    FlorianRappl authored Aug 14, 2026
    Configuration menu
    Copy the full SHA
    76ff44f View commit details
    Browse the repository at this point in the history
Loading