26.3.4
What's Changed
- fix: only use hardlinks during unit tests to avoid breaking debian builds where /opt is on a different drive by @mmaietta in https://github.com/electron-userland/electron-builder/pull/9397
- chore: resolve lint-deps issue now that ci-info isn't used by @mmaietta in https://github.com/electron-userland/electron-builder/pull/9412
- fix: converting all node collector logic to not use
Promise.All. Migrate to for-loop by @mmaietta in https://github.com/electron-userland/electron-builder/pull/9414 - fix(pkg): support arm64-only MAS submissions by setting correct hostArchitectures by @davej in https://github.com/electron-userland/electron-builder/pull/9409
- chore(deps): update eslint and prettier by @renovate[bot] in https://github.com/electron-userland/electron-builder/pull/9406
- fix: use correct types for makeUniversalApp (e.g.
undefinedinstead of potentiallynull) by @mmaietta in https://github.com/electron-userland/electron-builder/pull/9416 - fix: use
["workspaces", "list", "--json"]instead ofworkspaceRootfor yarn v2+ package manager by @mmaietta in https://github.com/electron-userland/electron-builder/pull/9415 - chore(deploy): Release by @electron-builder-release-bot[bot] in https://github.com/electron-userland/electron-builder/pull/9410
Full Changelog: https://github.com/electron-userland/electron-builder/compare/electron-builder@26.3.3...electron-builder@26.3.4