[PR #2247] [MERGED] 🏷️ making some files comply with strict TS #53504

Closed
opened 2026-04-30 22:14:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2247
Author: @MatissJanis
Created: 1/19/2024
Status: Merged
Merged: 1/22/2024
Merged by: @MatissJanis

Base: masterHead: matiss/strict-ts


📝 Commits (7)

📊 Changes

12 files changed (+112 additions, -142 deletions)

View changed files

📝 packages/desktop-client/src/components/UpdateNotification.tsx (+8 -11)
📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+14 -12)
📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+10 -10)
📝 packages/loot-core/src/platform/server/connection/index.electron.ts (+2 -1)
📝 packages/loot-core/src/platform/server/connection/index.web.ts (+2 -1)
📝 packages/loot-core/src/server/api.ts (+1 -5)
📝 packages/loot-core/src/server/db/sort.ts (+6 -4)
📝 packages/loot-core/src/server/errors.ts (+37 -15)
📝 packages/loot-core/src/server/models.ts (+24 -80)
📝 packages/loot-core/src/server/reports/app.ts (+1 -1)
📝 packages/loot-core/src/server/sync/index.ts (+1 -2)
upcoming-release-notes/2247.md (+6 -0)

📄 Description


🔄 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/2247 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/19/2024 **Status:** ✅ Merged **Merged:** 1/22/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/strict-ts` --- ### 📝 Commits (7) - [`0d3d8c1`](https://github.com/actualbudget/actual/commit/0d3d8c15cb5f9fe8b5b29f4cb79267f0fe7a5e28) :label: making some files comply with strict TS - [`dff7f74`](https://github.com/actualbudget/actual/commit/dff7f74de037b7e5d582fc5e4bcb6e8db6108fb4) Release notes - [`9260597`](https://github.com/actualbudget/actual/commit/9260597c209a628a25ef610db8c593c5e279c101) Patch linter - [`7ec4ac8`](https://github.com/actualbudget/actual/commit/7ec4ac85dbcb05af98f6ffa05ff84b7add525444) Prettier - [`c12c56a`](https://github.com/actualbudget/actual/commit/c12c56adec31e74ad090548dd1261c461e3d8ef3) Merge branch 'master' into matiss/strict-ts - [`65e3a1b`](https://github.com/actualbudget/actual/commit/65e3a1b34ed5872132bd8224c3901e144c8fa045) Merge branch 'master' into matiss/strict-ts - [`dfd0454`](https://github.com/actualbudget/actual/commit/dfd0454014a077ebc751a1d626678c0294fc708f) Patch reports ### 📊 Changes **12 files changed** (+112 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/UpdateNotification.tsx` (+8 -11) 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+14 -12) 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+10 -10) 📝 `packages/loot-core/src/platform/server/connection/index.electron.ts` (+2 -1) 📝 `packages/loot-core/src/platform/server/connection/index.web.ts` (+2 -1) 📝 `packages/loot-core/src/server/api.ts` (+1 -5) 📝 `packages/loot-core/src/server/db/sort.ts` (+6 -4) 📝 `packages/loot-core/src/server/errors.ts` (+37 -15) 📝 `packages/loot-core/src/server/models.ts` (+24 -80) 📝 `packages/loot-core/src/server/reports/app.ts` (+1 -1) 📝 `packages/loot-core/src/server/sync/index.ts` (+1 -2) ➕ `upcoming-release-notes/2247.md` (+6 -0) </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 --> --- <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-30 22:14:44 -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#53504