Bump electron-builder from 22.10.5 to 22.11.1 in /desktop (#2297)

Summary:
Bumps [electron-builder](https://github.com/electron-userland/electron-builder) from 22.10.5 to 22.11.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">electron-builder's releases</a>.</em></p>
<blockquote>
<h2>22.11.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>check if icons subdir exists in build resources, otherwise don't prepend it to fallback sources (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5686">#5686</a>) (<a href="8df250b464">8df250b</a>)</li>
<li>DMG assembly on Apple Silicon (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/4606">#4606</a>) (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5724">#5724</a>) (<a href="469b85fa2a">469b85f</a>)</li>
<li>Escape version in NSIS Updater during replace (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5655">#5655</a>) (<a href="77c215d1b1">77c215d</a>)</li>
<li>extend http file limit (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5843">#5843</a>) (<a href="9305fefa12">9305fef</a>), closes <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/4676">#4676</a></li>
<li>fixing downloadPromise not resolving on Mac. (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5802">#5802</a>) (<a href="d57453cffc">d57453c</a>)</li>
<li>test snap update for abi_registry.json (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5823">#5823</a>) (<a href="6237e670a8">6237e67</a>)</li>
<li>typo in <code>fileMatcher</code>'s default patterns (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5705">#5705</a>) (<a href="c0ae89c004">c0ae89c</a>)</li>
<li>update repo in CONTRIBUTING.md (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5726">#5726</a>) (<a href="da85087143">da85087</a>)</li>
<li><strong>electron-updater:</strong> do not install on quit when autoInstallOnAppQuit is set to false (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5681">#5681</a>) (<a href="8f845916d1">8f84591</a>)</li>
<li>windows async signing (<a href="91627116fd">9162711</a>)</li>
<li><strong>nsis:</strong> keep injected logger state (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5596">#5596</a>) (<a href="be4a1fb05b">be4a1fb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add custom macro for checking uninstallation results (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5712">#5712</a>) (<a href="e4250206e9">e425020</a>)</li>
<li>add Electron branding options (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5727">#5727</a>) (<a href="0de5f1f7d4">0de5f1f</a>)</li>
<li>add option removePackageKeywords (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5814">#5814</a>) (<a href="dcf570f5fe">dcf570f</a>)</li>
<li>Allow specifying additional WiX compiler options (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5813">#5813</a>) (<a href="4e2909cdf5">4e2909c</a>)</li>
<li>build additional arch-specific nsis installers when ${arch} template is provided (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5718">#5718</a>) (<a href="7194c388f6">7194c38</a>)</li>
<li><strong>linux:</strong> Package name can be specified using packageName option (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5530">#5530</a>) (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5588">#5588</a>) (<a href="622aaefd15">622aaef</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9305fefa12"><code>9305fef</code></a> fix: extend http file limit (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5843">#5843</a>)</li>
<li><a href="4e2909cdf5"><code>4e2909c</code></a> feat: Allow specifying additional WiX compiler options (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5813">#5813</a>)</li>
<li><a href="6237e670a8"><code>6237e67</code></a> fix: test snap update for abi_registry.json (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5823">#5823</a>)</li>
<li><a href="dcf570f5fe"><code>dcf570f</code></a> feat: add option removePackageKeywords (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5814">#5814</a>)</li>
<li><a href="79c9f6b6b5"><code>79c9f6b</code></a> docs: CONTRIBUTING.md -&gt; limit line length, refactoring and snippets for Wind...</li>
<li><a href="d57453cffc"><code>d57453c</code></a> fix: fixing downloadPromise not resolving on Mac. (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5802">#5802</a>)</li>
<li><a href="28cb86bdcb"><code>28cb86b</code></a> fix/windows-tests (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5806">#5806</a>)</li>
<li><a href="66f01bba33"><code>66f01bb</code></a> chore: default linux target + ci config (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5787">#5787</a>)</li>
<li><a href="6b1be73e45"><code>6b1be73</code></a> Add support for building Flatpak bundles (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5711">#5711</a>)</li>
<li><a href="0f3b46c3ae"><code>0f3b46c</code></a> [Electron Builder] Fix for Signing error on docker with WSL 2 engine … (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5722">#5722</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/electron-userland/electron-builder/compare/v22.10.5...v22.11.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron-builder&package-manager=npm_and_yarn&previous-version=22.10.5&new-version=22.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/2297

Test Plan:
Smoke test with
```
env FLIPPERVERSIONV2=0.88.290384275 RUST_LOG=flipper_launcher=info /Applications/Flipper.app/Contents/MacOS/Flipper
```

Everything seems to work fine

Reviewed By: passy

Differential Revision: D28323866

Pulled By: cekkaewnumchai

fbshipit-source-id: 8ced137e7c46a8b2cfd044b8f77b65efed639cbf
This commit is contained in:
dependabot[bot]
2021-05-11 05:50:25 -07:00
committed by Facebook GitHub Bot
parent 6049aa70b7
commit 50f161dc13
2 changed files with 23 additions and 125 deletions

View File

@@ -133,7 +133,7 @@
"detect-port": "^1.1.1",
"dotenv": "^8.2.0",
"electron": "11.2.3",
"electron-builder": "22.10.5",
"electron-builder": "22.11.1",
"eslint": "^7.25.0",
"eslint-config-fbjs": "^3.1.1",
"eslint-config-prettier": "^8.3.0",

View File

@@ -7,11 +7,6 @@
resolved "https://registry.yarnpkg.com/7zip-bin-mac/-/7zip-bin-mac-1.0.1.tgz#3e68778bbf0926adc68159427074505d47555c02"
integrity sha1-Pmh3i78JJq3GgVlCcHRQXUdVXAI=
"7zip-bin@~5.0.3":
version "5.0.3"
resolved "https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-5.0.3.tgz#bc5b5532ecafd923a61f2fb097e3b108c0106a3f"
integrity sha512-GLyWIFBbGvpKPGo55JyRZAo4lVbnBiD52cKlw/0Vt+wnmKvWJkpZvsjVoaIolyBXDeAQKSicRtqFNPem9w0WYA==
"7zip-bin@~5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-5.1.1.tgz#9274ec7460652f9c632c59addf24efb1684ef876"
@@ -2916,14 +2911,14 @@
dependencies:
"@types/yargs-parser" "*"
"@types/yargs@^15.0.0", "@types/yargs@^15.0.13":
"@types/yargs@^15.0.0":
version "15.0.13"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.13.tgz#34f7fec8b389d7f3c1fd08026a5763e072d3c6dc"
integrity sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==
dependencies:
"@types/yargs-parser" "*"
"@types/yargs@^16.0.1":
"@types/yargs@^16.0.0", "@types/yargs@^16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.1.tgz#5fc5d41f69762e00fbecbc8d4bf9dea47d8726f4"
integrity sha512-x4HABGLyzr5hKUzBC9dvjciOTm11WVH1NWonNjGgxapnTHu5SWUqyqn0zQ6Re0yQU0lsQ6ztLCoMAKDGZflyxA==
@@ -3340,45 +3335,11 @@ anymatch@^3.0.3:
normalize-path "^3.0.0"
picomatch "^2.0.4"
app-builder-bin@3.5.12:
version "3.5.12"
resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-3.5.12.tgz#bbe174972cc1f481f73d6d92ad47a8b4c7eb4530"
integrity sha512-lQARM2AielmFoBeIo6LZigAe+58Wwe07ZWkt+wVeDxzyieNmeWjlvz/V5dKzinydwdHd+CNswN86sww46yijjA==
app-builder-bin@3.5.13:
version "3.5.13"
resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-3.5.13.tgz#6dd7f4de34a4e408806f99b8c7d6ef1601305b7e"
integrity sha512-ighVe9G+bT1ENGdp9ecO1P+94vv/f+FUwaI+XkNzeg9bYF8Oi3BQ+mJuxS00UgyHs8luuOzjzC+qnAtdb43Mpg==
app-builder-lib@22.10.5:
version "22.10.5"
resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-22.10.5.tgz#24a88581c891e5b187a0d569aa44e7c4a0dc8de2"
integrity sha512-/W8nlGamJCtKlQtsMWwU9vb+cX4pTNY+rJWCuc7oXUykVSMS50W7LhQusIjCelNfymUQ1XCu6cXEY/ylqhX12A==
dependencies:
"7zip-bin" "~5.0.3"
"@develar/schema-utils" "~2.6.5"
"@electron/universal" "1.0.4"
async-exit-hook "^2.0.1"
bluebird-lst "^1.0.9"
builder-util "22.10.5"
builder-util-runtime "8.7.3"
chromium-pickle-js "^0.2.0"
debug "^4.3.2"
ejs "^3.1.6"
electron-publish "22.10.5"
fs-extra "^9.1.0"
hosted-git-info "^3.0.8"
is-ci "^2.0.0"
istextorbinary "^5.12.0"
js-yaml "^4.0.0"
lazy-val "^1.0.4"
minimatch "^3.0.4"
normalize-package-data "^3.0.0"
read-config-file "6.0.0"
sanitize-filename "^1.6.3"
semver "^7.3.4"
temp-file "^3.3.7"
app-builder-lib@22.11.1:
version "22.11.1"
resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-22.11.1.tgz#a19c90f9bbe22309db53768434e744095ddf6c85"
@@ -4121,14 +4082,6 @@ buffer@^5.0.6, buffer@^5.1.0, buffer@^5.2.1, buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"
builder-util-runtime@8.7.3:
version "8.7.3"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.7.3.tgz#0aaafa52d25295c939496f62231ca9ff06c30e40"
integrity sha512-1Q2ReBqFblimF5g/TLg2+0M5Xzv0Ih5LxJ/BMWXvEy/e6pQKeeEpbkPMGsN6OiQgkygaZo5VXCXIjOkOQG5EoQ==
dependencies:
debug "^4.3.2"
sax "^1.2.4"
builder-util-runtime@8.7.4:
version "8.7.4"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-8.7.4.tgz#83f9f00bdf496cb3636d551cb5f5db56cdf25c96"
@@ -4137,26 +4090,6 @@ builder-util-runtime@8.7.4:
debug "^4.3.2"
sax "^1.2.4"
builder-util@22.10.5:
version "22.10.5"
resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-22.10.5.tgz#8d0b04a3be6acc74938679aa90dcb3181b1ae86b"
integrity sha512-/MkLhmyo1gU3xMwXJxccQaRj/9tm5eTd6ZyebTf8SYouY4r3hRser+LxhOm/f8Z9W6oJvfPe0jc9TFsxYfMcsg==
dependencies:
"7zip-bin" "~5.0.3"
"@types/debug" "^4.1.5"
"@types/fs-extra" "^9.0.7"
app-builder-bin "3.5.12"
bluebird-lst "^1.0.9"
builder-util-runtime "8.7.3"
chalk "^4.1.0"
debug "^4.3.2"
fs-extra "^9.1.0"
is-ci "^2.0.0"
js-yaml "^4.0.0"
source-map-support "^0.5.19"
stat-mode "^1.0.0"
temp-file "^3.3.7"
builder-util@22.11.1:
version "22.11.1"
resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-22.11.1.tgz#d0683d192294a8ebf3db413e995f9abdfba59e35"
@@ -4317,15 +4250,7 @@ chalk@^3.0.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"
chalk@^4.0.0, chalk@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"
chalk@^4.1.1:
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
@@ -5247,17 +5172,17 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"
dmg-builder@22.10.5:
version "22.10.5"
resolved "https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-22.10.5.tgz#65a33c106ead5a350c7de8997c546559bd6e0e7c"
integrity sha512-58FEpfH8PEFqjbUNka4bYr52snRT8+LSXrP4gy6EZWOVICbOlmTOYj988pfoLam5C5iXb3odmyUQqwWOxlsEUw==
dmg-builder@22.11.1:
version "22.11.1"
resolved "https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-22.11.1.tgz#87a8d7c4fd56166aab805425401b96481f656b83"
integrity sha512-FZIIYpEs/ZfKJbRKjTjpQAHJKjRBlgd6QDUEAuC6OuyHUwwrflQay1rNTwp7spqbu9HDHipiQevX/e8dFmkQmw==
dependencies:
app-builder-lib "22.10.5"
builder-util "22.10.5"
app-builder-lib "22.11.1"
builder-util "22.11.1"
builder-util-runtime "8.7.4"
fs-extra "^9.1.0"
iconv-lite "^0.6.2"
js-yaml "^4.0.0"
sanitize-filename "^1.6.3"
optionalDependencies:
dmg-license "^1.0.8"
@@ -5424,23 +5349,21 @@ ejs@^3.1.6:
dependencies:
jake "^10.6.1"
electron-builder@22.10.5:
version "22.10.5"
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-22.10.5.tgz#03b156b93e6012609027c3aaa69201a3ad21e454"
integrity sha512-0q/289UUJUhRou6lZKDz/wzK6WprIQ6VXMTmaI+w9qXvSNugPC9UA5s2zXInOkjZOvO/xKnjeyiavrVSHYF3tA==
electron-builder@22.11.1:
version "22.11.1"
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-22.11.1.tgz#8d443f6599e718ef96837573a6d07754dde64310"
integrity sha512-IbAhv31idKzTR8KNQ+AIRf9J5vfU+9PzpG2STKHjYYWwGhfhZ5H4YfR0xH8xiwI4gaL1uTrfiq7fnpQxafhF2A==
dependencies:
"@types/yargs" "^15.0.13"
app-builder-lib "22.10.5"
bluebird-lst "^1.0.9"
builder-util "22.10.5"
builder-util-runtime "8.7.3"
"@types/yargs" "^16.0.0"
app-builder-lib "22.11.1"
builder-util "22.11.1"
builder-util-runtime "8.7.4"
chalk "^4.1.0"
dmg-builder "22.10.5"
dmg-builder "22.11.1"
fs-extra "^9.1.0"
is-ci "^2.0.0"
is-ci "^3.0.0"
lazy-val "^1.0.4"
read-config-file "6.0.0"
sanitize-filename "^1.6.3"
read-config-file "6.1.0"
update-notifier "^5.1.0"
yargs "^16.2.0"
@@ -5461,20 +5384,6 @@ electron-devtools-installer@^3.1.1:
semver "^7.2.1"
unzip-crx-3 "^0.2.0"
electron-publish@22.10.5:
version "22.10.5"
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-22.10.5.tgz#9cbe46266b6c79d8c6e99840755682e2262d3543"
integrity sha512-dHyuazv3P3j1Xyv7pdwTwAvxWab2pCb0G0Oa6qWQoCc4b1/mRGY00M7AvYW1cPuUijj9zYAf1HmXfM6MifaMlA==
dependencies:
"@types/fs-extra" "^9.0.7"
bluebird-lst "^1.0.9"
builder-util "22.10.5"
builder-util-runtime "8.7.3"
chalk "^4.1.0"
fs-extra "^9.1.0"
lazy-val "^1.0.4"
mime "^2.5.0"
electron-publish@22.11.1:
version "22.11.1"
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-22.11.1.tgz#23f3e96772b2de82c32b75e6070053ed246dfa6a"
@@ -6953,7 +6862,7 @@ hosted-git-info@^2.1.4:
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
hosted-git-info@^3.0.6, hosted-git-info@^3.0.8:
hosted-git-info@^3.0.6:
version "3.0.8"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.8.tgz#6e35d4cc87af2c5f816e4cb9ce350ba87a3f370d"
integrity sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==
@@ -11103,17 +11012,6 @@ reactcss@^1.2.0:
dependencies:
lodash "^4.0.1"
read-config-file@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/read-config-file/-/read-config-file-6.0.0.tgz#224b5dca6a5bdc1fb19e63f89f342680efdb9299"
integrity sha512-PHjROSdpceKUmqS06wqwP92VrM46PZSTubmNIMJ5DrMwg1OgenSTSEHIkCa6TiOJ+y/J0xnG1fFwG3M+Oi1aNA==
dependencies:
dotenv "^8.2.0"
dotenv-expand "^5.1.0"
js-yaml "^3.13.1"
json5 "^2.1.2"
lazy-val "^1.0.4"
read-config-file@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/read-config-file/-/read-config-file-6.1.0.tgz#204256f18eedf4dc82dd5f7886dfd7b931d03b08"