mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-07 00:12:21 +01:00
Bump electron from 31.3.0 to 31.3.1 in the electron group (#176)
Bumps the electron group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 31.3.0 to 31.3.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 v31.3.1</h2> <h1>Release Notes for v31.3.1</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue where calling <code>desktopCapturer.getSources</code> on macOS running 14.4 or later would make non-resizable windows resizable. <a href="https://redirect.github.com/electron/electron/pull/43044">#43044</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43045">32</a>)<!-- raw HTML omitted --></li> <li>Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. <a href="https://redirect.github.com/electron/electron/pull/43071">#43071</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43072">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43070">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed a potential crash when removing notifications on Windows. <a href="https://redirect.github.com/electron/electron/pull/43061">#43061</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43059">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43060">32</a>)<!-- raw HTML omitted --></li> <li>Updated Chromium to 126.0.6478.185. <a href="https://redirect.github.com/electron/electron/pull/43027">#43027</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="6322c329bf
"><code>6322c32</code></a> fix: always terminate active Node Streams (<a href="https://redirect.github.com/electron/electron/issues/43071">#43071</a>)</li> <li><a href="b6e19c5a45
"><code>b6e19c5</code></a> chore: avoid crash while notification removal (<a href="https://redirect.github.com/electron/electron/issues/43061">#43061</a>)</li> <li><a href="871136bf91
"><code>871136b</code></a> refactor: move safe_storage functions into anonymous namespace (<a href="https://redirect.github.com/electron/electron/issues/43051">#43051</a>)</li> <li><a href="94381733ff
"><code>9438173</code></a> fix: File System API permissions should reset on WebContents destruction (<a href="https://redirect.github.com/electron/electron/issues/43">#43</a>...</li> <li><a href="ca9027bc38
"><code>ca9027b</code></a> chore: bump chromium to 126.0.6478.185 (31-x-y) (<a href="https://redirect.github.com/electron/electron/issues/43027">#43027</a>)</li> <li><a href="139abe73a1
"><code>139abe7</code></a> fix: desktopCapturer breaks BrowserWindow resizable on macOS (<a href="https://redirect.github.com/electron/electron/issues/43044">#43044</a>)</li> <li><a href="097a3e9024
"><code>097a3e9</code></a> chore: use v8::Local<>, not v8::Handle<> (<a href="https://redirect.github.com/electron/electron/issues/43037">#43037</a>)</li> <li>See full diff in <a href="https://github.com/electron/electron/compare/v31.3.0...v31.3.1">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=31.3.0&new-version=31.3.1)](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
ee7a95955f
commit
fa169538fa
@ -48,7 +48,7 @@
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@vitejs/plugin-react-swc": "^3.7.0",
|
||||
"@vitest/coverage-istanbul": "^2.0.4",
|
||||
"electron": "^31.3.0",
|
||||
"electron": "^31.3.1",
|
||||
"electron-builder": "^24.13.3",
|
||||
"electron-vite": "^2.3.0",
|
||||
"eslint": "^9.8.0",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -6289,16 +6289,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"electron@npm:^31.3.0":
|
||||
version: 31.3.0
|
||||
resolution: "electron@npm:31.3.0"
|
||||
"electron@npm:^31.3.1":
|
||||
version: 31.3.1
|
||||
resolution: "electron@npm:31.3.1"
|
||||
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/ee02c53c58836a3f0bb6e2e0e8238d4ed0d51fc9cb1d4cb7b22de42c4198c268b3fbcc56d1d5a98e99756b2aa42fe36e83c3532553b7ab7dfe2fcd62acf2db42
|
||||
checksum: 10c0/71437947b8a6aa7230dc31fcc424632b29f877e672dc64c60b48b2ba37f86c40886dda48d584b8bfec1514b37c1483eaa6bf87c224a09bbf8c495a3f81538377
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -11862,7 +11862,7 @@ __metadata:
|
||||
color: "npm:^4.2.3"
|
||||
css-tree: "npm:^2.3.1"
|
||||
dayjs: "npm:^1.11.12"
|
||||
electron: "npm:^31.3.0"
|
||||
electron: "npm:^31.3.1"
|
||||
electron-builder: "npm:^24.13.3"
|
||||
electron-updater: "npm:6.3.1"
|
||||
electron-vite: "npm:^2.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user