Bump electron from 10.1.3 to 11.3.0 #67

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/electron-11.3.0 into master
dependabot[bot] commented 2021-02-22 18:05:24 +00:00 (Migrated from github.com)

Bumps electron from 10.1.3 to 11.3.0.

Release notes

Sourced from electron's releases.

electron v11.3.0

Release Notes for v11.3.0

Features

  • Added allowFileAccess option to loadExtension() API. #27703 (Also in 12)
  • Added win.setTopBrowserView() so that BrowserViews can be raised. #27712 (Also in 10, 12)

Fixes

  • Backported fix for https://crbug.com/1125165. #27558
  • Fixed OS-level shortcuts on macOS (e.g. Ctrl + F2, ⌘ + ~). #27787 (Also in 12)
  • Fixed SVG content with filter sometimes not being rendered. #27699
  • Fixed a crash when calling crypto.createDiffieHellman() with certain parameters. #27766 (Also in 12)
  • Fixed a memory leak when creating BrowserWindows. #27640 (Also in 12)
  • Fixed an erroneous enableBlinkFeatures warning shown webviews which enabled no Blink features. #27789 (Also in 10, 12)
  • Fixed an issue where deleted download directories would be sometimes recreated by the operating system. #27808 (Also in 10, 12)
  • Fixed an occasional white flicker present when rendering BrowserViews in close succession. #27659 (Also in 10, 12)
  • Fixed crash when destroying WebContents in the crashed event. #27757 (Also in 10, 12)
  • Fixed memory leak when sending non-primitives over the context bridge. #27638 (Also in 10, 12)
  • Fixed native window freeze on Windows when Electron app is sent to tray and external display changes. #27669 (Also in 12)
  • Fixed svg with filter content not being rendered. #27635

Other Changes

  • Fixed crash when loading wasm modules in child node process with mac arm64 > 11.2. #27684 (Also in 12)
  • Fixed slow child process spawning on macOS Big Sur. #27654 (Also in 10, 12)
  • Reverted posix_spawn change in libuv that affected child process spawning on macOS Big Sur. #27809 (Also in 10, 12)
  • Security: backported fix for 1138143. #27780
  • Security: backported fix for 1155974. #27779
  • Security: backported fix for 1166504. #27778
  • Security: backported fix for 1170657. #27781
  • Security: backported fix for 1171954. #27777
  • Security: backported fix for 1172192. #27776
  • Security: backported fix for 1177341. #27750
  • Security: backported fix for chromium:1162942. #27614
  • Security: backported fix for https://crbug.com/1161705. #27609

Documentation

  • Documentation changes: #27817

electron v11.2.3

Release Notes for v11.2.3

Fixes

Other Changes

