brianreavis / sifter.js

A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.
1.09k stars 125 forks source link

Bump csv-parse from 2.5.0 to 4.6.5 #57

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps csv-parse from 2.5.0 to 4.6.5.

Changelog *Sourced from [csv-parse's changelog](https://github.com/adaltas/node-csv-parse/blob/master/CHANGELOG.md).* > ## Version 4.6.5 > > * context: column is null when cast force the context creation, fix [#260](https://github-redirect.dependabot.com/wdavidw/node-csv-parse/issues/260) > > ## Version 4.6.4 > > * errors: don't stringify/parse undefined and null values > * errors: expose CSV_NON_TRIMABLE_CHAR_AFTER_CLOSING_QUOTE > * errors: expose CSV_MAX_RECORD_SIZE > > ## 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 > > ... (truncated)
Commits - [`1d56f41`](https://github.com/adaltas/node-csv-parse/commit/1d56f419fe249dca049d3ed1d5d35f36111483a6) Bump to version 4.6.5 - [`14686c9`](https://github.com/adaltas/node-csv-parse/commit/14686c9df6559e82a90a98ed84df0fd419aedb10) context: column is null when cast force the context creation, fix [#260](https://github-redirect.dependabot.com/wdavidw/node-csv-parse/issues/260) - [`90cbd5d`](https://github.com/adaltas/node-csv-parse/commit/90cbd5d6c65fdb303193a34a9e9f963fd175cd64) Bump to version 4.6.4 - [`1f7c5f3`](https://github.com/adaltas/node-csv-parse/commit/1f7c5f38edcbbc6fac3716f78cfebfe41041f42a) errors: don't stringify/parse undefined and null values, fix [#262](https://github-redirect.dependabot.com/wdavidw/node-csv-parse/issues/262) - [`ad65f3c`](https://github.com/adaltas/node-csv-parse/commit/ad65f3c7fbd97aeb685dbadef184adae2a1a9154) error: new error CSV_NON_TRIMABLE_CHAR_AFTER_CLOSING_QUOTE - [`abc889b`](https://github.com/adaltas/node-csv-parse/commit/abc889bb4d1e80c9ee0511b7212082650f903792) error: new error CSV_MAX_RECORD_SIZE code - [`6704eab`](https://github.com/adaltas/node-csv-parse/commit/6704eab1adcca6e9e93dfd7647f3aaf6a641e88f) sample: refactor async iterator - [`f134854`](https://github.com/adaltas/node-csv-parse/commit/f13485478b1885276d984705a932bf69730f897b) Bump to version 4.6.3 - [`6136fd9`](https://github.com/adaltas/node-csv-parse/commit/6136fd9015bb6bff54794c9c6122ae5716a9a1b6) lint: integrate eslint - [`4959359`](https://github.com/adaltas/node-csv-parse/commit/4959359f87b9e2efd1a99baa76b63cf1f47f0e7d) Bump to version 4.6.2 - Additional commits viewable in [compare view](https://github.com/wdavidw/node-csv-parse/compare/v2.5.0...v4.6.5)


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](https://github.com/brianreavis/sifter.js/network/alerts).
coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 93.467% when pulling 29eb55127de7b125f2cb7d3fb1139d727a5fae6e on dependabot/npm_and_yarn/csv-parse-4.6.5 into 59990c421bb40c34cef4c01f128a2febfc2da59d on master.

ArvisZ commented 4 years ago

Hi! Any estimates when pr finishes ?

quannqit commented 4 years ago

@brianreavis Can you please merge this PR?

leandrocrs commented 4 years ago

Plz, approve this, so we can update selectize as well