Bump electron from 9.1.0 to 10.1.3 #56

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/electron-10.1.3 into master 2020-11-10 04:48:56 +00:00
dependabot[bot] commented 2020-10-06 14:48:44 +00:00 (Migrated from github.com)

Bumps electron from 9.1.0 to 10.1.3.

Release notes

Sourced from electron's releases.

electron v10.1.3

Release Notes for v10.1.3

Fixes

  • Fixed CORS not being disabled by webSecurity: false. #25503 (Also in 9, 10, 11)
  • Fixed ready-to-show event not emitted on some machines. #25476 (Also in 9, 10, 11)
  • Fixed a crash in app.importCertificate() on Linux. #25536 (Also in 9, 10, 11)
  • Fixed a crash when closing window in an event listener after exiting fullscreen on macOS. #25604 (Also in 10, 11)
  • Fixed an issue that could cause a normally-exiting process to fail with an "illegal access" message and exit code 7. #25458 (Also in 8, 9, 10, 11)
  • Fixed an issue where an error would be displayed when using webContents.print() if no default was set and no device name provided. #25606 (Also in 9, 10, 11)
  • Fixed an issue where multiple calls to window.print() could cause a crash. #25530
  • Fixed an issue where pageRanges was not properly honored when printing. #25597 (Also in 10)
  • Fixed crashes caused by attempting to modify destroyed views. #25511 (Also in 9, 10, 11)
  • Fixed the remote-debugging-port discovery page showing garbled text. #25601 (Also in 10, 11)
  • Updated Node root certs to use NSS 3.56. #25361 (Also in 8, 9, 10, 11)

Other Changes

  • Added a small console hint to console to help debug renderer crashes. #25472 (Also in 9, 10, 11)
  • Fixed resource leak in worker threads. #25662 (Also in 9, 10, 11)
  • Updated Chromium to 85.0.4183.121. #25559

Unknown

  • Fixed extension background page devtools not being openable. #25566 (Also in 9, 10, 11)

electron v10.1.2

Release Notes for v10.1.2

Fixes

  • Added missing module delay loads on windows to reduce per process reference set impact. #25435 (Also in 9, 10, 11)
  • Fixed a crash in the renderer process when invoking the Badging API. #25369 (Also in 9, 10, 11)
  • Fixed an issue where document.hasFocus and document.activeElement would be inconsistent upon showing a window that was initially created with show: false. #25330 (Also in 10, 11)
  • Fixed client_id file being generated in the working directory for node child process. #25309 (Also in 9, 10, 11)
  • Fixed multiple dock icons being left in system when calling dock.show/hide on macOS. #25299 (Also in 8, 9, 10, 11)

Other Changes

  • Updated Chromium to 85.0.4183.98. #25275

Unknown

  • Added support for some chrome.management APIs. #25345 (Also in 9, 10, 11)

electron v10.1.1

Release Notes for v10.1.1

Fixes

  • Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. #25192
  • Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. #25178
  • Fixed the following issues for frameless when maximized on Windows:

... (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.0 to 10.1.3. <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 v10.1.3</h2> <h1>Release Notes for v10.1.3</h1> <h2>Fixes</h2> <ul> <li>Fixed CORS not being disabled by <code>webSecurity: false</code>. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25503">#25503</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25505">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25503">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25504">11</a>)<!-- raw HTML omitted --></li> <li>Fixed <code>ready-to-show</code> event not emitted on some machines. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25476">#25476</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25490">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25476">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25471">11</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash in <code>app.importCertificate()</code> on Linux. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25536">#25536</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25538">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25536">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25537">11</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash when closing window in an event listener after exiting fullscreen on macOS. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25604">#25604</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25604">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25524">11</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue that could cause a normally-exiting process to fail with an &quot;illegal access&quot; message and exit code 7. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25458">#25458</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25501">8</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25502">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25458">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25459">11</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where an error would be displayed when using <code>webContents.print()</code> if no default was set and no device name provided. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25606">#25606</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25607">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25606">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25562">11</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where multiple calls to <code>window.print()</code> could cause a crash. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25530">#25530</a></li> <li>Fixed an issue where pageRanges was not properly honored when printing. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25597">#25597</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25597">10</a>)<!-- raw HTML omitted --></li> <li>Fixed crashes caused by attempting to modify destroyed views. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25511">#25511</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25609">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25511">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25509">11</a>)<!-- raw HTML omitted --></li> <li>Fixed the remote-debugging-port discovery page showing garbled text. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25601">#25601</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25601">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25602">11</a>)<!-- raw HTML omitted --></li> <li>Updated Node root certs to use NSS 3.56. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25361">#25361</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25363">8</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25364">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25361">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25362">11</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Added a small console hint to console to help debug renderer crashes. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25472">#25472</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25473">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25472">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25474">11</a>)<!-- raw HTML omitted --></li> <li>Fixed resource leak in worker threads. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25662">#25662</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25663">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25662">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25661">11</a>)<!-- raw HTML omitted --></li> <li>Updated Chromium to 85.0.4183.121. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25559">#25559</a></li> </ul> <h2>Unknown</h2> <ul> <li>Fixed extension background page devtools not being openable. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25566">#25566</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25567">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25566">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25366">11</a>)<!-- raw HTML omitted --></li> </ul> <h2>electron v10.1.2</h2> <h1>Release Notes for v10.1.2</h1> <h2>Fixes</h2> <ul> <li>Added missing module delay loads on windows to reduce per process reference set impact. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25435">#25435</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25437">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25435">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25436">11</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash in the renderer process when invoking the Badging API. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25369">#25369</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25371">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25369">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25370">11</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>document.hasFocus</code> and <code>document.activeElement</code> would be inconsistent upon showing a window that was initially created with <code>show: false</code>. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25330">#25330</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25330">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25323">11</a>)<!-- raw HTML omitted --></li> <li>Fixed client_id file being generated in the working directory for node child process. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25309">#25309</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25316">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25309">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25310">11</a>)<!-- raw HTML omitted --></li> <li>Fixed multiple dock icons being left in system when calling <code>dock.show</code>/<code>hide</code> on macOS. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25299">#25299</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25302">8</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25301">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25299">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25300">11</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 85.0.4183.98. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25275">#25275</a></li> </ul> <h2>Unknown</h2> <ul> <li>Added support for some <code>chrome.management</code> APIs. <a href="https://github-redirect.dependabot.com/electron/electron/pull/25345">#25345</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/25344">9</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25345">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/25342">11</a>)<!-- raw HTML omitted --></li> </ul> <h2>electron v10.1.1</h2> <h1>Release Notes for v10.1.1</h1> <h2>Fixes</h2> <ul> <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/25192">#25192</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/25178">#25178</a></li> <li>Fixed the following issues for frameless when maximized on Windows:</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/21afda36794393731f14c5b4a4c71dc3ed0484c3"><code>21afda3</code></a> Bump v10.1.3</li> <li><a href="https://github.com/electron/electron/commit/37bcb093e7751b53ae16d64bdf81de12a3aaa8e3"><code>37bcb09</code></a> refactor: add a wrapper for wrangling uv handles. (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25662">#25662</a>)</li> <li><a href="https://github.com/electron/electron/commit/4a0f2bede218d171e754d260955075d1276ba43a"><code>4a0f2be</code></a> chore: improve renderer crash logging (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25621">#25621</a>)</li> <li><a href="https://github.com/electron/electron/commit/e964c1ed7ba88e17f00dbe9d649e3bccd9d8857e"><code>e964c1e</code></a> fix: prevent destroyed view references from causing crashes (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25511">#25511</a>)</li> <li><a href="https://github.com/electron/electron/commit/6fe6dffe93e9c398db14d41c2b69dbfb5020d80c"><code>6fe6dff</code></a> fix: honor pageRanges when printing (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25597">#25597</a>)</li> <li><a href="https://github.com/electron/electron/commit/0b75053fdcf49ec03d1f5d1a3bd39950ee574d41"><code>0b75053</code></a> fix: check printer list when no default printers (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25606">#25606</a>)</li> <li><a href="https://github.com/electron/electron/commit/894d41ef5ad1c0513c85c782ff9e136eaf84f9eb"><code>894d41e</code></a> fix: close window when leave fs crash (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25604">#25604</a>)</li> <li><a href="https://github.com/electron/electron/commit/a99256da8c98a167fa6a1e79bc045a6187779b7f"><code>a99256d</code></a> fix: decompress devtools discovery html (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25601">#25601</a>)</li> <li><a href="https://github.com/electron/electron/commit/430a6ada64072026511eaad4ce4ae86bb9fe007b"><code>430a6ad</code></a> chore: bump chromium to 85.0.4183.121 (10-x-y) (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25559">#25559</a>)</li> <li><a href="https://github.com/electron/electron/commit/f82c375698ca4e27fb7adb522aafda02c8c1d0f8"><code>f82c375</code></a> fix: update node certdata to NSS 3.56 (<a href="https://github-redirect.dependabot.com/electron/electron/issues/25361">#25361</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v9.1.0...v10.1.3">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.0&new-version=10.1.3)](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>
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#56
No description provided.