The version 2.2.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of form-data.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release NotesAdded `filepath` option
The filepath property overrides filename and may contain a relative path. This is typically used when uploading multiple files from a directory.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).
Coverage remained the same at 78.378% when pulling d3dca60e898e9501467d612fa87f7d61e6534d28 on greenkeeper/form-data-2.2.0 into 04dbc5ef68fa56fc697099030c4dc24f4dff7f1c on master.
Version 2.2.0 of form-data just got published.
The version 2.2.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of form-data. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
Added `filepath` optionThe
filepath
property overridesfilename
and may contain a relative path. This is typically used when uploading multiple files from a directory.Thanks to @sebdeckers
Commits
The new version differs by 6 commits.
6edf2cd
2.2.0
561dece
Merge pull request #355 from sebdeckers/patch-1
9512d0c
Filename can be a nested path
d7398c3
Bumped version number.
1974877
Merge pull request #346 from m59peacemaker/master
67b8a8e
toString should output '[object FormData]'
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: