[PR #2065] [MERGED] ♻️ (TypeScript) fix strictFunctionTypes violations (pt 1) #22703

Closed
opened 2026-04-16 16:57:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2065
Author: @MatissJanis
Created: 12/11/2023
Status: Merged
Merged: 12/15/2023
Merged by: @MatissJanis

Base: masterHead: matiss/strict-ts-2


📝 Commits (3)

  • 3783253 ♻️ (TypeScript) fix strictFunctionTypes violations (pt 1)
  • f039130 Release notes
  • 56bef95 oops

📊 Changes

9 files changed (+60 additions, -36 deletions)

View changed files

📝 packages/loot-core/src/server/budget/types/handlers.d.ts (+32 -12)
📝 packages/loot-core/src/server/mutators.ts (+2 -3)
📝 packages/loot-core/src/server/undo.ts (+5 -12)
📝 packages/loot-core/src/shared/async.ts (+7 -7)
📝 packages/loot-core/src/types/api-handlers.d.ts (+3 -1)
📝 packages/loot-core/src/types/handlers.d.ts (+2 -0)
📝 packages/loot-core/src/types/server-handlers.d.ts (+1 -1)
📝 tsconfig.json (+2 -0)
upcoming-release-notes/2065.md (+6 -0)

📄 Description

Fixing first batch of issues that become visible when enabling strictFunctionTypes.


🔄 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/2065 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/15/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/strict-ts-2` --- ### 📝 Commits (3) - [`3783253`](https://github.com/actualbudget/actual/commit/378325342341b4a22a006f20b984629e914b3eca) :recycle: (TypeScript) fix strictFunctionTypes violations (pt 1) - [`f039130`](https://github.com/actualbudget/actual/commit/f039130435c4ee86173bda95e4bc73e1d46af816) Release notes - [`56bef95`](https://github.com/actualbudget/actual/commit/56bef95a45b8b0603b25e249a8dbf3da521f8221) oops ### 📊 Changes **9 files changed** (+60 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/types/handlers.d.ts` (+32 -12) 📝 `packages/loot-core/src/server/mutators.ts` (+2 -3) 📝 `packages/loot-core/src/server/undo.ts` (+5 -12) 📝 `packages/loot-core/src/shared/async.ts` (+7 -7) 📝 `packages/loot-core/src/types/api-handlers.d.ts` (+3 -1) 📝 `packages/loot-core/src/types/handlers.d.ts` (+2 -0) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+1 -1) 📝 `tsconfig.json` (+2 -0) ➕ `upcoming-release-notes/2065.md` (+6 -0) </details> ### 📄 Description Fixing first batch of issues that become visible when enabling `strictFunctionTypes`. --- <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 16:57:28 -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#22703