BspbOrg / members-server

Management system for BSPB members
GNU Affero General Public License v3.0
0 stars 0 forks source link

An in-range update of csv-parser is breaking the build 🚨 #71

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency csv-parser was updated from 2.3.0 to 2.3.1.

🚨 View failing branch.

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

csv-parser 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/BspbOrg/members-server/builds/588570361?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 15 commits.

  • 43c5975 chore(release): 2.3.1
  • 1a4c6a4 chore: update joi
  • f0970ab chore: remove generate-function dep
  • 22cb899 chore: update dependencies
  • b1db54c docs: mapHeaders and mapValues verbosity. fixes #141
  • e3cf330 refactor: remove generate-function, improve perf
  • 2ef1238 chore: data -> fixtures, update benchmarks for node v12
  • 46016da chore: add linting and coverage to ci
  • 55aac1f chore: fix linting errors
  • f45214d chore: update dev dependencies
  • 9863281 chore: update travis node versions
  • 3755ebe chore: Merge branch 'master' of github.com:mafintosh/csv-parser
  • 0e25a77 chore: bump minimum node version
  • bb604b8 test: add test for numeric/index headers
  • 615f591 fix: inverted row/column doc README.md (#130)

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 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.3.2

Bugfixes

  • fix: strict + skipLines error. fixes #136

Updates

  • docs: stripBomStream -> stripBom
  • chore: update execa dependency to 2.1.0 (#147)
  • chore: use process.execPath rather than node in test (#145)
  • test: add explicit test for headers option
  • docs: add usage note to headers. addresses #142
Commits

The new version differs by 8 commits.

  • 789e0c1 chore(release): 2.3.2
  • 06164bf docs: stripBomStream -> stripBom
  • 264e15a chore: update execa dependency to 2.1.0 (#147)
  • d221504 chore: use process.execPath rather than node in test (#145)
  • 5a42ada chore: Merge branch 'master' of github.com:mafintosh/csv-parser
  • 7a13afe test: add explicit test for headers option
  • bc487c5 docs: add usage note to headers. addresses #142
  • 77acc45 fix: strict + skipLines error. fixes #136

See the full diff