Carr1005 / lighthouse-batch-parallel

A module for helping collecting websites' Lighthouse audit data in batches. Get the report data stream in CSV, JS Object or JSON format. Also provide a cli-tool to generate the report file in CSV or JSON format directly.
Apache License 2.0
29 stars 9 forks source link

Bump csv-parse from 4.4.1 to 4.8.6 #3

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps csv-parse from 4.4.1 to 4.8.6.

Changelog *Sourced from [csv-parse's changelog](https://github.com/adaltas/node-csv-parse/blob/master/CHANGELOG.md).* > ## Version 4.8.6 > > * on_record: catch and handle user errors > > ## Version 4.8.5 > > * ts: fix `types` declaration > > ## Version 4.8.4 > > * ts: fix `types` declaration to a single file > > ## Version 4.8.3 > > * `errors`: handle undefined captureStackTrace > > ## Version 4.8.2 > > * `relax_column_count`: ts definitions for less and more > > ## Version 4.8.1 > > * package: move pad dependency to dev > > ## Version 4.8.0 > > * `relax_column_count`: new less and more options > * columns: skip empty records before detecting headers > * errors: rename `CSV_INCONSISTENT_RECORD_LENGTH` > * errors: rename `CSV_RECORD_DONT_MATCH_COLUMNS_LENGTH` > > ## Version 4.7.0 > > New Feature: > * `on_record`: user function to alter and filter records > > Minor improvements: > * test: ensure every sample is valid > * `from_line`: honours inferred column names > * `from_line`: new sample > * errors: expose `CSV_INVALID_ARGUMENT` > * errors: expose `CSV_INVALID_COLUMN_DEFINITION` > * errors: expose `CSV_OPTION_COLUMNS_MISSING_NAME` > * errors: expose `CSV_INVALID_OPTION_BOM` > * errors: expose `CSV_INVALID_OPTION_CAST` > * errors: expose `CSV_INVALID_OPTION_CAST_DATE` > * errors: expose `CSV_INVALID_OPTION_COLUMNS` > * errors: expose `CSV_INVALID_OPTION_COMMENT` > * errors: expose `CSV_INVALID_OPTION_DELIMITER` > * error: fix call to supper > ... (truncated)
Commits - [`da4e190`](https://github.com/adaltas/node-csv-parse/commit/da4e190fe67b281845d9985e6f6f298758fc7850) Bump to version 4.8.6 - [`18f68cf`](https://github.com/adaltas/node-csv-parse/commit/18f68cf3d28be19b81e224ceaf9798467139dcd5) on_record: catch and handle user errors - [`1928f35`](https://github.com/adaltas/node-csv-parse/commit/1928f35843bdf416e62ef3c062f779ab72a29823) async: more sample update - [`a884da7`](https://github.com/adaltas/node-csv-parse/commit/a884da7aa36f4776e9571997099a53379d0ad893) async: update iterator sample - [`7e6c3fc`](https://github.com/adaltas/node-csv-parse/commit/7e6c3fc9c4c4c64e0670d111b6924bd80087afe4) project: format feature request template - [`ea752ae`](https://github.com/adaltas/node-csv-parse/commit/ea752aefe9e534674ef519f0abace5d0376e8d34) Update bug_report.md - [`7c3744a`](https://github.com/adaltas/node-csv-parse/commit/7c3744af8ea3c08091bfb4aa27f42fe0678de1d3) Bump to version 4.8.5 - [`9c2045e`](https://github.com/adaltas/node-csv-parse/commit/9c2045e69f258d57f7fef9bbf0021d275b66ca0a) ts: fix `types` declaration - [`fac029b`](https://github.com/adaltas/node-csv-parse/commit/fac029b6f36f2a8402ee0d93e942d4df88bb6a93) Bump to version 4.8.4 - [`628187c`](https://github.com/adaltas/node-csv-parse/commit/628187c33eb4d84446a3876699f08692b107b976) ts: `types` declaration to a single file, fix [#271](https://github-redirect.dependabot.com/wdavidw/node-csv-parse/issues/271) - Additional commits viewable in [compare view](https://github.com/wdavidw/node-csv-parse/compare/v4.4.1...v4.8.6)


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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/Carr1005/lighthouse-batch-parallel/network/alerts).