Skip to content

Commit 2c8c71a

Browse files
chore(deploy): Release v26.12.1 (electron-updater@6.8.7) (#9782)
1 parent 4f49ad3 commit 2c8c71a

34 files changed

Lines changed: 264 additions & 53 deletions

File tree

.changeset/few-falcons-grin.md

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

.changeset/fuzzy-birds-train.md

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

.changeset/six-rice-knock.md

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

.changeset/sweet-worlds-study.md

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

.changeset/wild-roses-carry.md

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [26.12.1](https://github.com/electron-userland/electron-builder/compare/electron-builder@26.12.0...electron-builder@26.12.1) (2026-05-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **codeql:** resolving GH CodeQL alerts ([#9783](https://github.com/electron-userland/electron-builder/issues/9783)) ([4866737](https://github.com/electron-userland/electron-builder/commit/4866737e4fe1f0cca210d318b9ce440f8e978a63))
7+
* harden generated-file output, argument construction, and download validation ([#9778](https://github.com/electron-userland/electron-builder/issues/9778)) ([d6a5aee](https://github.com/electron-userland/electron-builder/commit/d6a5aee821138449dc0c082606da6a1bf5ba0798))
8+
* **nsis:** `nsisEscapeString` incorrectly converting INSTDIR runtime var to double-$$ ([#9788](https://github.com/electron-userland/electron-builder/issues/9788)) ([3f4f773](https://github.com/electron-userland/electron-builder/commit/3f4f773970db92d8fbac31cbc90dfaa0cd08d2f1))
9+
* refactor mac/mas/mas-dev logic flows within MacPackager ([#9567](https://github.com/electron-userland/electron-builder/issues/9567)) ([2c4cfa4](https://github.com/electron-userland/electron-builder/commit/2c4cfa405303fe67008cce2d95a2645014e8e8e2))
10+
11+
12+
113
# [26.12.0](https://github.com/electron-userland/electron-builder/compare/electron-builder@26.11.1...electron-builder@26.12.0) (2026-05-29)
214

315

packages/app-builder-lib/CHANGELOG.md

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

3+
## 26.12.1
4+
5+
### Patch Changes
6+
7+
- Fix: harden generated-file output, argument construction, and download validation _[`#9778`](https://github.com/electron-userland/electron-builder/pull/9778) [`d6a5aee`](https://github.com/electron-userland/electron-builder/commit/d6a5aee821138449dc0c082606da6a1bf5ba0798) [@mmaietta](https://github.com/mmaietta)_
8+
- Fix: `nsisEscapeString` incorrectly converting INSTDIR runtime var to double-$$ _[`#9788`](https://github.com/electron-userland/electron-builder/pull/9788) [`3f4f773`](https://github.com/electron-userland/electron-builder/commit/3f4f773970db92d8fbac31cbc90dfaa0cd08d2f1) [@mmaietta](https://github.com/mmaietta)_
9+
- Fix: properly parse and pass through `mas` configs to overwrite `mac` config when target is `mas` or `mas-dev` _[`#9567`](https://github.com/electron-userland/electron-builder/pull/9567) [`2c4cfa4`](https://github.com/electron-userland/electron-builder/commit/2c4cfa405303fe67008cce2d95a2645014e8e8e2) [@mmaietta](https://github.com/mmaietta)_
10+
- Fix(codeql): resolving GH CodeQL alerts _[`#9783`](https://github.com/electron-userland/electron-builder/pull/9783) [`4866737`](https://github.com/electron-userland/electron-builder/commit/4866737e4fe1f0cca210d318b9ce440f8e978a63) [@mmaietta](https://github.com/mmaietta)_
11+
- Chore: provide better error messaging when electron version in devDependencies or electronVersion property are not pinned _[`#9785`](https://github.com/electron-userland/electron-builder/pull/9785) [`f9ecb3c`](https://github.com/electron-userland/electron-builder/commit/f9ecb3c3f985ec999c3c8ba07e6054b0611284b6) [@mmaietta](https://github.com/mmaietta)_
12+
13+
<details><summary>Updated 5 dependencies</summary>
14+
15+
<small>
16+
17+
[`d6a5aee`](https://github.com/electron-userland/electron-builder/commit/d6a5aee821138449dc0c082606da6a1bf5ba0798) [`4866737`](https://github.com/electron-userland/electron-builder/commit/4866737e4fe1f0cca210d318b9ce440f8e978a63)
18+
19+
</small>
20+
21+
- `builder-util-runtime@9.6.2`
22+
- `builder-util@26.12.1`
23+
- `dmg-builder@26.12.1`
24+
- `electron-builder-squirrel-windows@26.12.1`
25+
- `electron-publish@26.12.1`
26+
27+
</details>
28+
329
## 26.12.0
430

531
### Minor Changes

packages/app-builder-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "app-builder-lib",
33
"description": "electron-builder lib",
4-
"version": "26.12.0",
4+
"version": "26.12.1",
55
"main": "out/index.js",
66
"files": [
77
"out",

packages/app-builder-lib/src/macPackager.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
import { SignOptions } from "@electron/osx-sign/dist/cjs/types"
22
import { Identity } from "@electron/osx-sign/dist/cjs/util-identities"
33
import { makeUniversalApp } from "@electron/universal"
4-
import { Arch, AsyncTaskManager, copyFile, deepAssign, exec, exists, getArchSuffix, InvalidConfigurationError, log, orIfFileNotExist, sanitizeDirPath, unlinkIfExists, use } from "builder-util"
4+
import {
5+
Arch,
6+
AsyncTaskManager,
7+
copyFile,
8+
deepAssign,
9+
exec,
10+
exists,
11+
getArchSuffix,
12+
InvalidConfigurationError,
13+
log,
14+
orIfFileNotExist,
15+
sanitizeDirPath,
16+
unlinkIfExists,
17+
use,
18+
} from "builder-util"
519
import { MemoLazy, Nullish } from "builder-util-runtime"
620
import * as fs from "fs/promises"
721
import { mkdir, readdir } from "fs/promises"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = "26.12.0"
1+
export const PACKAGE_VERSION = "26.12.1"

0 commit comments

Comments
 (0)