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.4.0 in /api #1324

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 30, 2019

Bumps fast-csv from 2.5.0 to 3.4.0.

Release notes

Sourced from fast-csv's releases.

v3.4.0

  • [FIXED] formatter.js: Disabling quote doesn't work #97
    • Changed to allow the quote option to be provided as a boolean so when set to false all quoting is ignored.
  • [ADDED] writeBOM option when formatting a csv #180
  • Added tests for #102

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.4.0

  • [FIXED] formatter.js: Disabling quote doesn't work #97
    • Changed to allow the quote option to be provided as a boolean so when set to false all quoting is ignored.
  • [ADDED] writeBOM option when formatting a csv #180
  • Added tests for #102

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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 30, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/api/fast-csv-3.4.0 branch 2 times, most recently from 32f2b60 to b09b82e Compare July 30, 2019 09:12
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/api/fast-csv-3.4.0 branch 10 times, most recently from f0dfb24 to 3211373 Compare September 2, 2019 21:57
Bumps [fast-csv](https://github.com/C2FO/fast-csv) from 2.5.0 to 3.4.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.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/api/fast-csv-3.4.0 branch from 3211373 to 71fb6d1 Compare September 3, 2019 07:19
@kesselb kesselb closed this Sep 3, 2019
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/api/fast-csv-3.4.0 branch September 3, 2019 07:50
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.

None yet

1 participant