[PR #3021] [CLOSED] Bump electron from 26.2.1 to 26.2.4 #3853

Closed
opened 2026-02-27 01:54:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3021
Author: @dependabot[bot]
Created: 10/5/2023
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/electron-26.2.4


📝 Commits (1)

  • 3756b3d Bump electron from 26.2.1 to 26.2.4

📊 Changes

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

View changed files

📝 package-lock.json (+7 -7)
📝 package.json (+1 -1)

📄 Description

Bumps electron from 26.2.1 to 26.2.4.

Release notes

Sourced from electron's releases.

electron v26.2.4

Release Notes for v26.2.4

Features

  • Detect system dark theme preference via xdg settings portal on Linux. #40011 (Also in 25, 27)

Other Changes

  • Fixed build failure when PDF viewer is disabled. #39999 (Also in 25, 27)
  • Security: backported fix for CVE-2023-5217. #40023

electron v26.2.3

Release Notes for v26.2.3

Fixes

  • Fixed app.runningUnderARM64Translation() always returning true on ARM64. #39932 (Also in 25, 27)

Other Changes

  • Fixed crash on shutdown in tls sockets with Node.js HTTP/2 connections. #39946 (Also in 25, 27)
  • The app.runningUnderRosettaTranslation property has been deprecated. #39983 (Also in 25, 27)

Documentation

  • Documentation changes: #39967

electron v26.2.2

Release Notes for v26.2.2

Fixes

  • Fixed an issue where BrowserViews that had their bounds set prior to being added to a BrowserWindow could have unexpected incorrect offsets. #39850 (Also in 25, 27)

Other Changes

  • Security: backported fix for 1477588. #39918
  • Updated Chromium to 116.0.5845.190. #39887
Commits
  • f24346a chore: cherry-pick 3fbd1dca6a4d from libvpx (#40023)
  • 13bdefa feat: enable dark mode on GTK UIs (#40011)
  • 74f50e8 docs: document type-specific module aliases (#40004)
  • 9c2984f build: fix with enable_pdf_viewer = false (#39999)
  • 0f8e9de chore: add deprecated app.runningUnderRosettaTranslation to breaking-change...
  • 7023182 refactor: use type enum in file stats for asar archive (#39969)
  • fbc2786 docs: correct v24 Alpha date (#39967)
  • 985f0a4 fix: app.runningUnderARM64Translation() always returning true on Windows AR...
  • ee1f6c3 chore: cherry-pick tls shutdown crash fix from upstream (#39946)
  • 89bf5a2 ci: fix linux builds of forks (#39939)
  • Additional commits viewable in compare view

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/electerm/electerm/pull/3021 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/5/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/electron-26.2.4` --- ### 📝 Commits (1) - [`3756b3d`](https://github.com/electerm/electerm/commit/3756b3d5078880f9d85c884071d0e1d5e8234b8d) Bump electron from 26.2.1 to 26.2.4 ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -7) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [electron](https://github.com/electron/electron) from 26.2.1 to 26.2.4. <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 v26.2.4</h2> <h1>Release Notes for v26.2.4</h1> <h2>Features</h2> <ul> <li>Detect system dark theme preference via xdg settings portal on Linux. <a href="https://redirect.github.com/electron/electron/pull/40011">#40011</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/40009">25</a>, <a href="https://redirect.github.com/electron/electron/pull/40010">27</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed build failure when PDF viewer is disabled. <a href="https://redirect.github.com/electron/electron/pull/39999">#39999</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/40000">25</a>, <a href="https://redirect.github.com/electron/electron/pull/40001">27</a>)<!-- raw HTML omitted --></li> <li>Security: backported fix for CVE-2023-5217. <a href="https://redirect.github.com/electron/electron/pull/40023">#40023</a></li> </ul> <h2>electron v26.2.3</h2> <h1>Release Notes for v26.2.3</h1> <h2>Fixes</h2> <ul> <li>Fixed <code>app.runningUnderARM64Translation()</code> always returning true on ARM64. <a href="https://redirect.github.com/electron/electron/pull/39932">#39932</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39930">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39931">27</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed crash on shutdown in tls sockets with Node.js HTTP/2 connections. <a href="https://redirect.github.com/electron/electron/pull/39946">#39946</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39945">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39947">27</a>)<!-- raw HTML omitted --></li> <li>The <code>app.runningUnderRosettaTranslation</code> property has been deprecated. <a href="https://redirect.github.com/electron/electron/pull/39983">#39983</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39982">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39984">27</a>)<!-- raw HTML omitted --></li> </ul> <h2>Documentation</h2> <ul> <li>Documentation changes: <a href="https://redirect.github.com/electron/electron/pull/39967">#39967</a></li> </ul> <h2>electron v26.2.2</h2> <h1>Release Notes for v26.2.2</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue where <code>BrowserViews</code> that had their bounds set prior to being added to a <code>BrowserWindow</code> could have unexpected incorrect offsets. <a href="https://redirect.github.com/electron/electron/pull/39850">#39850</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39851">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39627">27</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Security: backported fix for 1477588. <a href="https://redirect.github.com/electron/electron/pull/39918">#39918</a></li> <li>Updated Chromium to 116.0.5845.190. <a href="https://redirect.github.com/electron/electron/pull/39887">#39887</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/f24346a979e41087889f05e091760f97cd2987ce"><code>f24346a</code></a> chore: cherry-pick 3fbd1dca6a4d from libvpx (<a href="https://redirect.github.com/electron/electron/issues/40023">#40023</a>)</li> <li><a href="https://github.com/electron/electron/commit/13bdefa54900fee5f3f99967687e5614269794b0"><code>13bdefa</code></a> feat: enable dark mode on GTK UIs (<a href="https://redirect.github.com/electron/electron/issues/40011">#40011</a>)</li> <li><a href="https://github.com/electron/electron/commit/74f50e83a537f9ae1e131c3cc7c37db54b8cc6bd"><code>74f50e8</code></a> docs: document type-specific module aliases (<a href="https://redirect.github.com/electron/electron/issues/40004">#40004</a>)</li> <li><a href="https://github.com/electron/electron/commit/9c2984f7b50e261e4acc918cd1268e8e758a0c5f"><code>9c2984f</code></a> build: fix with <code>enable_pdf_viewer = false</code> (<a href="https://redirect.github.com/electron/electron/issues/39999">#39999</a>)</li> <li><a href="https://github.com/electron/electron/commit/0f8e9dec596ab0d8e208ccf8c6e32121c2380003"><code>0f8e9de</code></a> chore: add deprecated <code>app.runningUnderRosettaTranslation</code> to breaking-change...</li> <li><a href="https://github.com/electron/electron/commit/70231825c71e38f5bbf138d1abce10bfa35efe04"><code>7023182</code></a> refactor: use type enum in file stats for asar archive (<a href="https://redirect.github.com/electron/electron/issues/39969">#39969</a>)</li> <li><a href="https://github.com/electron/electron/commit/fbc2786c183e72509f4264da32e7bdaa8130cc60"><code>fbc2786</code></a> docs: correct v24 Alpha date (<a href="https://redirect.github.com/electron/electron/issues/39967">#39967</a>)</li> <li><a href="https://github.com/electron/electron/commit/985f0a441d00f45359882c379b13aba9a7382921"><code>985f0a4</code></a> fix: <code>app.runningUnderARM64Translation()</code> always returning true on Windows AR...</li> <li><a href="https://github.com/electron/electron/commit/ee1f6c30e711e3e6f05a0f5c061c4885a26b143b"><code>ee1f6c3</code></a> chore: cherry-pick tls shutdown crash fix from upstream (<a href="https://redirect.github.com/electron/electron/issues/39946">#39946</a>)</li> <li><a href="https://github.com/electron/electron/commit/89bf5a2cdcc03e70f0d861f8ee8183d638def9c1"><code>89bf5a2</code></a> ci: fix linux builds of forks (<a href="https://redirect.github.com/electron/electron/issues/39939">#39939</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v26.2.1...v26.2.4">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=26.2.1&new-version=26.2.4)](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/electerm/electerm/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:54:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3853
No description provided.