Bump electron from 9.1.1 to 9.3.0 in /app #55

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/app/electron-9.3.0 into master
dependabot[bot] commented 2020-10-06 14:28:34 +00:00 (Migrated from github.com)

Bumps electron from 9.1.1 to 9.3.0.

Release notes

Sourced from electron's releases.

electron v9.3.0

Release Notes for v9.3.0

Features

  • Added back a previously broken visibleOnFullScreen option for setVisibleOnAllWorkspaces. #25126
  • Added the currencyCode field that Apple's StoreKit in-app-purchasing library provides but has not been added to the Product object that inAppPurchase.getProducts returns. #25085

Fixes

  • Fixed powerMonitor not emitting suspend/resume events on some Windows machines. #25165
  • Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. #25194
  • Fixed an issue where notifications with a reply button could potentially be destroyed too early when a user clicked on the notification body before replying. #25101
  • Fixed frameless window's size being changed when restored from minimized state. #25045
  • Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. #25179
  • Fixed node's TLS stack not allowing renegotiation. #25041
  • Fixed the following issues for frameless when maximized on Windows * fix unreachable task bar when auto hidden with position top
  • fix 1px extending to secondary monitor
  • fix 1px overflowing into taskbar at certain resolutions
  • fix white line on top of window under 4k resolutions. #25218
  • Fixed window size being changed after unmaximizing. #25133

Unknown

  • Fixed not working WebSQLDatabase in extension background pages. #25070

electron v9.2.1

Release Notes for v9.2.1

Fixes

  • fix loading shared worker scripts over custom protocol
  • fix crash when loading worker scripts with nodeIntegration enabled. #24750
  • Fixed a crash that could occur when using in-memory sessions. #25002
  • Fixed an issue where some Node.js methods would not work with URL instances constructed in the renderer process. #24862
  • Fixed an issue where the Save button did not function in PDF previews. #24996
  • Fixed inactive windows having active titlebar on Windows. #24873
  • Fixed missing guid parameter in Linux crash reports. #24898
  • Increased maximum length for crash keys from 127B to 20KB. #24854
  • [a11y] fix an issue where voiceover doesn't read the first item selected from a ARIA combobox. #25004

Other Changes

  • Backported the fix to CVE-2020-6532: Use after free in SCTP. #24887
  • Backported the fix to CVE-2020-6537: Type Confusion in V8. #24885
  • Resolve network issues that prevented RTC calls from being connected due to network IP address changes and ICE. (Chromium issue 1113227). #24997

Unknown

  • Fixed issues with CORS when making requests from extensions. #24915

... (truncated)

Commits

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [electron](https://github.com/electron/electron) from 9.1.1 to 9.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v9.3.0</h2> <h1>Release Notes for v9.3.0</h1> <h2>Features</h2> <ul> <li>Added back a previously broken <code>visibleOnFullScreen</code> option for <code>setVisibleOnAllWorkspaces</code>. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25126">#25126</a></li> <li>Added the <code>currencyCode</code> field that Apple's StoreKit in-app-purchasing library provides but has not been added to the <code>Product</code> object that <code>inAppPurchase.getProducts</code> returns. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25085">#25085</a></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed <code>powerMonitor</code> not emitting <code>suspend</code>/<code>resume</code> events on some Windows machines. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25165">#25165</a></li> <li>Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25194">#25194</a></li> <li>Fixed an issue where notifications with a reply button could potentially be destroyed too early when a user clicked on the notification body before replying. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25101">#25101</a></li> <li>Fixed frameless window's size being changed when restored from minimized state. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25045">#25045</a></li> <li>Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25179">#25179</a></li> <li>Fixed node's TLS stack not allowing renegotiation. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25041">#25041</a></li> <li>Fixed the following issues for frameless when maximized on Windows * fix unreachable task bar when auto hidden with position top</li> <li>fix 1px extending to secondary monitor</li> <li>fix 1px overflowing into taskbar at certain resolutions</li> <li>fix white line on top of window under 4k resolutions. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25218">#25218</a></li> <li>Fixed window size being changed after unmaximizing. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25133">#25133</a></li> </ul> <h2>Unknown</h2> <ul> <li>Fixed not working <code>WebSQLDatabase</code> in extension background pages. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25070">#25070</a></li> </ul> <h2>electron v9.2.1</h2> <h1>Release Notes for v9.2.1</h1> <h2>Fixes</h2> <ul> <li>fix loading shared worker scripts over custom protocol</li> <li>fix crash when loading worker scripts with nodeIntegration enabled. <a href="https://github-redirect.dependabot.com/electron/electron/issues/24750">#24750</a></li> <li>Fixed a crash that could occur when using in-memory sessions. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25002">#25002</a></li> <li>Fixed an issue where some Node.js methods would not work with URL instances constructed in the renderer process. <a href="https://github-redirect.dependabot.com/electron/electron/issues/24862">#24862</a></li> <li>Fixed an issue where the Save button did not function in PDF previews. <a href="https://github-redirect.dependabot.com/electron/electron/issues/24996">#24996</a></li> <li>Fixed inactive windows having active titlebar on Windows. <a href="https://github-redirect.dependabot.com/electron/electron/issues/24873">#24873</a></li> <li>Fixed missing <code>guid</code> parameter in Linux crash reports. <a href="https://github-redirect.dependabot.com/electron/electron/issues/24898">#24898</a></li> <li>Increased maximum length for crash keys from 127B to 20KB. <a href="https://github-redirect.dependabot.com/electron/electron/issues/24854">#24854</a></li> <li>[a11y] fix an issue where voiceover doesn't read the first item selected from a ARIA combobox. <a href="https://github-redirect.dependabot.com/electron/electron/issues/25004">#25004</a></li> </ul> <h2>Other Changes</h2> <ul> <li>Backported the fix to CVE-2020-6532: Use after free in SCTP. <a href="https://github-redirect.dependabot.com/electron/electron/issues/24887">#24887</a></li> <li>Backported the fix to CVE-2020-6537: Type Confusion in V8. <a href="https://github-redirect.dependabot.com/electron/electron/issues/24885">#24885</a></li> <li>Resolve network issues that prevented RTC calls from being connected due to network IP address changes and ICE. (Chromium issue 1113227). <a href="https://github-redirect.dependabot.com/electron/electron/issues/24997">#24997</a></li> </ul> <h2>Unknown</h2> <ul> <li>Fixed issues with CORS when making requests from extensions. <a href="https://github-redirect.dependabot.com/electron/electron/issues/24915">#24915</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/fb03807cd21915ddc3aa2521ba4f5ba14597bd7e"><code>fb03807</code></a> Bump v9.3.0</li> <li><a href="https://github.com/electron/electron/commit/89523b25046dc2feea8090563bb19c8ad6216ecd"><code>89523b2</code></a> Revert &quot;Bump v9.3.0&quot;</li> <li><a href="https://github.com/electron/electron/commit/243dbda31cd4a0979d77c2b3caf1a2f4aeac792e"><code>243dbda</code></a> Bump v9.3.0</li> <li><a href="https://github.com/electron/electron/commit/587157e9335f69e46afbca1b0a7ec47eb68b5521"><code>587157e</code></a> Revert &quot;Bump v9.3.0&quot;</li> <li><a href="https://github.com/electron/electron/commit/15f9300a646fe435ae010a8248e4e30cb4813c2f"><code>15f9300</code></a> Bump v9.3.0</li> <li><a href="https://github.com/electron/electron/commit/88898acfef8d7a97d7717cb1d9e22b8e7d30383d"><code>88898ac</code></a> chore: cherry-pick 72ee7c437c88 from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25242">#25242</a>)</li> <li><a href="https://github.com/electron/electron/commit/8a69889048766b4784e7beb67724368c012f8034"><code>8a69889</code></a> chore: cherry-pick 9ad8c9610d0a from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25240">#25240</a>)</li> <li><a href="https://github.com/electron/electron/commit/b032c415c1b288a6869c36afd9ca4ef20d2a5f8f"><code>b032c41</code></a> chore: cherry-pick 0dc563cbbca5 from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25238">#25238</a>)</li> <li><a href="https://github.com/electron/electron/commit/e8643c11448b0465a49cfca08f5f2ae07882777b"><code>e8643c1</code></a> chore: cherry-pick 138b748dd0a4 from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25231">#25231</a>)</li> <li><a href="https://github.com/electron/electron/commit/f8af08c279f279a1f9578f7b68a1654c4b73f542"><code>f8af08c</code></a> chore: cherry-pick 9d100199c92b from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25229">#25229</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v9.1.1...v9.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=9.1.1&new-version=9.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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) - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sixteenmillimeter/mcopy/network/alerts). </details>
dependabot[bot] commented 2020-10-06 17:50:17 +00:00 (Migrated from github.com)

Superseded by #57.

Superseded by #57.

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 16mm/mcopy#55
No description provided.