ericblade / mws-simple

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

An in-range update of csv-parse is breaking the build 🚨 #30

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency csv-parse was updated from 4.2.0 to 4.3.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

csv-parse is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/ericblade/mws-simple/builds/473663431?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 17 commits.

  • 57fe2b4 Bump to version 4.3.0
  • 8e085b7 to_line: validation refinements
  • b82e4c8 trim, ltrim, rtrim: validation refinements
  • b1b5c54 to: validation refinements
  • 80cff34 from: dont accept false
  • 35283c5 objname: fix previous commit
  • 3602cee from_line: validation refinements
  • fae2e78 objname: accept a buffer
  • b1147fe columns: test false
  • 83337c8 from: validation refinements
  • f3d86b2 escape: validation refinements
  • 8f34bb0 skip_*: validation refinements
  • 10e706b relax_column_count: validation refinements
  • 3e9cd16 relax: validation refinements
  • d80ac7d delimiter: validation refinements

There are 17 commits in total.

See the full diff

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:

greenkeeper[bot] commented 5 years ago

After pinning to 4.2.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

ericblade commented 5 years ago

tests failing due to apparent change at API endpoint headers, rather than the csv-parse change