Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Bump fast-csv from 2.5.0 to 3.3.0 in /api #1322

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps fast-csv from 2.5.0 to 3.3.0.

Release notes

Sourced from fast-csv's releases.

v3.3.0

  • [FIXED] First row of CSV is removed when headers array is provided #252

v3.2.0

v3.0.2

  • Update lodash to address #260
Changelog

Sourced from fast-csv's changelog.

v3.3.0

  • [FIXED] First row of CSV is removed when headers array is provided #252

v3.2.0

v3.1.0

v3.0.2

  • Update lodash to address #260

v3.0.1

  • Update .npmignore to not exclude build directory

v3.0.0

  • Updated to Node 8
  • Rewrote in Typescript

Parsing Changes

  • Calling the library as a function has been removed in favor of csv.parse.
    • csv() change to csv.parse()
  • Deprecated fromString in favor of parseString
    • csv.fromString() change to csv.parseString()
  • Deprecated fromStream in favor of parseStreama
    • csv.fromStream() change to csv.parseStream()
  • DeprecatedfromPath in favor of parseFile
    • csv.fromPath() change to csv.parseFile()

Formatting Changes

  • csv.createWriteStream has been removed in favor of csv.format
  • csv.writeToBuffer and csv.writeToString no longer accepts a callback, instead they return a promise Promise
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [fast-csv](https://github.com/C2FO/fast-csv) from 2.5.0 to 3.3.0.
- [Release notes](https://github.com/C2FO/fast-csv/releases)
- [Changelog](https://github.com/C2FO/fast-csv/blob/master/History.md)
- [Commits](https://github.com/C2FO/fast-csv/commits/v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 29, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #1324.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/api/fast-csv-3.3.0 branch July 30, 2019 05:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants