dependabot[bot] opened a new pull request, #310: URL: https://github.com/apache/cordova-electron/pull/310
Bumps [electron](https://github.com/electron/electron) from 29.1.0 to 39.8.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 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> <li>Fixed an issue where calling <code>setBounds</code> on a <code>WebContentsView</code> could trigger redundant <code>page-favicon-updated</code> events even when the favicon had not changed. <a href="https://redirect.github.com/electron/electron/pull/50086">#50086</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50084">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50085">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where invalid characters in custom protocol or webRequest response header values were not rejected. <a href="https://redirect.github.com/electron/electron/pull/50129">#50129</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50130">38</a>, <a href="https://redirect.github.com/electron/electron/pull/50131">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50132">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where permission and device-chooser handlers received the top-level page origin instead of the requesting subframe's origin. <a href="https://redirect.github.com/electron/electron/pull/50147">#50147</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50151">38</a>, <a href="https://redirect.github.com/electron/electron/pull/50149">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50148">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where traffic light buttons would flash at position (0,0) when restoring a window with a custom <code>trafficLightPosition</code> from minimization on macOS. <a href="https://redirect.github.com/electron/electron/pull/50208">#50208</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50207">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50209">41</a>)<!-- raw HTML omitted --></li> <li>Fixed bug where opening a message box immediately upon closing a child window may cause the parent window to freeze on Windows. <a href="https://redirect.github.com/electron/electron/pull/50190">#50190</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50189">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50191">41</a>)<!-- raw HTML omitted --></li> <li>Fixed menu bar hiding after a call to <code>win.setFullScreen(false)</code> when not in fullscreen on Linux. <a href="https://redirect.github.com/electron/electron/pull/49995">#49995</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/49994">40</a>, <a href="https://redirect.github.com/electron/electron/pull/49996">41</a>)<!-- raw HTML omitted --></li> <li>Fixed shutdown crash on windows when hidden titlebar is enabled. <a href="https://redirect.github.com/electron/electron/pull/50054">#50054</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50053">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50055">41</a>)<!-- raw HTML omitted --></li> <li>Reverted AltGr key fix that caused menu bar to no longer show on Windows. <a href="https://redirect.github.com/electron/electron/pull/50109">#50109</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50110">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50111">41</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Backported fix for b/484983991. <a href="https://redirect.github.com/electron/electron/pull/50167">#50167</a></li> <li>Backported fix for chromium:485622239. <a href="https://redirect.github.com/electron/electron/pull/50171">#50171</a></li> <li>Updated Node.js to v22.22.1. <a href="https://redirect.github.com/electron/electron/pull/50100">#50100</a></li> </ul> <h2>electron v39.8.0</h2> <h1>Release Notes for v39.8.0</h1> <h2>Features</h2> <ul> <li>Added support for <code>--experimental-transform-types</code>. <a href="https://redirect.github.com/electron/electron/pull/49881">#49881</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/49883">40</a>, <a href="https://redirect.github.com/electron/electron/pull/49882">41</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed an issue on macOS where Universal Links were not delivered to <code>app.on('continue-activity')</code> on cold launch when <code>NSUserActivity.userInfo</code> was nil. <a href="https://redirect.github.com/electron/electron/pull/50004">#50004</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50005">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50006">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>VideoFrame</code> objects returned through <code>contextBridge</code> had an incorrect prototype. <a href="https://redirect.github.com/electron/electron/pull/50021">#50021</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50022">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50023">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where setting <code>zoomFactor</code> in <code>setWindowOpenHandler</code>'s <code>overrideBrowserWindowOptions</code> had no effect on windows opened via <code>window.open()</code>. <a href="https://redirect.github.com/electron/electron/pull/49910">#49910</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/49909">40</a>, <a href="https://redirect.github.com/electron/electron/pull/49911">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/e6928c13198c854aa014c319d72eea599e2e0ee7"><code>e6928c1</code></a> fix: user resizable transparent windows on win32 (<a href="https://redirect.github.com/electron/electron/issues/50300">#50300</a>)</li> <li><a href="https://github.com/electron/electron/commit/976a7bece504db4583a4c66f279eccd49d97c623"><code>976a7be</code></a> fix: add ASAR support to additional copy methods (<a href="https://redirect.github.com/electron/electron/issues/50284">#50284</a>)</li> <li><a href="https://github.com/electron/electron/commit/03244a56f140c034ea80ed58557d99c7cd23fedd"><code>03244a5</code></a> ci: update actions/cache to 5.0.3 (<a href="https://redirect.github.com/electron/electron/issues/50237">#50237</a>)</li> <li><a href="https://github.com/electron/electron/commit/8e0f534873e9fdba5b365879bbdf6b47a0a64e1d"><code>8e0f534</code></a> chore: cherry-pick d5b0cb2acffe from v8 (<a href="https://redirect.github.com/electron/electron/issues/50232">#50232</a>)</li> <li><a href="https://github.com/electron/electron/commit/1573d6b28c879ffbec9bba22988815d2a4b797fd"><code>1573d6b</code></a> chore: cherry-pick 7911bee5d90e from skia (<a href="https://redirect.github.com/electron/electron/issues/50230">#50230</a>)</li> <li><a href="https://github.com/electron/electron/commit/1b3e1433dd113c1c9a40e3247b45d9834ddc2415"><code>1b3e143</code></a> ci: update actions/checkout to v6.0.2 (<a href="https://redirect.github.com/electron/electron/issues/50223">#50223</a>)</li> <li><a href="https://github.com/electron/electron/commit/e551cf8c00d5549522811f9608df308736b9c657"><code>e551cf8</code></a> ci: add timeout to test step (<a href="https://redirect.github.com/electron/electron/issues/50212">#50212</a>)</li> <li><a href="https://github.com/electron/electron/commit/bd3abf3a2c91fcf09525ea105a9e38e50c19d00a"><code>bd3abf3</code></a> fix: preserve staged update dir when pruning orphaned updates on macOS (<a href="https://redirect.github.com/electron/electron/issues/50215">#50215</a>)</li> <li><a href="https://github.com/electron/electron/commit/da140aea7cb1cd83c9621c2ecb0d2b5c2db83ef3"><code>da140ae</code></a> fix: prevent traffic light buttons flashing on deminiaturize (<a href="https://redirect.github.com/electron/electron/issues/50208">#50208</a>)</li> <li><a href="https://github.com/electron/electron/commit/8699ce4f9883acbae1e7a29a3a922b4935b5f68b"><code>8699ce4</code></a> fix: don't call <code>TaskDialogIndirect</code> with disabled parent windows (<a href="https://redirect.github.com/electron/electron/issues/50190">#50190</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v29.1.0...v39.8.3">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/apache/cordova-electron/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
