[PR #5042] [MERGED] ⬆️ upgrade express from 4.21.2 -> 5.1.0 #5726

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5042
Author: @matt-fidd
Created: 5/22/2025
Status: Merged
Merged: 5/22/2025
Merged by: @matt-fidd

Base: masterHead: deps/express


📝 Commits (6)

📊 Changes

10 files changed (+229 additions, -170 deletions)

View changed files

📝 packages/sync-server/package.json (+1 -1)
📝 packages/sync-server/src/app-admin.js (+4 -4)
📝 packages/sync-server/src/app-gocardless/app-gocardless.js (+5 -5)
📝 packages/sync-server/src/app-pluggyai/app-pluggyai.js (+1 -1)
📝 packages/sync-server/src/app-secrets.js (+1 -1)
📝 packages/sync-server/src/app-simplefin/app-simplefin.js (+1 -1)
📝 packages/sync-server/src/app-sync.ts (+5 -5)
📝 packages/sync-server/src/app.ts (+1 -1)
upcoming-release-notes/5042.md (+6 -0)
📝 yarn.lock (+204 -151)

📄 Description

The major increase was mainly due to node 18 support being dropped. Looks like req.body may be handled slightly differently too.

https://expressjs.com/en/guide/migrating-5.html


🔄 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/5042 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `deps/express` --- ### 📝 Commits (6) - [`08cabe6`](https://github.com/actualbudget/actual/commit/08cabe62b5c603a10536ac89a65b1748d4ec4183) upgrade express from 4.21.2 -> 5.1.0 - [`731d2ba`](https://github.com/actualbudget/actual/commit/731d2bafc30ca13025d015adba172925d08c58cc) fix tests - [`45226e1`](https://github.com/actualbudget/actual/commit/45226e1090004fe454cb5c31a7816ad3441606b1) note - [`4a11a51`](https://github.com/actualbudget/actual/commit/4a11a51b87e1ab8f9a0d9a5ef17734533c20cea2) fix wildcard route - [`2a1a7d7`](https://github.com/actualbudget/actual/commit/2a1a7d7a234f473eec4453c3c0b51726f2ef8d3d) fix access of req.body when undefined - [`b0a6f4c`](https://github.com/actualbudget/actual/commit/b0a6f4c4a16865b6aafa550cba3802d8fc0f7ef0) Merge branch 'master' into deps/express ### 📊 Changes **10 files changed** (+229 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/package.json` (+1 -1) 📝 `packages/sync-server/src/app-admin.js` (+4 -4) 📝 `packages/sync-server/src/app-gocardless/app-gocardless.js` (+5 -5) 📝 `packages/sync-server/src/app-pluggyai/app-pluggyai.js` (+1 -1) 📝 `packages/sync-server/src/app-secrets.js` (+1 -1) 📝 `packages/sync-server/src/app-simplefin/app-simplefin.js` (+1 -1) 📝 `packages/sync-server/src/app-sync.ts` (+5 -5) 📝 `packages/sync-server/src/app.ts` (+1 -1) ➕ `upcoming-release-notes/5042.md` (+6 -0) 📝 `yarn.lock` (+204 -151) </details> ### 📄 Description The major increase was mainly due to node 18 support being dropped. Looks like `req.body` may be handled slightly differently too. https://expressjs.com/en/guide/migrating-5.html --- <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:17:23 -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#5726