Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump app-builder-lib and electron-builder #949

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2024

Bumps app-builder-lib to 24.13.3 and updates ancestor dependency electron-builder. These dependencies need to be updated together.

Updates app-builder-lib from 24.4.0 to 24.13.3

Release notes

Sourced from app-builder-lib's releases.

v24.13.3

What's Changed

New Contributors

Full Changelog: electron-userland/electron-builder@v24.13.2...v24.13.3

v24.13.2

What's Changed

Full Changelog: electron-userland/electron-builder@v24.13.1...v24.13.2

v24.13.1

What's Changed

Full Changelog: electron-userland/electron-builder@v24.13.0...v24.13.1

v24.13.0

What's Changed

... (truncated)

Changelog

Sourced from app-builder-lib's changelog.

24.13.3

Patch Changes

  • #8086 e6f1bebd Thanks @​Allan-Kerr! - fix(msi): build emulated arm64 MSI installers as stopgap until electron-builder-binaries wix version is updated

  • #8090 2c147add Thanks @​mmaietta! - fix(mac): sign NSIS on mac

  • #8067 18340eef Thanks @​mmaietta! - fix(deb): soft symlink instead of hardlink to handle when /opt is on a separate partition

  • Updated dependencies []:

    • dmg-builder@24.13.3
    • electron-builder-squirrel-windows@24.13.3

24.13.2

Patch Changes

  • #8059 8f4acff3 Thanks @​mmaietta! - fix: execute %SYSTEMROOT% cmd.exe directly during NSIS installer

  • #8071 eb296c9b Thanks @​mmaietta! - fix(pkg): provide BundlePreInstallScriptPath and/or BundlePostInstallScriptPath when a pre/postinstall script is provided to pkg installer

  • #8069 538dd86b Thanks @​lutzroeder! - fix: use pathToFileUrl for hooks for Windows ES module support

  • #8065 5681777a Thanks @​mmaietta! - fix(mac): only skip notarization step when notarize is explicitly false

  • Updated dependencies []:

    • dmg-builder@24.13.2
    • electron-builder-squirrel-windows@24.13.2

24.13.1

Patch Changes

  • #8052 6a4f605f Thanks @​taozhou-glean! - fix: add dmg-builder and squirrel-windows to peer dependency for pnpm

  • #8057 ccbb80de Thanks @​mmaietta! - chore: upgrading connected dependencies (typescript requires higher eslint version)

  • Updated dependencies [ccbb80de]:

    • builder-util@24.13.1
    • builder-util-runtime@9.2.4
    • dmg-builder@24.13.1
    • electron-builder-squirrel-windows@24.13.1
    • electron-publish@24.13.1

24.13.0

Minor Changes

  • #8043 bb4a8c09 Thanks @​mmaietta! - feat: allow onNodeModuleFile to return a boolean to force include the package to be copied

... (truncated)

Commits
  • cb335ec chore(deploy): Release v24.13.3 (electron-updater@6.2.0) (#8084)
  • 2c147ad fix(mac): signing NSIS on mac (#8090)
  • 18340ee fix(deb): only execute update-desktop-database and update-mime-database w...
  • e6f1beb feat(msi): build emulated arm64 MSI installers (#8086)
  • 5f0804f chore(deploy): Release 24.13.2 (#8060)
  • eb296c9 fix(pkg): provide BundlePreInstallScriptPath and/or `BundlePostInstallScrip...
  • 538dd86 fix: use pathToFileUrl for hooks for Windows ES module support (#8069)
  • 5681777 fix(mac): only skip notarization step when notarize is explicitly false (#8...
  • 8f4acff fix: execute %SYSTEMROOT% cmd.exe directly during NSIS installer (#8059)
  • 8965608 chore(deploy): Release v24.13.1 (electron-updater@6.1.9) (#8056)
  • Additional commits viewable in compare view

Updates electron-builder from 24.4.0 to 24.13.3

Release notes

Sourced from electron-builder's releases.

v24.13.3

What's Changed

New Contributors

Full Changelog: electron-userland/electron-builder@v24.13.2...v24.13.3

v24.13.2

What's Changed

Full Changelog: electron-userland/electron-builder@v24.13.1...v24.13.2

v24.13.1

What's Changed

Full Changelog: electron-userland/electron-builder@v24.13.0...v24.13.1

v24.13.0

What's Changed

... (truncated)

Changelog

Sourced from electron-builder's changelog.

24.13.3

Patch Changes

24.13.2

Patch Changes

24.13.1

Patch Changes

  • Updated dependencies [6a4f605f, ccbb80de]:
    • app-builder-lib@24.13.1
    • builder-util@24.13.1
    • builder-util-runtime@9.2.4
    • dmg-builder@24.13.1

24.13.0

Patch Changes

24.12.0

Minor Changes

Patch Changes

24.11.0

Patch Changes

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib) to 24.13.3 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). These dependencies need to be updated together.


Updates `app-builder-lib` from 24.4.0 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/app-builder-lib)

Updates `electron-builder` from 24.4.0 to 24.13.3
- [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/v24.13.3/packages/electron-builder)

---
updated-dependencies:
- dependency-name: app-builder-lib
  dependency-type: indirect
- dependency-name: electron-builder
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2024
@csett86 csett86 merged commit 0b05e5b into master Mar 6, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app-builder-lib-and-electron-builder-24.13.3 branch March 6, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant