mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Bump electron from 32.1.2 to 32.2.0 in the electron group (#1018)
Bumps the electron group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 32.1.2 to 32.2.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 v32.2.0</h2> <h1>Release Notes for v32.2.0</h1> <h2>Fixes</h2> <ul> <li>Fixed a crash when calling <code>focus</code> on a <code>WebView</code>'s <code>webContents</code>. <a href="https://redirect.github.com/electron/electron/pull/43934">#43934</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43933">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43932">33</a>)<!-- raw HTML omitted --></li> <li>Fixed a potential issue accessing a child window document when overriding browserWindow creation via <code>setWindowOpenHandler</code>. <a href="https://redirect.github.com/electron/electron/pull/43877">#43877</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43878">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43816">33</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where an exception could be thrown on BrowserView after its owner BrowserWindow was closed. <a href="https://redirect.github.com/electron/electron/pull/44001">#44001</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43999">31</a>, <a href="https://redirect.github.com/electron/electron/pull/44000">33</a>)<!-- raw HTML omitted --></li> <li>Fixed closing a window with more than one attached sheet on macOS. <a href="https://redirect.github.com/electron/electron/pull/43954">#43954</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43953">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43952">33</a>)<!-- raw HTML omitted --></li> <li>Fixed potential use-after-free during view removal on macOS. <a href="https://redirect.github.com/electron/electron/pull/43923">#43923</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43924">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43922">33</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <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/43950">#43950</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/43949">33</a>)<!-- raw HTML omitted --></li> <li>Updated Chromium to 128.0.6613.178. <a href="https://redirect.github.com/electron/electron/pull/44086">#44086</a></li> <li>Updated Node.js to v20.18.0. <a href="https://redirect.github.com/electron/electron/pull/44116">#44116</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="da32971374
"><code>da32971</code></a> chore: bump node to v20.18.0 (32-x-y) (<a href="https://redirect.github.com/electron/electron/issues/44116">#44116</a>)</li> <li><a href="27c38bdead
"><code>27c38bd</code></a> build: add import/order eslint rule (<a href="https://redirect.github.com/electron/electron/issues/44107">#44107</a>)</li> <li><a href="bf8de29f9b
"><code>bf8de29</code></a> fix: remove use of deprecated API base::Hash() (<a href="https://redirect.github.com/electron/electron/issues/44102">#44102</a>)</li> <li><a href="058a616135
"><code>058a616</code></a> perf: use ArrayBuffer::Data() instead of GetBackingStore()->Data() (32-x-y) (...</li> <li><a href="bd8b9daa74
"><code>bd8b9da</code></a> fix: -Wunsafe-buffer-usage warnings in WebFrameRenderer::ExecuteJavaScript() ...</li> <li><a href="a635dac618
"><code>a635dac</code></a> chore: bump chromium to 128.0.6613.178 (32-x-y) (<a href="https://redirect.github.com/electron/electron/issues/44086">#44086</a>)</li> <li><a href="653b928e0d
"><code>653b928</code></a> build: fix relative file read during npm publish (<a href="https://redirect.github.com/electron/electron/issues/44092">#44092</a>)</li> <li><a href="98b1d305b6
"><code>98b1d30</code></a> build: cleanup release scripts, separate cli entrypoints from logic (<a href="https://redirect.github.com/electron/electron/issues/44081">#44081</a>)</li> <li><a href="2f519a8f2e
"><code>2f519a8</code></a> build: update some build dependencies (<a href="https://redirect.github.com/electron/electron/issues/44070">#44070</a>)</li> <li><a href="2e84985439
"><code>2e84985</code></a> build: convert all release scripts to typescript (<a href="https://redirect.github.com/electron/electron/issues/44060">#44060</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v32.1.2...v32.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=32.1.2&new-version=32.2.0)](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
a90e747f92
commit
46684a3440
@ -55,7 +55,7 @@
|
||||
"@types/ws": "^8",
|
||||
"@vitejs/plugin-react-swc": "^3.7.1",
|
||||
"@vitest/coverage-istanbul": "^2.1.2",
|
||||
"electron": "^32.1.2",
|
||||
"electron": "^32.2.0",
|
||||
"electron-builder": "^25.1.7",
|
||||
"electron-vite": "^2.3.0",
|
||||
"eslint": "^9.12.0",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -5226,16 +5226,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"electron@npm:^32.1.2":
|
||||
version: 32.1.2
|
||||
resolution: "electron@npm:32.1.2"
|
||||
"electron@npm:^32.2.0":
|
||||
version: 32.2.0
|
||||
resolution: "electron@npm:32.2.0"
|
||||
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/9e453e046e024b1454fb212e977d622feba3b6d24ff922a360c06177ec8bcbe58e729e105260285e79c0a203dfcb42d3d795844030bba8681016ab50b7d4bb87
|
||||
checksum: 10c0/28d988a9d05c89e93d70cc790bd53ecc97135cc3fa9efe3617f10b87cdf85ada468d383afd7858bcf8f064aa189ea7f8987e32c7ebaac70bda64e8f9f85621e8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -11683,7 +11683,7 @@ __metadata:
|
||||
css-tree: "npm:^3.0.0"
|
||||
dayjs: "npm:^1.11.13"
|
||||
debug: "npm:^4.3.7"
|
||||
electron: "npm:^32.1.2"
|
||||
electron: "npm:^32.2.0"
|
||||
electron-builder: "npm:^25.1.7"
|
||||
electron-updater: "npm:6.3.9"
|
||||
electron-vite: "npm:^2.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user