... (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 10.1.3 to 11.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 v11.3.0</h2> <h1>Release Notes for v11.3.0</h1> <h2>Features</h2> <ul> <li>Added <code>allowFileAccess</code> option to <code>loadExtension()</code> API. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27703">#27703</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27702">12</a>)<!-- raw HTML omitted --></li> <li>Added <code>win.setTopBrowserView()</code> so that BrowserViews can be raised. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27712">#27712</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27711">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27713">12</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Backported fix for <a href="https://crbug.com/1125165">https://crbug.com/1125165</a>. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27558">#27558</a></li> <li>Fixed OS-level shortcuts on macOS (e.g. Ctrl + F2, ⌘ + ~). <a href="https://github-redirect.dependabot.com/electron/electron/pull/27787">#27787</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27769">12</a>)<!-- raw HTML omitted --></li> <li>Fixed SVG content with filter sometimes not being rendered. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27699">#27699</a></li> <li>Fixed a crash when calling <code>crypto.createDiffieHellman()</code> with certain parameters. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27766">#27766</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27700">12</a>)<!-- raw HTML omitted --></li> <li>Fixed a memory leak when creating BrowserWindows. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27640">#27640</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27641">12</a>)<!-- raw HTML omitted --></li> <li>Fixed an erroneous <code>enableBlinkFeatures</code> warning shown webviews which enabled no Blink features. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27789">#27789</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27788">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27790">12</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where deleted download directories would be sometimes recreated by the operating system. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27808">#27808</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27807">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27806">12</a>)<!-- raw HTML omitted --></li> <li>Fixed an occasional white flicker present when rendering BrowserViews in close succession. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27659">#27659</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27660">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27658">12</a>)<!-- raw HTML omitted --></li> <li>Fixed crash when destroying WebContents in the <code>crashed</code> event. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27757">#27757</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27758">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27756">12</a>)<!-- raw HTML omitted --></li> <li>Fixed memory leak when sending non-primitives over the context bridge. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27638">#27638</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27637">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27636">12</a>)<!-- raw HTML omitted --></li> <li>Fixed native window freeze on Windows when Electron app is sent to tray and external display changes. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27669">#27669</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27668">12</a>)<!-- raw HTML omitted --></li> <li>Fixed svg with filter content not being rendered. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27635">#27635</a></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed crash when loading wasm modules in child node process with mac arm64 &gt; 11.2. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27684">#27684</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27685">12</a>)<!-- raw HTML omitted --></li> <li>Fixed slow child process spawning on macOS Big Sur. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27654">#27654</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27655">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27656">12</a>)<!-- raw HTML omitted --></li> <li>Reverted posix_spawn change in libuv that affected child process spawning on macOS Big Sur. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27809">#27809</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27655">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27656">12</a>)<!-- raw HTML omitted --></li> <li>Security: backported fix for 1138143. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27780">#27780</a></li> <li>Security: backported fix for 1155974. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27779">#27779</a></li> <li>Security: backported fix for 1166504. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27778">#27778</a></li> <li>Security: backported fix for 1170657. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27781">#27781</a></li> <li>Security: backported fix for 1171954. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27777">#27777</a></li> <li>Security: backported fix for 1172192. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27776">#27776</a></li> <li>Security: backported fix for 1177341. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27750">#27750</a></li> <li>Security: backported fix for chromium:1162942. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27614">#27614</a></li> <li>Security: backported fix for <a href="https://crbug.com/1161705">https://crbug.com/1161705</a>. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27609">#27609</a></li> </ul> <h2>Documentation</h2> <ul> <li>Documentation changes: <a href="https://github-redirect.dependabot.com/electron/electron/pull/27817">#27817</a></li> </ul> <h2>electron v11.2.3</h2> <h1>Release Notes for v11.2.3</h1> <h2>Fixes</h2> <ul> <li>Backported fix for <a href="https://crbug.com/952922">https://crbug.com/952922</a>. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27584">#27584</a></li> <li>Fixed crash when extension fails to load. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27588">#27588</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27590">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27589">12</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Security: Addressed <a href="https://chromereleases.googleblog.com/2021/02/stable-channel-update-for-desktop_4.html">Chromium CVE-2021-21148</a> with backported fix for chromium:1170176, chromium:961059. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27624">#27624</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/1631fc9b0c0d84283105a669c98bbeb8bab39109"><code>1631fc9</code></a> Bump v11.3.0</li> <li><a href="https://github.com/electron/electron/commit/cc0848a86e850252de7a0850db4f078dc071cd7b"><code>cc0848a</code></a> revert: patch libuv to use posix_spawn on macOS (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27026">#27026</a>) (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27809">#27809</a>)</li> <li><a href="https://github.com/electron/electron/commit/c7a2b32c5a158c28c317dd0018994f70be08f5e6"><code>c7a2b32</code></a> docs: update menu item '&amp;' escaping (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27817">#27817</a>)</li> <li><a href="https://github.com/electron/electron/commit/18cfdb1c824cce615f5a136ff72246828c0f1a46"><code>18cfdb1</code></a> fix: enableBlinkFeatures warning in webviews (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27789">#27789</a>)</li> <li><a href="https://github.com/electron/electron/commit/1105931d0a395ed26219b946b2af3139699993d9"><code>1105931</code></a> fix: don't create last saved path if none exists (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27808">#27808</a>)</li> <li><a href="https://github.com/electron/electron/commit/234309497e272b0f2fc126bcc18967caa29b4053"><code>2343094</code></a> chore: cherry-pick b712f9fd66 from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27781">#27781</a>)</li> <li><a href="https://github.com/electron/electron/commit/6fa2ab2edd30096ce4642e235c4c01e74d69343a"><code>6fa2ab2</code></a> fix: restore window event redispatching on mac (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27787">#27787</a>)</li> <li><a href="https://github.com/electron/electron/commit/527c767107daab8d07603aadc654179ddc80c0b1"><code>527c767</code></a> chore: cherry-pick 202b40b9ae, 135a6e537f from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27780">#27780</a>)</li> <li><a href="https://github.com/electron/electron/commit/15468432c8648dd5edd440cd8b29c3e279a6fd87"><code>1546843</code></a> chore: cherry-pick 59f3ca2780 from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27778">#27778</a>)</li> <li><a href="https://github.com/electron/electron/commit/af34655cb7355656cb26555a85be90d409b80ef5"><code>af34655</code></a> chore: cherry-pick 3a6f6fbfd8 from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27776">#27776</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v10.1.3...v11.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=10.1.3&new-version=11.3.0)](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) - `@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 2021-02-22 18:25:11 +00:00 (Migrated from github.com)

Looks like electron is no longer updatable, so this is no longer needed.

Looks like electron is no longer updatable, so this is no longer needed.

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#67
No description provided.