Skip to content

chore(deps): update dependency multer to v2 - #663

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/multer-2.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/multer-2.x

Conversation

@renovate

@renovate renovate Bot commented May 19, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
multer 1.4.5-lts.12.4.0 age confidence
@types/multer (source) 1.4.82.2.0 age confidence

Release Notes

expressjs/multer (multer)

v2.4.0

Compare Source

  • Fix CVE-2026-88932 (GHSA-3pph-fpjx-jg34)
  • Add filename to LIMIT_FILE_SIZE and LIMIT_UNEXPECTED_FILE errors (#​1416)
  • Accept a function for limits, called with the request, to set limits per request (#​1133)
  • Add opt-in flush option to DiskStorage to fsync files before the callback runs (#​1458)
  • Expose busboy's defCharset, highWaterMark and fileHwm options (#​1465)
  • Add streamHandler option to feed busboy from pre-consumed bodies (Google Cloud Functions, Firebase) (#​1466)
  • Allow multer.diskStorage() to be called without options (#​1471)
  • Decode WHATWG-escaped characters (%0A, %0D, %22) in field names, matching file.originalname since 2.3.0: req.body keys, file.fieldname and err.field now carry the real name. If you matched the escaped spelling as a workaround, use the real name now (#​1473)
  • Report the decoded filename in err.filename on LIMIT_FILE_SIZE errors, matching file.originalname (#​1478)
  • Reject non-integer or negative limits values at construction time; a float limit silently disabled the check (#​1395, #​1335)
  • Accept requests with exactly limits.parts parts; LIMIT_PART_COUNT now fires only when the limit is exceeded. If you set parts one higher to work around this, you can drop the extra one (#​1446)
  • Files skipped by fileFilter no longer count towards maxCount (#​1426)
  • Change the LIMIT_UNEXPECTED_FILE message to "Unexpected file field" (#​426)
  • Remove the concat-stream dependency (#​1356)
  • Docs: add JSDoc to the public API and document the storage engine stream contract (#​1467, #​1468)
  • Docs: add FormData upload examples (#​896)
  • Docs: remove the translated READMEs (#​1463)
  • Internal: run the test suite on macOS (#​1464)

v2.3.0

Compare Source

v2.2.0

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

v1.4.5-lts.2

Compare Source

  • Fix out-of-band error event from busboy (#​1177)

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 these updates 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/multer-2.x branch from 4b37420 to 66f10e9 Compare June 6, 2025 03:42
@renovate
renovate Bot force-pushed the renovate/multer-2.x branch from 66f10e9 to 8bf939c Compare July 1, 2025 20:36
@renovate
renovate Bot force-pushed the renovate/multer-2.x branch from 8bf939c to 2dae86e Compare July 17, 2025 17:33
@renovate
renovate Bot force-pushed the renovate/multer-2.x branch 3 times, most recently from 3fb9b31 to 900d2f6 Compare March 6, 2026 16:40
@renovate
renovate Bot force-pushed the renovate/multer-2.x branch from 900d2f6 to 6c64abb Compare June 15, 2026 13:13
@renovate
renovate Bot force-pushed the renovate/multer-2.x branch from 6c64abb to 1742345 Compare July 1, 2026 23:51
@renovate
renovate Bot force-pushed the renovate/multer-2.x branch from 1742345 to 1a0e765 Compare August 28, 2026 20:48
@renovate
renovate Bot force-pushed the renovate/multer-2.x branch from 1a0e765 to b22eb73 Compare September 14, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants