Bump the electron group with 2 updates#1063
Merged
Merged
Conversation
3155e5f to
050e533
Compare
Bumps the electron group with 2 updates: [electron](https://github.com/electron/electron) and [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). Updates `electron` from 32.2.0 to 33.0.1 - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v32.2.0...v33.0.1) Updates `electron-builder` from 25.1.7 to 25.1.8 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@25.1.8/packages/electron-builder) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-major dependency-group: electron - dependency-name: electron-builder dependency-type: direct:development update-type: version-update:semver-patch dependency-group: electron ... Signed-off-by: dependabot[bot] <support@github.com>
050e533 to
88dc589
Compare
xxyy2024
pushed a commit
to xxyy2024/waveterm_aipy
that referenced
this pull request
Jun 24, 2025
Bumps the electron group with 2 updates: [electron](https://github.com/electron/electron) and [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). Updates `electron` from 32.2.0 to 33.0.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.0.1</h2> <h1>Release Notes for v33.0.1</h1> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 130.0.6723.59. <a href="https://redirect.github.com/electron/electron/pull/44271">#44271</a></li> </ul> <h2>electron v33.0.0</h2> <h1>Release Notes for 33.0.0</h1> <h2>Stack Upgrades</h2> <ul> <li>Chromium <code>130.0.6723.44</code> <ul> <li><a href="https://developer.chrome.com/blog/new-in-chrome-130/">New in 130</a></li> <li><a href="https://developer.chrome.com/blog/new-in-chrome-129/">New in 129</a></li> </ul> </li> <li>Node <code>20.18.0</code> <ul> <li><a href="https://nodejs.org/en/blog/release/v20.18.0/">Node 20.18.0 blog post</a></li> <li><a href="https://nodejs.org/en/blog/release/v20.17.0/">Node 20.17.0 blog post</a></li> </ul> </li> <li>V8 <code>13.0</code></li> </ul> <h2>Breaking Changes</h2> <ul> <li>Deprecated usage of <code>textured</code> BrowserWindow <code>type</code> option on macOS. <a href="https://redirect.github.com/electron/electron/pull/43133">#43133</a></li> <li>Custom protocol URLs that use Windows file paths will no longer work correctly with the deprecated <code>protocol.registerFileProtocol</code> and the <code>baseURLForDataURL</code> property on <code>BrowserWindow.loadURL</code>, <code>WebContents.loadURL</code>, and <code><webview>.loadURL</code>. <a href="https://redirect.github.com/electron/electron/pull/43977">#43977</a></li> </ul> <h2>Features</h2> <h3>Additions</h3> <ul> <li>Added a handler, <code>app.setClientCertRequestPasswordHandler(handler)</code>, to help unlock cryptographic devices when a PIN is needed. <a href="https://redirect.github.com/electron/electron/pull/41205">#41205</a></li> <li>Added error event in utility process to support diagnostic reports on V8 fatal errors. <a href="https://redirect.github.com/electron/electron/pull/43997">#43997</a></li> <li>Added <code>View.setBorderRadius(radius)</code> for customizing the border radius of views—with compatibility for <code>WebContentsView</code>. <a href="https://redirect.github.com/electron/electron/pull/42320">#42320</a></li> <li>Added Linux support for the Windows Control Overlay API. <a href="https://redirect.github.com/electron/electron/pull/41769">#41769</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42683">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42682">31</a>, <a href="https://redirect.github.com/electron/electron/pull/42681">32</a>)<!-- raw HTML omitted --></li> <li>Added support for the macOS system picker in <code>desktopCapturer</code> and <code>setDisplayMediaRequestHandler</code>. <a href="https://redirect.github.com/electron/electron/pull/43680">#43680</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43679">32</a>)<!-- raw HTML omitted --></li> <li>Added <code>DownloadItem.getCurrentBytesPerSecond()</code>, <code>DownloadItem.getPercentComplete()</code>, <code>DownloadItem.getEndTime()</code>. <a href="https://redirect.github.com/electron/electron/pull/42805">#42805</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42914">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42915">31</a>, <a href="https://redirect.github.com/electron/electron/pull/42913">32</a>)<!-- raw HTML omitted --></li> <li>Added a new property <code>prefersReducedTransparency</code> to <code>nativeTheme</code>, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. <a href="https://redirect.github.com/electron/electron/pull/42862">#42862</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43138">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43137">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43024">32</a>)<!-- raw HTML omitted --></li> <li>Added support for responding to auth requests initiated from utility process via <code>app#login</code> event. <a href="https://redirect.github.com/electron/electron/pull/42631">#42631</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43317">32</a>)<!-- raw HTML omitted --></li> </ul> <h3>Improvements</h3> <ul> <li>Extended <code>navigationHistory</code> API with 2 new functions for better history management. <a href="https://redirect.github.com/electron/electron/pull/42014">#42014</a></li> <li>Ensured that the <code>sender-id</code> hint is set when creating desktop notifications on DBus. <a href="https://redirect.github.com/electron/electron/pull/43949">#43949</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43951">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43950">32</a>)<!-- raw HTML omitted --></li> <li>Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. <a href="https://redirect.github.com/electron/electron/pull/42561">#42561</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43162">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42994">31</a>, <a href="https://redirect.github.com/electron/electron/pull/42993">32</a>)<!-- raw HTML omitted --></li> <li>Enabled zstd compression in net http requests. <a href="https://redirect.github.com/electron/electron/pull/43150">#43150</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43301">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43300">32</a>)<!-- raw HTML omitted --></li> <li>Expose <code>systemPreferences</code> to <code>utilityProcess</code>. <a href="https://redirect.github.com/electron/electron/pull/42203">#42203</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42600">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42598">31</a>, <a href="https://redirect.github.com/electron/electron/pull/42599">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed a build failure when the <code>enable_plugins</code> build flag is false. <a href="https://redirect.github.com/electron/electron/pull/44025">#44025</a></li> <li>Fixed mouse cursor turning into loading spinner when starting utility process on Windows. <a href="https://redirect.github.com/electron/electron/pull/43731">#43731</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/11c2b610116524e92dc8c0aa2d4c2873b2735814"><code>11c2b61</code></a> chore: bump chromium to 130.0.6723.59 (33-x-y) (<a href="https://redirect.github.com/electron/electron/issues/44271">#44271</a>)</li> <li><a href="https://github.com/electron/electron/commit/6b458c78b0962941411d26b2db46daec5d6cdba9"><code>6b458c7</code></a> fix: -Wunsafe-buffer-usage warnings in TaskbarHost::SetThumbarButtons() (<a href="https://redirect.github.com/electron/electron/issues/44260">#44260</a>)</li> <li><a href="https://github.com/electron/electron/commit/77324ff514416f672cba2f1956a496ad202486b0"><code>77324ff</code></a> build: update devcontainer sha (<a href="https://redirect.github.com/electron/electron/issues/44245">#44245</a>)</li> <li><a href="https://github.com/electron/electron/commit/63d1d9cb6554548238bcbfb754115db2f27557dd"><code>63d1d9c</code></a> fix: SCContentSharingPicker crash in iframes (<a href="https://redirect.github.com/electron/electron/issues/44228">#44228</a>)</li> <li><a href="https://github.com/electron/electron/commit/dd5bce17cb3d95e631e1c70cecdca7ce32807070"><code>dd5bce1</code></a> docs: update timelines for E34 (<a href="https://redirect.github.com/electron/electron/issues/44225">#44225</a>)</li> <li><a href="https://github.com/electron/electron/commit/258a4a76cf3978414f5c6049626fc35ab7ec900f"><code>258a4a7</code></a> fix: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (<a href="https://redirect.github.com/electron/electron/issues/44223">#44223</a>)</li> <li><a href="https://github.com/electron/electron/commit/f269ca1d9331c8cccc55f54ffebcb29c36aa8cdd"><code>f269ca1</code></a> test: fix visibility-state-spec.ts flaky test (<a href="https://redirect.github.com/electron/electron/issues/44199">#44199</a>)</li> <li><a href="https://github.com/electron/electron/commit/7887395e92a99bc585a39cbab0c939af3686f309"><code>7887395</code></a> fix: -Wunsafe-buffer-usage warnings when read()ing and write()ing integers (#...</li> <li><a href="https://github.com/electron/electron/commit/9011532b2e58c6bde4ef75ad790dc9be7f588f94"><code>9011532</code></a> fix: clang variable configuration in generated node headers (<a href="https://redirect.github.com/electron/electron/issues/44200">#44200</a>)</li> <li><a href="https://github.com/electron/electron/commit/afce3ce7c78aa962f75301e6e45603063599d477"><code>afce3ce</code></a> docs: clarify interplay between utility process events (<a href="https://redirect.github.com/electron/electron/issues/44203">#44203</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v32.2.0...v33.0.1">compare view</a></li> </ul> </details> <br /> Updates `electron-builder` from 25.1.7 to 25.1.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">electron-builder's releases</a>.</em></p> <blockquote> <h2>v25.1.8</h2> <h2>What's Changed</h2> <ul> <li>chore: update test snapshot for latest 1.0.4 electron-builder-test release by <a href="https://github.com/mmaietta"><code>@mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8555">electron-userland/electron-builder#8555</a></li> <li>fix: Path does not end with the package name by <a href="https://github.com/beyondkmp"><code>@beyondkmp</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8560">electron-userland/electron-builder#8560</a></li> <li>chore(deploy): Release by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8561">electron-userland/electron-builder#8561</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/electron-builder@25.1.7...electron-builder@25.1.8">https://github.com/electron-userland/electron-builder/compare/electron-builder@25.1.7...electron-builder@25.1.8</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md">electron-builder's changelog</a>.</em></p> <blockquote> <h2>25.1.8</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/electron-userland/electron-builder/commit/4ff778eefd9089b3b38b67156eb39e8cf57fdd83"><code>4ff778eefd9089b3b38b67156eb39e8cf57fdd83</code></a>]: <ul> <li>app-builder-lib@25.1.8</li> <li>dmg-builder@25.1.8</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron-userland/electron-builder/commit/1d61d6f59061be23d5cd8602a65e8ce10861ccc0"><code>1d61d6f</code></a> chore(deploy): Release v25.1.8 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8561">#8561</a>)</li> <li>See full diff in <a href="https://github.com/electron-userland/electron-builder/commits/electron-builder@25.1.8/packages/electron-builder">compare view</a></li> </ul> </details> <br /> 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 2 updates: electron and electron-builder.
Updates
electronfrom 32.2.0 to 33.0.1Release notes
Sourced from electron's releases.
... (truncated)
Commits
11c2b61chore: bump chromium to 130.0.6723.59 (33-x-y) (#44271)6b458c7fix: -Wunsafe-buffer-usage warnings in TaskbarHost::SetThumbarButtons() (#44260)77324ffbuild: update devcontainer sha (#44245)63d1d9cfix: SCContentSharingPicker crash in iframes (#44228)dd5bce1docs: update timelines for E34 (#44225)258a4a7fix: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (#44223)f269ca1test: fix visibility-state-spec.ts flaky test (#44199)7887395fix: -Wunsafe-buffer-usage warnings when read()ing and write()ing integers (#...9011532fix: clang variable configuration in generated node headers (#44200)afce3cedocs: clarify interplay between utility process events (#44203)Updates
electron-builderfrom 25.1.7 to 25.1.8Release notes
Sourced from electron-builder's releases.
Changelog
Sourced from electron-builder's changelog.
Commits
1d61d6fchore(deploy): Release v25.1.8 (#8561)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