Changelog
*Sourced from [csv-parse's changelog](https://github.com/adaltas/node-csv-parse/blob/master/CHANGELOG.md).*
> ## 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
>
> Project management:
> * package: contributing
> * package: code of conduct
>
> ## 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
> ... (truncated)
Commits
- [`b88e904`](https://github.com/adaltas/node-csv-parse/commit/b88e9048b1527b48fdbe7f4e06dbdfdf7d7a8079) Bump to version 4.8.2
- [`18bc48f`](https://github.com/adaltas/node-csv-parse/commit/18bc48ffc888a226cdc737c1ade7d858bd51f959) relax_column_count: ts definitions for less and more
- [`855f199`](https://github.com/adaltas/node-csv-parse/commit/855f1995158b173ba574529edbef2a517f68f5e8) package: typo
- [`c8cfc6e`](https://github.com/adaltas/node-csv-parse/commit/c8cfc6e2039f42c12c8b690b5c56af05117cfce8) Bump to version 4.8.1
- [`59df2cd`](https://github.com/adaltas/node-csv-parse/commit/59df2cdc8d92dd820e33b10ea2dddfdc05abe719) package: move pad dependency to dev
- [`8871c26`](https://github.com/adaltas/node-csv-parse/commit/8871c26f29a89438f1e768d3d14dd1161ac51476) Bump to version 4.8.0
- [`7333b56`](https://github.com/adaltas/node-csv-parse/commit/7333b56a9721520e1286cf4740e8184d31b7be27) relax_column_count: new less and more options, fix [#268](https://github-redirect.dependabot.com/wdavidw/node-csv-parse/issues/268)
- [`7eaabe0`](https://github.com/adaltas/node-csv-parse/commit/7eaabe0c113f29d3766bf85ef1f649acfa780cf6) errors: rename CSV_RECORD_DONT_MATCH_COLUMNS_LENGTH
- [`bae8c9d`](https://github.com/adaltas/node-csv-parse/commit/bae8c9d6fc8c63e83c7caa614562746b8a30ec24) errors: rename CSV_INCONSISTENT_RECORD_LENGTH
- [`21891ba`](https://github.com/adaltas/node-csv-parse/commit/21891ba5319e5a0c2748d47eb369e60ec79109f0) relax: test simplification
- Additional commits viewable in [compare view](https://github.com/wdavidw/node-csv-parse/compare/v4.3.4...v4.8.2)
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/Requinard/reggie/network/alerts).
Bumps csv-parse from 4.3.4 to 4.8.2.
Changelog
*Sourced from [csv-parse's changelog](https://github.com/adaltas/node-csv-parse/blob/master/CHANGELOG.md).* > ## 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 > > Project management: > * package: contributing > * package: code of conduct > > ## 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 > ... (truncated)Commits
- [`b88e904`](https://github.com/adaltas/node-csv-parse/commit/b88e9048b1527b48fdbe7f4e06dbdfdf7d7a8079) Bump to version 4.8.2 - [`18bc48f`](https://github.com/adaltas/node-csv-parse/commit/18bc48ffc888a226cdc737c1ade7d858bd51f959) relax_column_count: ts definitions for less and more - [`855f199`](https://github.com/adaltas/node-csv-parse/commit/855f1995158b173ba574529edbef2a517f68f5e8) package: typo - [`c8cfc6e`](https://github.com/adaltas/node-csv-parse/commit/c8cfc6e2039f42c12c8b690b5c56af05117cfce8) Bump to version 4.8.1 - [`59df2cd`](https://github.com/adaltas/node-csv-parse/commit/59df2cdc8d92dd820e33b10ea2dddfdc05abe719) package: move pad dependency to dev - [`8871c26`](https://github.com/adaltas/node-csv-parse/commit/8871c26f29a89438f1e768d3d14dd1161ac51476) Bump to version 4.8.0 - [`7333b56`](https://github.com/adaltas/node-csv-parse/commit/7333b56a9721520e1286cf4740e8184d31b7be27) relax_column_count: new less and more options, fix [#268](https://github-redirect.dependabot.com/wdavidw/node-csv-parse/issues/268) - [`7eaabe0`](https://github.com/adaltas/node-csv-parse/commit/7eaabe0c113f29d3766bf85ef1f649acfa780cf6) errors: rename CSV_RECORD_DONT_MATCH_COLUMNS_LENGTH - [`bae8c9d`](https://github.com/adaltas/node-csv-parse/commit/bae8c9d6fc8c63e83c7caa614562746b8a30ec24) errors: rename CSV_INCONSISTENT_RECORD_LENGTH - [`21891ba`](https://github.com/adaltas/node-csv-parse/commit/21891ba5319e5a0c2748d47eb369e60ec79109f0) relax: test simplification - Additional commits viewable in [compare view](https://github.com/wdavidw/node-csv-parse/compare/v4.3.4...v4.8.2)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/Requinard/reggie/network/alerts).