ericblade / mws-simple

nodejs Amazon MWS (Merchant Web Services) API in ~150 lines of code
MIT License
8 stars 5 forks source link

Update csv-parse to the latest version ๐Ÿš€ #27

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency csv-parse was updated from 3.2.0 to 4.0.0.

This version is not covered by your current version range.

If you donโ€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donโ€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 120


Totals Coverage Status
Change from base Build 115: 0.0%
Covered Lines: 52
Relevant Lines: 60

๐Ÿ’› - Coveralls
greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Commits

The new version differs by 3 commits.

  • 3ce496d Bump to version 4.0.1
  • 8a5b1d1 relax_column_count: handle records with more columns
  • ffed6c7 columns: examples

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Commits

The new version differs by 13 commits.

  • c7c68af Bump to version 4.1.0
  • 8477d8c cast: ensure column is a string and not an array
  • 40d1fee cast: rename all values test
  • eb295df stream: handle empty input streams
  • 40b0bf0 cast: function may return non-string values
  • 58c90c1 cast: test record count with columns
  • e4bf6f4 cast: group columns and error tests
  • 873dd25 cast: group tests
  • 173b886 stream: pass stream options without modification
  • 31d2793 relax_column_count: example with columns
  • 8d76818 options: use underscore internally
  • b329a6d tests: clean up test names
  • 0cb72e3 options: accept camelize and underscore forms

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Commits

The new version differs by 3 commits.

  • f8d4b46 Bump to version 4.2.0
  • 6fca318 record_delimiter: fix multi bytes with skip_empty_lines and from_line
  • 7487424 rtrim: accept tab

See the full diff

ericblade commented 5 years ago

This passes tests