[PR #957] [MERGED] Migrate core to TS p4 #3430

Closed
opened 2026-02-28 20:41:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/957
Author: @albertogasparin
Created: 4/26/2023
Status: Merged
Merged: 4/29/2023
Merged by: @albertogasparin

Base: masterHead: chore/finish-core-ts-migration


📝 Commits (3)

📊 Changes

80 files changed (+405 additions, -189 deletions)

View changed files

📝 packages/loot-core/jest.config.js (+1 -1)
📝 packages/loot-core/src/client/SpreadsheetProvider.tsx (+1 -1)
📝 packages/loot-core/src/client/actions/budgets.ts (+0 -1)
📝 packages/loot-core/src/client/constants.ts (+0 -0)
📝 packages/loot-core/src/client/platform.ts (+1 -1)
📝 packages/loot-core/src/client/queries.ts (+0 -0)
📝 packages/loot-core/src/client/query-helpers.test.ts (+5 -2)
📝 packages/loot-core/src/client/query-helpers.ts (+29 -4)
📝 packages/loot-core/src/client/query-hooks.tsx (+1 -29)
📝 packages/loot-core/src/client/shared-listeners.ts (+0 -0)
📝 packages/loot-core/src/client/tutorial.ts (+0 -0)
📝 packages/loot-core/src/client/update-notification.ts (+0 -0)
📝 packages/loot-core/src/client/upgrade-notifications.ts (+0 -0)
📝 packages/loot-core/src/mocks/arbitrary-schema.ts (+19 -7)
📝 packages/loot-core/src/mocks/budget.ts (+13 -6)
📝 packages/loot-core/src/mocks/index.ts (+3 -2)
📝 packages/loot-core/src/mocks/plaid.ts (+0 -0)
📝 packages/loot-core/src/mocks/redux.tsx (+0 -0)
📝 packages/loot-core/src/mocks/setup.ts (+4 -4)
📝 packages/loot-core/src/mocks/spreadsheet.ts (+0 -0)

...and 60 more files

📄 Description

This is the last PR with lots of renaming for loot-core!


🔄 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/957 **Author:** [@albertogasparin](https://github.com/albertogasparin) **Created:** 4/26/2023 **Status:** ✅ Merged **Merged:** 4/29/2023 **Merged by:** [@albertogasparin](https://github.com/albertogasparin) **Base:** `master` ← **Head:** `chore/finish-core-ts-migration` --- ### 📝 Commits (3) - [`5fe7e9e`](https://github.com/actualbudget/actual/commit/5fe7e9eb2fa437bcc8ddc6fbc3cf614951199c8e) MIgrate core to TS p4 - [`d970d27`](https://github.com/actualbudget/actual/commit/d970d277105d12508712f6d60753c94cfbab7207) Add release notes and fix build - [`5cc9ddf`](https://github.com/actualbudget/actual/commit/5cc9ddf64a669c570cacb44e97a1237295621011) Remove unused functions ### 📊 Changes **80 files changed** (+405 additions, -189 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/jest.config.js` (+1 -1) 📝 `packages/loot-core/src/client/SpreadsheetProvider.tsx` (+1 -1) 📝 `packages/loot-core/src/client/actions/budgets.ts` (+0 -1) 📝 `packages/loot-core/src/client/constants.ts` (+0 -0) 📝 `packages/loot-core/src/client/platform.ts` (+1 -1) 📝 `packages/loot-core/src/client/queries.ts` (+0 -0) 📝 `packages/loot-core/src/client/query-helpers.test.ts` (+5 -2) 📝 `packages/loot-core/src/client/query-helpers.ts` (+29 -4) 📝 `packages/loot-core/src/client/query-hooks.tsx` (+1 -29) 📝 `packages/loot-core/src/client/shared-listeners.ts` (+0 -0) 📝 `packages/loot-core/src/client/tutorial.ts` (+0 -0) 📝 `packages/loot-core/src/client/update-notification.ts` (+0 -0) 📝 `packages/loot-core/src/client/upgrade-notifications.ts` (+0 -0) 📝 `packages/loot-core/src/mocks/arbitrary-schema.ts` (+19 -7) 📝 `packages/loot-core/src/mocks/budget.ts` (+13 -6) 📝 `packages/loot-core/src/mocks/index.ts` (+3 -2) 📝 `packages/loot-core/src/mocks/plaid.ts` (+0 -0) 📝 `packages/loot-core/src/mocks/redux.tsx` (+0 -0) 📝 `packages/loot-core/src/mocks/setup.ts` (+4 -4) 📝 `packages/loot-core/src/mocks/spreadsheet.ts` (+0 -0) _...and 60 more files_ </details> ### 📄 Description This is the last PR with lots of renaming for `loot-core`! --- <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 20:41:31 -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#3430