Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency formidable to v3 #2662

Merged
merged 1 commit into from
Jul 14, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
formidable 2.1.2 -> 3.5.0 age adoption passing confidence
@types/formidable (source) 2.0.6 -> 3.4.0 age adoption passing confidence

Release Notes

node-formidable/formidable (formidable)

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)

v3.1.3

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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 these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner July 2, 2023 03:07
@renovate renovate bot added the needs approval/merge Major dependency updates, automatically added to renovate PRs. These need human approvals & merging label Jul 2, 2023
@vercel
Copy link

vercel bot commented Jul 2, 2023

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

Name Status Preview Comments Updated (UTC)
hedvig-dot-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 14, 2023 4:10am
onboarding ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 14, 2023 4:10am

@renovate renovate bot force-pushed the renovate/formidable-3.x branch from f66ac04 to 07a433d Compare July 13, 2023 07:09
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from 07a433d to 172e23b Compare July 13, 2023 08:20
@renovate renovate bot force-pushed the renovate/formidable-3.x branch 3 times, most recently from 297dccf to 25d318b Compare July 13, 2023 09:55
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from 25d318b to eab0fd3 Compare July 13, 2023 13:30
@renovate renovate bot changed the title fix(deps): update dependency formidable to v3 Update dependency formidable to v3 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/formidable-3.x branch 3 times, most recently from 5a75d22 to e4072e3 Compare July 13, 2023 14:10
@renovate renovate bot force-pushed the renovate/formidable-3.x branch from e4072e3 to 39040d4 Compare July 14, 2023 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs approval/merge Major dependency updates, automatically added to renovate PRs. These need human approvals & merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant