Update dependency multer to v2.4.0 - #997
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #997 +/- ##
=======================================
Coverage 97.89% 97.89%
=======================================
Files 91 91
Lines 3084 3084
Branches 537 537
=======================================
Hits 3019 3019
Misses 23 23
Partials 42 42 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/multer-2.x
branch
from
September 18, 2026 03:24
23333af to
49940b4
Compare
renovate
Bot
force-pushed
the
renovate/multer-2.x
branch
from
September 18, 2026 07:55
49940b4 to
34c78c0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.3.0→2.4.0Release Notes
expressjs/multer (multer)
v2.4.0Compare Source
filenametoLIMIT_FILE_SIZEandLIMIT_UNEXPECTED_FILEerrors (#1416)limits, called with the request, to set limits per request (#1133)flushoption toDiskStorageto fsync files before the callback runs (#1458)defCharset,highWaterMarkandfileHwmoptions (#1465)streamHandleroption to feed busboy from pre-consumed bodies (Google Cloud Functions, Firebase) (#1466)multer.diskStorage()to be called without options (#1471)%0A,%0D,%22) in field names, matchingfile.originalnamesince 2.3.0:req.bodykeys,file.fieldnameanderr.fieldnow carry the real name. If you matched the escaped spelling as a workaround, use the real name now (#1473)err.filenameonLIMIT_FILE_SIZEerrors, matchingfile.originalname(#1478)limitsvalues at construction time; a float limit silently disabled the check (#1395, #1335)limits.partsparts;LIMIT_PART_COUNTnow fires only when the limit is exceeded. If you setpartsone higher to work around this, you can drop the extra one (#1446)fileFilterno longer count towardsmaxCount(#1426)LIMIT_UNEXPECTED_FILEmessage to "Unexpected file field" (#426)concat-streamdependency (#1356)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.