octet-stream / form-data

Spec-compliant FormData implementation for Node.js
https://www.npmjs.com/package/formdata-node
MIT License
142 stars 17 forks source link

Upgrade web-streams-polyfill #59

Closed Kikobeats closed 2 years ago

Kikobeats commented 2 years ago

The beta3 is resolving a bug that isn't affecting form-data directly, but it could be affect projects that rely on form-data dependency version:

https://github.com/MattiasBuelens/web-streams-polyfill/releases/tag/v4.0.0-beta.3

octet-stream commented 2 years ago

Hi, thank you for bringing this to my attention. I will update this definitely.

codecov[bot] commented 2 years ago

Codecov Report

Merging #59 (9eeb51a) into master (06e60f6) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #59   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          989       989           
  Branches       151       151           
=========================================
  Hits           989       989           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

octet-stream commented 2 years ago

I also updated it in 4.x branch, but your PR will be included with v5.

octet-stream commented 2 years ago

https://github.com/octet-stream/form-data/releases/tag/v4.4.1