Bump app-builder-lib from 22.14.7 to 22.14.8 in /desktop (#3115)
Summary: Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib) from 22.14.7 to 22.14.8. <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>22.14.8</h2> <p>electron-updater@4.6.3</p> <h2>What's Changed</h2> <ul> <li>fix: Emit 'before-quit-for-update' when updating via novel means by <a href="https://github.com/Nokel81"><code>@Nokel81</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6395">electron-userland/electron-builder#6395</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/6382">electron-userland/electron-builder#6382</a></li> <li>fix: make <code>--no-sandbox</code> optional for building with AppImage by <a href="https://github.com/devinbinnie"><code>@devinbinnie</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6429">electron-userland/electron-builder#6429</a></li> <li>fix(nsis): downgrade nsis to 3.0.4.1 by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6447">electron-userland/electron-builder#6447</a></li> <li>chore(deploy): Release by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6414">electron-userland/electron-builder#6414</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/devinbinnie"><code>@devinbinnie</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6429">electron-userland/electron-builder#6429</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v22.14.7...v22.14.8">https://github.com/electron-userland/electron-builder/compare/v22.14.7...v22.14.8</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.8</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/electron-userland/electron-builder/pull/6447">#6447</a> <a href="d20bcf0cea"><code>d20bcf0c</code></a> Thanks <a href="https://github.com/mmaietta"><code>@mmaietta</code></a>! - fix(nsis): downgrade nsis from v3.0.4.2 to v3.0.4.1 due to (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6334">#6334</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="41a59f904d"><code>41a59f9</code></a> chore(deploy): Release 22.14.8 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6414">#6414</a>)</li> <li><a href="d20bcf0cea"><code>d20bcf0</code></a> fix: Downgrading nsis to v3.0.4.1 since v3.0.4.2 throws false virus positives...</li> <li><a href="e95afc1ab8"><code>e95afc1</code></a> feat: make <code>--no-sandbox</code> optional for building with AppImage (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib/issues/6429">#6429</a>)</li> <li>See full diff in <a href="https://github.com/electron-userland/electron-builder/commits/v22.14.8/packages/app-builder-lib">compare view</a></li> </ul> </details> <br /> [](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/3115 Reviewed By: jknoxville Differential Revision: D32698508 Pulled By: passy fbshipit-source-id: 621a3b11e66bc61ae76ed87e3cbde9d064667b5e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
63cd507e8d
commit
2810f68330
@@ -126,7 +126,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"app-builder-lib": "22.14.7",
|
||||
"app-builder-lib": "22.14.8",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"chalk": "^4.1.2",
|
||||
"cross-env": "^7.0.3",
|
||||
|
||||
@@ -3645,10 +3645,10 @@ app-builder-lib@22.11.7:
|
||||
semver "^7.3.5"
|
||||
temp-file "^3.4.0"
|
||||
|
||||
app-builder-lib@22.14.7:
|
||||
version "22.14.7"
|
||||
resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-22.14.7.tgz#25335c03df49b4efa871a59869dea43f2c3e8f3e"
|
||||
integrity sha512-AY682h4CLECLxdMM4QXLF9hZyO+639hxhtgUDKK1rGW2QBLl7uoYoKfcwm7ca3IeBqGmCrYkbTdVKESGQZsWXQ==
|
||||
app-builder-lib@22.14.8:
|
||||
version "22.14.8"
|
||||
resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-22.14.8.tgz#37137f45c5768d46a022d49b5577426264d3f19d"
|
||||
integrity sha512-Lg3mvgR45LynhMVwVFIJgIfozaTBrcAJY3sGE3Mq5O7GVwYf0Ucdoi3mc6EqAhiyCerNznKfW9vCeL0E85vIog==
|
||||
dependencies:
|
||||
"7zip-bin" "~5.1.1"
|
||||
"@develar/schema-utils" "~2.6.5"
|
||||
|
||||
Reference in New Issue
Block a user