formidable icon indicating copy to clipboard operation
formidable copied to clipboard

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.

Results 90 formidable issues
Sort by recently updated
recently updated
newest added

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 27.2.4 to 30.2.0. Release notes Sourced from jest's releases. 30.2.0 Chore & Maintenance [*] Update example repo for testing React Native projects (#15832) [*] Update jest-watch-typeahead to...

dependencies
javascript

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=supertest&package-manager=npm_and_yarn&previous-version=6.1.6&new-version=7.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...

dependencies
javascript

Bumps [koa](https://github.com/koajs/koa) from 2.16.1 to 3.1.1. Release notes Sourced from koa's releases. v3.1.1 What's Changed fix: only original value destroy if the new value is not a stream by @​yowainwright...

dependencies
javascript

Hello, currently formidable uses `"@paralleldrive/cuid2": "^2.2.2"` which since last week pulls version `2.3.0` with sub-dependency `"@noble/hashes": "2.0.1"`. This new version of `@noble/hashes` has new nodejs engine requirements `>= 20.19.0` which...

This PR fixes a few typos I spotted in the project.

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @​priyagupta108 in actions/setup-node#1374...

dependencies
github_actions

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.30.7 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

### Support plan - Which support plan is this issue covered by? (Community, Sponsor, Enterprise): Community, I'll submit a PR - Currently blocking your project/work? (yes/no): yes - Affecting a...

bug

This PR bump GitHub action workflows to their latest versions. It also fixes a typo on the fly.

Question: How to use inside `Google Cloud Run`? Is it possible to use `Buffer.from(req.rawBody, "base64")` instead of `req` inside `Google Cloud Run` => ``` const form = new Formidable({ uploadDir:...