build(deps): bump de.siegmar:fastcsv from 3.6.0 to 4.3.0#22
Merged
Conversation
Owner
|
@dependabot rebase |
Bumps [de.siegmar:fastcsv](https://github.com/osiegmar/FastCSV) from 3.6.0 to 4.3.0. - [Release notes](https://github.com/osiegmar/FastCSV/releases) - [Changelog](https://github.com/osiegmar/FastCSV/blob/main/CHANGELOG.md) - [Commits](osiegmar/FastCSV@v3.6.0...v4.3.0) --- updated-dependencies: - dependency-name: de.siegmar:fastcsv dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
6868093 to
5a7a1cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps de.siegmar:fastcsv from 3.6.0 to 4.3.0.
Release notes
Sourced from de.siegmar:fastcsv's releases.
... (truncated)
Changelog
Sourced from de.siegmar:fastcsv's changelog.
... (truncated)
Commits
8c61fc1chore(main): release 4.3.0 (#186)171101afeat: add allowUnclosedQuote flag to reader builders (#173)be09d93chore: update IntelliJ vcs.xmlfb018d2feat: lock skipLines once CSV parsing has started9c0d607fix: reset() in StrictCsvParser left parser-state fields stale0819c4ffix: peekLine left buffer in inconsistent state after compactiona6d3de5fix: clear stale CR flag on closing quote in StrictCsvParser3f3c85erefactor: track whitespace-only state inline in parseUnquotedfb11551refactor: simplify LookaheadReader callers via boolean ensureBufferedce86205fix: peekLine in RelaxedCsvParser truncated long lines