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

Update dependency electron-builder to v20.44.4 #1290

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 22, 2019

This PR contains the following updates:

Package Type Update Change
electron-builder devDependencies minor 20.32.0 -> 20.44.4

Release Notes

electron-userland/electron-builder

v20.44.4

Compare Source

Thanks to Thomas Nordquist, snap produced using template on Linux is always passed review, regardless of incorrect FS configuration of your Linux.

Free build service to build for Linux on Windows, is available for use again.

Bug Fixes
  • disable AppImage target by default if build on Windows (4f05bad)

v20.44.3

Compare Source

Bug Fixes
  • ensure that setgid and setuid flags are cleared (80b8d91), closes #​3608
  • snap: detect snapcraft version if quoted (d18909b)

v20.44.2

Compare Source

Please be aware about multpass bug on macOS if your have custom stage packages for Snap.

Bug Fixes
  • snap: detect snapcraft version if quoted (d18909b)

v20.44.1

Compare Source

As result of Snapcraft Summit Montreal, Snapcraft support was greatly improved:

  • 2x smaller size (56 MB vs 125 MB).
  • less user OS dependency, more wider various Linux distros support.
  • easy building even if custom stage packages are used, because of support for multipass (Docker support is completely removed).
  • more secure because newer software is used (still, old Linux distros are supported).
  • faster builds on CI, because template snap app size reduced from 48 MB to 1.5 MB (yes, it is not a joke).
  • smaller size of Docker image because snapcraft support was removed.
Bug Fixes
Features

v20.44.0

Compare Source

v20.43.0

Compare Source

Features
  • mac: add option to disable gatekeeper assessment in electron-osx-sign (ef0028d)

Special thanks to Kilian Valkhof contributor this release.

v20.42.0

Compare Source

Features

Special thanks to Kilian Valkhof contributor this release.

v20.41.0

Compare Source

Bug Fixes
  • electron-builder: Configuring yargs through package.json is deprecated #​3751 (a127a61)
Features
  • appx: Add option to force set build number for AppX (d6c9d8f), closes #​3875
  • msi: support for menuCategory sub-directory in programFilesDir (5308531)
  • add support for gitlab ci pipeline ids as buildNumber (#​3838) (0972695)
  • configurable electron-builder-binaries host (#​3761) (f3404d3)
  • mac: Add option to enable hardened-runtime (7d5f952), closes #​3858

v20.40.2

Bug Fixes
  • nsis: regression since 20.40.0 - nsis uninstaller is not silent (4d92abf), closes #​3813
Features

v20.40.0

Compare Source

Bug Fixes
Features
  • appx: Add appx option to show app name on tiles. (#​3802) (fa90f49)
  • nsis: enable custom check if app is running (de36d5e)
  • nsis: Feature/do not ignore uninstall errors (#​3782) (c84ecff)
  • portable: constant unpack path across all launches of the same executable (3be0181), closes #​3799

v20.39.0

Compare Source

Bug Fixes
Features
  • docker: node v11 support for Docker images (a47dbbb)

v20.38.5

Compare Source

Bug Fixes

v20.38.4

Compare Source

electron-updater 4.0.7 pre-release.

Bug Fixes
  • electron-updater: make "checkForUpdatesAndNotify" catchable promise (#​3531) (2c674df)
  • snap: fix snapcraft version check for 3.0 (0ba9c4f), closes #​3549

v20.38.3

Compare Source

electron-updater 4.0.6 release.

Bug Fixes
  • electron-updater: Pass requestHeaders to httpExecutor (#​3536) (f698f08)
  • mac: fine-grained control [NSAllowsLocalNetworking] is not available in older operating systems (iOS 10.0 and older, or macOS 10.12 and older) (930dc8d), closes #​3377
  • nsis: 稍后 typo (#​3524) (947ae66)

v20.38.2

Compare Source

Bug Fixes

Thanks to all contributors to this release:

v20.38.1

Compare Source

electron-updater 4.0.5 release.

Bug Fixes
  • always respect arch in user custom artifact pattern (45f17f5), closes #​3510
  • electron-updater: disable differential download operation validation for now (b7f8e8c), closes #​3485

v20.38.0

Compare Source

Bug Fixes
  • if cannot resolve win csc link, report as InvalidConfigurationError to make clear that it is user error (88d8a6b), closes #​3502
Features

v20.37.0

Compare Source

Features

v20.36.2

Compare Source

electron-updater 4.0.4 release.

Bug Fixes
  • electron-updater: fix checkForUpdatesAndNotify regression in 4.0.0 (0fa9096)
  • electron-updater: nsis one-click per-machine auto-updating fails (Error: spawn [...].exe EACCES) (cc63141), closes #​3480 #​3367

v20.36.1

Compare Source

electron-updater 4.0.1 release.

Bug Fixes
Features

v20.36.0

Compare Source

v20.35.0

Compare Source

electron-updater 4.0.0 pre-release.

Important — next version of electron-updater:

  • requires Electron 3.
  • uses correct (not roamable) directory on Windows to cache update related files (pending installation files, data for differential update). And this directory doesn't depend anymore on your application product name.

Corresponding changes were required on electron-builder side, so, electron-builder 20.35.0 requires electron-updater 4.0.0.

These changes in general quite stable, but some another fixes planned for Windows, so, probably, electron-updater 4.0.0 will be not marked as latest until all planned fixes are not implemented.

Features
  • electron-updater: decouple Electron API to support Proton and other frameworks (9422251)
  • use wine64 on macOS (dbcbaf3)
  • electron-updater: use cache dir for electron-updater cache data (c01b7c0), closes #​3451 #​3467

v20.34.0

Compare Source

electron-updater 3.2.3 release.

Bug Fixes
  • electron-updater: fix recent differential update regression (d9341d6)
Features

v20.33.2

Compare Source

electron-updater 3.2.2 release.

Bug Fixes
  • electron-updater: do not dispatch error event for CancellationError #​1150 (e7acbd9)
Features
  • nsis: add possibility to force an install mode programmatically (ab244b4)

v20.33.1

Compare Source

Another part of electron-builder was rewritten in Go — as result, to get publisher name from code signing certificate, openssl is not required anymore on macOS/Linux and bloody PowerShell on Windows.

If you use electron-updater, strongly recommended to update electron-builder to 20.33.1 and electron-updater to 3.2.1. These versions are next (pre-release) for now, but will be promoted as latest in several days.

Bug Fixes
  • electron-updater: Updater crash on windows, fails on MacOS X (76fdd42), closes #​3308 #​3377
  • electron-webpack: resolve electron-webpack config (eb9c1d6)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/electron-builder-20.x branch from e15be81 to 7251d0b Compare May 25, 2019 06:45
@renovate renovate bot changed the title Update dependency electron-builder to v20.40.2 Update dependency electron-builder to v20.41.0 May 25, 2019
@renovate renovate bot force-pushed the renovate/electron-builder-20.x branch 2 times, most recently from 1d1e511 to 7e924ea Compare June 4, 2019 15:01
@renovate renovate bot changed the title Update dependency electron-builder to v20.41.0 Update dependency electron-builder to v20.43.0 Jun 4, 2019
@renovate renovate bot force-pushed the renovate/electron-builder-20.x branch 9 times, most recently from 826fb28 to a153946 Compare June 11, 2019 16:03
@belcherj belcherj changed the base branch from master to develop June 12, 2019 20:29
@renovate renovate bot force-pushed the renovate/electron-builder-20.x branch from a153946 to b332ca5 Compare June 19, 2019 19:05
@renovate renovate bot changed the title Update dependency electron-builder to v20.43.0 Update dependency electron-builder to v20.44.2 Jun 19, 2019
@renovate renovate bot force-pushed the renovate/electron-builder-20.x branch from b332ca5 to 3056406 Compare June 20, 2019 10:59
@renovate renovate bot changed the title Update dependency electron-builder to v20.44.2 Update dependency electron-builder to v20.43.0 Jun 20, 2019
@renovate renovate bot force-pushed the renovate/electron-builder-20.x branch from 3056406 to 02e8945 Compare June 21, 2019 09:13
@renovate renovate bot changed the title Update dependency electron-builder to v20.43.0 Update dependency electron-builder to v20.44.4 Jun 21, 2019
@renovate renovate bot force-pushed the renovate/electron-builder-20.x branch 2 times, most recently from 730af1b to 09d6c59 Compare July 30, 2019 19:06
@renovate renovate bot force-pushed the renovate/electron-builder-20.x branch 2 times, most recently from eccef2d to a0c0f6f Compare August 9, 2019 16:35
@renovate renovate bot force-pushed the renovate/electron-builder-20.x branch from a0c0f6f to 3bdd929 Compare October 1, 2019 20:55
@belcherj
Copy link
Contributor

belcherj commented Oct 7, 2019

Closing in favor of #1633

@belcherj belcherj closed this Oct 7, 2019
@belcherj belcherj deleted the renovate/electron-builder-20.x branch October 7, 2019 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants