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-packager to v17 #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 25, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron-packager 12.2.0 -> 17.1.2 age adoption passing confidence

Release Notes

electron/electron-packager (electron-packager)

v17.1.2: 17.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: electron/packager@v17.1.1...v17.1.2

v17.1.1

Compare Source

What's Changed

Full Changelog: electron/packager@v17.1.0...v17.1.1

v17.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: electron/packager@v17.0.0...v17.1.0

v17.0.0: 17.0.0

Compare Source

Changed
  • BREAKING: Replaced electron-osx-sign with @electron/osx-sign. The accepted properties on the osxSign options object are now slightly different. Please see the migration guide for more information on these changes. (#​1428)
  • Replaced asar with @electron/asar. The configuration options are unchanged. This migration is purely cosmetic. (#​1431)

v16.0.0: 16.0.0

Compare Source

Fixed
  • Properly import info logger (#​1405)
Added
Changed
Removed

v15.5.2: 15.5.2

Compare Source

Fixed
  • Package should not log info on --quiet flag
  • Ignore node_gyp_bins directory if it exists

v15.5.1

Compare Source

v15.5.0: 15.5.0

Compare Source

Added
  • New universal architecture supported when packaging for macOS to generate a universal app
  • osxUniveral option to allow providing options to @electron/universal when packaging a universal app

v15.4.0: 15.4.0

Compare Source

Added
  • extendHelperInfo option to allow extending helper app Info.plist files (#​1233)
  • Automatically insert ElectronAsarIntegrity into Info.plist files (#​1279)
Fixed
  • Compatibility with electron-notarize@^1.1.0 (#​1278)

v15.3.0: 15.3.0

Compare Source

Added
  • Bundled app validation to ensure that both package.json and the main entry point exist (#​1257)
  • Support for customizing Windows targets on darwin/arm64 (#​1260)
  • Support for customizing Windows targets on WSL without Wine installed (#​1260)

v15.2.0: 15.2.0

Compare Source

Added
  • Upgrade electron-osx-sign to 0.5.0 which adds a new option, entitlementsForFile (#​1189)
Fixed
  • Add package manager lockfiles to default ignore list (#​1182)
  • Allow checking official builds against prerelease versions (#​1191)

v15.1.0: 15.1.0

Compare Source

Added
  • add darwin/arm64 and mas/arm64 as official platform/arch combinations (#​1168)
Fixed
  • TypeScript: ensure OsxNotarizeOptions definition contains credentials (#​1167)

v15.0.0: 15.0.0

Compare Source

Added
Changed
  • Replace cross-zip with extract-zip (#​1139)
Removed

v14.2.1: 14.2.1

Compare Source

Fixed
  • mac: don't fail if the icon path doesn't exist (#​1101)
  • win32: correctly catch missing wine exceptions (#​1117)

v14.2.0: 14.2.0

Compare Source

Added

v14.1.1: 14.1.1

Compare Source

Fixed
  • Regression that caused the symlink test on Windows to not work as intended (#​1071)
  • Always initialize proxy support when running the CLI (#​1077)
  • Clarify the error message when infer cannot find a package.json file (#​1079)
  • Handle a missing inferred app version better (#​1079)
Chores
  • Upgrade electron-notarize to ^0.2.0 (#​1069)

v14.1.0: 14.1.0

Compare Source

Added
  • (darwin/mas only) usageDescription option (#​1049)
  • Support for official win32/arm64 builds (#​1053)

v14.0.6: 14.0.6

Compare Source

Fixed
  • Send the properly formatted options from the CLI to electron-osx-sign (#​1047)

v14.0.5: 14.0.5

Compare Source

Fixed
  • ensure that CFBundleExecutable and friends are correct for helper apps (#​1046)

v14.0.4: 14.0.4

Compare Source

Fixed
  • Packaging apps based on Electron >= 6.0.0 correctly renames and packages the new
    Electron GPU Helper bundles (#​1036)

v14.0.3: 14.0.3

Compare Source

Fixed
  • Packaging Electron 6 based apps now correctly renames and packages the new Electron Helper bundles (#​1033)

v14.0.2: 14.0.2

Compare Source

Fixed
  • Warn Windows 7 users of the unzip dependencies (#​1030)

v14.0.1: 14.0.1

Compare Source

Changed
  • Upgrade fs-extra to ^8.1.0 (#​993)
Fixed
  • Host info shows OS release

v14.0.0: 14.0.0

Compare Source

Added
  • Ignore system junk files by default (#​1005)
Fixed
  • Handle inference when electron-prebuilt-compile points to a non-version (#​978)
Changed
  • Replace extract-zip with cross-zip - on macOS/Linux, the zip binary is required; on Windows,
    a relatively recent Powershell and .NET runtime is required, see cross-zip for details (#​984)
  • Convert from electron-download to @electron/get (#​1002). Drops support for versions of Electron
    < 1.3.2, plus all of the download options have changed, notably:
    • cache is now cacheRoot
    • strictSSL is now rejectUnauthorized
    • The mirror URL string is now a set of options defined by mirrorOptions
    • quiet is removed as the default downloader no longer has a progress bar
  • Linux/ia32 support for Electron >= 4 is downgraded to a warning from @electron/get (#​1016)

v13.1.1: 13.1.1

Compare Source

Fixed
  • Linux/ia32 is no longer officially supported for Electron >= 4 (#​957)

v13.1.0: 13.1.0

Compare Source

Added
  • Support for inferring version from Electron nightlies (#​931)
Fixed
  • Infer versions from electron-prebuilt-compile better (#​932)
  • Upgrade asar to ^1.0.0, which removes a vulnerable transitive dependency (#​952)

v13.0.1: 13.0.1

Compare Source

Fixed
  • Ensure relative out dirs are correctly ignored when copying (#​919)

v13.0.0: 13.0.0

Compare Source

Added
  • prebuiltAsar option to specify a prebuilt ASAR file (#​823)
  • support for macOS Mojave app notarization (#​899)
Changed
  • Dropped support for running on Node < 6.0. (#​900)
Removed
  • Deprecated target arch APIs (#​915)
  • The callback version of the API (use nodeify if you need that syntax style) (#​916)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/electron-packager-17.x branch from 9b4ec22 to bcc7a81 Compare August 18, 2023 23:32
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.

0 participants