[PR #7195] [MERGED] [AI] Remove @actual-app/crdt Vite aliases and redundant config #25610

Closed
opened 2026-04-16 18:43:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7195
Author: @MatissJanis
Created: 3/13/2026
Status: Merged
Merged: 3/15/2026
Merged by: @MatissJanis

Base: masterHead: ai/remove-crdt-vite-aliases


📝 Commits (4)

  • d48daea [AI] Remove @actual-app/crdt Vite aliases and redundant config
  • 3c2b4f0 Release notes
  • 4f0f3e1 Enhance CRDT package configuration and clean up Vite settings
  • 4b03c8f Merge branch 'master' into ai/remove-crdt-vite-aliases

📊 Changes

8 files changed (+17 additions, -36 deletions)

View changed files

📝 packages/api/vite.config.ts (+0 -6)
📝 packages/component-library/vitest.web.config.ts (+0 -6)
📝 packages/crdt/package.json (+11 -0)
📝 packages/loot-core/vite.config.ts (+0 -7)
📝 packages/loot-core/vite.desktop.config.ts (+0 -5)
📝 packages/loot-core/vitest.config.ts (+0 -6)
📝 packages/loot-core/vitest.web.config.ts (+0 -6)
upcoming-release-notes/7195.md (+6 -0)

📄 Description

Delete some redundant aliases

Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 27 14.94 MB 0%
loot-core 1 5.76 MB 0%
api 3 4.7 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
27 14.94 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 9.8 MB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 12.94 kB 0%
static/js/workbox-window.prod.es5.js 5.64 kB 0%
static/js/ca.js 187.85 kB 0%
static/js/da.js 106.13 kB 0%
static/js/de.js 179.82 kB 0%
static/js/en-GB.js 7.18 kB 0%
static/js/en.js 171.21 kB 0%
static/js/es.js 174.29 kB 0%
static/js/fr.js 179.34 kB 0%
static/js/it.js 170.91 kB 0%
static/js/nb-NO.js 156.74 kB 0%
static/js/nl.js 113.03 kB 0%
static/js/pl.js 89.61 kB 0%
static/js/pt-BR.js 182.82 kB 0%
static/js/th.js 181.54 kB 0%
static/js/uk.js 215.25 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/BackgroundImage.js 120.54 kB 0%
static/js/ReportRouter.js 1.16 MB 0%
static/js/narrow.js 423.11 kB 0%
static/js/TransactionList.js 106.52 kB 0%
static/js/wide.js 164.37 kB 0%
static/js/AppliedFilters.js 9.99 kB 0%
static/js/usePayeeRuleCounts.js 11.57 kB 0%
static/js/useTransactionBatchActions.js 13.24 kB 0%
static/js/FormulaEditor.js 1.04 MB 0%

loot-core

Total

Files count Total bundle size % Changed
1 5.76 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.DLyaij02.js 5.76 MB 0%

api

Total

Files count Total bundle size % Changed
3 4.7 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 4.41 MB 0%
index-BKGP2w5F.js 285.56 kB 0%
multipart-parser-DwddZ4BH.js 9.33 kB 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/7195 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/13/2026 **Status:** ✅ Merged **Merged:** 3/15/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `ai/remove-crdt-vite-aliases` --- ### 📝 Commits (4) - [`d48daea`](https://github.com/actualbudget/actual/commit/d48daeadaf31b1310741752a46eb2bb88c19ef8d) [AI] Remove @actual-app/crdt Vite aliases and redundant config - [`3c2b4f0`](https://github.com/actualbudget/actual/commit/3c2b4f01351d4d6722798a67afb8d6190b6dc301) Release notes - [`4f0f3e1`](https://github.com/actualbudget/actual/commit/4f0f3e197d9932ba7fad5151af8f1418e6e41c05) Enhance CRDT package configuration and clean up Vite settings - [`4b03c8f`](https://github.com/actualbudget/actual/commit/4b03c8f5a92dbe9cf1974430143aaf787355830b) Merge branch 'master' into ai/remove-crdt-vite-aliases ### 📊 Changes **8 files changed** (+17 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/vite.config.ts` (+0 -6) 📝 `packages/component-library/vitest.web.config.ts` (+0 -6) 📝 `packages/crdt/package.json` (+11 -0) 📝 `packages/loot-core/vite.config.ts` (+0 -7) 📝 `packages/loot-core/vite.desktop.config.ts` (+0 -5) 📝 `packages/loot-core/vitest.config.ts` (+0 -6) 📝 `packages/loot-core/vitest.web.config.ts` (+0 -6) ➕ `upcoming-release-notes/7195.md` (+6 -0) </details> ### 📄 Description Delete some redundant aliases <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 27 | 14.94 MB | 0% loot-core | 1 | 5.76 MB | 0% api | 3 | 4.7 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 27 | 14.94 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 | 9.8 MB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 12.94 kB | 0% static/js/workbox-window.prod.es5.js | 5.64 kB | 0% static/js/ca.js | 187.85 kB | 0% static/js/da.js | 106.13 kB | 0% static/js/de.js | 179.82 kB | 0% static/js/en-GB.js | 7.18 kB | 0% static/js/en.js | 171.21 kB | 0% static/js/es.js | 174.29 kB | 0% static/js/fr.js | 179.34 kB | 0% static/js/it.js | 170.91 kB | 0% static/js/nb-NO.js | 156.74 kB | 0% static/js/nl.js | 113.03 kB | 0% static/js/pl.js | 89.61 kB | 0% static/js/pt-BR.js | 182.82 kB | 0% static/js/th.js | 181.54 kB | 0% static/js/uk.js | 215.25 kB | 0% static/js/resize-observer.js | 18.37 kB | 0% static/js/BackgroundImage.js | 120.54 kB | 0% static/js/ReportRouter.js | 1.16 MB | 0% static/js/narrow.js | 423.11 kB | 0% static/js/TransactionList.js | 106.52 kB | 0% static/js/wide.js | 164.37 kB | 0% static/js/AppliedFilters.js | 9.99 kB | 0% static/js/usePayeeRuleCounts.js | 11.57 kB | 0% static/js/useTransactionBatchActions.js | 13.24 kB | 0% static/js/FormulaEditor.js | 1.04 MB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.76 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.DLyaij02.js | 5.76 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 3 | 4.7 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 | 4.41 MB | 0% index-BKGP2w5F.js | 285.56 kB | 0% multipart-parser-DwddZ4BH.js | 9.33 kB | 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-16 18:43:48 -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#25610