Skip to content

Core: replace body-parser usage with express parsers#14825

Merged
patmmccann merged 1 commit intomasterfrom
codex/remove-body-parser-dependency-from-express
Apr 30, 2026
Merged

Core: replace body-parser usage with express parsers#14825
patmmccann merged 1 commit intomasterfrom
codex/remove-body-parser-dependency-from-express

Conversation

@patmmccann
Copy link
Copy Markdown
Collaborator

@patmmccann patmmccann commented Apr 29, 2026

Motivation

  • Remove the direct body-parser devDependency and use the built-in Express body parsing middleware to simplify local test/example servers and reduce external dependency surface.
  • Keep the fake and example servers functioning the same while aligning with modern Express usage and repo dependency hygiene.

@patmmccann patmmccann merged commit f63d968 into master Apr 30, 2026
218 of 219 checks passed
@patmmccann patmmccann deleted the codex/remove-body-parser-dependency-from-express branch April 30, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants