Skip to content

build(deps-dev): bump electron-builder from 25.1.8 to 26.0.12#8443

Merged
mook-as merged 2 commits intomainfrom
dependabot/npm_and_yarn/electron-builder-26.0.12
Apr 22, 2025
Merged

build(deps-dev): bump electron-builder from 25.1.8 to 26.0.12#8443
mook-as merged 2 commits intomainfrom
dependabot/npm_and_yarn/electron-builder-26.0.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2025

Bumps electron-builder from 25.1.8 to 26.0.12.

Changelog

Sourced from electron-builder's changelog.

26.0.12

Patch Changes

26.0.11

Patch Changes

26.0.10

Patch Changes

26.0.9

Patch Changes

26.0.8

Patch Changes

26.0.7

Patch Changes

  • Updated dependencies [c12f86f2, 3fe27d77]:
    • builder-util@26.0.7
    • app-builder-lib@26.0.7
    • dmg-builder@26.0.7

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the component/dependencies Pull requests that update a dependency file label Mar 27, 2025
@mook-as
Copy link
Copy Markdown
Contributor

mook-as commented Mar 27, 2025

Looks fine, but I don't see a release yet: https://github.com/electron-userland/electron-builder/releases/tag/v26.0.12

Let's wait a bit and see if that shows up.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-builder-26.0.12 branch 2 times, most recently from 2d4b6aa to 0caeb6b Compare April 2, 2025 16:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-builder-26.0.12 branch 3 times, most recently from 4058f57 to 0798d10 Compare April 8, 2025 04:20
@mook-as mook-as marked this pull request as draft April 8, 2025 20:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-builder-26.0.12 branch 2 times, most recently from 2fce659 to 68368f8 Compare April 10, 2025 15:07
@mook-as mook-as marked this pull request as ready for review April 16, 2025 19:59
@mook-as
Copy link
Copy Markdown
Contributor

mook-as commented Apr 16, 2025

I see a release now: https://github.com/electron-userland/electron-builder/releases/tag/v26.0.12

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-builder-26.0.12 branch from 68368f8 to 5562de7 Compare April 16, 2025 20:04
@mook-as
Copy link
Copy Markdown
Contributor

mook-as commented Apr 16, 2025

This breaks macOS signing: https://github.com/rancher-sandbox/rancher-desktop/actions/runs/14502897292/job/40687611806

Looking into it; but it's basically because they switched the plist implementation, so removing permissions they way we do in 2d1175c is broken.

@mook-as
Copy link
Copy Markdown
Contributor

mook-as commented Apr 17, 2025

I forgot to trigger a package (with signing) test run after the latest changes:
https://github.com/rancher-sandbox/rancher-desktop/actions/runs/14520484101

dependabot bot and others added 2 commits April 22, 2025 10:02
Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 25.1.8 to 26.0.12.
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v26.0.12/packages/electron-builder)

---
updated-dependencies:
- dependency-name: electron-builder
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Electron-builder v26.0.10 changed their plist implementation, and it is no
longer possible to remove Info.plist keys by setting the value to null.
Manually replicate the functionality using an afterPack hook to edit the
plist file instead.

Signed-off-by: Mark Yen <mark.yen@suse.com>
@mook-as mook-as force-pushed the dependabot/npm_and_yarn/electron-builder-26.0.12 branch from c8511a7 to 6075f3a Compare April 22, 2025 17:02
Copy link
Copy Markdown
Member

@jandubois jandubois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM

I've not tested the code, but the changes look good to me. I assume you have verified that the package still installs and no longer has the usage description strings.

@mook-as
Copy link
Copy Markdown
Contributor

mook-as commented Apr 22, 2025

Yeah, I manually checked the built result (before the rebase).

@mook-as mook-as merged commit d139df9 into main Apr 22, 2025
24 checks passed
@mook-as mook-as deleted the dependabot/npm_and_yarn/electron-builder-26.0.12 branch April 22, 2025 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants