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

Bump form-data-encoder from 2.1.4 to 3.0.0 in /backend #525

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2023

Bumps form-data-encoder from 2.1.4 to 3.0.0.

Release notes

Sourced from form-data-encoder's releases.

3.0.0

Remove

  • Remove deprecated isFileLike() utility, use isFile() instead;
  • Remove deprecated FormDataEncoder.getContentLength() method.

Update

  • BREAKING: Drop Node 14.x support. Since 3.x the minimal required version is 16.5.x;
  • Implement internal chunk utility to split value into chunks, if the value size is greater than 65536 bytes. This applied both to Files and string values, because FormDataEnocder supports AsyncIterable returned by File.stream();
  • Expose package.json in esports field of package.json.

All changes: octet-stream/form-data-encoder@v2.1.4...v3.0.0

Commits
  • 1f2a613 Remove .swcrc
  • e9e4994 Bump version: 2.1.4 -> 3.0.0
  • 4c6084c Update Requirements section in readme.md
  • 277102d Add badge for typescript workflow to readme.md
  • 16b75e8 Add typescript workflow
  • 8887d6a Update tsc compilation target to es2021
  • fab4960 Switch back to ts-node, because swc-node leads to incorrect coverage
  • 7ea947d Remove deprecated isFileLike() utility and FormDataEncoder.getContentLength()...
  • 3038cd4 Fix a typo in chunk tests. Small improvements for chunk tests
  • b27151a Remove node 19 from test matrix
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [form-data-encoder](https://github.com/octet-stream/form-data-encoder) from 2.1.4 to 3.0.0.
- [Release notes](https://github.com/octet-stream/form-data-encoder/releases)
- [Commits](octet-stream/form-data-encoder@v2.1.4...v3.0.0)

---
updated-dependencies:
- dependency-name: form-data-encoder
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 30, 2023
@a3957273 a3957273 merged commit 232780c into main Jun 1, 2023
@a3957273 a3957273 deleted the dependabot/npm_and_yarn/backend/form-data-encoder-3.0.0 branch June 1, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant