mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
Bump electron from 32.1.0 to 32.1.2 in the electron group (#814)
Bumps the electron group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 32.1.0 to 32.1.2 <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 v32.1.2</h2> <h1>Release Notes for v32.1.2</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue where clicking the eyedropper icon did nothing instead of opening an eyedropper for color selection as expected. <a href="https://redirect.github.com/electron/electron/pull/43786">#43786</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43700">33</a>)<!-- raw HTML omitted --></li> <li>Third time isn't always a charm. Fixed the native macOS Screen Share picker invocation triggering a test Chromium green screen. <a href="https://redirect.github.com/electron/electron/pull/43809">#43809</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43810">33</a>)<!-- raw HTML omitted --></li> </ul> <h2>electron v32.1.1</h2> <h1>Release Notes for v32.1.1</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue when dragging to resize when using Window Controls Overlay on Linux. <a href="https://redirect.github.com/electron/electron/pull/43743">#43743</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43744">33</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>WebContentsView</code>s did not show correctly in some circumstances on macOS after being added as child views. <a href="https://redirect.github.com/electron/electron/pull/43698">#43698</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43697">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43696">33</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 128.0.6613.137. <a href="https://redirect.github.com/electron/electron/pull/43683">#43683</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8ac9d16162"><code>8ac9d16</code></a> fix: third time screen sharing on macOS (<a href="https://redirect.github.com/electron/electron/issues/43809">#43809</a>)</li> <li><a href="2bc8797fed"><code>2bc8797</code></a> refactor: NotificationPresenter::Create() returns a std::unique_ptr<> (<a href="https://redirect.github.com/electron/electron/issues/43806">#43806</a>)</li> <li><a href="08579bdcd5"><code>08579bd</code></a> chore: fix compile issue about ambiguous error of multiple methods named 'hig...</li> <li><a href="bd9e00968b"><code>bd9e009</code></a> refactor: remove use of deprecated API <code>BuildServiceInstanceFor()</code> (32-x-y) (...</li> <li><a href="0f11dd958f"><code>0f11dd9</code></a> build: compile Node.js with C++20 support (32-x-y) (<a href="https://redirect.github.com/electron/electron/issues/43785">#43785</a>)</li> <li><a href="8b49ba1084"><code>8b49ba1</code></a> fix: EyeDropper working in devtools (32-x-y) (<a href="https://redirect.github.com/electron/electron/issues/43786">#43786</a>)</li> <li><a href="9c88da38f2"><code>9c88da3</code></a> build: let darwin/mas run concurrently (<a href="https://redirect.github.com/electron/electron/issues/43791">#43791</a>)</li> <li><a href="8ab4d240d8"><code>8ab4d24</code></a> chore: bump chromium to 128.0.6613.162 (32-x-y) (<a href="https://redirect.github.com/electron/electron/issues/43768">#43768</a>)</li> <li><a href="95ae0aa8a4"><code>95ae0aa</code></a> build: split darwin/mas macOS publish jobs (<a href="https://redirect.github.com/electron/electron/issues/43766">#43766</a>)</li> <li><a href="ca3234064f"><code>ca32340</code></a> build: improve logging on http errors during release process (<a href="https://redirect.github.com/electron/electron/issues/43762">#43762</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v32.1.0...v32.1.2">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 commit is contained in:
parent
9c66a7c1b7
commit
64a2595ea6
2 changed files with 6 additions and 6 deletions
|
|
@ -54,7 +54,7 @@
|
|||
"@types/ws": "^8",
|
||||
"@vitejs/plugin-react-swc": "^3.7.0",
|
||||
"@vitest/coverage-istanbul": "^2.1.1",
|
||||
"electron": "^32.1.0",
|
||||
"electron": "^32.1.2",
|
||||
"electron-builder": "^25.0.5",
|
||||
"electron-vite": "^2.3.0",
|
||||
"eslint": "^9.10.0",
|
||||
|
|
|
|||
10
yarn.lock
10
yarn.lock
|
|
@ -4848,16 +4848,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"electron@npm:^32.1.0":
|
||||
version: 32.1.0
|
||||
resolution: "electron@npm:32.1.0"
|
||||
"electron@npm:^32.1.2":
|
||||
version: 32.1.2
|
||||
resolution: "electron@npm:32.1.2"
|
||||
dependencies:
|
||||
"@electron/get": "npm:^2.0.0"
|
||||
"@types/node": "npm:^20.9.0"
|
||||
extract-zip: "npm:^2.0.1"
|
||||
bin:
|
||||
electron: cli.js
|
||||
checksum: 10c0/7eaae7a239bceb1ccc2b89dcaf4f6800829a669973a97edfba87b8e0c4e0303b316a449a2dd5518c8e140849d0a0be50309f3f95215644099f91f97d90b2ce70
|
||||
checksum: 10c0/9e453e046e024b1454fb212e977d622feba3b6d24ff922a360c06177ec8bcbe58e729e105260285e79c0a203dfcb42d3d795844030bba8681016ab50b7d4bb87
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -11019,7 +11019,7 @@ __metadata:
|
|||
css-tree: "npm:^3.0.0"
|
||||
dayjs: "npm:^1.11.13"
|
||||
debug: "npm:^4.3.7"
|
||||
electron: "npm:^32.1.0"
|
||||
electron: "npm:^32.1.2"
|
||||
electron-builder: "npm:^25.0.5"
|
||||
electron-updater: "npm:6.3.4"
|
||||
electron-vite: "npm:^2.3.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue