[PR #7074] [MERGED] Migrate sync server general utils to typescript #37116

Closed
opened 2026-04-20 23:54:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7074
Author: @jfdoming
Created: 2/25/2026
Status: Merged
Merged: 3/4/2026
Merged by: @jfdoming

Base: masterHead: jfdoming/sync-server-utils-ts


📝 Commits (4)

📊 Changes

11 files changed (+82 additions, -57 deletions)

View changed files

📝 packages/sync-server/src/app-gocardless/app-gocardless.js (+1 -1)
📝 packages/sync-server/src/app-sync.test.ts (+21 -12)
📝 packages/sync-server/src/app-sync.ts (+5 -6)
📝 packages/sync-server/src/util/hash.ts (+1 -1)
📝 packages/sync-server/src/util/middlewares.ts (+13 -14)
packages/sync-server/src/util/paths.js (+0 -13)
packages/sync-server/src/util/paths.ts (+21 -0)
📝 packages/sync-server/src/util/payee-name.ts (+7 -5)
📝 packages/sync-server/src/util/prompt.ts (+6 -5)
packages/sync-server/src/util/types.ts (+1 -0)
upcoming-release-notes/7074.md (+6 -0)

📄 Description

Description

As it says on the tin.

https://github.com/actualbudget/actual/issues/1483

Testing

Unit tests/typecheck pass.

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

🔄 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/7074 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 3/4/2026 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/sync-server-utils-ts` --- ### 📝 Commits (4) - [`eb92351`](https://github.com/actualbudget/actual/commit/eb92351529c23f60e1a71ee1232ec5ac033204a8) Migrate sync server general utils to typescript - [`e569bec`](https://github.com/actualbudget/actual/commit/e569becde5234e8d45fe1b1becea0badbc63f273) Add release notes - [`d67acca`](https://github.com/actualbudget/actual/commit/d67acca3350f9ae33b4a42f12bbda875a88e5051) Rabbit - [`588f2f4`](https://github.com/actualbudget/actual/commit/588f2f40a678515444c23c9c4a8137a6145bc904) Fix ### 📊 Changes **11 files changed** (+82 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/app-gocardless/app-gocardless.js` (+1 -1) 📝 `packages/sync-server/src/app-sync.test.ts` (+21 -12) 📝 `packages/sync-server/src/app-sync.ts` (+5 -6) 📝 `packages/sync-server/src/util/hash.ts` (+1 -1) 📝 `packages/sync-server/src/util/middlewares.ts` (+13 -14) ➖ `packages/sync-server/src/util/paths.js` (+0 -13) ➕ `packages/sync-server/src/util/paths.ts` (+21 -0) 📝 `packages/sync-server/src/util/payee-name.ts` (+7 -5) 📝 `packages/sync-server/src/util/prompt.ts` (+6 -5) ➕ `packages/sync-server/src/util/types.ts` (+1 -0) ➕ `upcoming-release-notes/7074.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. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description As it says on the tin. ## Related issue(s) https://github.com/actualbudget/actual/issues/1483 ## Testing Unit tests/typecheck pass. ## Checklist - [x] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> --- <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-20 23:54:51 -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#37116