-
-
Notifications
You must be signed in to change notification settings - Fork 563
Comparing changes
Open a pull request
base repository: electron/forge
base: v7.7.0
head repository: electron/forge
compare: v7.8.0
- 13 commits
- 58 files changed
- 7 contributors
Commits on Feb 19, 2025
-
fix(maker-wix): version with pre-release tag breaks app start (#3855)
* fix(maker-wix): version with pre-release breaks app start `electron-wix-msi` expects a valid semantic version as the `version` option. It then uses the original semantic version as an app version and transformed to windows compatible version as the MSI version separately. Providing windows compatible but invalid semantic version breaks app running via StubExecutable. Signed-off-by: Grigorii K. Shartsev <me@shgk.me> * use semver checker * use semver checker including build Signed-off-by: Grigorii K. Shartsev <me@shgk.me> --------- Signed-off-by: Grigorii K. Shartsev <me@shgk.me> Co-authored-by: Erick Zhao <erick@hotmail.ca>
Configuration menu - View commit details
-
Copy full SHA for 4571cb5 - Browse repository at this point
Copy the full SHA 4571cb5View commit details -
fix(maker-wix): inherit config types from
electron-wix-msi
(#3858)* fix(maker-wix): inherit config types from `electron-wix-msi` * Add TSDoc back
Configuration menu - View commit details
-
Copy full SHA for 64714a4 - Browse repository at this point
Copy the full SHA 64714a4View commit details
Commits on Feb 20, 2025
-
feat(cli): add
--skip-git
option (#3860)* feat(cli): add `--skip-git` option * add test
Configuration menu - View commit details
-
Copy full SHA for 9b720e0 - Browse repository at this point
Copy the full SHA 9b720e0View commit details
Commits on Mar 3, 2025
-
fix(core-utils): trim
spawnPackageManager
output (#3866)* improve system check logic from pnpm * modified nodelinker to use trim() * improved spawnPackageManager to return trimmed strings * Simplifiy the return statement of spawnPackageManager
Configuration menu - View commit details
-
Copy full SHA for 632117e - Browse repository at this point
Copy the full SHA 632117eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aee077f - Browse repository at this point
Copy the full SHA aee077fView commit details
Commits on Mar 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d9323d7 - Browse repository at this point
Copy the full SHA d9323d7View commit details
Commits on Mar 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a604f66 - Browse repository at this point
Copy the full SHA a604f66View commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for aae17fc - Browse repository at this point
Copy the full SHA aae17fcView commit details
Commits on Mar 18, 2025
-
fix(template-base): properly add
.npmrc
to template files (#3891)fix(init): ensure `.npmrc` can be written
Configuration menu - View commit details
-
Copy full SHA for 5329eca - Browse repository at this point
Copy the full SHA 5329ecaView commit details
Commits on Mar 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d3900ee - Browse repository at this point
Copy the full SHA d3900eeView commit details -
fix(cli): add descriptive error for unsupported node version (#3894)
* fix(cli): add descriptive error for unsupported node version * fix(cli): reorder imports * fix(cli): remove redundant node version check via listr2 * nits --------- Co-authored-by: Erick Zhao <erick@hotmail.ca>
Configuration menu - View commit details
-
Copy full SHA for de1ab07 - Browse repository at this point
Copy the full SHA de1ab07View commit details -
build(deps): bump axios from 1.7.6 to 1.8.4 (#3897)
Bumps [axios](https://github.com/axios/axios) from 1.7.6 to 1.8.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.6...v1.8.4) --- updated-dependencies: - dependency-name: axios dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d80b22c - Browse repository at this point
Copy the full SHA d80b22cView commit details
Commits on Mar 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f3af7b8 - Browse repository at this point
Copy the full SHA f3af7b8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.7.0...v7.8.0