[PR #7180] [MERGED] Use TypeScript project references for incremental builds #25598

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

📋 Pull Request Information

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

Base: masterHead: claude/fix-duplicate-typechecker-BXFGd


📝 Commits (2)

  • 05b3b58 [AI] Fix duplicate typechecking by consolidating into lage
  • 2d105d4 Add release notes for PR #7180

📊 Changes

11 files changed (+16 additions, -9 deletions)

View changed files

📝 lage.config.js (+1 -0)
📝 package.json (+1 -1)
📝 packages/api/package.json (+1 -1)
📝 packages/component-library/package.json (+1 -1)
📝 packages/crdt/package.json (+1 -1)
📝 packages/desktop-client/package.json (+1 -1)
📝 packages/desktop-electron/package.json (+1 -1)
📝 packages/loot-core/package.json (+1 -1)
📝 packages/plugins-service/package.json (+1 -1)
📝 packages/sync-server/package.json (+1 -1)
upcoming-release-notes/7180.md (+6 -0)

📄 Description

Description

Improving typechecker speed - do not run a general purpose "typecheck" job. Instead rely on many smaller jobs (one per package).

N/A

Testing

N/A

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

https://claude.ai/code/session_01P7mtAHphD6f1FsnQRwWBaW


Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 27 14.92 MB 0%
loot-core 1 5.83 MB 0%
api 3 4.82 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
27 14.92 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.57 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 638.11 kB 0%
static/js/TransactionList.js 106.48 kB 0%
static/js/wide.js 164.15 kB 0%
static/js/AppliedFilters.js 9.71 kB 0%
static/js/usePayeeRuleCounts.js 11.57 kB 0%
static/js/useTransactionBatchActions.js 13.23 kB 0%
static/js/FormulaEditor.js 1.04 MB 0%

loot-core

Total

Files count Total bundle size % Changed
1 5.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
kcab.worker.BXPdB7lm.js 5.83 MB 0%

api

Total

Files count Total bundle size % Changed
3 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
index.js 4.53 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/7180 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/12/2026 **Status:** ✅ Merged **Merged:** 3/12/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `claude/fix-duplicate-typechecker-BXFGd` --- ### 📝 Commits (2) - [`05b3b58`](https://github.com/actualbudget/actual/commit/05b3b586d75f803008d2ff435e2deb925351bc38) [AI] Fix duplicate typechecking by consolidating into lage - [`2d105d4`](https://github.com/actualbudget/actual/commit/2d105d4c62df0a3ad82d5584ce4866df062ab86d) Add release notes for PR #7180 ### 📊 Changes **11 files changed** (+16 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `lage.config.js` (+1 -0) 📝 `package.json` (+1 -1) 📝 `packages/api/package.json` (+1 -1) 📝 `packages/component-library/package.json` (+1 -1) 📝 `packages/crdt/package.json` (+1 -1) 📝 `packages/desktop-client/package.json` (+1 -1) 📝 `packages/desktop-electron/package.json` (+1 -1) 📝 `packages/loot-core/package.json` (+1 -1) 📝 `packages/plugins-service/package.json` (+1 -1) 📝 `packages/sync-server/package.json` (+1 -1) ➕ `upcoming-release-notes/7180.md` (+6 -0) </details> ### 📄 Description ## Description Improving typechecker speed - do not run a general purpose "typecheck" job. Instead rely on many smaller jobs (one per package). ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> N/A ## Testing N/A ## Checklist - [ ] Release notes added (see link above) - [ ] No obvious regressions in affected areas - [ ] Self-review has been performed - I understand what each change in the code does and why it is needed https://claude.ai/code/session_01P7mtAHphD6f1FsnQRwWBaW <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 27 | 14.92 MB | 0% loot-core | 1 | 5.83 MB | 0% api | 3 | 4.82 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 27 | 14.92 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.57 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 | 638.11 kB | 0% static/js/TransactionList.js | 106.48 kB | 0% static/js/wide.js | 164.15 kB | 0% static/js/AppliedFilters.js | 9.71 kB | 0% static/js/usePayeeRuleCounts.js | 11.57 kB | 0% static/js/useTransactionBatchActions.js | 13.23 kB | 0% static/js/FormulaEditor.js | 1.04 MB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.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 ----- | --------- | --------- kcab.worker.BXPdB7lm.js | 5.83 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 3 | 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 ----- | --------- | --------- index.js | 4.53 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:25 -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#25598