Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Update dependency formidable to v3#102

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/formidable-3.x
Open

Update dependency formidable to v3#102
renovate[bot] wants to merge 1 commit intomainfrom
renovate/formidable-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
formidable ^2.1.2 -> ^3.0.0 age confidence

Release Notes

node-formidable/formidable (formidable)

v3.5.4

  • fix the os.machine breaking some dependents, fix #​994
  • add Node 16, 18, 20, 22 to CI/CD

v3.5.3

Compare Source

  • security report by ZAST.AI help for some vulnerabilities addressing (primarily the random names generation)
  • update failing tests
  • update CI/CD workflows and actions;
  • update CodeQL github action for security analysis
  • update readme, links and badges
  • update to use cuid2 (battle-tested @paralleldrive/cuid2 package) for better random names - should not be breaking anything since it's still 25 characters long, but a lot safer and faster.

v3.5.2

Compare Source

  • fix: (#​982) make it easier to import hexoid with webpack

v3.5.1

Compare Source

  • fix: (#​945) multipart parser fix: flush or fail always (don't hang)

v3.5.0

Compare Source

  • feature: (#​944) Dual package: Can be imported as ES module and required as commonjs module

v3.4.0

Compare Source

  • feature: (#​940) form.parse returns a promise if no callback is provided
  • it resolves with an array [fields, files]

v3.3.2

Compare Source

  • feature: (#​855) add options.createDirsFromUploads, see README for usage
  • form.parse is an async function (ignore the promise)
  • benchmarks: add e2e becnhmark with as many request as possible per second
    • npm run to display all the commands
  • mark as latest on npm

v3.2.5

Compare Source

  • fix: (#​881) fail earlier when maxFiles is exceeded

v3.2.4

Compare Source

  • fix: (#​857) improve keep extension
  • The code from before 3.2.4 already removed some characters from the file extension. But not always. So it was inconsistent.
  • The new code cuts the file extension at the first invalid character (invalid in a file extension).
  • The characters that are considered invalid inside a file extension are all except the . numbers and a-Z.
  • This change only has an effect if filename option is not used and keepextension option is used

v3.2.3

Compare Source

  • fix: (#​852) end event is emitted once

v3.2.1

Compare Source

  • fix: do not let empty file on error (#​796)
  • it was probably due to the fact that .destroy on a file stream does not always complete on time

v3.2.0

Compare Source

  • feat: maxFileSize option is now per file (as the name suggests) (#​791)
  • feat: add maxFiles option, default Infinity
  • feat: add maxTotalFileSize, default is maxFileSize (for backwards compatibility)
  • fix: minFileSize is per file
  • fix: allowEmptyFiles fix in cases where one file is not empty
  • fix: allowEmptyFiles false option by default
  • fix: rename wrongly named error
  • refactor: rename wrongly named maxFileSize into maxTotalFileSize

v3.1.5

Compare Source

  • fix: PersistentFile.toString (#​796)

v3.1.4

Compare Source

  • fix: add missing pluginFailed error (#​794)
  • refactor: use explicit node imports (#​786)

Configuration

📅 Schedule: 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 becomes conflicted, 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.

@vercel
Copy link

vercel bot commented Jun 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wishlist ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 8, 2024 9:33am

@renovate renovate bot changed the title Update dependency @types/formidable to v3 Update dependency formidable to v3 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from ccebe10 to 3effc6a Compare July 4, 2023 13:24
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from 3effc6a to 9609b02 Compare July 4, 2023 14:18
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from 9609b02 to 6690356 Compare July 18, 2023 13:02
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from 6690356 to 06150de Compare October 1, 2023 18:25
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from 06150de to b538a50 Compare February 25, 2024 12:02
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from b538a50 to 67d3a49 Compare February 26, 2024 17:06
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from 67d3a49 to c2fb269 Compare March 8, 2024 09:30
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from c2fb269 to e0e2632 Compare March 20, 2024 08:07
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from e0e2632 to c790fdd Compare April 17, 2024 02:10
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from c790fdd to d7625f3 Compare July 10, 2024 19:00
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from d7625f3 to fbd3c2f Compare August 8, 2024 15:51
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from fbd3c2f to 0a17b1a Compare August 10, 2025 12:45
@renovate renovate bot force-pushed the renovate/formidable-3.x branch 2 times, most recently from 7293a29 to 2c21184 Compare September 26, 2025 12:52
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from 2c21184 to e153e4d Compare September 27, 2025 04:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants