build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 by dependabot[bot] · Pull Request #2389 · nodejs/undici (original) (raw)
Bumps formdata-node from 4.4.1 to 6.0.3.
Release notes
Sourced from formdata-node's releases.
v6.0.3
Patch Changes
- 996b4b5 Thanks @octet-stream! - Remove removeComments from tsconfig.json
v6.0.2
Patch Changes
- d88ffae Thanks @octet-stream! - Remove tsup config and changelog from distro
v6.0.1
Patch Changes
- 32fa6da Thanks @octet-stream! - Remove changeset config from distro
v6.0.0
Major Changes
- 324a9a5 Thanks @octet-stream! - Drop node-domexception in favour of Node.js' builtins. Consider polyfilling DOMException if you want to run this package in older environment
- 324a9a5 Thanks @octet-stream! - Bring back CJS support via tsup. You can now import package in both ES and CJS modules
- 324a9a5 Thanks @octet-stream! - Drop web-streams-polyfill in favour of Node.js' builtins. Consider polyfilling ReadableStream if you want to run this package in older environment
- 47a3ff8 Thanks @octet-stream! - Add ReadableStream w/o Symbol.asyncIterator support in Blob
- 0f68880 Thanks @octet-stream! - Add typings tests to make sure FormData, Blob and File compatible with globally available BodyInit type
- 47a3ff8 Thanks @octet-stream! - Drop Node.js 16. Now minimal required version is 18.0.0
5.0.1
Update
- Update package.json for bundler module resolution (#63)
All changes: octet-stream/form-data@v5.0.0...v5.0.1
5.0.0
Breaking
- Removed CommonJS support. This package is native ESM from now on;
- Drop Node.js v12 support. Minimal version is 14.17;
- Remove
entriesargument fromFormDataconstructor.Update
- Port fixes from fetch-blob for
FileFromPath.slice()method;- Improved types compatibility with addition of
File.webkitRelatedPathproperty (See v4.4.0 release for more info);
... (truncated)
Changelog
Sourced from formdata-node's changelog.
6.0.3
Patch Changes
- 996b4b5 Thanks @octet-stream! - Remove removeComments from tsconfig.json
6.0.2
Patch Changes
- d88ffae Thanks @octet-stream! - Remove tsup config and changelog from distro
6.0.1
Patch Changes
- 32fa6da Thanks @octet-stream! - Remove changeset config from distro
6.0.0
Major Changes
- 324a9a5 Thanks @octet-stream! - Drop node-domexception in favour of Node.js' builtins. Consider polyfilling DOMException if you want to run this package in older environment
- 324a9a5 Thanks @octet-stream! - Bring back CJS support via tsup. You can now import package in both ES and CJS modules
- 324a9a5 Thanks @octet-stream! - Drop web-streams-polyfill in favour of Node.js' builtins. Consider polyfilling ReadableStream if you want to run this package in older environment
- 47a3ff8 Thanks @octet-stream! - Add ReadableStream w/o Symbol.asyncIterator support in Blob
- 0f68880 Thanks @octet-stream! - Add typings tests to make sure FormData, Blob and File compatible with globally available BodyInit type
- 47a3ff8 Thanks @octet-stream! - Drop Node.js 16. Now minimal required version is 18.0.0
Commits
- 87a3756 Merge pull request #74 from octet-stream/changeset-release/main
- f3f2f55 Bump version
- 996b4b5 Remove removeComments from tsconfig.json
- e2c6c95 Merge pull request #73 from octet-stream/dependabot/github_actions/actions/se...
- c0ed4d1 Bump actions/setup-node from 3 to 4
- d6ba1aa Merge pull request #72 from octet-stream/dependabot/github_actions/actions/ch...
- a2bff2b Bump actions/checkout from 3 to 4
- 487b744 Setup dependabot config for GHA updates
- 9d245db Merge pull request #71 from octet-stream/changeset-release/main
- 02fcc3e Bump version
- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.