Bump electron from 38.1.2 to 39.8.5 in /js/web (#27974)
Bumps [electron](https://github.com/electron/electron) from 38.1.2 to
39.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 v39.8.5</h2>
<h1>Release Notes for v39.8.5</h1>
<h2>Fixes</h2>
<ul>
<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/50493">#50493</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50491">40</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/50499">#50499</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50500">40</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>
</ul>
<h2>electron v39.8.4</h2>
<h1>Release Notes for v39.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/50468">#50468</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/50467">40</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/50400">#50400</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50401">40</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/50338">#50338</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50337">40</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 window freeze when failing to enter/exit fullscreen on macOS.
<a
href="https://redirect.github.com/electron/electron/pull/50341">#50341</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50344">40</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/50349">#50349</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50352">40</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/50440">#50440</a></li>
<li>Backported fix for 489381399. <a
href="https://redirect.github.com/electron/electron/pull/50443">#50443</a></li>
<li>Backported fix for chromium:475877320. <a
href="https://redirect.github.com/electron/electron/pull/50436">#50436</a></li>
<li>Backported fixes for 484751092, 487117772. <a
href="https://redirect.github.com/electron/electron/pull/50461">#50461</a></li>
</ul>
<h2>electron v39.8.3</h2>
<h1>Release Notes for v39.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/50284">#50284</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50287">40</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 user resizing of transparent windows on win32 platform. <a
href="https://redirect.github.com/electron/electron/pull/50300">#50300</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50301">40</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 v39.8.2</h2>
<h1>Release Notes for v39.8.2</h1>
<h2>Other Changes</h2>
<ul>
<li>Backported fix for b/491421267. <a
href="https://redirect.github.com/electron/electron/pull/50230">#50230</a></li>
</ul>
<h2>electron v39.8.1</h2>
<h1>Release Notes for v39.8.1</h1>
<h2>Fixes</h2>
<ul>
<li>Added validation to protocol client methods to reject protocol names
that do not conform to the RFC 3986 URI scheme grammar. <a
href="https://redirect.github.com/electron/electron/pull/50156">#50156</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50157">38</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50158">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50155">41</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue on macOS where calling
<code>autoUpdater.quitAndInstall()</code> could fail if
<code>checkForUpdates()</code> was called again after an update was
already downloaded. <a
href="https://redirect.github.com/electron/electron/pull/50215">#50215</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50216">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50217">41</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where Chrome Devtools menus may not appear in certain
embedded windows. <a
href="https://redirect.github.com/electron/electron/pull/50136">#50136</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50138">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50137">41</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>additionalData</code> passed to
<code>app.requestSingleInstanceLock</code> on Windows could be truncated
or fail to deserialize in the primary instance's
<code>second-instance</code> event. <a
href="https://redirect.github.com/electron/electron/pull/50174">#50174</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50177">38</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50162">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50154">41</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>screen.getCursorScreenPoint()</code>
crashed on Wayland when it was called before a
<code>BrowserWindow</code> had been created. <a
href="https://redirect.github.com/electron/electron/pull/50106">#50106</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50104">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50105">41</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/9d2f8cb4da0d35e2daf7e7f60e35313b508cb224"><code>9d2f8cb</code></a>
refactor: remove dead named-window lookup from guest-window-manager (<a
href="https://redirect.github.com/electron/electron/issues/50498">#50498</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/11730047394233e70743c52567e17f4c3b2dc9fc"><code>1173004</code></a>
fix: crash calling OSR shared texture release() after texture GC'd (<a
href="https://redirect.github.com/electron/electron/issues/50499">#50499</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/be37adefd08f882e3f1fb8403d2d9e92c3009d56"><code>be37ade</code></a>
fix: crash in clipboard.readImage() on malformed image data (<a
href="https://redirect.github.com/electron/electron/issues/50493">#50493</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/7007907df08d02da98f513dcbdb430ab51be59c7"><code>7007907</code></a>
chore: cherry-pick 3 changes from chromium (<a
href="https://redirect.github.com/electron/electron/issues/50461">#50461</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/2c8b6ee0c0a7c26871dc0b320982afd8ed29df6c"><code>2c8b6ee</code></a>
chore: cherry-pick fbfb27470bf6 from chromium (<a
href="https://redirect.github.com/electron/electron/issues/50436">#50436</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/4c64377ead6b53bc565d7793a2712e49882e5354"><code>4c64377</code></a>
chore: cherry-pick 50b057660b4d from chromium (<a
href="https://redirect.github.com/electron/electron/issues/50440">#50440</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/0ef056130cde0c19c81ccfbc2932df6911765849"><code>0ef0561</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/64373df3ca697bc6fe6e3ab1f463ba05beaf64cf"><code>64373df</code></a>
chore: cherry-pick 074d472db745 from chromium (<a
href="https://redirect.github.com/electron/electron/issues/50443">#50443</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/13e44072be367f516cfad36f95d183765174f4bf"><code>13e4407</code></a>
fix: don't re-parse URL unnecessarily when handling dialogs (<a
href="https://redirect.github.com/electron/electron/issues/50400">#50400</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/16a038502a4ea0c79976be60bcc8f28a49f1ab99"><code>16a0385</code></a>
ci: output build cache hit rate as GHA annotation (<a
href="https://redirect.github.com/electron/electron/issues/50369">#50369</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v38.1.2...v39.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/microsoft/onnxruntime/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>