Commit 1bc0bef
authored
chore(deps-dev): bump electron from 40.8.0 to 40.8.5 (#1523)
Bumps [electron](https://github.com/electron/electron) from 40.8.0 to
40.8.5.
<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 v40.8.5</h2>
<h1>Release Notes for v40.8.5</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed a bug where Windows notification icons could fail to save
because their temporary filenames contained invalid characters. <a
href="https://redirect.github.com/electron/electron/pull/50484">#50484</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50483">41</a>)<!--
raw HTML omitted --></li>
<li>Fixed a crash in <code>clipboard.readImage()</code> when the
clipboard contains malformed image data. <a
href="https://redirect.github.com/electron/electron/pull/50491">#50491</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50493">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50492">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50494">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed a crash when calling an offscreen shared texture's
<code>release()</code> after the texture object was garbage collected.
<a
href="https://redirect.github.com/electron/electron/pull/50500">#50500</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50499">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50501">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50502">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed an accessibility issue where the AXMenuOpened event was not
fired on menu creation. <a
href="https://redirect.github.com/electron/electron/pull/50505">#50505</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50506">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50504">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where an app shortcut may lose its icon after
auto-updating on Windows. <a
href="https://redirect.github.com/electron/electron/pull/50518">#50518</a></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Backported fix for chromium:475877320. <a
href="https://redirect.github.com/electron/electron/pull/50438">#50438</a></li>
</ul>
<h2>electron v40.8.4</h2>
<h1>Release Notes for v40.8.4</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed an issue where <code>nodeIntegrationInWorker</code> overrides
in <code>setWindowOpenHandler</code> were not honored for child windows
sharing a renderer process with their opener. <a
href="https://redirect.github.com/electron/electron/pull/50467">#50467</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50163">38</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50468">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50134">41</a>)<!--
raw HTML omitted --></li>
<li>Fixed crash when handling JavaScript dialogs from windows opened
with invalid or empty URLs. <a
href="https://redirect.github.com/electron/electron/pull/50401">#50401</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50400">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50399">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50398">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed improper focus tracking in BaseWindow on MacOS. <a
href="https://redirect.github.com/electron/electron/pull/50337">#50337</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50338">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50340">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50339">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed logic bug that rendered certain window types un-resizable on
MAS builds. <a
href="https://redirect.github.com/electron/electron/pull/50355">#50355</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50354">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50356">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed utilityProcess exit event reporting incorrect exit codes on
Windows when the exit code has the high bit. <a
href="https://redirect.github.com/electron/electron/pull/50387">#50387</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50386">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50385">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed window freeze when failing to enter/exit fullscreen on macOS.
<a
href="https://redirect.github.com/electron/electron/pull/50344">#50344</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50341">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50343">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50342">42</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Added support for using a proxy during yarn install. <a
href="https://redirect.github.com/electron/electron/pull/50352">#50352</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50349">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50350">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50351">42</a>)<!--
raw HTML omitted --></li>
<li>Backported fix for 485935305. <a
href="https://redirect.github.com/electron/electron/pull/50441">#50441</a></li>
<li>Backported fix for 489381399. <a
href="https://redirect.github.com/electron/electron/pull/50449">#50449</a></li>
<li>Backported fixes for 484751092, 487117772. <a
href="https://redirect.github.com/electron/electron/pull/50460">#50460</a></li>
</ul>
<h2>electron v40.8.3</h2>
<h1>Release Notes for v40.8.3</h1>
<h2>Fixes</h2>
<ul>
<li>Added additional ASAR support to additional <code>fs</code> copy
methods. <a
href="https://redirect.github.com/electron/electron/pull/50287">#50287</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50284">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50286">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50285">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where some DevTools functionality didn't work as
expected. <a
href="https://redirect.github.com/electron/electron/pull/50275">#50275</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50276">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50274">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed user resizing of transparent windows on win32 platform. <a
href="https://redirect.github.com/electron/electron/pull/50301">#50301</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50300">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50298">41</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50299">42</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>electron v40.8.2</h2>
<h1>Release Notes for v40.8.2</h1>
<h2>Other Changes</h2>
<ul>
<li>Backported fix for b/491421267. <a
href="https://redirect.github.com/electron/electron/pull/50229">#50229</a></li>
<li>Fixed an issue where running app icons were not correctly retrieved
on macOS Tahoe. <a
href="https://redirect.github.com/electron/electron/pull/50188">#50188</a></li>
</ul>
<h2>electron v40.8.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/electron/electron/commit/c09e2aa6b8105a7303199806db658c8ba72ee3e5"><code>c09e2aa</code></a>
fix: outdated execution path for COM activation (<a
href="https://redirect.github.com/electron/electron/issues/50518">#50518</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/44f02f61ff4012221c3b55c1796771bb889d2880"><code>44f02f6</code></a>
fix: hex-encode Windows notification icon temp filenames (<a
href="https://redirect.github.com/electron/electron/issues/50484">#50484</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/904fbbd598018ff785320e6a0e0b2e8d094451e7"><code>904fbbd</code></a>
fix: fall back to default DPI when GTK returns 0 on Linux (<a
href="https://redirect.github.com/electron/electron/issues/50488">#50488</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/36c88a46db4f9dad3f796e95692c5c1f84638c69"><code>36c88a4</code></a>
fix: [a11y] fire AXMenuOpened event when ARIA menu is added to DOM (<a
href="https://redirect.github.com/electron/electron/issues/50505">#50505</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/9bf9c3606f2aac41932175ab85ac576450d338a8"><code>9bf9c36</code></a>
refactor: remove dead named-window lookup from guest-window-manager (<a
href="https://redirect.github.com/electron/electron/issues/50495">#50495</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/d2841683c1b3bd3d23946a0bcfd6bb4e8daf77df"><code>d284168</code></a>
fix: crash calling OSR shared texture release() after texture GC'd (<a
href="https://redirect.github.com/electron/electron/issues/50500">#50500</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/4aa36102d7916722e2178e27ac587f8a89de1d03"><code>4aa3610</code></a>
fix: crash in clipboard.readImage() on malformed image data (<a
href="https://redirect.github.com/electron/electron/issues/50491">#50491</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/e1c17fd1e83e49e2fcd974fc02ea1074e65a7737"><code>e1c17fd</code></a>
chore: cherry-pick fbfb27470bf6 from chromium (<a
href="https://redirect.github.com/electron/electron/issues/50438">#50438</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/2871c1d392ad1e162a1410a4f42981e253aab122"><code>2871c1d</code></a>
fix: read nodeIntegrationInWorker from per-frame WebPreferences (<a
href="https://redirect.github.com/electron/electron/issues/50122">#50122</a>)
(<a
href="https://redirect.github.com/electron/electron/issues/50">#50</a>...</li>
<li><a
href="https://github.com/electron/electron/commit/0d3f57f3de69e7d432ccb5da1a1c1242abf8996f"><code>0d3f57f</code></a>
chore: cherry-pick 074d472db745 from chromium (<a
href="https://redirect.github.com/electron/electron/issues/50449">#50449</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v40.8.0...v40.8.5">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/middleapi/orpc/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent d7f65ee commit 1bc0bef
2 files changed
Lines changed: 427 additions & 348 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments