Skip to content

Commit 72d298c

Browse files
chore(deploy): Release v26.13.1 (#9805)
1 parent 478ade4 commit 72d298c

27 files changed

Lines changed: 166 additions & 50 deletions

File tree

.changeset/famous-cloths-do.md

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

.changeset/lucky-squids-cover.md

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

.changeset/many-lamps-fix.md

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

.changeset/moody-plants-fall.md

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

.changeset/nsis-installer-output-validation.md

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

.changeset/red-kings-arrive.md

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

.changeset/replace-schema-utils-ajv8.md

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

.changeset/some-rabbits-lick.md

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [26.13.1](https://github.com/electron-userland/electron-builder/compare/electron-builder@26.13.0...electron-builder@26.13.1) (2026-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* correct `update-alternatives --remove` path and unload AppArmor profile on removal ([#9801](https://github.com/electron-userland/electron-builder/issues/9801)) ([b5a1ac1](https://github.com/electron-userland/electron-builder/commit/b5a1ac1a74b854931d45ac6d4eed15f876a496d3))
7+
* **node-module-collector:** accept transitive dependencies resolved outside their declared range by package manager overrides ([#9804](https://github.com/electron-userland/electron-builder/issues/9804)) ([c142e0f](https://github.com/electron-userland/electron-builder/commit/c142e0f4c1f61e8800093023d30091af0674bb8a))
8+
* **node-module-collector:** suppress expected `npm list` stderr from user-visible warnings when collecting dependencies for Yarn projects using resolutions ([#9810](https://github.com/electron-userland/electron-builder/issues/9810)) ([478ade4](https://github.com/electron-userland/electron-builder/commit/478ade400294af2980fca9c2eb47e9e47457943c))
9+
* **nsis:** validate makensis stderr and installer file size post-build ([#9802](https://github.com/electron-userland/electron-builder/issues/9802)) ([cf2ec41](https://github.com/electron-userland/electron-builder/commit/cf2ec4176a51a73856f05e271313a5e2ce2aaf7e))
10+
* **win:** restore `getToolPath()` on `WindowsSignToolManager` and improve public API ([#9806](https://github.com/electron-userland/electron-builder/issues/9806)) ([fd9fcb1](https://github.com/electron-userland/electron-builder/commit/fd9fcb11e81a42b4b018d6f7a2b16a89697a2ba2))
11+
12+
13+
114
# [26.13.0](https://github.com/electron-userland/electron-builder/compare/electron-builder@26.12.1...electron-builder@26.13.0) (2026-05-31)
215

316

packages/app-builder-lib/CHANGELOG.md

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

3+
## 26.13.1
4+
5+
### Patch Changes
6+
7+
- Fix: correct `update-alternatives --remove` path and unload AppArmor profile on removal _[`#9801`](https://github.com/electron-userland/electron-builder/pull/9801) [`b5a1ac1`](https://github.com/electron-userland/electron-builder/commit/b5a1ac1a74b854931d45ac6d4eed15f876a496d3) [@mmaietta](https://github.com/mmaietta)_
8+
- Fix(win): restore `getToolPath()` on `WindowsSignToolManager` and improve public API _[`#9806`](https://github.com/electron-userland/electron-builder/pull/9806) [`fd9fcb1`](https://github.com/electron-userland/electron-builder/commit/fd9fcb11e81a42b4b018d6f7a2b16a89697a2ba2) [@mmaietta](https://github.com/mmaietta)_
9+
- Fix(node-module-collector): suppress expected `npm list` stderr from user-visible warnings when collecting dependencies for Yarn projects using resolutions _[`#9810`](https://github.com/electron-userland/electron-builder/pull/9810) [`478ade4`](https://github.com/electron-userland/electron-builder/commit/478ade400294af2980fca9c2eb47e9e47457943c) [@mmaietta](https://github.com/mmaietta)_
10+
- Fix(win): log actionable hint when signAndEditExecutable is false so users know to use signExecutable: false to preserve icon and metadata _[`#9807`](https://github.com/electron-userland/electron-builder/pull/9807) [`e4cd2ac`](https://github.com/electron-userland/electron-builder/commit/e4cd2ac4590c87e114444ab17f4bcead7f82ee2d) [@mmaietta](https://github.com/mmaietta)_
11+
- Fix(nsis): validate makensis stderr and installer file size after build to catch truncated output caused by low disk space _[`#9802`](https://github.com/electron-userland/electron-builder/pull/9802) [`cf2ec41`](https://github.com/electron-userland/electron-builder/commit/cf2ec4176a51a73856f05e271313a5e2ce2aaf7e) [@mmaietta](https://github.com/mmaietta)_
12+
- Fix(traversal): accept transitive dependencies resolved outside their declared range by package manager overrides _[`#9804`](https://github.com/electron-userland/electron-builder/pull/9804) [`c142e0f`](https://github.com/electron-userland/electron-builder/commit/c142e0f4c1f61e8800093023d30091af0674bb8a) [@mmaietta](https://github.com/mmaietta)_
13+
- Chore(deps): replace unmaintained @develar/schema-utils with a self-contained ajv@8 validator _[`#9803`](https://github.com/electron-userland/electron-builder/pull/9803) [`964ff9a`](https://github.com/electron-userland/electron-builder/commit/964ff9a3d5d5cb5850de3f450563b52c34aaae46) [@mmaietta](https://github.com/mmaietta)_
14+
- Chore: add comment re: non-existent swiftshader directory in newer electron versions _[`#9781`](https://github.com/electron-userland/electron-builder/pull/9781) [`bb8cb67`](https://github.com/electron-userland/electron-builder/commit/bb8cb672dfeb69f22a23ba43eaa636fe9f7d3121) [@Lemonexe](https://github.com/Lemonexe)_
15+
16+
<details><summary>Updated 2 dependencies</summary>
17+
18+
<small>
19+
20+
</small>
21+
22+
- `dmg-builder@26.13.1`
23+
- `electron-builder-squirrel-windows@26.13.1`
24+
25+
</details>
26+
327
## 26.13.0
428

529
### Minor Changes

0 commit comments

Comments
 (0)