[PR #804] [CLOSED] Bump electron from 23.2.0 to 23.3.13 in /src/ElectronNET.Host #1298

Open
opened 2026-01-29 16:59:26 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/804
Author: @dependabot[bot]
Created: 9/6/2023
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/src/ElectronNET.Host/electron-23.3.13


📝 Commits (1)

  • 9155ba1 Bump electron from 23.2.0 to 23.3.13 in /src/ElectronNET.Host

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 src/ElectronNET.Host/package-lock.json (+7 -7)
📝 src/ElectronNET.Host/package.json (+1 -1)

📄 Description

Bumps electron from 23.2.0 to 23.3.13.

Release notes

Sourced from electron's releases.

electron v23.3.13

Release Notes for v23.3.13

End of Support for 23.x.y

Electron 23.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

electron v23.3.12

Release Notes for v23.3.12

Other Changes

  • Fixed a crash while screen sharing on Wayland with PipeWire. #39274
  • Security: backported fix for CVE-2023-3732.
    • Security: backported fix for CVE-2023-3728.
    • Security: backported fix for CVE-2023-3730. #39268

electron v23.3.11

Release Notes for v23.3.11

Fixes

  • Fixed a crash when listing desktop capture sources on Wayland with PipeWire. #39116 (Also in 24, 25, 26)

electron v23.3.10

Release Notes for v23.3.10

Other Changes

  • Security: backported fix for CVE-2023-3422.
    • Security: backported fix for CVE-2023-3421.
    • Security: backported fix for CVE-2023-3420.
    • Security: backported fix for 1454860. #38948

electron v23.3.9

Release Notes for v23.3.9

Fixes

  • Fixed preload script may not run in some child windows opened by window.open. #38933 (Also in 24, 25, 26)
  • Fixed minimize button to be visible when all buttons reenabled. #38880 (Also in 24, 25)

electron v23.3.8

Release Notes for v23.3.8

Other Changes

  • Security: backported fix for CVE-2023-3215.
    • Security: backported fix for CVE-2023-3216.
    • Security: backported fix for 1450536. #38788

... (truncated)

Commits

Dependabot compatibility score

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 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/804 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/6/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/src/ElectronNET.Host/electron-23.3.13` --- ### 📝 Commits (1) - [`9155ba1`](https://github.com/ElectronNET/Electron.NET/commit/9155ba164fe5240947ec79e610bbecaefb4165cd) Bump electron from 23.2.0 to 23.3.13 in /src/ElectronNET.Host ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/ElectronNET.Host/package-lock.json` (+7 -7) 📝 `src/ElectronNET.Host/package.json` (+1 -1) </details> ### 📄 Description Bumps [electron](https://github.com/electron/electron) from 23.2.0 to 23.3.13. <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 v23.3.13</h2> <h1>Release Notes for v23.3.13</h1> <h2>End of Support for 23.x.y</h2> <p>Electron 23.x.y has reached end-of-support as per the project's <a href="https://www.electronjs.org/docs/latest/tutorial/electron-timelines#version-support-policy">support policy</a>. Developers and applications are encouraged to upgrade to a newer version of Electron.</p> <h2>electron v23.3.12</h2> <h1>Release Notes for v23.3.12</h1> <h2>Other Changes</h2> <ul> <li>Fixed a crash while screen sharing on Wayland with PipeWire. <a href="https://redirect.github.com/electron/electron/pull/39274">#39274</a></li> <li>Security: backported fix for CVE-2023-3732. <ul> <li>Security: backported fix for CVE-2023-3728.</li> <li>Security: backported fix for CVE-2023-3730. <a href="https://redirect.github.com/electron/electron/pull/39268">#39268</a></li> </ul> </li> </ul> <h2>electron v23.3.11</h2> <h1>Release Notes for v23.3.11</h1> <h2>Fixes</h2> <ul> <li>Fixed a crash when listing desktop capture sources on Wayland with PipeWire. <a href="https://redirect.github.com/electron/electron/pull/39116">#39116</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39050">24</a>, <a href="https://redirect.github.com/electron/electron/pull/39051">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39049">26</a>)<!-- raw HTML omitted --></li> </ul> <h2>electron v23.3.10</h2> <h1>Release Notes for v23.3.10</h1> <h2>Other Changes</h2> <ul> <li>Security: backported fix for CVE-2023-3422. <ul> <li>Security: backported fix for CVE-2023-3421.</li> <li>Security: backported fix for CVE-2023-3420.</li> <li>Security: backported fix for 1454860. <a href="https://redirect.github.com/electron/electron/pull/38948">#38948</a></li> </ul> </li> </ul> <h2>electron v23.3.9</h2> <h1>Release Notes for v23.3.9</h1> <h2>Fixes</h2> <ul> <li>Fixed <code>preload</code> script may not run in some child windows opened by <code>window.open</code>. <a href="https://redirect.github.com/electron/electron/pull/38933">#38933</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/38932">24</a>, <a href="https://redirect.github.com/electron/electron/pull/38931">25</a>, <a href="https://redirect.github.com/electron/electron/pull/38930">26</a>)<!-- raw HTML omitted --></li> <li>Fixed minimize button to be visible when all buttons reenabled. <a href="https://redirect.github.com/electron/electron/pull/38880">#38880</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/38881">24</a>, <a href="https://redirect.github.com/electron/electron/pull/38879">25</a>)<!-- raw HTML omitted --></li> </ul> <h2>electron v23.3.8</h2> <h1>Release Notes for v23.3.8</h1> <h2>Other Changes</h2> <ul> <li>Security: backported fix for CVE-2023-3215. <ul> <li>Security: backported fix for CVE-2023-3216.</li> <li>Security: backported fix for 1450536. <a href="https://redirect.github.com/electron/electron/pull/38788">#38788</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/4b782e259bebf89016463363d39d8b4411a27529"><code>4b782e2</code></a> fix: avoid package.json check on built-in modules (<a href="https://redirect.github.com/electron/electron/issues/39426">#39426</a>)</li> <li><a href="https://github.com/electron/electron/commit/b2047d710ccfcad53a763f632fe340cd08748f30"><code>b2047d7</code></a> ci: fix hang when validating AppVeyor artifacts (<a href="https://redirect.github.com/electron/electron/issues/39401">#39401</a>)</li> <li><a href="https://github.com/electron/electron/commit/10b2baea43d71536e2a196451780f04c0ac3cea5"><code>10b2bae</code></a> docs: clean up removed systemPreferences methods (<a href="https://redirect.github.com/electron/electron/issues/39349">#39349</a>)</li> <li><a href="https://github.com/electron/electron/commit/454990a20142f512a01c458ace192b2dcb8614ea"><code>454990a</code></a> chore: cherry-pick 4 changes from Release-0-M115 (<a href="https://redirect.github.com/electron/electron/issues/39268">#39268</a>)</li> <li><a href="https://github.com/electron/electron/commit/10b49ffa12158fd681c64e4407111b3fc3f12d06"><code>10b49ff</code></a> chore: cherry-pick 2 changes from webrtc (<a href="https://redirect.github.com/electron/electron/issues/39274">#39274</a>)</li> <li><a href="https://github.com/electron/electron/commit/dc0fc78fac5094ae2cdbfb23aa667781df3f63fd"><code>dc0fc78</code></a> fix: do not resolve electron entrypoints on disk (<a href="https://redirect.github.com/electron/electron/issues/39249">#39249</a>)</li> <li><a href="https://github.com/electron/electron/commit/1aafc2ae38cbe951b214809cbcc61d8d79f32a9f"><code>1aafc2a</code></a> ci: fail appveyor build if artifacts are missing (<a href="https://redirect.github.com/electron/electron/issues/39219">#39219</a>)</li> <li><a href="https://github.com/electron/electron/commit/595e25a2705cb8d025c3362229174cafb82445f2"><code>595e25a</code></a> fix: use StartUpdating method for PipeWire capturer (<a href="https://redirect.github.com/electron/electron/issues/39116">#39116</a>)</li> <li><a href="https://github.com/electron/electron/commit/7fe5925c946174fcf9b6f6f70d384a2f0b29e969"><code>7fe5925</code></a> build: disable unneeded depot_tools update on Windows CI (<a href="https://redirect.github.com/electron/electron/issues/39016">#39016</a>)</li> <li><a href="https://github.com/electron/electron/commit/c4b0ff499491813617dd7badc83953756dd462dd"><code>c4b0ff4</code></a> chore: cherry-pick 4 changes from Release-3-M114 (<a href="https://redirect.github.com/electron/electron/issues/38948">#38948</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v23.2.0...v23.3.13">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=23.2.0&new-version=23.3.13)](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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ElectronNET/Electron.NET/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:59:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1298