Skip to content

Chore(deps): Bump csv from 6.0.0 to 8.0.0 - #8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/csv-8.0.0
Open

Chore(deps): Bump csv from 6.0.0 to 8.0.0#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/csv-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown

Bumps csv from 6.0.0 to 8.0.0.

Changelog

Sourced from csv's changelog.

8.0.0

Fix stream nesting issue (#77): stream.transform(csv.decoder).toList() now correctly returns List<List<dynamic>> instead of List<List<List<dynamic>>>.

Breaking changes:

  • CsvCodec has been renamed to Csv. A deprecated CsvCodec typedef is provided for migration.
  • Csv does not extend dart:convert's Codec. Use asCodec() if you need a Codec (e.g., for .fuse()).
  • CsvDecoder is now a StreamTransformerBase<String, List<dynamic>> instead of a Converter<String, List<List<dynamic>>>. Each stream event is a single row.
  • CsvEncoder is now a StreamTransformerBase<List<dynamic>, String> instead of a Converter<List<List<dynamic>>, String>. Each stream event is a single row.
  • csv.decoder.fuse(...) → use csv.asCodec().decoder.fuse(...) instead.

See the "The Codec Problem" section in the README for a detailed explanation.

7.2.0

Document CsvRow map-like access and necessary casts. Add decodeWithHeaders() helper function.

7.1.0

Implement dynamic typing for CSV.

7.0.0

Complete rewrite of the library, now compatible with dart:convert. Automatic delimiter detection and BOM support. Optimized for performance and memory usage. If you need compatibility with the older API, please continue using version 6.

Commits

@dependabot @github

dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, flutter. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/pub/csv-8.0.0 branch from 598aab6 to c14a6f7 Compare May 31, 2026 08:29
@dependabot
dependabot Bot force-pushed the dependabot/pub/csv-8.0.0 branch from c14a6f7 to 70b3031 Compare May 31, 2026 15:22
Bumps [csv](https://github.com/close2/csv) from 6.0.0 to 8.0.0.
- [Changelog](https://github.com/close2/csv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/close2/csv/commits)

---
updated-dependencies:
- dependency-name: csv
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pub/csv-8.0.0 branch from 70b3031 to 667fe88 Compare June 21, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants