Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Update csv-parse to the latest version 🚀 #1493

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 28, 2018

Version 3.0.0 of csv-parse was just published.

Dependency csv-parse
Current Version 2.5.0
Type devDependency

The version 3.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of csv-parse.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 5 commits.

  • 97c2805 Bump to version 3.0.0
  • 51e7e83 columns: skip empty values when null, false or undefined
  • ac8242c columns: group tests by type
  • fdc88ce sync: refactor internal variables
  • c0c6105 index: use destructuring assignment for deps

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 28, 2018

  • The devDependency csv-parse was updated from 2.5.0 to 3.1.2.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 3d0cbec Bump to version 3.1.0
  • 42f29ca package: move to csv.js.org
  • 1bfa7d2 samples: new cast sample
  • c8339fe package: upgrade to babel 7
  • 110af29 package: use caret versioning
  • 0a935dc samples: new mixed api samples
  • 35e2f14 readme: update travis badge
  • 359eee6 travis: support Node.js 10
  • e92b407 samples: new column script
  • ef8c4d1 samples: update syntax
  • 8c1b0a7 package: improve ignore files

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 28, 2018
greenkeeper bot added a commit that referenced this pull request Sep 28, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 28, 2018

  • The devDependency csv-parse was updated from 2.5.0 to 3.1.2.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 28, 2018

  • The devDependency csv-parse was updated from 2.5.0 to 3.1.2.

Update to this version instead 🚀

Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 28, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 5, 2018

  • The devDependency csv-parse was updated from 2.5.0 to 3.1.3.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • aea6ebd Bump to version 3.1.3
  • 41b05bf rowDelimiter: fix overlap with delimiter
  • 391b708 internal: rename rowDelimiterLength to rowDelimiterMaxLength
  • 875fb69 travis: remove duplicate node 10

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 9, 2018

  • The devDependency csv-parse was updated from 2.5.0 to 3.2.0.

Update to this version instead 🚀

Commits

The new version differs by 25 commits.

  • e0cbcc8 Bump to version 3.2.0
  • ebc18b1 trim: simplify tests
  • 15ecebf quote: test readability
  • 83a917e escape: test readability
  • 1bded5e columns: improve test readability
  • cfe1d1e max_limit_on_data_read: update error msg
  • 0842809 skip_empty_lines: group test by value
  • df8f89f from: tests simplification
  • 712b107 delimiter: simplify test
  • d0cd0c3 quote: test next character
  • e4b6d83 relax_column_count: test values without additionnal options
  • f4309fb samples: fix bad variable name
  • d759213 delimiter: test simplification
  • 80dbba8 quote: test simplification
  • 26e92df src: simplify detection for more data

There are 25 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 9, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 19, 2018

  • The devDependency csv-parse was updated from 2.5.0 to 4.0.0.

Update to this version instead 🚀

Commits

The new version differs by 38 commits.

  • 33dc238 Bump to version 4.0.0
  • 50d7b70 package: fix preversion script
  • 68735c0 ts: callback info is always present
  • 7e9f9a0 comment: handle empty field before comment
  • deeeb80 package: switch to MIT license
  • 77fa2ce callback: pass undefined instead of null
  • 8a1fd16 parser: remove console.log
  • 8c8132a info: new option
  • a72e0b1 parser: move record delimiter declaration
  • 1ae4de5 commenting: use full variable path
  • 7ff2785 comment_lines: count the number of commented lines with no records
  • 6fa5a35 ts: mark info as readonly with required properties
  • 7556d4f invalid_field_length: was skipped_line_count
  • b1b66a3 empty_lines: count last line
  • a0ca48b cast: catch error in user functions

There are 38 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 19, 2018

  • The devDependency csv-parse was updated from 2.5.0 to 4.0.1.

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 added a commit that referenced this pull request Nov 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 6, 2018

  • The devDependency csv-parse was updated from 2.5.0 to 4.1.0.

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 added a commit that referenced this pull request Dec 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 14, 2018

  • The devDependency csv-parse was updated from 2.5.0 to 4.2.0.

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

greenkeeper bot added a commit that referenced this pull request Dec 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 30, 2018

  • The devDependency csv-parse was updated from 2.5.0 to 4.3.0.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 21, 2019

  • The devDependency csv-parse was updated from 2.5.0 to 4.3.1.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 577f22d Bump to version 4.3.1
  • eab9295 ts: distribute definitions with es5
  • d86e24b babel: include .babelrc to git
  • 7f911da ts: unused MatcherFunc type

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 21, 2019
greenkeeper bot added a commit that referenced this pull request Feb 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 12, 2019

  • The devDependency csv-parse was updated from 2.5.0 to 4.3.2.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 12, 2019

  • The devDependency csv-parse was updated from 2.5.0 to 4.3.3.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 11, 2019

  • The devDependency csv-parse was updated from 2.5.0 to 4.3.4.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • dd83f5c Bump to version 4.3.4
  • 9d85b70 package: latest dev dependencies
  • 7ee298f columns: enrich error message when provided as literal object
  • 4175932 cast: handle undefined columns
  • c130341 skip_lines_with_error: new sample
  • bbb3045 Fix license

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 11, 2019
greenkeeper bot added a commit that referenced this pull request Apr 8, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2019

  • The devDependency csv-parse was updated from 2.5.0 to 4.4.0.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 034a93b Bump to version 4.4.0
  • 5312403 project: fix changelog heading
  • 62cc9de options: new bom option, fix #236
  • 95b224d changelog: fix typo

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 18, 2019

  • The devDependency csv-parse was updated from 2.5.0 to 4.4.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 29, 2019

  • The devDependency csv-parse was updated from 2.5.0 to 4.4.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 29, 2019
greenkeeper bot added a commit that referenced this pull request May 29, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 29, 2019

  • The devDependency csv-parse was updated from 2.5.0 to 4.4.3.

Update to this version instead 🚀

@fox1t fox1t closed this Aug 6, 2019
@fox1t fox1t deleted the greenkeeper/csv-parse-3.0.0 branch August 6, 2019 16:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant