[PR #5497] [MERGED] ♻️ bump sync-server dependencies #5966

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5497
Author: @matt-fidd
Created: 8/6/2025
Status: Merged
Merged: 8/6/2025
Merged by: @matt-fidd

Base: masterHead: deps/sync-server


📝 Commits (10+)

📊 Changes

9 files changed (+268 additions, -231 deletions)

View changed files

📝 package.json (+2 -2)
📝 packages/api/package.json (+2 -2)
📝 packages/crdt/package.json (+1 -1)
📝 packages/desktop-electron/package.json (+2 -2)
📝 packages/loot-core/package.json (+3 -3)
📝 packages/loot-core/src/mocks/util.ts (+1 -1)
📝 packages/sync-server/package.json (+12 -12)
upcoming-release-notes/5497.md (+6 -0)
📝 yarn.lock (+239 -208)

📄 Description

I'm going to work my way through these again, it's amazing how fast they fall out of date. Package by package this time instead of upgrade level, it's just easier to test and work through.

The major versions here are all just dropping Node 18 which is fine now we've moved to 20.

Only openid-client left to upgrade here, but v6 is a complete API rewrite so it's one for another PR/time.


🔄 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/5497 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 8/6/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `deps/sync-server` --- ### 📝 Commits (10+) - [`8d311df`](https://github.com/actualbudget/actual/commit/8d311dfb60797b5706fd1e1e6a0070ac30affeba) bcrypt 5.0.2 -> 6.0.0 - [`e5c049b`](https://github.com/actualbudget/actual/commit/e5c049b6d9a14b5dddc5c3bd5927a9951f10bffd) supertest 6.3.4 -> 7.1.4 - [`0a70145`](https://github.com/actualbudget/actual/commit/0a7014599ccaed2a81ef245fd6b85fe0e0ba8f09) pluggy-sdk 0.70.1 -> 0.74.0 - [`858eb5d`](https://github.com/actualbudget/actual/commit/858eb5d569b81cfc555b482be52f80f8d8c325f6) types - [`a3df374`](https://github.com/actualbudget/actual/commit/a3df374d09a415c3366f57d1322ded006e11c34f) better-sqlite3 11.10.0 -> 12.2.0 - [`9439963`](https://github.com/actualbudget/actual/commit/94399630bfb111e844ca2a436188fbcd7cb0243b) express-rate-limit 7.5.0 -> 8.0.1 - [`2515226`](https://github.com/actualbudget/actual/commit/25152266c75aa39ea3247c6cac0a51c899101af5) babel/core 7.27.1 -> 7.28.0 - [`ab8c2f4`](https://github.com/actualbudget/actual/commit/ab8c2f4ca6359eefbf43003f8e8ce233def4af3d) typescript 5.8.3 -> 5.9.2 - [`f12d4cf`](https://github.com/actualbudget/actual/commit/f12d4cf3acc3b51de35d07d6db27b448503267f0) node types - [`f8881b4`](https://github.com/actualbudget/actual/commit/f8881b41341e095b54fc74d71ccd125c8a201949) note ### 📊 Changes **9 files changed** (+268 additions, -231 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -2) 📝 `packages/api/package.json` (+2 -2) 📝 `packages/crdt/package.json` (+1 -1) 📝 `packages/desktop-electron/package.json` (+2 -2) 📝 `packages/loot-core/package.json` (+3 -3) 📝 `packages/loot-core/src/mocks/util.ts` (+1 -1) 📝 `packages/sync-server/package.json` (+12 -12) ➕ `upcoming-release-notes/5497.md` (+6 -0) 📝 `yarn.lock` (+239 -208) </details> ### 📄 Description - [x] sync-server (https://github.com/actualbudget/actual/pull/5497) - [ ] component-library (https://github.com/actualbudget/actual/pull/5498) - [ ] eslint-plugin-actual (https://github.com/actualbudget/actual/pull/5499) - [ ] desktop-electron - [ ] desktop-client - [ ] loot-core I'm going to work my way through these again, it's amazing how fast they fall out of date. Package by package this time instead of upgrade level, it's just easier to test and work through. The major versions here are all just dropping Node 18 which is fine now we've moved to 20. Only openid-client left to upgrade here, but v6 is a complete API rewrite so it's one for another PR/time. --- <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:21:45 -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#5966