[PR #5562] [MERGED] React Compiler #5998

Closed
opened 2026-02-28 21:22:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5562
Author: @joel-jeremy
Created: 8/15/2025
Status: Merged
Merged: 9/19/2025
Merged by: @joel-jeremy

Base: masterHead: experimental-react-compiler


📝 Commits (10+)

  • 0cdceea Highlight first suggestion when searching instead of the split option
  • e96a41d Fix error
  • 952e704 Try out react compiler
  • ff4fa9c Fix typecheck errors
  • 1c61d41 Increase --max-old-space-size
  • 95a7d6b Increate --max-old-space-size in package-browser
  • 18d2e68 Update config and versions
  • 3677f0d [autofix.ci] apply automated fixes
  • 7801151 [autofix.ci] apply automated fixes (attempt 2/3)
  • 6bbdb29 Update versions

📊 Changes

15 files changed (+580 additions, -267 deletions)

View changed files

📝 bin/package-browser (+2 -0)
📝 bin/package-electron (+2 -0)
📝 eslint.config.mjs (+7 -3)
📝 package.json (+4 -4)
📝 packages/component-library/package.json (+3 -3)
📝 packages/desktop-client/package.json (+6 -7)
📝 packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx (+3 -2)
📝 packages/desktop-client/src/components/reports/graphs/renderCustomLabel.tsx (+6 -6)
📝 packages/desktop-client/src/components/reports/reports/CashFlowCard.tsx (+10 -2)
📝 packages/desktop-client/src/components/tags/TagCreationRow.tsx (+8 -2)
📝 packages/desktop-client/vite.config.mts (+5 -8)
📝 packages/loot-core/typings/window.ts (+1 -2)
upcoming-release-notes/5562.md (+6 -0)
📝 yarn.lock (+515 -226)

📄 Description

Some pre-work for this:
https://github.com/actualbudget/actual/pull/5684
https://github.com/actualbudget/actual/pull/5685
https://github.com/actualbudget/actual/pull/5687
https://github.com/actualbudget/actual/pull/5686
https://github.com/actualbudget/actual/pull/5718


🔄 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/5562 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 8/15/2025 **Status:** ✅ Merged **Merged:** 9/19/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `experimental-react-compiler` --- ### 📝 Commits (10+) - [`0cdceea`](https://github.com/actualbudget/actual/commit/0cdceea329eda9acc5b6518cbb4730a84f1aa4ce) Highlight first suggestion when searching instead of the split option - [`e96a41d`](https://github.com/actualbudget/actual/commit/e96a41d89d9468b34a18c907f23e4801a0055b2e) Fix error - [`952e704`](https://github.com/actualbudget/actual/commit/952e70483456481071d44bf69abda91b53338c0a) Try out react compiler - [`ff4fa9c`](https://github.com/actualbudget/actual/commit/ff4fa9cfe216c1cf33cc393f51655e463155d908) Fix typecheck errors - [`1c61d41`](https://github.com/actualbudget/actual/commit/1c61d414d0ef0cacf0dfaf51730ea394350a1f47) Increase --max-old-space-size - [`95a7d6b`](https://github.com/actualbudget/actual/commit/95a7d6baa7a11425b8aa5975aacaf7b5b9b44687) Increate --max-old-space-size in package-browser - [`18d2e68`](https://github.com/actualbudget/actual/commit/18d2e6868f902d97cb7641b36bce7d7179cda646) Update config and versions - [`3677f0d`](https://github.com/actualbudget/actual/commit/3677f0dcc7be47317672f591a8f726c4434c1272) [autofix.ci] apply automated fixes - [`7801151`](https://github.com/actualbudget/actual/commit/7801151b02dc7efa9c1e6fc64b7e52356fec1b70) [autofix.ci] apply automated fixes (attempt 2/3) - [`6bbdb29`](https://github.com/actualbudget/actual/commit/6bbdb2995cdfae7f59e15b04c5c676f6d23f2e72) Update versions ### 📊 Changes **15 files changed** (+580 additions, -267 deletions) <details> <summary>View changed files</summary> 📝 `bin/package-browser` (+2 -0) 📝 `bin/package-electron` (+2 -0) 📝 `eslint.config.mjs` (+7 -3) 📝 `package.json` (+4 -4) 📝 `packages/component-library/package.json` (+3 -3) 📝 `packages/desktop-client/package.json` (+6 -7) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/reports/graphs/renderCustomLabel.tsx` (+6 -6) 📝 `packages/desktop-client/src/components/reports/reports/CashFlowCard.tsx` (+10 -2) 📝 `packages/desktop-client/src/components/tags/TagCreationRow.tsx` (+8 -2) 📝 `packages/desktop-client/vite.config.mts` (+5 -8) 📝 `packages/loot-core/typings/window.ts` (+1 -2) ➕ `upcoming-release-notes/5562.md` (+6 -0) 📝 `yarn.lock` (+515 -226) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Some pre-work for this: https://github.com/actualbudget/actual/pull/5684 https://github.com/actualbudget/actual/pull/5685 https://github.com/actualbudget/actual/pull/5687 https://github.com/actualbudget/actual/pull/5686 https://github.com/actualbudget/actual/pull/5718 --- <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-02-28 21:22:18 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5998