[PR #7367] [MERGED] Bump electron from 39.2.7 to 39.8.4 #21475

Closed
opened 2026-04-14 22:05:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7367
Author: @dependabot[bot]
Created: 4/3/2026
Status: Merged
Merged: 4/6/2026
Merged by: @matt-fidd

Base: masterHead: dependabot/npm_and_yarn/electron-39.8.4


📝 Commits (4)

📊 Changes

4 files changed (+99 additions, -120 deletions)

View changed files

📝 bin/package-electron (+1 -0)
📝 packages/desktop-electron/package.json (+2 -3)
upcoming-release-notes/7367.md (+6 -0)
📝 yarn.lock (+90 -117)

📄 Description

Closes 32 dependabot alerts

Bumps electron from 39.2.7 to 39.8.4.

Release notes

Sourced from electron's releases.

electron v39.8.4

Release Notes for v39.8.4

Fixes

  • Fixed an issue where nodeIntegrationInWorker overrides in setWindowOpenHandler were not honored for child windows sharing a renderer process with their opener. #50468 (Also in 38, 40, 41)
  • Fixed crash when handling JavaScript dialogs from windows opened with invalid or empty URLs. #50400 (Also in 40, 41, 42)
  • Fixed improper focus tracking in BaseWindow on MacOS. #50338 (Also in 40, 41, 42)
  • Fixed window freeze when failing to enter/exit fullscreen on macOS. #50341 (Also in 40, 41, 42)

Other Changes

  • Added support for using a proxy during yarn install. #50349 (Also in 40, 41, 42)
  • Backported fix for 485935305. #50440
  • Backported fix for 489381399. #50443
  • Backported fix for chromium:475877320. #50436
  • Backported fixes for 484751092, 487117772. #50461

electron v39.8.3

Release Notes for v39.8.3

Fixes

  • Added additional ASAR support to additional fs copy methods. #50284 (Also in 40, 41, 42)
  • Fixed user resizing of transparent windows on win32 platform. #50300 (Also in 40, 41, 42)

electron v39.8.2

Release Notes for v39.8.2

Other Changes

  • Backported fix for b/491421267. #50230

electron v39.8.1

Release Notes for v39.8.1

Fixes

  • Added validation to protocol client methods to reject protocol names that do not conform to the RFC 3986 URI scheme grammar. #50156 (Also in 38, 40, 41)
  • Fixed an issue on macOS where calling autoUpdater.quitAndInstall() could fail if checkForUpdates() was called again after an update was already downloaded. #50215 (Also in 40, 41)
  • Fixed an issue where Chrome Devtools menus may not appear in certain embedded windows. #50136 (Also in 40, 41)
  • Fixed an issue where additionalData passed to app.requestSingleInstanceLock on Windows could be truncated or fail to deserialize in the primary instance's second-instance event. #50174 (Also in 38, 40, 41)
  • Fixed an issue where screen.getCursorScreenPoint() crashed on Wayland when it was called before a BrowserWindow had been created. #50106 (Also in 40, 41)
  • Fixed an issue where calling setBounds on a WebContentsView could trigger redundant page-favicon-updated events even when the favicon had not changed. #50086 (Also in 40, 41)
  • Fixed an issue where invalid characters in custom protocol or webRequest response header values were not rejected. #50129 (Also in 38, 40, 41)
  • Fixed an issue where permission and device-chooser handlers received the top-level page origin instead of the requesting subframe's origin. #50147 (Also in 38, 40, 41)
  • Fixed an issue where traffic light buttons would flash at position (0,0) when restoring a window with a custom trafficLightPosition from minimization on macOS. #50208 (Also in 40, 41)
  • Fixed bug where opening a message box immediately upon closing a child window may cause the parent window to freeze on Windows. #50190 (Also in 40, 41)
  • Fixed menu bar hiding after a call to win.setFullScreen(false) when not in fullscreen on Linux. #49995 (Also in 40, 41)
  • Fixed shutdown crash on windows when hidden titlebar is enabled. #50054 (Also in 40, 41)
  • Reverted AltGr key fix that caused menu bar to no longer show on Windows. #50109 (Also in 40, 41)

... (truncated)

Commits
  • 7007907 chore: cherry-pick 3 changes from chromium (#50461)
  • 2c8b6ee chore: cherry-pick fbfb27470bf6 from chromium (#50436)
  • 4c64377 chore: cherry-pick 50b057660b4d from chromium (#50440)
  • 0ef0561 fix: read nodeIntegrationInWorker from per-frame WebPreferences (#50122) (#50...
  • 64373df chore: cherry-pick 074d472db745 from chromium (#50443)
  • 13e4407 fix: don't re-parse URL unnecessarily when handling dialogs (#50400)
  • 16a0385 ci: output build cache hit rate as GHA annotation (#50369)
  • 00a492d chore: Respect HTTP(S) proxy env variable for Yarn (#50349)
  • 290a77b fix: correctly track BaseWindow::IsActive() on MacOS (#50338)
  • 87baa17 fix: ensure WebContents::WasShown runs when window is shown (#50341)
  • 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 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.

Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 28 12.28 MB 0%
loot-core 1 4.82 MB 0%
api 1 3.83 MB 0%
cli 1 7.88 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
28 12.28 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
static/js/index.js 3.24 MB 0%
static/js/BackgroundImage.js 119.98 kB 0%
static/js/FormulaEditor.js 846.44 kB 0%
static/js/ReportRouter.js 1.1 MB 0%
static/js/TransactionList.js 81.29 kB 0%
static/js/ca.js 190.11 kB 0%
static/js/da.js 104.66 kB 0%
static/js/de.js 174.79 kB 0%
static/js/en-GB.js 7.16 kB 0%
static/js/en.js 172.28 kB 0%
static/js/es.js 182.18 kB 0%
static/js/fr.js 177.47 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.46 kB 0%
static/js/it.js 166.25 kB 0%
static/js/narrow.js 354.5 kB 0%
static/js/nb-NO.js 152.2 kB 0%
static/js/nl.js 108.93 kB 0%
static/js/pl.js 88.34 kB 0%
static/js/pt-BR.js 177.84 kB 0%
static/js/resize-observer.js 18.03 kB 0%
static/js/sv.js 80.58 kB 0%
static/js/th.js 179.94 kB 0%
static/js/theme.js 30.68 kB 0%
static/js/uk.js 213.14 kB 0%
static/js/useTransactionBatchActions.js 4.29 MB 0%
static/js/wide.js 418 B 0%
static/js/workbox-window.prod.es5.js 7.28 kB 0%
static/js/zh-Hans.js 93.57 kB 0%

loot-core

Total

Files count Total bundle size % Changed
1 4.82 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
kcab.worker.Bm7V74Ca.js 4.82 MB 0%

api

Total

Files count Total bundle size % Changed
1 3.83 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
index.js 3.83 MB 0%

cli

Total

Files count Total bundle size % Changed
1 7.88 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
cli.js 7.88 MB 0%

🔄 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/actualbudget/actual/pull/7367 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/3/2026 **Status:** ✅ Merged **Merged:** 4/6/2026 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/electron-39.8.4` --- ### 📝 Commits (4) - [`32f2901`](https://github.com/actualbudget/actual/commit/32f2901f34edda95de0370f4ce7865ccfd4c130b) Bump electron from 39.2.7 to 39.8.4 - [`41d447f`](https://github.com/actualbudget/actual/commit/41d447fa47d188e9cb4e74ea0b32aeedc4cfb172) note - [`6804229`](https://github.com/actualbudget/actual/commit/680422915b109882b563d412cb520e0a4dd1a259) tidy up electron dependencies - [`fb7926f`](https://github.com/actualbudget/actual/commit/fb7926f59e6a2964aa075d6b8a800c9810be4ab4) note ### 📊 Changes **4 files changed** (+99 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `bin/package-electron` (+1 -0) 📝 `packages/desktop-electron/package.json` (+2 -3) ➕ `upcoming-release-notes/7367.md` (+6 -0) 📝 `yarn.lock` (+90 -117) </details> ### 📄 Description Closes 32 dependabot alerts Bumps [electron](https://github.com/electron/electron) from 39.2.7 to 39.8.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 v39.8.4</h2> <h1>Release Notes for v39.8.4</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue where <code>nodeIntegrationInWorker</code> overrides in <code>setWindowOpenHandler</code> were not honored for child windows sharing a renderer process with their opener. <a href="https://redirect.github.com/electron/electron/pull/50468">#50468</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50163">38</a>, <a href="https://redirect.github.com/electron/electron/pull/50467">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50134">41</a>)<!-- raw HTML omitted --></li> <li>Fixed crash when handling JavaScript dialogs from windows opened with invalid or empty URLs. <a href="https://redirect.github.com/electron/electron/pull/50400">#50400</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50401">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50399">41</a>, <a href="https://redirect.github.com/electron/electron/pull/50398">42</a>)<!-- raw HTML omitted --></li> <li>Fixed improper focus tracking in BaseWindow on MacOS. <a href="https://redirect.github.com/electron/electron/pull/50338">#50338</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50337">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50340">41</a>, <a href="https://redirect.github.com/electron/electron/pull/50339">42</a>)<!-- raw HTML omitted --></li> <li>Fixed window freeze when failing to enter/exit fullscreen on macOS. <a href="https://redirect.github.com/electron/electron/pull/50341">#50341</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50344">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50343">41</a>, <a href="https://redirect.github.com/electron/electron/pull/50342">42</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Added support for using a proxy during yarn install. <a href="https://redirect.github.com/electron/electron/pull/50349">#50349</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50352">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50350">41</a>, <a href="https://redirect.github.com/electron/electron/pull/50351">42</a>)<!-- raw HTML omitted --></li> <li>Backported fix for 485935305. <a href="https://redirect.github.com/electron/electron/pull/50440">#50440</a></li> <li>Backported fix for 489381399. <a href="https://redirect.github.com/electron/electron/pull/50443">#50443</a></li> <li>Backported fix for chromium:475877320. <a href="https://redirect.github.com/electron/electron/pull/50436">#50436</a></li> <li>Backported fixes for 484751092, 487117772. <a href="https://redirect.github.com/electron/electron/pull/50461">#50461</a></li> </ul> <h2>electron v39.8.3</h2> <h1>Release Notes for v39.8.3</h1> <h2>Fixes</h2> <ul> <li>Added additional ASAR support to additional <code>fs</code> copy methods. <a href="https://redirect.github.com/electron/electron/pull/50284">#50284</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50287">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50286">41</a>, <a href="https://redirect.github.com/electron/electron/pull/50285">42</a>)<!-- raw HTML omitted --></li> <li>Fixed user resizing of transparent windows on win32 platform. <a href="https://redirect.github.com/electron/electron/pull/50300">#50300</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50301">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50298">41</a>, <a href="https://redirect.github.com/electron/electron/pull/50299">42</a>)<!-- raw HTML omitted --></li> </ul> <h2>electron v39.8.2</h2> <h1>Release Notes for v39.8.2</h1> <h2>Other Changes</h2> <ul> <li>Backported fix for b/491421267. <a href="https://redirect.github.com/electron/electron/pull/50230">#50230</a></li> </ul> <h2>electron v39.8.1</h2> <h1>Release Notes for v39.8.1</h1> <h2>Fixes</h2> <ul> <li>Added validation to protocol client methods to reject protocol names that do not conform to the RFC 3986 URI scheme grammar. <a href="https://redirect.github.com/electron/electron/pull/50156">#50156</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50157">38</a>, <a href="https://redirect.github.com/electron/electron/pull/50158">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50155">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue on macOS where calling <code>autoUpdater.quitAndInstall()</code> could fail if <code>checkForUpdates()</code> was called again after an update was already downloaded. <a href="https://redirect.github.com/electron/electron/pull/50215">#50215</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50216">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50217">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where Chrome Devtools menus may not appear in certain embedded windows. <a href="https://redirect.github.com/electron/electron/pull/50136">#50136</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50138">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50137">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>additionalData</code> passed to <code>app.requestSingleInstanceLock</code> on Windows could be truncated or fail to deserialize in the primary instance's <code>second-instance</code> event. <a href="https://redirect.github.com/electron/electron/pull/50174">#50174</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50177">38</a>, <a href="https://redirect.github.com/electron/electron/pull/50162">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50154">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>screen.getCursorScreenPoint()</code> crashed on Wayland when it was called before a <code>BrowserWindow</code> had been created. <a href="https://redirect.github.com/electron/electron/pull/50106">#50106</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50104">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50105">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where calling <code>setBounds</code> on a <code>WebContentsView</code> could trigger redundant <code>page-favicon-updated</code> events even when the favicon had not changed. <a href="https://redirect.github.com/electron/electron/pull/50086">#50086</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50084">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50085">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where invalid characters in custom protocol or webRequest response header values were not rejected. <a href="https://redirect.github.com/electron/electron/pull/50129">#50129</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50130">38</a>, <a href="https://redirect.github.com/electron/electron/pull/50131">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50132">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where permission and device-chooser handlers received the top-level page origin instead of the requesting subframe's origin. <a href="https://redirect.github.com/electron/electron/pull/50147">#50147</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50151">38</a>, <a href="https://redirect.github.com/electron/electron/pull/50149">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50148">41</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where traffic light buttons would flash at position (0,0) when restoring a window with a custom <code>trafficLightPosition</code> from minimization on macOS. <a href="https://redirect.github.com/electron/electron/pull/50208">#50208</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50207">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50209">41</a>)<!-- raw HTML omitted --></li> <li>Fixed bug where opening a message box immediately upon closing a child window may cause the parent window to freeze on Windows. <a href="https://redirect.github.com/electron/electron/pull/50190">#50190</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50189">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50191">41</a>)<!-- raw HTML omitted --></li> <li>Fixed menu bar hiding after a call to <code>win.setFullScreen(false)</code> when not in fullscreen on Linux. <a href="https://redirect.github.com/electron/electron/pull/49995">#49995</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/49994">40</a>, <a href="https://redirect.github.com/electron/electron/pull/49996">41</a>)<!-- raw HTML omitted --></li> <li>Fixed shutdown crash on windows when hidden titlebar is enabled. <a href="https://redirect.github.com/electron/electron/pull/50054">#50054</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50053">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50055">41</a>)<!-- raw HTML omitted --></li> <li>Reverted AltGr key fix that caused menu bar to no longer show on Windows. <a href="https://redirect.github.com/electron/electron/pull/50109">#50109</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50110">40</a>, <a href="https://redirect.github.com/electron/electron/pull/50111">41</a>)<!-- raw HTML omitted --></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/7007907df08d02da98f513dcbdb430ab51be59c7"><code>7007907</code></a> chore: cherry-pick 3 changes from chromium (<a href="https://redirect.github.com/electron/electron/issues/50461">#50461</a>)</li> <li><a href="https://github.com/electron/electron/commit/2c8b6ee0c0a7c26871dc0b320982afd8ed29df6c"><code>2c8b6ee</code></a> chore: cherry-pick fbfb27470bf6 from chromium (<a href="https://redirect.github.com/electron/electron/issues/50436">#50436</a>)</li> <li><a href="https://github.com/electron/electron/commit/4c64377ead6b53bc565d7793a2712e49882e5354"><code>4c64377</code></a> chore: cherry-pick 50b057660b4d from chromium (<a href="https://redirect.github.com/electron/electron/issues/50440">#50440</a>)</li> <li><a href="https://github.com/electron/electron/commit/0ef056130cde0c19c81ccfbc2932df6911765849"><code>0ef0561</code></a> fix: read nodeIntegrationInWorker from per-frame WebPreferences (<a href="https://redirect.github.com/electron/electron/issues/50122">#50122</a>) (<a href="https://redirect.github.com/electron/electron/issues/50">#50</a>...</li> <li><a href="https://github.com/electron/electron/commit/64373df3ca697bc6fe6e3ab1f463ba05beaf64cf"><code>64373df</code></a> chore: cherry-pick 074d472db745 from chromium (<a href="https://redirect.github.com/electron/electron/issues/50443">#50443</a>)</li> <li><a href="https://github.com/electron/electron/commit/13e44072be367f516cfad36f95d183765174f4bf"><code>13e4407</code></a> fix: don't re-parse URL unnecessarily when handling dialogs (<a href="https://redirect.github.com/electron/electron/issues/50400">#50400</a>)</li> <li><a href="https://github.com/electron/electron/commit/16a038502a4ea0c79976be60bcc8f28a49f1ab99"><code>16a0385</code></a> ci: output build cache hit rate as GHA annotation (<a href="https://redirect.github.com/electron/electron/issues/50369">#50369</a>)</li> <li><a href="https://github.com/electron/electron/commit/00a492d2822fea0d57c282c6362f755a738d230c"><code>00a492d</code></a> chore: Respect HTTP(S) proxy env variable for Yarn (<a href="https://redirect.github.com/electron/electron/issues/50349">#50349</a>)</li> <li><a href="https://github.com/electron/electron/commit/290a77b8436ec92a44efe9ec9ce4961969f3e2c2"><code>290a77b</code></a> fix: correctly track BaseWindow::IsActive() on MacOS (<a href="https://redirect.github.com/electron/electron/issues/50338">#50338</a>)</li> <li><a href="https://github.com/electron/electron/commit/87baa17e653a118d83926875d323a48c81c5b9ed"><code>87baa17</code></a> fix: ensure WebContents::WasShown runs when window is shown (<a href="https://redirect.github.com/electron/electron/issues/50341">#50341</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v39.2.7...v39.8.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=39.2.7&new-version=39.8.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 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/actualbudget/actual/network/alerts). </details> <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 28 | 12.28 MB | 0% loot-core | 1 | 4.82 MB | 0% api | 1 | 3.83 MB | 0% cli | 1 | 7.88 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 28 | 12.28 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/index.js | 3.24 MB | 0% static/js/BackgroundImage.js | 119.98 kB | 0% static/js/FormulaEditor.js | 846.44 kB | 0% static/js/ReportRouter.js | 1.1 MB | 0% static/js/TransactionList.js | 81.29 kB | 0% static/js/ca.js | 190.11 kB | 0% static/js/da.js | 104.66 kB | 0% static/js/de.js | 174.79 kB | 0% static/js/en-GB.js | 7.16 kB | 0% static/js/en.js | 172.28 kB | 0% static/js/es.js | 182.18 kB | 0% static/js/fr.js | 177.47 kB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 13.46 kB | 0% static/js/it.js | 166.25 kB | 0% static/js/narrow.js | 354.5 kB | 0% static/js/nb-NO.js | 152.2 kB | 0% static/js/nl.js | 108.93 kB | 0% static/js/pl.js | 88.34 kB | 0% static/js/pt-BR.js | 177.84 kB | 0% static/js/resize-observer.js | 18.03 kB | 0% static/js/sv.js | 80.58 kB | 0% static/js/th.js | 179.94 kB | 0% static/js/theme.js | 30.68 kB | 0% static/js/uk.js | 213.14 kB | 0% static/js/useTransactionBatchActions.js | 4.29 MB | 0% static/js/wide.js | 418 B | 0% static/js/workbox-window.prod.es5.js | 7.28 kB | 0% static/js/zh-Hans.js | 93.57 kB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 4.82 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.Bm7V74Ca.js | 4.82 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 3.83 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- index.js | 3.83 MB | 0% </div> </details> --- #### cli **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 7.88 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- cli.js | 7.88 MB | 0% </div> </details> </details> <!--- bundlestats-action-comment key:combined end ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-14 22:05:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#21475