Files
flipper/desktop/scripts
dependabot[bot] f265adc976 Bump app-builder-lib from 22.14.8 to 22.14.12 in /desktop (#3235)
Summary:
Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib) from 22.14.8 to 22.14.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">app-builder-lib's releases</a>.</em></p>
<blockquote>
<h2>v22.14.12</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: specify protocol as https to complete proxy support fix by <a href="https://github.com/robertpatrick"><code>@​robertpatrick</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6516">electron-userland/electron-builder#6516</a></li>
<li>fix: improve logged warning during macCodeSign by <a href="https://github.com/Matrixbirds"><code>@​Matrixbirds</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6522">electron-userland/electron-builder#6522</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Matrixbirds"><code>@​Matrixbirds</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6522">electron-userland/electron-builder#6522</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v22.14.11...v22.14.12">https://github.com/electron-userland/electron-builder/compare/v22.14.11...v22.14.12</a></p>
<h2>v22.14.11</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): update dependency <code>@​changesets/changelog-github</code> to v0.4.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6459">electron-userland/electron-builder#6459</a></li>
<li>chore(deps): update dependency <code>@​types/fs-extra</code> to v9.0.13 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6460">electron-userland/electron-builder#6460</a></li>
<li>fix(nsis): Ignore other users processes by <a href="https://github.com/I-Otsuki"><code>@​I-Otsuki</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6472">electron-userland/electron-builder#6472</a></li>
<li>docs: warn users to not disable zip for macos by <a href="https://github.com/lidel"><code>@​lidel</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6496">electron-userland/electron-builder#6496</a></li>
<li>chore(deps): update amannn/action-semantic-pull-request action to v3.5.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6501">electron-userland/electron-builder#6501</a></li>
<li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6509">electron-userland/electron-builder#6509</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/I-Otsuki"><code>@​I-Otsuki</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6472">electron-userland/electron-builder#6472</a></li>
<li><a href="https://github.com/lidel"><code>@​lidel</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6496">electron-userland/electron-builder#6496</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v22.14.10...v22.14.11">https://github.com/electron-userland/electron-builder/compare/v22.14.10...v22.14.11</a></p>
<h2>v22.14.10</h2>
<p>electron-updater@4.6.5</p>
<h2>What's Changed</h2>
<ul>
<li>fix: get arch wrong with 'process.arch' in mac silicon by <a href="https://github.com/zhanjinfeng"><code>@​zhanjinfeng</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6381">electron-userland/electron-builder#6381</a></li>
<li>fix(app-builder-lib): channel alternation for github is not working by <a href="https://github.com/saadshahd"><code>@​saadshahd</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6449">electron-userland/electron-builder#6449</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/zhanjinfeng"><code>@​zhanjinfeng</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6381">electron-userland/electron-builder#6381</a></li>
<li><a href="https://github.com/saadshahd"><code>@​saadshahd</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6449">electron-userland/electron-builder#6449</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v22.14.9...v22.14.10">https://github.com/electron-userland/electron-builder/compare/v22.14.9...v22.14.10</a></p>
<h2>v22.14.9</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(nsis): fix per-machine installs by <a href="https://github.com/robertpatrick"><code>@​robertpatrick</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6450">electron-userland/electron-builder#6450</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/robertpatrick"><code>@​robertpatrick</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6450">electron-userland/electron-builder#6450</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v22.14.8...v22.14.9">https://github.com/electron-userland/electron-builder/compare/v22.14.8...v22.14.9</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md">app-builder-lib's changelog</a>.</em></p>
<blockquote>
<h2>22.14.12</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="344bb232d7"><code>344bb232</code></a>]:
<ul>
<li>electron-publish@22.14.12</li>
</ul>
</li>
</ul>
<h2>22.14.11</h2>
<h3>Patch Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6472">#6472</a> <a href="e3d06afae1"><code>e3d06afa</code></a> Thanks <a href="https://github.com/I-Otsuki"><code>@​I-Otsuki</code></a>! - fix(nsis): Ignore other users processes when installing for only current user
Closes <a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6104">#6104</a></li>
</ul>
<h2>22.14.10</h2>
<h3>Patch Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6449">#6449</a> <a href="df7a4255d2"><code>df7a4255</code></a> Thanks <a href="https://github.com/saadshahd"><code>@​saadshahd</code></a>! - Enable channel alternation for github publishing provider.</li>
</ul>
<h2>22.14.9</h2>
<h3>Patch Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6450">#6450</a> <a href="661a652252"><code>661a6522</code></a> Thanks <a href="https://github.com/robertpatrick"><code>@​robertpatrick</code></a>! - fix(nsis): fix per-machine installs to properly elevate during silent install/updates</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="82ce942069"><code>82ce942</code></a> chore(deploy): Release 22.14.12 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6518">#6518</a>)</li>
<li><a href="87300278d2"><code>8730027</code></a> fix: add warning to macCodeSign when skipping code signing on M1 macOS device...</li>
<li><a href="b81ec0c515"><code>b81ec0c</code></a> chore(deploy): Release 22.14.11 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6476">#6476</a>)</li>
<li><a href="e3d06afae1"><code>e3d06af</code></a> fix(nsis): Ignore other users processes during per-user installation (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6472">#6472</a>)</li>
<li><a href="f5c1e00f94"><code>f5c1e00</code></a> chore(deps): update dependency <code>@​types/fs-extra</code> to v9.0.13 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6460">#6460</a>)</li>
<li><a href="7704be02a0"><code>7704be0</code></a> chore(deploy): Release electron-builder@22.14.10. electron-updater@4.6.5 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6458">#6458</a>)</li>
<li><a href="df7a4255d2"><code>df7a425</code></a> fix(app-builder-lib): channel alternation for github is not working (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6449">#6449</a>)</li>
<li><a href="b9473e2617"><code>b9473e2</code></a> chore(deploy): Release 22.14.9 (electron-updater@4.6.4) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6453">#6453</a>)</li>
<li><a href="661a652252"><code>661a652</code></a> fix(nsis): per-machine installs must properly elevate during silent install/u...</li>
<li>See full diff in <a href="https://github.com/electron-userland/electron-builder/commits/v22.14.12/packages/app-builder-lib">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=app-builder-lib&package-manager=npm_and_yarn&previous-version=22.14.8&new-version=22.14.12)](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/3235

Reviewed By: lawrencelomax

Differential Revision: D33403859

Pulled By: passy

fbshipit-source-id: e4def778cd08d27bf73f3c37a6a077dd2f9ff62b
2022-01-06 03:43:48 -08:00
..
2022-01-04 09:06:15 -08:00