What's Changed
This release contains several bug fixes and improvements, as well as bumps in dependencies.
Bug Fixes and Improvements
- fix(maker-dmg): remove extraneous properties from
MakerDMGConfig
by @tanishqkancharla in #3761 - fix(core-utils): don't add --save flag for npm install by @erickzhao in #3795
- fix: update native module unpack pattern to include hidden directories by @glowingjade in #3793
- fix(maker-dmg): make
macos-alias
build on Node.js 22 by @erickzhao in #3810 - fix(template): install fuses@ELECTRON_FORGE/VERSION by @erickzhao in #3702
Other Changes
- build(deps): remove unused
pretty-ms
dep by @erickzhao in #3775 - build(deps): bump vite from 5.4.11 to 5.4.12 by @dependabot in #3814
- build(plugin-vite): allow renderer name to contain dashes by @broose-goose in #3794
- build(deps): TypeScript 5.4 by @erickzhao in #3790
- ci: disable parallelism by @erickzhao in #3798
- ci: change gh-pages workflow to ubuntu-latest runner by @dsanders11 in #3807
- chore(core): remove unused
download-to-file
util by @erickzhao in #3774 - chore: upgrade [email protected] in corepack by @erickzhao in #3799
- chore: upgrade ESLint dependencies by @erickzhao in #3811
- refactor(all): use
node:
prefixes by @erickzhao in #3784 - test: avoid
proxyquire
inapi_spec_slow
by @erickzhao in #3786 - test: refactor fast suite to use vitest by @erickzhao in #3797
- refactor(core): replace
yarn-or-npm
withdetect-package-manager
by @erickzhao in #3813 - test(plugin-fuses): bump Electron version in fixture by @dsanders11 in #3815
- test: Vitest 3 by @erickzhao in #3816
- test: migrate slow tests to use vitest by @erickzhao in #3802
New Contributors
- @tanishqkancharla made their first contribution in #3761
- @broose-goose made their first contribution in #3794
- @glowingjade made their first contribution in #3793
Full Changelog: v7.6.0...v7.6.1