wireless-microphone-analyzer
wireless-microphone-analyzer copied to clipboard
Bump app-builder-lib and electron-builder
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.9.1 to 24.13.3
Release notes
Sourced from app-builder-lib's releases.
v24.13.3
What's Changed
- chore(deps): update actions/setup-node digest to 60edb5d by
@renovate
in electron-userland/electron-builder#8078- chore(deps): update pnpm/action-setup action to v3 by
@renovate
in electron-userland/electron-builder#8079- chore: fixing differential update test file compilation and adding to CI suite by
@mmaietta
in electron-userland/electron-builder#8076- feat: add support for differential zip updates on macOS by
@beyondkmp
in electron-userland/electron-builder#7709- fix(msi): build emulated arm64 MSI installers as stopgap until electron-builder-binaries wix version is updated by
@Allan-Kerr
in electron-userland/electron-builder#8086- fix(deb): only execute
update-desktop-database
andupdate-mime-database
when exists on the system by@mmaietta
in electron-userland/electron-builder#8067- fix(mac): sign NSIS on mac by
@mmaietta
in electron-userland/electron-builder#8090- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#8084New Contributors
@Allan-Kerr
made their first contribution in electron-userland/electron-builder#8086Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.13.2...v24.13.3
v24.13.2
What's Changed
- fix: execute %SYSTEMROOT% cmd.exe directly during NSIS installer by
@mmaietta
in electron-userland/electron-builder#8059- fix(mac): only skip notarization step when
notarize
is explicitly false by@mmaietta
in electron-userland/electron-builder#8065- fix: use
pathToFileUrl
for hooks for Windows ES module support by@lutzroeder
in electron-userland/electron-builder#8069- fix(pkg): provide
BundlePreInstallScriptPath
and/orBundlePostInstallScriptPath
by@mmaietta
in electron-userland/electron-builder#8071- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#8060Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.13.1...v24.13.2
v24.13.1
What's Changed
- fix: auto-update powershell script requires reset of
PSModulePath
by@mmaietta
in electron-userland/electron-builder#8051- chore: upgrading connected dependencies (typescript 5.3.3 requires higher eslint version) by
@mmaietta
in electron-userland/electron-builder#8057- fix: add dmg-builder and squirrel-windows to peerDependencies for pnpm by
@taozhou-glean
in electron-userland/electron-builder#8052- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#8056Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.13.0...v24.13.1
v24.13.0
What's Changed
- fix: use CI_COMMIT_TAG instead of CI_BUILD_TAG for Gitlab CI by
@mmaietta
in electron-userland/electron-builder#8010- chore(deps): update actions/cache action to v4 by
@renovate
in electron-userland/electron-builder#8012- chore(deps): update tj-actions/changed-files action to v42 by
@renovate
in electron-userland/electron-builder#8014- fix(mac): Update mac notarize keychain env var to be optional by
@mmaietta
in electron-userland/electron-builder#8022- fix(deps): update dependency
@electron/notarize
to v2.2.1 by@renovate
in electron-userland/electron-builder#8029- fix(deps): update dependency
@electron/universal
to v1.5.1 by@renovate
in electron-userland/electron-builder#8030- chore(deps): update actions/setup-node digest to b39b52d by
@renovate
in electron-userland/electron-builder#8032- fix(mac): merge
fileAssociations
with existingCFBundleDocumentTypes
if defined inmac.extendInfo
by@davej
in electron-userland/electron-builder#8035- fix: hooks
resolveModule
default fallback torequire
by@mmaietta
in electron-userland/electron-builder#8042- feat: allow
onNodeModuleFile
to return a boolean to force include the package to be copied by@mmaietta
in electron-userland/electron-builder#8043- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#8011
... (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 partitionUpdated dependencies []:
24.13.2
Patch Changes
#8059
8f4acff3
Thanks@mmaietta
! - fix: execute %SYSTEMROOT% cmd.exe directly during NSIS installer#8071
eb296c9b
Thanks@mmaietta
! - fix(pkg): provideBundlePreInstallScriptPath
and/orBundlePostInstallScriptPath
when a pre/postinstall script is provided to pkg installer#8069
538dd86b
Thanks@lutzroeder
! - fix: usepathToFileUrl
for hooks for Windows ES module support#8065
5681777a
Thanks@mmaietta
! - fix(mac): only skip notarization step whennotarize
is explicitly falseUpdated dependencies []:
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
]:24.13.0
Minor Changes
- #8043
bb4a8c09
Thanks@mmaietta
! - feat: allowonNodeModuleFile
to return a boolean to force include the package to be copied
... (truncated)
Commits
cb335ec
chore(deploy): Release v24.13.3 ([email protected]) (#8084)2c147ad
fix(mac): signing NSIS on mac (#8090)18340ee
fix(deb): only executeupdate-desktop-database
andupdate-mime-database
w...e6f1beb
feat(msi): build emulated arm64 MSI installers (#8086)5f0804f
chore(deploy): Release 24.13.2 (#8060)eb296c9
fix(pkg): provideBundlePreInstallScriptPath
and/or `BundlePostInstallScrip...538dd86
fix: usepathToFileUrl
for hooks for Windows ES module support (#8069)5681777
fix(mac): only skip notarization step whennotarize
is explicitly false (#8...8f4acff
fix: execute%SYSTEMROOT%
cmd.exe directly during NSIS installer (#8059)8965608
chore(deploy): Release v24.13.1 ([email protected]) (#8056)- Additional commits viewable in compare view
Updates electron-builder
from 24.9.1 to 24.13.3
Release notes
Sourced from electron-builder's releases.
v24.13.3
What's Changed
- chore(deps): update actions/setup-node digest to 60edb5d by
@renovate
in electron-userland/electron-builder#8078- chore(deps): update pnpm/action-setup action to v3 by
@renovate
in electron-userland/electron-builder#8079- chore: fixing differential update test file compilation and adding to CI suite by
@mmaietta
in electron-userland/electron-builder#8076- feat: add support for differential zip updates on macOS by
@beyondkmp
in electron-userland/electron-builder#7709- fix(msi): build emulated arm64 MSI installers as stopgap until electron-builder-binaries wix version is updated by
@Allan-Kerr
in electron-userland/electron-builder#8086- fix(deb): only execute
update-desktop-database
andupdate-mime-database
when exists on the system by@mmaietta
in electron-userland/electron-builder#8067- fix(mac): sign NSIS on mac by
@mmaietta
in electron-userland/electron-builder#8090- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#8084New Contributors
@Allan-Kerr
made their first contribution in electron-userland/electron-builder#8086Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.13.2...v24.13.3
v24.13.2
What's Changed
- fix: execute %SYSTEMROOT% cmd.exe directly during NSIS installer by
@mmaietta
in electron-userland/electron-builder#8059- fix(mac): only skip notarization step when
notarize
is explicitly false by@mmaietta
in electron-userland/electron-builder#8065- fix: use
pathToFileUrl
for hooks for Windows ES module support by@lutzroeder
in electron-userland/electron-builder#8069- fix(pkg): provide
BundlePreInstallScriptPath
and/orBundlePostInstallScriptPath
by@mmaietta
in electron-userland/electron-builder#8071- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#8060Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.13.1...v24.13.2
v24.13.1
What's Changed
- fix: auto-update powershell script requires reset of
PSModulePath
by@mmaietta
in electron-userland/electron-builder#8051- chore: upgrading connected dependencies (typescript 5.3.3 requires higher eslint version) by
@mmaietta
in electron-userland/electron-builder#8057- fix: add dmg-builder and squirrel-windows to peerDependencies for pnpm by
@taozhou-glean
in electron-userland/electron-builder#8052- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#8056Full Changelog: https://github.com/electron-userland/electron-builder/compare/v24.13.0...v24.13.1
v24.13.0
What's Changed
- fix: use CI_COMMIT_TAG instead of CI_BUILD_TAG for Gitlab CI by
@mmaietta
in electron-userland/electron-builder#8010- chore(deps): update actions/cache action to v4 by
@renovate
in electron-userland/electron-builder#8012- chore(deps): update tj-actions/changed-files action to v42 by
@renovate
in electron-userland/electron-builder#8014- fix(mac): Update mac notarize keychain env var to be optional by
@mmaietta
in electron-userland/electron-builder#8022- fix(deps): update dependency
@electron/notarize
to v2.2.1 by@renovate
in electron-userland/electron-builder#8029- fix(deps): update dependency
@electron/universal
to v1.5.1 by@renovate
in electron-userland/electron-builder#8030- chore(deps): update actions/setup-node digest to b39b52d by
@renovate
in electron-userland/electron-builder#8032- fix(mac): merge
fileAssociations
with existingCFBundleDocumentTypes
if defined inmac.extendInfo
by@davej
in electron-userland/electron-builder#8035- fix: hooks
resolveModule
default fallback torequire
by@mmaietta
in electron-userland/electron-builder#8042- feat: allow
onNodeModuleFile
to return a boolean to force include the package to be copied by@mmaietta
in electron-userland/electron-builder#8043- chore(deploy): Release by
@github-actions
in electron-userland/electron-builder#8011
... (truncated)
Changelog
Sourced from electron-builder's changelog.
24.13.3
Patch Changes
24.13.2
Patch Changes
24.13.1
Patch Changes
24.13.0
Patch Changes
24.12.0
Minor Changes
- #8002
adf97dcc
Thanks@scottnonnenberg-signal
! - mac: Support for a custom 'sign' actionPatch Changes
24.11.0
Patch Changes
... (truncated)
Commits
cb335ec
chore(deploy): Release v24.13.3 ([email protected]) (#8084)5f0804f
chore(deploy): Release 24.13.2 (#8060)8965608
chore(deploy): Release v24.13.1 ([email protected]) (#8056)0403278
chore(deploy): Release v24.13.0 ([email protected]) (#8011)17b5081
chore(deploy): Release v24.12.0 (#7981)fc13810
chore(deploy): Release v24.11.0 ([email protected]) (#7954)47e66ca
chore(deploy): Release v24.10.0 (#7934)a8fda9a
chore(deploy): Release v24.9.4 (#7916)512fb9e
chore(deploy): Release v24.9.3 (#7909)3973c66
chore(deploy): Release v24.9.2 (#7899)- See full diff in compare view
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.