Merged
Conversation
Deploying waveterm with
|
| Latest commit: |
c0024eb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://15330a7e.waveterm.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-elec-d1jp.waveterm.pages.dev |
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Notes: This is a standard Dependabot dependency bump updating Electron from 41.0.2 to 41.1.0. The changes are straightforward version updates with no code modifications. The Electron 41.1.0 release includes several bug fixes (clipboard crash, Windows notification icons, accessibility) and a minor feature addition. No security vulnerabilities or code issues identified. Reviewed by minimax-m2.5-20260211 · 504,610 tokens |
2161cf0 to
eef512c
Compare
Bumps [electron](https://github.com/electron/electron) from 41.0.2 to 41.1.0. - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v41.0.2...v41.1.0) --- updated-dependencies: - dependency-name: electron dependency-version: 41.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
eef512c to
c0024eb
Compare
suruoxi
pushed a commit
to suruoxi/waveterm
that referenced
this pull request
Apr 1, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps electron from 41.0.2 to 41.1.0.
Release notes
Sourced from electron's releases.
Commits
eb49ed9fix: outdated execution path for COM activation (#50519)7e36ac6chore: bump chromium to 146.0.7680.166 (41-x-y) (#50458)cbae32afix: [a11y] fire AXMenuOpened event when ARIA menu is added to DOM (#50506)880b1e0refactor: remove dead named-window lookup from guest-window-manager (#50497)aedea57fix: hex-encode Windows notification icon temp filenames (#50483)707541dfix: fall back to default DPI when GTK returns 0 on Linux (#50489)3dcb641fix: crash calling OSR shared texture release() after texture GC'd (#50501)878a763fix: crash in clipboard.readImage() on malformed image data (#50492)6a8d187feat: add accessibilityDisplayShouldDifferentiateWithoutColor on macOS (#50408)2962293feat: support notification priority on Windows (#50382)