[PR #4214] [MERGED] Make loot-core compatible with exactOptionalPropertyTypes #5263

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4214
Author: @jfdoming
Created: 1/21/2025
Status: Merged
Merged: 2/12/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/exactOptionalPropertyTypes-2


📝 Commits (2)

  • 5001bb4 Make loot-core compatible with exactOptionalPropertyTypes
  • be8d4dc Add release notes

📊 Changes

14 files changed (+67 additions, -42 deletions)

View changed files

📝 packages/loot-core/src/client/accounts/accountsSlice.ts (+1 -1)
📝 packages/loot-core/src/client/actions/budgets.ts (+3 -3)
📝 packages/loot-core/src/client/data-hooks/reports.ts (+2 -2)
📝 packages/loot-core/src/client/data-hooks/transactions.ts (+6 -3)
📝 packages/loot-core/src/client/query-hooks.ts (+1 -1)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+2 -2)
📝 packages/loot-core/src/client/state-types/notifications.d.ts (+14 -12)
📝 packages/loot-core/src/mocks/index.ts (+7 -3)
📝 packages/loot-core/src/server/api-models.ts (+1 -1)
📝 packages/loot-core/src/server/errors.ts (+4 -3)
📝 packages/loot-core/src/shared/test-helpers.ts (+1 -1)
📝 packages/loot-core/src/shared/transactions.ts (+13 -4)
📝 packages/loot-core/src/types/server-handlers.d.ts (+6 -6)
upcoming-release-notes/4214.md (+6 -0)

📄 Description

Part 2 from https://github.com/actualbudget/actual/pull/4189


🔄 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/4214 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 1/21/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/exactOptionalPropertyTypes-2` --- ### 📝 Commits (2) - [`5001bb4`](https://github.com/actualbudget/actual/commit/5001bb476c24f87d7018c8da7dd92a04aef57424) Make `loot-core` compatible with `exactOptionalPropertyTypes` - [`be8d4dc`](https://github.com/actualbudget/actual/commit/be8d4dc76ee0c9a8a81caa8aed45c91647a478e4) Add release notes ### 📊 Changes **14 files changed** (+67 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/client/accounts/accountsSlice.ts` (+1 -1) 📝 `packages/loot-core/src/client/actions/budgets.ts` (+3 -3) 📝 `packages/loot-core/src/client/data-hooks/reports.ts` (+2 -2) 📝 `packages/loot-core/src/client/data-hooks/transactions.ts` (+6 -3) 📝 `packages/loot-core/src/client/query-hooks.ts` (+1 -1) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+2 -2) 📝 `packages/loot-core/src/client/state-types/notifications.d.ts` (+14 -12) 📝 `packages/loot-core/src/mocks/index.ts` (+7 -3) 📝 `packages/loot-core/src/server/api-models.ts` (+1 -1) 📝 `packages/loot-core/src/server/errors.ts` (+4 -3) 📝 `packages/loot-core/src/shared/test-helpers.ts` (+1 -1) 📝 `packages/loot-core/src/shared/transactions.ts` (+13 -4) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+6 -6) ➕ `upcoming-release-notes/4214.md` (+6 -0) </details> ### 📄 Description Part 2 from https://github.com/actualbudget/actual/pull/4189 --- <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:09:21 -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#5263