Files
flipper/desktop
dependabot[bot] 985e620f6f Bump electron-builder from 22.8.0 to 22.9.1 in /desktop (#1785)
Summary:
allow-large-files
Bumps [electron-builder](https://github.com/electron-userland/electron-builder) from 22.8.0 to 22.9.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.9.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>snap:</strong> add missing %U in desktop file of snap builds (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5001">#5001</a>) (<a href="df5d050e47">df5d050</a>)</li>
<li>add missing %U in desktop file of appimages (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/4909">#4909</a>) (<a href="d96b3d39c4">d96b3d3</a>), closes <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/4035">#4035</a></li>
<li>Added support for overriding ‘strict-verify’ electron-osx-sign property. (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5261">#5261</a>) (<a href="c554f25d75">c554f25</a>), closes <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/1480">https://github.com/facebook/flipper/issues/1480</a></li>
<li><strong>nsis:</strong> Do not abort when uninstaller fails (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5292">#5292</a>) (<a href="ea9281b77b">ea9281b</a>)</li>
<li>pre-gyp for darwin targets if build on Linux or in Docker (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5193">#5193</a>) (<a href="f44206dc17">f44206d</a>)</li>
<li><strong>snap:</strong> stricter filtering for xcb libraries (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5205">#5205</a>) (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5206">#5206</a>) (<a href="9164f4d328">9164f4d</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>mac:</strong> supplying a value for the ‘ignore’ electron-osx-sign property (<a href="aa3625d5f6">aa3625d</a>), closes <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5262">#5262</a></li>
<li>make it possible to ignore release time when publish to github (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5179">#5179</a>) (<a href="fca50aea42">fca50ae</a>)</li>
<li><strong>nsis:</strong> czech language for nsis scripts (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5270">#5270</a>) (<a href="16c81a098b">16c81a0</a>)</li>
</ul>
<h2>22.8.1</h2>
<p><strong>electron-updater</strong>  4.3.5 contains fix for <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5116">#5116</a>. This version is a pre-release.</p>
<h3>Bug Fixes</h3>
<ul>
<li><strong>nsis:</strong> check that out file is not blocked (<a href="39faac55ff">39faac5</a>)</li>
<li>escape instead of error (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5116">#5116</a>) (<a href="e2cc9f9579">e2cc9f9</a>)</li>
<li><strong>appx:</strong> Default rfc3161TimeStampServer to <a href="http://timestamp.digicert.com">http://timestamp.digicert.com</a> (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5147">#5147</a>) (<a href="34d17524e2">34d1752</a>)</li>
<li><strong>nsis:</strong> output files sometimes locked by virus scanners (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5005">#5005</a>) (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5143">#5143</a>) (<a href="a6d00ab4f5">a6d00ab</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="aa3625d5f6"><code>aa3625d</code></a> feat(mac): supplying a value for the ‘ignore’ electron-osx-sign property</li>
<li><a href="df5d050e47"><code>df5d050</code></a> fix(snap): add missing %U in desktop file of snap builds (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5001">#5001</a>)</li>
<li><a href="d96b3d39c4"><code>d96b3d3</code></a> fix: add missing %U in desktop file of appimages (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/4909">#4909</a>)</li>
<li><a href="b8c9cd04d8"><code>b8c9cd0</code></a> chore: update deps</li>
<li><a href="c554f25d75"><code>c554f25</code></a> fix: Added support for overriding ‘strict-verify’ electron-osx-sign property....</li>
<li><a href="ea9281b77b"><code>ea9281b</code></a> fix(nsis): Do not abort when uninstaller fails (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5292">#5292</a>)</li>
<li><a href="fca50aea42"><code>fca50ae</code></a> feat: make it possible to ignore release time when publish to github (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5179">#5179</a>)</li>
<li><a href="b087954025"><code>b087954</code></a> feature(portable): allowing splash image to be defined relative to the projec...</li>
<li><a href="36319d9870"><code>36319d9</code></a> fix:(nsis): Fix custom finish page insertion (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5288">#5288</a>)</li>
<li><a href="f44206dc17"><code>f44206d</code></a> fix: pre-gyp for darwin targets if build on Linux or in Docker (<a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/issues/5193">#5193</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/electron-userland/electron-builder/compare/v22.8.0...v22.9.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.8.0&new-version=22.9.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/1785

Reviewed By: passy

Differential Revision: D25664512

Pulled By: cekkaewnumchai

fbshipit-source-id: 0b2178ada3913a5c84d1e730b4458fa4d43a419e
2020-12-21 21:20:50 -08:00
..
2020-12-15 01:44:27 -08:00
2020-11-09 08:24:28 -08:00
2020-11-09 08:24:28 -08:00
2020-06-19 03:54:49 -07:00
2020-08-20 13:32:47 -07:00