-
Notifications
You must be signed in to change notification settings - Fork 764
chore(deps): bump formdata-node from 3.7.0 to 4.0.0 #2193
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
Conversation
|
@char0n before you upgrade to |
|
Because Buffer inherits Uint8Array, you can pass it to a Blob (or File) constructor like this: import {Blob} from "formdata-node"
const blob = Blob([Buffer.from("test file data1")])Or just create a fresh Blob/File and avoid Buffer, because it is not in the standard :) |
16e448e to
e325070
Compare
Bumps [formdata-node](https://github.com/octet-stream/form-data) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/octet-stream/form-data/releases) - [Commits](octet-stream/form-data@v3.7.0...v4.0.0) --- updated-dependencies: - dependency-name: formdata-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
e325070 to
9c56b1d
Compare
|
@octet-stream I'm sorry, I don't understand what has changed. The release notes are a bit confusing. |
|
@octet-stream this PR was replaced by #2196 |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
|
🎉 This issue has been resolved in version 3.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Bumps formdata-node from 3.7.0 to 4.0.0.
Release notes
Sourced from formdata-node's releases.
Commits
14674e9Bump version: 3.7.0 -> 4.0.014b6d94Update documentation for isFile, fileFromPath and fileFromPathSync. Expose is...c61cc46Set minimal required Node.js version to 12.2021db697Separate fileFromPath functions using conditional exports. They now available...57eedc2Fix for 3rd example.adbb76dUpdate project description.e32dd6cImprovements for documentation.c9b1884Rename FormDataFieldValue type to FormDataEntryValue.d1d9458Rename content property to entries.bf95ecfRemove polyfill.js and polyfill.mjsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)