Skip to content

Bump csv from 3.2.0 to 3.2.2#1064

Merged
drusepth merged 1 commit intomasterfrom
dependabot/bundler/csv-3.2.2
Dec 28, 2021
Merged

Bump csv from 3.2.0 to 3.2.2#1064
drusepth merged 1 commit intomasterfrom
dependabot/bundler/csv-3.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 24, 2021

Bumps csv from 3.2.0 to 3.2.2.

Changelog

Sourced from csv's changelog.

3.2.2 - 2021-12-24

Improvements

  • Added a validation for invalid option combination. [GitHub#225][Patch by adamroyjones]

  • Improved documentation for developers. [GitHub#227][Patch by Eriko Sugiyama]

Fixes

  • Fixed a bug that all of ARGF contents may not be consumed. [GitHub#228][Reported by Rafael Navaza]

  • Fixed a bug that some texts may be dropped unexpectedly. [Bug #18245][ruby-core:105587][Reported by Hassan Abdul Rehman]

Thanks

  • adamroyjones

  • Eriko Sugiyama

  • Rafael Navaza

  • Hassan Abdul Rehman

3.2.1 - 2021-10-23

Improvements

  • doc: Fixed wrong class name. [GitHub#217][Patch by Vince]

  • Changed to always use "\n" for the default row separator on Ruby 3.0 or later because $INPUT_RECORD_SEPARATOR was deprecated since Ruby 3.0.

  • Added support for Ractor. [GitHub#218][Patch by rm155]

    • Users who want to use the built-in converters in non-main Ractors need to call Ractor.make_shareable(CSV::Converters) and/or Ractor.make_shareable(CSV::HeaderConverters) before creating non-main Ractors.

Thanks

  • Vince

... (truncated)

Commits
  • 68461ae test: reduce size for stability on GitHub Actions
  • 1e219c6 Add 3.2.2 entry
  • 43a1d6f Revert "parser: fix a keep bug that some texts may be dropped unexpectedly"
  • 06a65b0 parser: use row separator explicitly
  • 5c6523d parser: fix a keep bug that some texts may be dropped unexpectedly
  • ba7b735 ci: fix github-actions bot info
  • 81f595b Fix a bug that all of ARGF contents may not be consumed
  • e32b666 Bump version
  • a5b022e Fix description for developer (#227)
  • cc317dd Add handling for ambiguous parsing options (#226)
  • Additional commits viewable in compare view

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)

Bumps [csv](https://github.com/ruby/csv) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/ruby/csv/releases)
- [Changelog](https://github.com/ruby/csv/blob/master/NEWS.md)
- [Commits](ruby/csv@v3.2.0...v3.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the Tech debt label Dec 24, 2021
@drusepth drusepth merged commit 8c4d296 into master Dec 28, 2021
@dependabot dependabot Bot deleted the dependabot/bundler/csv-3.2.2 branch December 28, 2021 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant