[PR #5197] [MERGED] ♻️ remove body-parser dependency #5811

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

📋 Pull Request Information

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

Base: masterHead: remove-bodyparser


📝 Commits (2)

📊 Changes

4 files changed (+25 additions, -96 deletions)

View changed files

📝 packages/sync-server/package.json (+0 -1)
📝 packages/sync-server/src/app.ts (+5 -6)
upcoming-release-notes/5197.md (+6 -0)
📝 yarn.lock (+14 -89)

📄 Description

body-parser is built into express 5, we can drop this dep now.

https://expressjs.com/en/5x/api.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/5197 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 6/19/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `remove-bodyparser` --- ### 📝 Commits (2) - [`321a91a`](https://github.com/actualbudget/actual/commit/321a91a7f12ef5084c164567fb93afe1fa7a2792) bodyParser - [`63e9daa`](https://github.com/actualbudget/actual/commit/63e9daa4fd72241fb1a0718f242c6bd10c9ef424) note ### 📊 Changes **4 files changed** (+25 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/package.json` (+0 -1) 📝 `packages/sync-server/src/app.ts` (+5 -6) ➕ `upcoming-release-notes/5197.md` (+6 -0) 📝 `yarn.lock` (+14 -89) </details> ### 📄 Description body-parser is built into express 5, we can drop this dep now. https://expressjs.com/en/5x/api.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:19:03 -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#5811