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: electron/forge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.10.0
Choose a base ref
...
head repository: electron/forge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.10.2
Choose a head ref
  • 10 commits
  • 65 files changed
  • 6 contributors

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    94d5f62 View commit details
    Browse the repository at this point in the history
  2. fix(msix): use temp staging folder and fix types (#4021)

    * fix(msix): use temp staging folder and fix types
    
    * lint
    MarshallOfSound authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    76fafbe View commit details
    Browse the repository at this point in the history
  3. build: upgrade to Lerna 9 and Yarn 4 (#4009)

    * init upgrade commit
    
    * minimumage
    
    * immutable
    
    * chore: upgrade to v4
    
    * don't need this yet
    
    * resolve issues
    
    * chore: update yarn config and node engine requirement
    
    - Remove unnecessary packages from npmPreapprovedPackages in .yarnrc.yml
    - Change node engine requirement from ^16.4.0 to >=16.4.0
    
    Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
    
    * add back link scripts
    
    Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
    
    * update dev dependencies
    
    * fix: resolve CI failures with native builds and test fixtures
    
    - Add macos-alias to npmPreapprovedPackages to enable native volume.node compilation on macOS
    - Replace file: protocol with link: protocol for test fixtures to avoid platform-dependent hashes
    - This should fix DMG maker tests and eliminate hash mismatch errors in CI
    
    Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
    
    * fix links and tests
    
    * use individual yarn link vs dynamically generating resolutions
    
    * fix: rebuild native modules for macos-alias in CI
    
    The macos-alias package contains native modules that need to be rebuilt
    for the current Node.js version in CI. This was causing test failures on
    macOS runners when running tests that use the DMG maker.
    
    * attempt to fix other errors
    
    * yarn lock
    
    * copy out assetrelocator files to avoid yarn shenanigans
    
    * temporarily allow scripts for native rebuilds in ci
    
    * allow immutable installs on temporary test fixtures
    
    * address change rquest
    
    * use pregenerated lockfile  and add a regeneration script
    
    * fix: remove unnecessary yarn environment overrides from lockfile regeneration script
    
    The script is meant to be run locally by developers who don't have immutable installs enabled by default. Removing these overrides makes the script cleaner and doesn't disable security features unnecessarily.
    
    * update yarn.locks
    
    * fix tests
    
    * init-link: address comments
    
    * use npm ci instead of npm install to avoid modifying the lockfile
    
    ---------
    
    Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>
    georgexu99 and Claude authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    7b4a4c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c914575 View commit details
    Browse the repository at this point in the history
  5. build: update yarn version (#4023)

    update yarn
    georgexu99 authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    97c793c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb76b51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34b1117 View commit details
    Browse the repository at this point in the history
  8. v7.10.1

    VerteDinde committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    a9c9eb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Configuration menu
    Copy the full SHA
    403f749 View commit details
    Browse the repository at this point in the history
  2. v7.10.2

    VerteDinde committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    af12ba0 View commit details
    Browse the repository at this point in the history
Loading