Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump csv-parse from 0.1.4 to 4.6.3 #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 15, 2019

Bumps csv-parse from 0.1.4 to 4.6.3.

Changelog

Sourced from csv-parse's changelog.

Version 4.6.3

  • lint: integrate eslint

Version 4.6.2

  • context: null column when columns number inferieur to record length

Version 4.6.1

  • src: set const in for loop

Version 4.6.0

  • skip_lines_with_empty_values: handle non string value
  • errors: add context information
  • tests: new error assertion framework
  • buffer: serialize to json as string
  • errors: expose INVALID_OPENING_QUOTE

Version 4.5.0

  • errors: start normalizing errors with unique codes and context
  • errors: expose CSV_INVALID_CLOSING_QUOTE
  • errors: expose CSV_QUOTE_NOT_CLOSED
  • errors: expose CSV_INVALID_RECORD_LENGTH_DONT_PREVIOUS_RECORDS
  • errors: expose CSV_INVALID_RECORD_LENGTH_DONT_MATCH_COLUMNS
  • errors: expose CSV_INVALID_COLUMN_MAPPING

Version 4.4.7

  • travis: remove node.js 8 and add 12
  • destroy: test inside readable event

Version 4.4.6

  • security: remove regexp vulnerable to DOS in cast option, npm report 69742

Version 4.4.5

  • ts: add buffer as allowed type for input, fix #248

Version 4.4.4

  • package: latest dependencies
  • bom: detection when buffer smaller than bom
  • package: remove deprecated @types/should dependency
  • package: update file path

Version 4.4.3

... (truncated)
Commits
  • f134854 Bump to version 4.6.3
  • 6136fd9 lint: integrate eslint
  • 4959359 Bump to version 4.6.2
  • 0a695e6 context: null column when columns number inferieur to record length
  • b076b8a Bump to version 4.6.1
  • bcb9269 src: set const in for loop
  • e966b87 changelog: errors todo
  • 007adfb Bump to version 4.6.0
  • 5f77c58 skip_lines_with_empty_values: handle non string value
  • 886d45b skip_lines_with_empty_values: handle non string value
  • Additional commits viewable in compare view

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 yourself)
  • @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

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants