dependabot[bot] opened a new pull request, #327: URL: https://github.com/apache/cordova-electron/pull/327
Bumps [electron](https://github.com/electron/electron) from 29.1.0 to 43.4.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 v43.4.0</h2> <h1>Release Notes for v43.4.0</h1> <h2>Features</h2> <ul> <li>Added <code>webFrameMain.printToPDF()</code> to allow printing individual frames to PDF from the main process. <a href="https://redirect.github.com/electron/electron/pull/52627">#52627</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52626">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52625">44</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>getDisplayMedia({ audio: { restrictOwnAudio: true } })</code> was ignored in <code>setDisplayMediaRequestHandler</code>, causing loopback audio to include local app playback. <a href="https://redirect.github.com/electron/electron/pull/52533">#52533</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52534">44</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed a browser process crash that could occur during Windows logoff, shutdown, or restart. <a href="https://redirect.github.com/electron/electron/pull/52620">#52620</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52621">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52619">44</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash report when the X server or Wayland compositor exits while an app is running. <a href="https://redirect.github.com/electron/electron/pull/52685">#52685</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52686">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52684">44</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash when quickly switching menus while the app is under heavy load. <a href="https://redirect.github.com/electron/electron/pull/52673">#52673</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52671">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52672">44</a>)<!-- raw HTML omitted --></li> <li>Fixed a potential crash when notifying user activation before the primary main frame was live. <a href="https://redirect.github.com/electron/electron/pull/52697">#52697</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52699">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52698">44</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where a JavaScript out-of-memory crash could be reported from inside the crash-key handler instead of at the out-of-memory site. <a href="https://redirect.github.com/electron/electron/pull/52725">#52725</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52723">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52724">44</a>)<!-- raw HTML omitted --></li> <li>Fixed the Linux system accent color intermittently not being applied (<code>systemPreferences.getAccentColor()</code> returning an empty string on some launches). <a href="https://redirect.github.com/electron/electron/pull/52575">#52575</a></li> </ul> <h2>Other Changes</h2> <ul> <li>Backported fixes from upstream ANGLE and Chromium. <a href="https://redirect.github.com/electron/electron/pull/52709">#52709</a></li> <li>Backported fixes from upstream ANGLE, Chromium and V8. <a href="https://redirect.github.com/electron/electron/pull/52663">#52663</a></li> <li>No user-facing change; semver/none. <a href="https://redirect.github.com/electron/electron/pull/52732">#52732</a></li> <li>Updated Chromium to 150.0.7871.224. <a href="https://redirect.github.com/electron/electron/pull/52693">#52693</a></li> </ul> <h2>electron v43.3.0</h2> <h1>Release Notes for v43.3.0</h1> <h2>Features</h2> <ul> <li>Added <code>available</code> to <code>process.getSystemMemoryInfo()</code> on Linux, exposing <code>proc/meminfo</code> MemAvailable. <a href="https://redirect.github.com/electron/electron/pull/52379">#52379</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52378">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52380">44</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed <code>BrowserWindow</code> size corruption on Windows when created with explicit <code>x</code>/<code>y</code> on a secondary monitor whose DPI differs from the primary. <a href="https://redirect.github.com/electron/electron/pull/52501">#52501</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52500">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52499">44</a>)<!-- raw HTML omitted --></li> <li>Fixed <code>Dirent.parentPath</code> being <code>undefined</code> for <code>fs.readdir</code>, <code>fs.readdirSync</code>, <code>fs.glob</code>, and <code>fs.globSync</code> with <code>withFileTypes: true</code> inside asar archives. <a href="https://redirect.github.com/electron/electron/pull/52505">#52505</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52506">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52507">44</a>)<!-- raw HTML omitted --></li> <li>Fixed <code>dialog.showOpenDialog</code>/<code>dialog.showSaveDialog</code> opening at an unusable location on Linux when <code>defaultPath</code> is a bare filename without a directory. <a href="https://redirect.github.com/electron/electron/pull/52401">#52401</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52402">44</a>)<!-- raw HTML omitted --></li> <li>Fixed a UAF with <code>protocol.registerStreamProtocol</code> when an error is emitted during a read. <a href="https://redirect.github.com/electron/electron/pull/52514">#52514</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52513">41</a>, <a href="https://redirect.github.com/electron/electron/pull/52516">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52515">44</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash that could occur when closing DevTools while the host WebContents was being destroyed. <a href="https://redirect.github.com/electron/electron/pull/52510">#52510</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52512">41</a>, <a href="https://redirect.github.com/electron/electron/pull/52511">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52509">44</a>)<!-- raw HTML omitted --></li> <li>Fixed a graphical glitch on Linux where thin borders appeared past the drop shadows on frameless windows when multiple windows were created. <a href="https://redirect.github.com/electron/electron/pull/52607">#52607</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52606">44</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where loading ICO files from ASAR archives on Windows left temporary icon files behind. <a href="https://redirect.github.com/electron/electron/pull/52478">#52478</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52479">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52477">44</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where some values passed into <code>requestSingleInstanceLock</code> could result in a crash. <a href="https://redirect.github.com/electron/electron/pull/52471">#52471</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52470">44</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed bindings for MV3 service workers. <a href="https://redirect.github.com/electron/electron/pull/52503">#52503</a></li> <li>Improved the error message when an asar integrity check fails to name the entry that failed. <a href="https://redirect.github.com/electron/electron/pull/52622">#52622</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/52623">42</a>, <a href="https://redirect.github.com/electron/electron/pull/52624">44</a>)<!-- raw HTML omitted --></li> <li>Updated Chromium to 150.0.7871.212. <a href="https://redirect.github.com/electron/electron/pull/52524">#52524</a></li> <li>Updated Node.js to v24.18.1. <a href="https://redirect.github.com/electron/electron/pull/52552">#52552</a></li> </ul> <h2>electron v43.2.0</h2> <h1>Release Notes for v43.2.0</h1> <h2>Features</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/154ee91a56d69dc8ecd46116d545046067f5db82"><code>154ee91</code></a> build: add release-assets.json expected-asset manifest (43-x-y) (<a href="https://redirect.github.com/electron/electron/issues/52732">#52732</a>)</li> <li><a href="https://github.com/electron/electron/commit/3aa653e5e02514c98e85368ab49a77fbd33d6124"><code>3aa653e</code></a> fix: don't allocate crash keys inside the v8 oom callback (<a href="https://redirect.github.com/electron/electron/issues/52725">#52725</a>)</li> <li><a href="https://github.com/electron/electron/commit/8e867d90e5ed7360c02225ae0a585a91f4eef90f"><code>8e867d9</code></a> chore: cherry-pick 4 changes from angle and chromium (<a href="https://redirect.github.com/electron/electron/issues/52709">#52709</a>)</li> <li><a href="https://github.com/electron/electron/commit/fb05750507dff7248b0e2d4e46ee5fbaa92889bd"><code>fb05750</code></a> fix: exit and lower child shutdown priority when the windows session ends (<a href="https://redirect.github.com/electron/electron/issues/5">#5</a>...</li> <li><a href="https://github.com/electron/electron/commit/999ab41076a847e80d5835db5ba5fe08c792c601"><code>999ab41</code></a> chore: remove redundant isolate params in the context bridge (<a href="https://redirect.github.com/electron/electron/issues/52703">#52703</a>)</li> <li><a href="https://github.com/electron/electron/commit/3367ede8b1eeeb7bb21efee19cf7b69d39db9314"><code>3367ede</code></a> chore: bump chromium to 150.0.7871.224 (43-x-y) (<a href="https://redirect.github.com/electron/electron/issues/52693">#52693</a>)</li> <li><a href="https://github.com/electron/electron/commit/f05dfa052fe347aa586e5ffcb62f939bf796620f"><code>f05dfa0</code></a> fix: guard NotifyUserActivation on live main frame. (<a href="https://redirect.github.com/electron/electron/issues/52697">#52697</a>)</li> <li><a href="https://github.com/electron/electron/commit/74fab791b7e4c12a9f2e89d782a1107d5dee7a65"><code>74fab79</code></a> fix: exit gracefully when the display server connection is lost (<a href="https://redirect.github.com/electron/electron/issues/52685">#52685</a>)</li> <li><a href="https://github.com/electron/electron/commit/22341b0d0df3a6067ceaf4639324a0a8a82188b4"><code>22341b0</code></a> docs: advise bisect-friendly commits in chromium upgrade skill (<a href="https://redirect.github.com/electron/electron/issues/52688">#52688</a>)</li> <li><a href="https://github.com/electron/electron/commit/ca5fb8d1622db2374cd368a4390ffccedccbd7e0"><code>ca5fb8d</code></a> docs: tighten commit organization rules in electron-chromium-upgrade skill (#...</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v29.1.0...v43.4.0">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) </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]
