Bump csv from 3.3.2 to 3.3.3 #2021

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/csv-3.3.3 into main 2025-03-24 22:03:22 +08:00
dependabot[bot] commented 2025-03-24 15:23:18 +08:00 (Migrated from github.com)

Bumps csv from 3.3.2 to 3.3.3.

Release notes

Sourced from csv's releases.

csv 3.3.3 - 2025-03-20

Improvements

  • csv-filter: Add an experimental command line tool to filter a CSV.
    • Patch by Burdette Lamar

Fixes

  • Fixed wrong EOF detection for ARGF

    • GH-328
    • Reported by Takeshi Nishimatsu
  • Fixed a regression bug that CSV.open rejects integer mode.

    • GH-336
    • Reported by Dave Burgess

Thanks

  • Takeshi Nishimatsu

  • Burdette Lamar

  • Dave Burgess

Changelog

Sourced from csv's changelog.

3.3.3 - 2025-03-20

Improvements

  • csv-filter: Add an experimental command line tool to filter a CSV.
    • Patch by Burdette Lamar

Fixes

  • Fixed wrong EOF detection for ARGF

    • GH-328
    • Reported by Takeshi Nishimatsu
  • Fixed a regression bug that CSV.open rejects integer mode.

    • GH-336
    • Reported by Dave Burgess

Thanks

  • Takeshi Nishimatsu

  • Burdette Lamar

  • Dave Burgess

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.3.2 to 3.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/csv/releases">csv's releases</a>.</em></p> <blockquote> <h2>csv 3.3.3 - 2025-03-20</h2> <h3>Improvements</h3> <ul> <li><code>csv-filter</code>: Add an experimental command line tool to filter a CSV. <ul> <li>Patch by Burdette Lamar</li> </ul> </li> </ul> <h3>Fixes</h3> <ul> <li> <p>Fixed wrong EOF detection for <code>ARGF</code></p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/328">GH-328</a></li> <li>Reported by Takeshi Nishimatsu</li> </ul> </li> <li> <p>Fixed a regression bug that <code>CSV.open</code> rejects integer mode.</p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/336">GH-336</a></li> <li>Reported by Dave Burgess</li> </ul> </li> </ul> <h3>Thanks</h3> <ul> <li> <p>Takeshi Nishimatsu</p> </li> <li> <p>Burdette Lamar</p> </li> <li> <p>Dave Burgess</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ruby/csv/blob/main/NEWS.md">csv's changelog</a>.</em></p> <blockquote> <h2>3.3.3 - 2025-03-20</h2> <h3>Improvements</h3> <ul> <li><code>csv-filter</code>: Add an experimental command line tool to filter a CSV. <ul> <li>Patch by Burdette Lamar</li> </ul> </li> </ul> <h3>Fixes</h3> <ul> <li> <p>Fixed wrong EOF detection for <code>ARGF</code></p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/328">GH-328</a></li> <li>Reported by Takeshi Nishimatsu</li> </ul> </li> <li> <p>Fixed a regression bug that <code>CSV.open</code> rejects integer mode.</p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/336">GH-336</a></li> <li>Reported by Dave Burgess</li> </ul> </li> </ul> <h3>Thanks</h3> <ul> <li> <p>Takeshi Nishimatsu</p> </li> <li> <p>Burdette Lamar</p> </li> <li> <p>Dave Burgess</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/csv/commit/d2abb36ccc7c067ef55e0fda6b2efe8721674048"><code>d2abb36</code></a> Add 3.3.3 entry</li> <li><a href="https://github.com/ruby/csv/commit/f394f79fe99ff5179804fc61d01ed574e88411cc"><code>f394f79</code></a> CSV.read: Add support for integer mode again</li> <li><a href="https://github.com/ruby/csv/commit/34e21fa48dd67d17480d12ada1eb068f98b8f3de"><code>34e21fa</code></a> csv-filter: add --row-sep (<a href="https://redirect.github.com/ruby/csv/issues/335">#335</a>)</li> <li><a href="https://github.com/ruby/csv/commit/29723a0a88dee0efe1ba48182acb07d87c3901bf"><code>29723a0</code></a> csv-filter: add --input-quote-char (<a href="https://redirect.github.com/ruby/csv/issues/333">#333</a>)</li> <li><a href="https://github.com/ruby/csv/commit/559fbf70862a9281204ea1b426b995542283ad87"><code>559fbf7</code></a> csv-filter: add --output-col-sep (<a href="https://redirect.github.com/ruby/csv/issues/332">#332</a>)</li> <li><a href="https://github.com/ruby/csv/commit/f52435606e286aa282a7e95a71f4955dc385b45c"><code>f524356</code></a> csv-filter: add --output-row-sep (<a href="https://redirect.github.com/ruby/csv/issues/331">#331</a>)</li> <li><a href="https://github.com/ruby/csv/commit/eec15def1f6b9cd77a3bd17a97947210610c04a8"><code>eec15de</code></a> csv-filter: Add --input-row-sep (<a href="https://redirect.github.com/ruby/csv/issues/330">#330</a>)</li> <li><a href="https://github.com/ruby/csv/commit/bfaa5fb9acfdfc76a0a5729ed1eeb456f6a23fea"><code>bfaa5fb</code></a> Add option --input-col-sep to csv-filter (<a href="https://redirect.github.com/ruby/csv/issues/329">#329</a>)</li> <li><a href="https://github.com/ruby/csv/commit/c457574a51956cfede94850c6c158731299acbde"><code>c457574</code></a> ci benchmark: use the latest Ruby</li> <li><a href="https://github.com/ruby/csv/commit/34550ad704b1a1535672325a9d81cefc369d13b4"><code>34550ad</code></a> ci test: update Ruby versions</li> <li>Additional commits viewable in <a href="https://github.com/ruby/csv/compare/v3.3.2...v3.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=csv&package-manager=bundler&previous-version=3.3.2&new-version=3.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
Sign in to join this conversation.