Skip to content

Commit fe58f5a

Browse files
Bump electron from 41.0.2 to 41.1.0 (#3133)
Bumps [electron](https://github.com/electron/electron) from 41.0.2 to 41.1.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 v41.1.0</h2> <h1>Release Notes for v41.1.0</h1> <h2>Features</h2> <ul> <li>Added nativeTheme.shouldDifferentiateWithoutColor on macOS. <a href="https://redirect.github.com/electron/electron/pull/50408">#50408</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50409">42</a>)<!-- raw HTML omitted --></li> <li>Notes: Added support for the <code>urgency</code> option in Notifications on Windows. <a href="https://redirect.github.com/electron/electron/pull/50382">#50382</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50383">42</a>)<!-- raw HTML omitted --></li> </ul> <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/50483">#50483</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50484">40</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/50492">#50492</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/50491">40</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/50501">#50501</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/50500">40</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/50506">#50506</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50505">40</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/50519">#50519</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50518">40</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 146.0.7680.166. <a href="https://redirect.github.com/electron/electron/pull/50458">#50458</a></li> </ul> <h2>electron v41.0.4</h2> <h1>Release Notes for v41.0.4</h1> <h2>Fixes</h2> <ul> <li>Fixed crash when handling JavaScript dialogs from windows opened with invalid or empty URLs. <a href="https://redirect.github.com/electron/electron/pull/50399">#50399</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/50401">40</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/50340">#50340</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/50337">40</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/50354">#50354</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50355">40</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/50386">#50386</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50387">40</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/50343">#50343</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/50344">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50342">42</a>)<!-- raw HTML omitted --></li> <li>Improved the appearance of shadows and borders on frameless windows on Wayland. <a href="https://redirect.github.com/electron/electron/pull/50213">#50213</a></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/50350">#50350</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/50352">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50351">42</a>)<!-- raw HTML omitted --></li> <li>Updated Chromium to 146.0.7680.153. <a href="https://redirect.github.com/electron/electron/pull/50346">#50346</a></li> </ul> <h2>electron v41.0.3</h2> <h1>Release Notes for v41.0.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/50286">#50286</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/50287">40</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/50276">#50276</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50275">40</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/50298">#50298</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/50301">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50299">42</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 146.0.7680.80. <a href="https://redirect.github.com/electron/electron/pull/50262">#50262</a></li> </ul> <h2>Documentation</h2> <ul> <li>Documentation changes: <a href="https://redirect.github.com/electron/electron/pull/50293">#50293</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/eb49ed962de29ab77ee824e5e13ae59a1ff95785"><code>eb49ed9</code></a> fix: outdated execution path for COM activation (<a href="https://redirect.github.com/electron/electron/issues/50519">#50519</a>)</li> <li><a href="https://github.com/electron/electron/commit/7e36ac67ce63337201b5b4514429ac053cced7a8"><code>7e36ac6</code></a> chore: bump chromium to 146.0.7680.166 (41-x-y) (<a href="https://redirect.github.com/electron/electron/issues/50458">#50458</a>)</li> <li><a href="https://github.com/electron/electron/commit/cbae32aac671963c01f14349bfc5c96fd315cfa2"><code>cbae32a</code></a> fix: [a11y] fire AXMenuOpened event when ARIA menu is added to DOM (<a href="https://redirect.github.com/electron/electron/issues/50506">#50506</a>)</li> <li><a href="https://github.com/electron/electron/commit/880b1e08e7227fddea9e50d488852d0fe7c68290"><code>880b1e0</code></a> refactor: remove dead named-window lookup from guest-window-manager (<a href="https://redirect.github.com/electron/electron/issues/50497">#50497</a>)</li> <li><a href="https://github.com/electron/electron/commit/aedea576da3cc603620c7dea290626c31d6222c8"><code>aedea57</code></a> fix: hex-encode Windows notification icon temp filenames (<a href="https://redirect.github.com/electron/electron/issues/50483">#50483</a>)</li> <li><a href="https://github.com/electron/electron/commit/707541d9b2697deb943ff15306710feaa581f0dd"><code>707541d</code></a> fix: fall back to default DPI when GTK returns 0 on Linux (<a href="https://redirect.github.com/electron/electron/issues/50489">#50489</a>)</li> <li><a href="https://github.com/electron/electron/commit/3dcb641a9957bfeec894f7de8b644621baaa2f6d"><code>3dcb641</code></a> fix: crash calling OSR shared texture release() after texture GC'd (<a href="https://redirect.github.com/electron/electron/issues/50501">#50501</a>)</li> <li><a href="https://github.com/electron/electron/commit/878a763344708d46329c788ab21db21e1bd74cae"><code>878a763</code></a> fix: crash in clipboard.readImage() on malformed image data (<a href="https://redirect.github.com/electron/electron/issues/50492">#50492</a>)</li> <li><a href="https://github.com/electron/electron/commit/6a8d187105d830ca863eef7b2bd2313078c140b4"><code>6a8d187</code></a> feat: add accessibilityDisplayShouldDifferentiateWithoutColor on macOS (<a href="https://redirect.github.com/electron/electron/issues/50408">#50408</a>)</li> <li><a href="https://github.com/electron/electron/commit/29622930a0e8e377c66a949d8ef01dc31792706b"><code>2962293</code></a> feat: support notification priority on Windows (<a href="https://redirect.github.com/electron/electron/issues/50382">#50382</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v41.0.2...v41.1.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6431baa commit fe58f5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/ws": "^8",
4949
"@vitejs/plugin-react-swc": "4.2.3",
5050
"@vitest/coverage-istanbul": "^3.0.9",
51-
"electron": "^41.0.2",
51+
"electron": "^41.1.0",
5252
"electron-builder": "^26.8",
5353
"electron-vite": "^5.0",
5454
"eslint": "^9.39",

0 commit comments

Comments
 (0)