Bump electron from 33.2.0 to 33.2.1 in the electron group#1513
Merged
Conversation
Bumps the electron group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 33.2.0 to 33.2.1 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v33.2.0...v33.2.1) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-patch dependency-group: electron ... Signed-off-by: dependabot[bot] <support@github.com>
8d2b966 to
044e3b0
Compare
xxyy2024
pushed a commit
to xxyy2024/waveterm_aipy
that referenced
this pull request
Jun 24, 2025
…v#1513) Bumps the electron group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 33.2.0 to 33.2.1 <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 v33.2.1</h2> <h1>Release Notes for v33.2.1</h1> <h2>Fixes</h2> <ul> <li>Fixed a crash that could occur when calling <code>shell.readShortcutLink</code> on Windows. <a href="https://redirect.github.com/electron/electron/pull/44803">#44803</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44804">34</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>WebContentsView</code>s were being improperly removed. <a href="https://redirect.github.com/electron/electron/pull/44671">#44671</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44673">31</a>, <a href="https://redirect.github.com/electron/electron/pull/44672">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44670">34</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>resize</code> wasn't being emitted for single-pixel resizes on Windows. <a href="https://redirect.github.com/electron/electron/pull/44723">#44723</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44724">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44722">34</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where a <code>utilityProcess</code> pid would not be <code>undefined</code> after exit. <a href="https://redirect.github.com/electron/electron/pull/44694">#44694</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44693">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44695">34</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where buttons shown under the Window Controls Overlay API were missing tooltips. <a href="https://redirect.github.com/electron/electron/pull/44757">#44757</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44758">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44759">34</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where the webContents <code>context-menu</code> event was not emitted when using <code>-webkit-app-region: drag</code>. <a href="https://redirect.github.com/electron/electron/pull/44800">#44800</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44798">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44799">34</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where the windows control overlay was unexpectedly visible in fullscreen on Linux. <a href="https://redirect.github.com/electron/electron/pull/44640">#44640</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44643">31</a>, <a href="https://redirect.github.com/electron/electron/pull/44642">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44641">34</a>)<!-- raw HTML omitted --></li> <li>Fixed crash in net api when utility process exits. <a href="https://redirect.github.com/electron/electron/pull/44729">#44729</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44730">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44731">34</a>)<!-- raw HTML omitted --></li> <li>Fixed segfault when moving WebContentsView between BrowserWindows. <a href="https://redirect.github.com/electron/electron/pull/44613">#44613</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44614">31</a>, <a href="https://redirect.github.com/electron/electron/pull/44615">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44612">34</a>)<!-- raw HTML omitted --></li> <li>Fixed theme does not work in DevTools. <a href="https://redirect.github.com/electron/electron/pull/44635">#44635</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44639">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44636">34</a>)<!-- raw HTML omitted --></li> <li>Fixed update file extension bug. <a href="https://redirect.github.com/electron/electron/pull/44771">#44771</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44770">34</a>)<!-- raw HTML omitted --></li> <li>Return 0 exit code for normal termination of the utility process. <a href="https://redirect.github.com/electron/electron/pull/44732">#44732</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44749">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44733">34</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed an issue where a deprecation warning was being incorrectly emitted for frameless windows on macOS. <a href="https://redirect.github.com/electron/electron/pull/44767">#44767</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44768">34</a>)<!-- raw HTML omitted --></li> <li>Fixed drag-and-drop session being canceled on wayland with empty dragData. <a href="https://redirect.github.com/electron/electron/pull/44753">#44753</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44760">32</a>)<!-- raw HTML omitted --></li> <li>Security: backported fix for CVE-2024-11110. <a href="https://redirect.github.com/electron/electron/pull/44647">#44647</a></li> <li>Updated Chromium to 130.0.6723.137. <a href="https://redirect.github.com/electron/electron/pull/44781">#44781</a></li> <li>Updated Node.js to v20.18.1. <a href="https://redirect.github.com/electron/electron/pull/44780">#44780</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/cd6e3d720f536d4accfa4f2d8479be2523634591"><code>cd6e3d7</code></a> refactor: fix modernize-return-braced-init-list warnings (<a href="https://redirect.github.com/electron/electron/issues/44857">#44857</a>)</li> <li><a href="https://github.com/electron/electron/commit/7152209fb529ee2a57cae7c420d20c25d493f138"><code>7152209</code></a> fix: modernize-use-using clang-tidy warnings (<a href="https://redirect.github.com/electron/electron/issues/44836">#44836</a>)</li> <li><a href="https://github.com/electron/electron/commit/51e31de79e625954e2466f4aacc9387bb7fa86b4"><code>51e31de</code></a> fix: modernize-use-nodiscard clang-tidy warnings (<a href="https://redirect.github.com/electron/electron/issues/44832">#44832</a>)</li> <li><a href="https://github.com/electron/electron/commit/fe3467e187da6181008f5a943a1df3cd2b820b13"><code>fe3467e</code></a> docs: correct stable release dates for v34.0.0 (<a href="https://redirect.github.com/electron/electron/issues/44830">#44830</a>)</li> <li><a href="https://github.com/electron/electron/commit/d0e24fca2560bdbc2d638a89e0aef4538df57619"><code>d0e24fc</code></a> fix: clang-tidy <code>performance-inefficient-vector-operation</code> warnings (33-x-y) ...</li> <li><a href="https://github.com/electron/electron/commit/3483cd62d7a357079a3d7717995ccbe8f8935597"><code>3483cd6</code></a> refactor: remove unnecessary constructor code (<a href="https://redirect.github.com/electron/electron/issues/44825">#44825</a>)</li> <li><a href="https://github.com/electron/electron/commit/1ef8b4705295717975c496dc63e129838bccc421"><code>1ef8b47</code></a> fix: remove unused local variables (<a href="https://redirect.github.com/electron/electron/issues/44822">#44822</a>)</li> <li><a href="https://github.com/electron/electron/commit/71c11496b71ef4c5d01e30880863e65e74f6cdbe"><code>71c1149</code></a> docs: update new GitHub issue link (<a href="https://redirect.github.com/electron/electron/issues/44810">#44810</a>)</li> <li><a href="https://github.com/electron/electron/commit/bd5c8d7a921ce8f7cad1c36f11bdcb15abefbbc3"><code>bd5c8d7</code></a> fix: crash calling <code>shell.readShortcutLink</code> (<a href="https://redirect.github.com/electron/electron/issues/44803">#44803</a>)</li> <li><a href="https://github.com/electron/electron/commit/52b5d8ab99ddf543e37abf9573c64735ac089fed"><code>52b5d8a</code></a> fix: big endian bug in V8 serialization (<a href="https://redirect.github.com/electron/electron/issues/44796">#44796</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v33.2.0...v33.2.1">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> 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 the electron group with 1 update: electron.
Updates
electronfrom 33.2.0 to 33.2.1Release notes
Sourced from electron's releases.
Commits
cd6e3d7refactor: fix modernize-return-braced-init-list warnings (#44857)7152209fix: modernize-use-using clang-tidy warnings (#44836)51e31defix: modernize-use-nodiscard clang-tidy warnings (#44832)fe3467edocs: correct stable release dates for v34.0.0 (#44830)d0e24fcfix: clang-tidyperformance-inefficient-vector-operationwarnings (33-x-y) ...3483cd6refactor: remove unnecessary constructor code (#44825)1ef8b47fix: remove unused local variables (#44822)71c1149docs: update new GitHub issue link (#44810)bd5c8d7fix: crash callingshell.readShortcutLink(#44803)52b5d8afix: big endian bug in V8 serialization (#44796)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions