Bump electron from 10.1.3 to 11.2.1 #64

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/electron-11.2.1 into master
dependabot[bot] commented 2021-01-28 19:21:40 +00:00 (Migrated from github.com)

Bumps electron from 10.1.3 to 11.2.1.

Release notes

Sourced from electron's releases.

electron v11.2.1

Release Notes for v11.2.1

Fixes

  • Apps requesting the CAMERA_PAN_TILT_ZOOM permission will have the permission request handler called with a permission string of "media" instead of "font-access". #27423
  • Fixed crash when a keyboard event immediately precedes calling browserWindow.close() on Windows. #27357 (Also in 10, 12)
  • Fixed shutdown crash when quitting with in-progress downloads. #27419 (Also in 10, 12)
  • Increase stack size on windows x64 to 8MB. #27385 (Also in 10, 12)
  • Updated the ICU time zone database to the latest 2020f version. #27369

Other Changes

  • Backported the fix to CVE-2021-21120 from sqlite. #27424
  • Backported the fix to chromium:1160534. #27443
  • Backported the fixes to the save file dialog related CVE-2021-21123, CVE-2021-21129, CVE-2021-21130, CVE-2021-21131, CVE-2021-21141. #27437
  • Security: backported fix for chromium:1161654. #27411

electron v11.2.0

Release Notes for v11.2.0

Features

  • Made win.setAspectRatio() work on Windows. #27203 (Also in 12)

Fixes

  • Fixed a crash that could occur on app quit when using the remote module. #27069 (Also in 12)
  • Fixed an issue where BrowserViews couldn't be effectively reparented. #27219 (Also in 12)
  • Fixed an issue where non-draggable regions on BrowserViews could have incorrectly calculated bounds. #27183 (Also in 10, 12)
  • Fixed an issue where some draggable regions were not clickable when loaded into BrowserViews on Windows. #27178 (Also in 10, 12)
  • Fixed the pretty-print JavaScript feature in DevTools not functioning correctly. #27102

Other Changes

  • Updated Chromium to 87.0.4280.141. #27213

Unknown

  • Fixed chrome.webRequest extensions API not intercepting any requests. #27096 (Also in 10, 12)

electron v11.1.1

Release Notes for v11.1.1

Fixes

  • Fixed protocol methods not being accessible via remote.protocol. #27044 (Also in 12)
  • Fixed readdir/readdirSync (w/ withFileTypes) failing on a deep directory within archive. #27010 (Also in 12)
  • Fixed a memory leak in desktopCapturer.getSources. #27056 (Also in 10, 12)
  • Fixed an issue where SIGINT was improperly handled in Node.js processes. #26972 (Also in 10, 12)
  • Fixed an issue where renderer process stack traces were broken with contextIsolation enabled. #26997 (Also in 12)
  • Fixed an issue where some async_hooks were not properly emitted after an error in the renderer process. #26991 (Also in 12)
  • Fixed an issue whereby remote.screen EventEmitter methods are undefined in the renderer. #26989 (Also in 12)

... (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.2.1. <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.2.1</h2> <h1>Release Notes for v11.2.1</h1> <h2>Fixes</h2> <ul> <li>Apps requesting the CAMERA_PAN_TILT_ZOOM permission will have the permission request handler called with a permission string of &quot;media&quot; instead of &quot;font-access&quot;. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27423">#27423</a></li> <li>Fixed crash when a keyboard event immediately precedes calling <code>browserWindow.close()</code> on Windows. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27357">#27357</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27358">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27359">12</a>)<!-- raw HTML omitted --></li> <li>Fixed shutdown crash when quitting with in-progress downloads. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27419">#27419</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27417">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27418">12</a>)<!-- raw HTML omitted --></li> <li>Increase stack size on windows x64 to 8MB. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27385">#27385</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27386">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27384">12</a>)<!-- raw HTML omitted --></li> <li>Updated the ICU time zone database to the latest 2020f version. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27369">#27369</a></li> </ul> <h2>Other Changes</h2> <ul> <li>Backported the fix to CVE-2021-21120 from sqlite. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27424">#27424</a></li> <li>Backported the fix to chromium:1160534. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27443">#27443</a></li> <li>Backported the fixes to the save file dialog related CVE-2021-21123, CVE-2021-21129, CVE-2021-21130, CVE-2021-21131, CVE-2021-21141. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27437">#27437</a></li> <li>Security: backported fix for chromium:1161654. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27411">#27411</a></li> </ul> <h2>electron v11.2.0</h2> <h1>Release Notes for v11.2.0</h1> <h2>Features</h2> <ul> <li>Made <code>win.setAspectRatio()</code> work on Windows. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27203">#27203</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27202">12</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed a crash that could occur on app quit when using the remote module. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27069">#27069</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27070">12</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where BrowserViews couldn't be effectively reparented. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27219">#27219</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27187">12</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where non-draggable regions on BrowserViews could have incorrectly calculated bounds. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27183">#27183</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27185">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27184">12</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where some draggable regions were not clickable when loaded into BrowserViews on Windows. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27178">#27178</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27222">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27177">12</a>)<!-- raw HTML omitted --></li> <li>Fixed the pretty-print JavaScript feature in DevTools not functioning correctly. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27102">#27102</a></li> </ul> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 87.0.4280.141. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27213">#27213</a></li> </ul> <h2>Unknown</h2> <ul> <li>Fixed <code>chrome.webRequest</code> extensions API not intercepting any requests. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27096">#27096</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27097">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27098">12</a>)<!-- raw HTML omitted --></li> </ul> <h2>electron v11.1.1</h2> <h1>Release Notes for v11.1.1</h1> <h2>Fixes</h2> <ul> <li>Fixed <code>protocol</code> methods not being accessible via <code>remote.protocol</code>. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27044">#27044</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27043">12</a>)<!-- raw HTML omitted --></li> <li>Fixed <code>readdir</code>/<code>readdirSync</code> (w/ <code>withFileTypes</code>) failing on a deep directory within archive. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27010">#27010</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27011">12</a>)<!-- raw HTML omitted --></li> <li>Fixed a memory leak in desktopCapturer.getSources. <a href="https://github-redirect.dependabot.com/electron/electron/pull/27056">#27056</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/27057">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/27058">12</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where SIGINT was improperly handled in Node.js processes. <a href="https://github-redirect.dependabot.com/electron/electron/pull/26972">#26972</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/26970">10</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/26971">12</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where renderer process stack traces were broken with <code>contextIsolation</code> enabled. <a href="https://github-redirect.dependabot.com/electron/electron/pull/26997">#26997</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/26912">12</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where some <code>async_hooks</code> were not properly emitted after an error in the renderer process. <a href="https://github-redirect.dependabot.com/electron/electron/pull/26991">#26991</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/26990">12</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue whereby <code>remote.screen</code> <code>EventEmitter</code> methods are undefined in the renderer. <a href="https://github-redirect.dependabot.com/electron/electron/pull/26989">#26989</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/26988">12</a>)<!-- raw HTML omitted --></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/8805b996e0d8cfb6e3921f9b586366bafb125b59"><code>8805b99</code></a> Bump v11.2.1</li> <li><a href="https://github.com/electron/electron/commit/47adc0a2b7bfa5703a0c0c86b95c9276e54a3142"><code>47adc0a</code></a> chore: cherry-pick f9add3b8e5 from chromium. (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27443">#27443</a>)</li> <li><a href="https://github.com/electron/electron/commit/1559dc74dab4f337ad9ce9b7f0c108b377379668"><code>1559dc7</code></a> chore: cherry-pick f62f983b56623f0e from sqlite. (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27424">#27424</a>)</li> <li><a href="https://github.com/electron/electron/commit/207dbb8d4e0c333ebf3cb66c48510c47c7cf08a8"><code>207dbb8</code></a> fix: actually clear pending requests in DevToolsAgentHost (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27439">#27439</a>)</li> <li><a href="https://github.com/electron/electron/commit/3bda527e83fb23984dec89905fc9d2f82db5731b"><code>3bda527</code></a> chore: cherry-pick 96db1e0, fd08636 and bc9cb11 from chromium. (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27437">#27437</a>)</li> <li><a href="https://github.com/electron/electron/commit/e3b76f71de8ae7dda1c685cfdd395bc3712280f5"><code>e3b76f7</code></a> chore: cherry-pick ffd6ff5a61b9 from v8 (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27411">#27411</a>)</li> <li><a href="https://github.com/electron/electron/commit/6be524411175a96439a4ec67bb1e952e49058c26"><code>6be5244</code></a> fix: apply tzdata2020f to ICU (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27369">#27369</a>)</li> <li><a href="https://github.com/electron/electron/commit/f398ba08a9a188d03e43e2c291c4768d48bbc16e"><code>f398ba0</code></a> fix: incorrect case in content::PermissionType mapping (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27423">#27423</a>)</li> <li><a href="https://github.com/electron/electron/commit/aa4f3550fdba09e2ca358e1187ee86d93322b6d0"><code>aa4f355</code></a> fix: Shutdown crash in DownloadItem callback (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27419">#27419</a>)</li> <li><a href="https://github.com/electron/electron/commit/095de8114eed3016eb89de71a7833a0e59b593ad"><code>095de81</code></a> ci: fix broken homebrew cache (<a href="https://github-redirect.dependabot.com/electron/electron/issues/27409">#27409</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v10.1.3...v11.2.1">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.2.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) - `@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:05:25 +00:00 (Migrated from github.com)

Superseded by #67.

Superseded by #67.

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