[PR #4919] [CLOSED] Enable composite/references in tsconfig #31587

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4919
Author: @joel-jeremy
Created: 5/2/2025
Status: Closed

Base: masterHead: tsconfig-composite


📝 Commits (6)

📊 Changes

210 files changed (+602 additions, -551 deletions)

View changed files

📝 bin/release-note-generator.ts (+3 -3)
📝 eslint.config.mjs (+6 -7)
📝 packages/api/package.json (+1 -1)
📝 packages/api/tsconfig.json (+5 -4)
packages/component-library/tsconfig.json (+6 -0)
📝 packages/crdt/package.json (+1 -1)
📝 packages/crdt/tsconfig.json (+3 -4)
📝 packages/desktop-client/globals.d.ts (+1 -0)
📝 packages/desktop-client/src/auth/ProtectedRoute.tsx (+1 -1)
📝 packages/desktop-client/src/browser-preload.browser.js (+0 -1)
📝 packages/desktop-client/src/components/App.tsx (+1 -1)
📝 packages/desktop-client/src/components/FinancesApp.tsx (+4 -4)
📝 packages/desktop-client/src/components/GlobalKeys.ts (+2 -2)
📝 packages/desktop-client/src/components/HelpMenu.tsx (+1 -1)
📝 packages/desktop-client/src/components/LoggedInUser.tsx (+2 -2)
📝 packages/desktop-client/src/components/ManageRules.tsx (+7 -4)
📝 packages/desktop-client/src/components/Modals.tsx (+3 -2)
📝 packages/desktop-client/src/components/NotesButton.tsx (+1 -2)
📝 packages/desktop-client/src/components/PrivacyFilter.tsx (+1 -2)
📝 packages/desktop-client/src/components/Titlebar.tsx (+4 -4)

...and 80 more files

📄 Description

https://github.com/actualbudget/actual/pull/4789 must be merged first


🔄 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/4919 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 5/2/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `tsconfig-composite` --- ### 📝 Commits (6) - [`a3c4b13`](https://github.com/actualbudget/actual/commit/a3c4b132fd390de24f3ade4e258e4ec4fcd1016c) Use @hooks path alias for cleaner imports - [`b9c4b1b`](https://github.com/actualbudget/actual/commit/b9c4b1b7b932cce6b5f744fe9d8d6ac17ae31689) Fix line errors - [`55bdb31`](https://github.com/actualbudget/actual/commit/55bdb316f7904f6172b1f80e1aa7d4ac8a4ebf8a) Update to @desktop-client - [`7fb949e`](https://github.com/actualbudget/actual/commit/7fb949e9b12e9e414715022d8e6fe4e0194f6da5) Composite tsconfig - [`d426c15`](https://github.com/actualbudget/actual/commit/d426c15a26c5e0c7933c6da35843eb74f9935eda) Fix error - [`f376f3d`](https://github.com/actualbudget/actual/commit/f376f3d53117b7ef5290ce1e157b00f17f568467) Fix references to tsconfig.dist.json ### 📊 Changes **210 files changed** (+602 additions, -551 deletions) <details> <summary>View changed files</summary> 📝 `bin/release-note-generator.ts` (+3 -3) 📝 `eslint.config.mjs` (+6 -7) 📝 `packages/api/package.json` (+1 -1) 📝 `packages/api/tsconfig.json` (+5 -4) ➕ `packages/component-library/tsconfig.json` (+6 -0) 📝 `packages/crdt/package.json` (+1 -1) 📝 `packages/crdt/tsconfig.json` (+3 -4) 📝 `packages/desktop-client/globals.d.ts` (+1 -0) 📝 `packages/desktop-client/src/auth/ProtectedRoute.tsx` (+1 -1) 📝 `packages/desktop-client/src/browser-preload.browser.js` (+0 -1) 📝 `packages/desktop-client/src/components/App.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/GlobalKeys.ts` (+2 -2) 📝 `packages/desktop-client/src/components/HelpMenu.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/LoggedInUser.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+7 -4) 📝 `packages/desktop-client/src/components/Modals.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/NotesButton.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/PrivacyFilter.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+4 -4) _...and 80 more files_ </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. --> https://github.com/actualbudget/actual/pull/4789 must be merged first --- <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-18 07:48:45 -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#31587