jctaoo / vite-electron-esbuild-starter

⚡️The electron starter using Vite and esbuild to fast development.
MIT License
54 stars 7 forks source link

Bump electron-builder from 22.9.1 to 22.11.1 #25

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps electron-builder from 22.9.1 to 22.11.1.

Release notes

Sourced from electron-builder's releases.

22.11.1

Bug Fixes

  • check if icons subdir exists in build resources, otherwise don't prepend it to fallback sources (#5686) (8df250b)
  • DMG assembly on Apple Silicon (#4606) (#5724) (469b85f)
  • Escape version in NSIS Updater during replace (#5655) (77c215d)
  • extend http file limit (#5843) (9305fef), closes #4676
  • fixing downloadPromise not resolving on Mac. (#5802) (d57453c)
  • test snap update for abi_registry.json (#5823) (6237e67)
  • typo in fileMatcher's default patterns (#5705) (c0ae89c)
  • update repo in CONTRIBUTING.md (#5726) (da85087)
  • electron-updater: do not install on quit when autoInstallOnAppQuit is set to false (#5681) (8f84591)
  • windows async signing (9162711)
  • nsis: keep injected logger state (#5596) (be4a1fb)

Features

  • add custom macro for checking uninstallation results (#5712) (e425020)
  • add Electron branding options (#5727) (0de5f1f)
  • add option removePackageKeywords (#5814) (dcf570f)
  • Allow specifying additional WiX compiler options (#5813) (4e2909c)
  • build additional arch-specific nsis installers when ${arch} template is provided (#5718) (7194c38)
  • linux: Package name can be specified using packageName option (#5530) (#5588) (622aaef)

22.10.5

We have a new maintainer — welcome Mike Maietta (@​mmaietta)!

electron-updater 4.3.8 contains fix for #5595. This version is a pre-release.

Bug Fixes

  • Look for the Amazon cred header to remove auth header (#5594) (46a8840)
  • mac: fix "Contents/Info.plist" don't have identical SHAs when creating a universal build (#5550) (0ba839b)
  • updating nsis script to properly identify arm64 vs x64 vs ia32 package files within universal installers. (#5558) (60f7fe3)
  • mac: Allow arm64 macs to update to x64 version if no arm64 version available (#5524) (dc5c2f8)
  • mac: Pass platformName and options in doPack (#5511) (f78e3f4)
  • mac: Workaround for hdiutil randomly failing (#5431) (#5464) (53270cf)
  • binary detection signing (#5493) (a6e86b5), closes #5465
  • ci-tests (#5523) (ced6e50)

Features

22.10.4

... (truncated)

Commits
  • 9305fef fix: extend http file limit (#5843)
  • 4e2909c feat: Allow specifying additional WiX compiler options (#5813)
  • 6237e67 fix: test snap update for abi_registry.json (#5823)
  • dcf570f feat: add option removePackageKeywords (#5814)
  • 79c9f6b docs: CONTRIBUTING.md -> limit line length, refactoring and snippets for Wind...
  • d57453c fix: fixing downloadPromise not resolving on Mac. (#5802)
  • 28cb86b fix/windows-tests (#5806)
  • 66f01bb chore: default linux target + ci config (#5787)
  • 6b1be73 Add support for building Flatpak bundles (#5711)
  • 0f3b46c [Electron Builder] Fix for Signing error on docker with WSL 2 engine … (#5722)
  • Additional commits viewable in compare view


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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #34.