Skip to content

Commit bd690dd

Browse files
chore(deploy): Release
1 parent 193abcf commit bd690dd

File tree

35 files changed

+180
-62
lines changed

35 files changed

+180
-62
lines changed

.changeset/clever-buttons-double.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/flat-pets-grab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/icy-vans-work.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/old-cherries-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rare-numbers-join.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serious-rings-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silent-oranges-sniff.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [](https://github.com/electron-userland/electron-builder/compare/v26.0.20...v) (2025-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Optional dep's path cannot find in newest npm ([#9274](https://github.com/electron-userland/electron-builder/issues/9274)) ([38c2085](https://github.com/electron-userland/electron-builder/commit/38c2085e9a344812d32611d197d1df66d6644b45)), closes [#9259](https://github.com/electron-userland/electron-builder/issues/9259)
7+
* utilize a js helper `dynamic-import.js` for trying `await import` and `require` ([#9299](https://github.com/electron-userland/electron-builder/issues/9299)) ([9f06a85](https://github.com/electron-userland/electron-builder/commit/9f06a859f9c82b305d0a43c5b6e8c47d1c7451f1))
8+
9+
10+
### Features
11+
12+
* **electron-publish:** add gitlab publisher ([#9209](https://github.com/electron-userland/electron-builder/issues/9209)) ([6fd391d](https://github.com/electron-userland/electron-builder/commit/6fd391d9e8390c00c8b0674d8ac3a5b7b6f0f19f))
13+
* Expanding `${arch}` macro for `mac.binaries` in case of unpacked files within universal builds ([#9263](https://github.com/electron-userland/electron-builder/issues/9263)) ([08773af](https://github.com/electron-userland/electron-builder/commit/08773afadfe10911ed1dff084fefe1024c5a74d8))
14+
* improve detecting pm and support bun ([#9262](https://github.com/electron-userland/electron-builder/issues/9262)) ([c51f962](https://github.com/electron-userland/electron-builder/commit/c51f96272517c08a09504445fb31e61326e0c381))
15+
16+
17+
118
# [](https://github.com/electron-userland/electron-builder/compare/v26.0.19...v) (2025-08-29)
219

320

packages/app-builder-lib/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# app-builder-lib
22

3+
## 26.1.0
4+
5+
### Minor Changes
6+
7+
- [#9263](https://github.com/electron-userland/electron-builder/pull/9263) [`08773afadfe10911ed1dff084fefe1024c5a74d8`](https://github.com/electron-userland/electron-builder/commit/08773afadfe10911ed1dff084fefe1024c5a74d8) Thanks [@bimusiek](https://github.com/bimusiek)! - feat: Expanding `${arch}` macro properly for `mac.binaries` in case of native node packages for unpacked files for macos `universal` target
8+
9+
- [#9209](https://github.com/electron-userland/electron-builder/pull/9209) [`6fd391d9e8390c00c8b0674d8ac3a5b7b6f0f19f`](https://github.com/electron-userland/electron-builder/commit/6fd391d9e8390c00c8b0674d8ac3a5b7b6f0f19f) Thanks [@daihere1993](https://github.com/daihere1993)! - feat: Support gitlab publisher
10+
11+
### Patch Changes
12+
13+
- [#9299](https://github.com/electron-userland/electron-builder/pull/9299) [`9f06a859f9c82b305d0a43c5b6e8c47d1c7451f1`](https://github.com/electron-userland/electron-builder/commit/9f06a859f9c82b305d0a43c5b6e8c47d1c7451f1) Thanks [@mmaietta](https://github.com/mmaietta)! - fix: removes dynamic eval and utilizes a js helper file for trying `await import` and `require` that is then copied into the final npm package
14+
15+
- [#9301](https://github.com/electron-userland/electron-builder/pull/9301) [`85cb4d031a060976b2519665b98294bb3c735aa0`](https://github.com/electron-userland/electron-builder/commit/85cb4d031a060976b2519665b98294bb3c735aa0) Thanks [@mmaietta](https://github.com/mmaietta)! - chore(deps): updating semver to 7.7.2
16+
17+
- [#9274](https://github.com/electron-userland/electron-builder/pull/9274) [`38c2085e9a344812d32611d197d1df66d6644b45`](https://github.com/electron-userland/electron-builder/commit/38c2085e9a344812d32611d197d1df66d6644b45) Thanks [@beyondkmp](https://github.com/beyondkmp)! - fix: Optional dep's path cannot find in newest npm
18+
19+
- [#9262](https://github.com/electron-userland/electron-builder/pull/9262) [`c51f96272517c08a09504445fb31e61326e0c381`](https://github.com/electron-userland/electron-builder/commit/c51f96272517c08a09504445fb31e61326e0c381) Thanks [@beyondkmp](https://github.com/beyondkmp)! - fix: enhance package manager detection to support Yarn Berry (#9261)
20+
21+
- [#9285](https://github.com/electron-userland/electron-builder/pull/9285) [`193abcf78691b145dd1f406ac5521e88beec0a5c`](https://github.com/electron-userland/electron-builder/commit/193abcf78691b145dd1f406ac5521e88beec0a5c) Thanks [@mmaietta](https://github.com/mmaietta)! - chore(deps): update electron/rebuild to resolve node-gyp dependency issue
22+
23+
- Updated dependencies [[`6fd391d9e8390c00c8b0674d8ac3a5b7b6f0f19f`](https://github.com/electron-userland/electron-builder/commit/6fd391d9e8390c00c8b0674d8ac3a5b7b6f0f19f)]:
24+
25+
26+
27+
28+
29+
330
## 26.0.20
431

532
### Patch Changes

packages/app-builder-lib/helpers/remote-rebuild.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ if (!process.send) {
33
process.exit(1)
44
}
55

6-
const rebuilder = (rebuilder) => {
7-
rebuilder.lifecycle.on("module-found", (moduleName) => process.send?.({ msg: "module-found", moduleName }))
8-
rebuilder.lifecycle.on("module-done", (moduleName) => process.send?.({ msg: "module-done", moduleName }))
9-
rebuilder.lifecycle.on("module-skip", (moduleName) => process.send?.({ msg: "module-skip", moduleName }))
6+
const rebuilder = rebuilder => {
7+
rebuilder.lifecycle.on("module-found", moduleName => process.send?.({ msg: "module-found", moduleName }))
8+
rebuilder.lifecycle.on("module-done", moduleName => process.send?.({ msg: "module-done", moduleName }))
9+
rebuilder.lifecycle.on("module-skip", moduleName => process.send?.({ msg: "module-skip", moduleName }))
1010

1111
return rebuilder
1212
.then(() => {
1313
process.send?.({ msg: "rebuild-done" })
1414
return process.exit(0)
1515
})
16-
.catch((err) => {
16+
.catch(err => {
1717
process.send?.({
1818
msg: "rebuild-error",
1919
err: {
@@ -29,7 +29,7 @@ const main = () => {
2929
const options = JSON.parse(process.argv[2])
3030

3131
const dynamicImport = require("./dynamic-import").dynamicImportMaybe
32-
return dynamicImport("@electron/rebuild").then((module) => {
32+
return dynamicImport("@electron/rebuild").then(module => {
3333
const { rebuild } = module
3434
return rebuilder(rebuild(options))
3535
})

0 commit comments

Comments
 (0)