fix(deps): update dependency form-data-encoder to v4 #401
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.8.0
->^4.0.0
Release Notes
octet-stream/form-data-encoder (form-data-encoder)
v4.0.2
Compare Source
Patch Changes
0cc9cd4
Thanks @octet-stream! - Remove changelog from distrov4.0.1
Compare Source
Patch Changes
247fb3e
Thanks @octet-stream! - Remove removeComments from tsconfig.jsonv4.0.0
Compare Source
Major Changes
7f953c7
Thanks @octet-stream! - Bring back support for CJS via tsup. This package can be used with both ES and CJS modules5a4cd63
Thanks @octet-stream! - Drop Node.js 16 support. Minimal required version now is Node.js 187f953c7
Thanks @octet-stream! - Make FileLike and FormDataLike types compatible with File and FormDatav3.0.1
: 3.0.1Compare Source
Update
FormDataLike
types compatibility with undici (#19);compilerOptions.module
value tonode16
to meet TS requirements;All changes: octet-stream/form-data-encoder@v3.0.0...v3.0.1
v3.0.0
: 3.0.0Compare Source
Remove
isFileLike()
utility, useisFile()
instead;FormDataEncoder.getContentLength()
method.Update
14.x
support. Since 3.x the minimal required version is16.5.x
;chunk
utility to split value into chunks, if the value size is greater than 65536 bytes. This applied both to Files and string values, becauseFormDataEnocder
supportsAsyncIterable
returned byFile.stream()
;package.json
inesports
field ofpackage.json
.All changes: octet-stream/form-data-encoder@v2.1.4...v3.0.0
v2.1.4
: 2.1.4Compare Source
Update
ReadableStream
that does not implementSymbol.asyncIterator
method;FormDataEncoder
constructor.All changes: octet-stream/form-data-encoder@v2.1.3...v2.1.4
v2.1.3
: 2.1.3Compare Source
Update
LowercaseObjectKeys
TS utility with two interfaces:RawHeaders
andFormDataEncoderHeaders
. This should resolve #8;All changes: octet-stream/form-data-encoder@v2.1.2...v2.1.3
v2.1.2
: 2.1.2Compare Source
Update
All changes: octet-stream/form-data-encoder@v2.1.1...v2.1.2
v2.1.1
: 2.1.1Compare Source
Update
package.json
All changes: octet-stream/form-data-encoder@v2.1.0...v2.1.1
v2.1.0
: 2.1.0Compare Source
Update
NaN
returned asContent-Length
value whenFormDataEncoder
discovers entries without known length.All changes: octet-stream/form-data-encoder@v2.0.1...v2.1.0
v2.0.1
: 2.0.1Compare Source
Update
14.17
All changes: octet-stream/form-data-encoder@v2.0.0...v2.0.1
v2.0.0
: 2.0.0Compare Source
Breaking
Encoder
from exports;isFormDataLike
helper. UseisFormData
instead.Update
FormDataEncoder.headers
property can be accessed in case-insensitive manner. TypeScript users still have correct TS typings, but only for original and lowercased keys (for exampleContent-Type
andcontent-type
);FormData
instance will be preserved in array inside ofFormDataEncoder
instance (previously it held a reference to givenFormData
instance);isFileLike
helper. UseisFile
instead;FormDataEncoder.getContentLength()
method. The content-length is now static value, so this method makes no sense. UseFormDataEncoder.contentLength
orFormDataEncoder.headers["content-length"]
instead.Add
FormDataEncoderHeaders
type.All changes: octet-stream/form-data-encoder@v1.7.2...v2.0.0
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.
This PR has been generated by Mend Renovate. View repository job log here.