Skip to content

Update dependency body-parser to v2#15

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/body-parser-2.x
Open

Update dependency body-parser to v2#15
renovate[bot] wants to merge 1 commit intomainfrom
renovate/body-parser-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 29, 2025

This PR contains the following updates:

Package Change Age Confidence
body-parser ^1.20.0^2.0.0 age confidence

Release Notes

expressjs/body-parser (body-parser)

v2.2.2

Compare Source

=========================

  • deps: qs@^6.14.1
  • refactor(json): simplify strict mode error string construction

v2.2.1

Compare Source

=========================

  • Security fix for GHSA-wqch-xfxh-vrr4
  • deps:
    • type-is@^2.0.1
    • iconv-lite@^0.7.0
      • Handle split surrogate pairs when encoding UTF-8
      • Avoid false positives in encodingExists by using prototype-less objects
    • raw-body@^3.0.1
    • debug@^4.4.3

v2.2.0

Compare Source

=========================

  • refactor: normalize common options for all parsers
  • deps:
    • iconv-lite@^0.6.3

v2.1.0

Compare Source

=========================

  • deps:
    • type-is@^2.0.0
    • debug@^4.4.0
    • Removed destroy
  • refactor: prefix built-in node module imports
  • use the node require cache instead of custom caching

v2.0.2

Compare Source

=========================

  • remove unpipe package and use native unpipe() method

v2.0.1

Compare Source

=========================

  • Restore expected behavior extended to false

v2.0.0

Compare Source

=========================

Breaking Changes

  • Node.js 18 is the minimum supported version
  • req.body is no longer always initialized to {}
    • it is left undefined unless a body is parsed
  • Remove deprecated bodyParser() combination middleware
  • urlencoded parser now defaults extended to false as released, this is not the case, fixed in 2.0.1
  • urlencoded simple parser now uses qs module instead of querystring module

Features

  • Add brotli support #​406
  • urlencoded: Add option to customize the depth with a default value of 32
  • urlencoded: Support iso-8859-1, utf8 sentinel, and numeric entities
  • Use on-finished to determine when body read

Dependencies

  • deps: raw-body@^3.0.0
  • deps: qs@​6.12.3
  • deps: debug@​3.1.0
  • deps: iconv-lite@​0.5.2

v1.20.5

Compare Source

What's Changed

The reason for this release is a fix to the extended urlencoded parser returning objects instead of arrays for large array inputs (> 100) on qs@​6.14.2+. (#​716)

New Contributors

Special thanks to triager @​krzysdz for keeping this on our radar and effectively triaging the specific issue!

Full Changelog: expressjs/body-parser@1.20.4...1.20.5

v1.20.4

Compare Source

===================

  • deps: qs@~6.14.0
  • deps: use tilde notation for dependencies
  • deps: http-errors@~2.0.1
  • deps: raw-body@~2.5.3

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/body-parser-2.x branch 2 times, most recently from 57602ac to a1ff028 Compare July 2, 2025 06:29
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 2, 2025

Coverage Report (Node 20.x)

Coverage after merging renovate/body-parser-2.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

@renovate renovate Bot force-pushed the renovate/body-parser-2.x branch from a1ff028 to f08eca6 Compare July 23, 2025 21:37
@github-actions
Copy link
Copy Markdown

Coverage Report (Node 20.x)

Coverage after merging renovate/body-parser-2.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

@renovate renovate Bot force-pushed the renovate/body-parser-2.x branch from f08eca6 to 9d88e8d Compare September 25, 2025 14:56
@renovate renovate Bot force-pushed the renovate/body-parser-2.x branch from 9d88e8d to e2c2325 Compare November 24, 2025 18:46
@renovate renovate Bot force-pushed the renovate/body-parser-2.x branch from e2c2325 to 91c5d09 Compare December 31, 2025 16:56
@github-actions
Copy link
Copy Markdown

Coverage Report (Node 20.x)

Coverage after merging renovate/body-parser-2.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

@renovate renovate Bot force-pushed the renovate/body-parser-2.x branch from 91c5d09 to b3ff637 Compare January 7, 2026 10:47
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 7, 2026

Coverage Report (Node 20.x)

Coverage after merging renovate/body-parser-2.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

@renovate renovate Bot force-pushed the renovate/body-parser-2.x branch from b3ff637 to ed418f3 Compare January 8, 2026 19:38
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 8, 2026

Coverage Report (Node 20.x)

Coverage after merging renovate/body-parser-2.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

@renovate renovate Bot force-pushed the renovate/body-parser-2.x branch 2 times, most recently from 869ac4b to 5e59ba1 Compare February 17, 2026 15:45
@github-actions
Copy link
Copy Markdown

Coverage Report (Node 20.x)

Coverage after merging renovate/body-parser-2.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

@renovate renovate Bot force-pushed the renovate/body-parser-2.x branch from 5e59ba1 to 009b344 Compare April 29, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants