Bump csv from 3.3.0 to 3.3.1 #1543

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/csv-3.3.1 into main 2024-12-17 02:00:26 +08:00
dependabot[bot] commented 2024-12-16 15:56:58 +08:00 (Migrated from github.com)

Bumps csv from 3.3.0 to 3.3.1.

Release notes

Sourced from csv's releases.

csv 3.3.1 - 2024-12-15

Improvements

  • CSV.open: Changed to detect BOM by default. Note that this isn't enabled on Windows because Ruby may have a bug. See also: https://bugs.ruby-lang.org/issues/20526

    • GH-301
    • Reported by Junichi Ito
  • Improved performance.

  • CSV.open: Added support for StringIO as an input.

  • Added a built-in time converter. You can use it by converters: :time.

    • GH-313
    • Patch by Bart de Water
  • Added CSV::TSV for tab-separated values.

Thanks

  • Junichi Ito

  • Vladimir Kochnev

  • Marcelo

  • Bart de Water

  • kojix2

  • Jas

Changelog

Sourced from csv's changelog.

3.3.1 - 2024-12-15

Improvements

  • CSV.open: Changed to detect BOM by default. Note that this isn't enabled on Windows because Ruby may have a bug. See also: https://bugs.ruby-lang.org/issues/20526

    • GH-301
    • Reported by Junichi Ito
  • Improved performance.

  • CSV.open: Added support for StringIO as an input.

  • Added a built-in time converter. You can use it by converters: :time.

    • GH-313
    • Patch by Bart de Water
  • Added CSV::TSV for tab-separated values.

Thanks

  • Junichi Ito

  • Vladimir Kochnev

  • Marcelo

  • Bart de Water

  • kojix2

  • Jas

Commits
  • 7e577ec Add 3.3.1 entry
  • 8df779e release: add support for Trusted Publishing
  • bc11345 Drop :nodoc: options from core classes that contains methods with docs (#322)
  • 7b8c3ca Add CSV::TSV class for tab-separated values (#319)
  • 3a7e7c7 [DOC] More about filter options (#316)
  • 189851d Add Time converter to CSV::Converters (#313)
  • ce91198 Allow CSV.open with StringIO argument (#302)
  • bb93c28 Don't build quoted_fields array when not needed (#312)
  • e75132e Avoid dynamic parse method dispatch for faster access (#311)
  • 4534f35 Update filtering recipes to clarify parsing and writing headers (#309)
  • 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 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.0 to 3.3.1. <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.1 - 2024-12-15</h2> <h3>Improvements</h3> <ul> <li> <p><code>CSV.open</code>: Changed to detect BOM by default. Note that this isn't enabled on Windows because Ruby may have a bug. See also: <a href="https://bugs.ruby-lang.org/issues/20526">https://bugs.ruby-lang.org/issues/20526</a></p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/301">GH-301</a></li> <li>Reported by Junichi Ito</li> </ul> </li> <li> <p>Improved performance.</p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/311">GH-311</a></li> <li><a href="https://redirect.github.com/ruby/csv/issues/312">GH-312</a></li> <li>Patch by Vladimir Kochnev</li> </ul> </li> <li> <p><code>CSV.open</code>: Added support for <code>StringIO</code> as an input.</p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/300">GH-300</a></li> <li><a href="https://redirect.github.com/ruby/csv/issues/302">GH-302</a></li> <li>Patch by Marcelo</li> </ul> </li> <li> <p>Added a built-in time converter. You can use it by <code>converters: :time</code>.</p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/313">GH-313</a></li> <li>Patch by Bart de Water</li> </ul> </li> <li> <p>Added <code>CSV::TSV</code> for tab-separated values.</p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/272">GH-272</a></li> <li><a href="https://redirect.github.com/ruby/csv/issues/319">GH-319</a></li> <li>Reported by kojix2</li> <li>Patch by Jas</li> </ul> </li> </ul> <h3>Thanks</h3> <ul> <li> <p>Junichi Ito</p> </li> <li> <p>Vladimir Kochnev</p> </li> <li> <p>Marcelo</p> </li> <li> <p>Bart de Water</p> </li> <li> <p>kojix2</p> </li> <li> <p>Jas</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ruby/csv/blob/master/NEWS.md">csv's changelog</a>.</em></p> <blockquote> <h2>3.3.1 - 2024-12-15</h2> <h3>Improvements</h3> <ul> <li> <p><code>CSV.open</code>: Changed to detect BOM by default. Note that this isn't enabled on Windows because Ruby may have a bug. See also: <a href="https://bugs.ruby-lang.org/issues/20526">https://bugs.ruby-lang.org/issues/20526</a></p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/301">GH-301</a></li> <li>Reported by Junichi Ito</li> </ul> </li> <li> <p>Improved performance.</p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/311">GH-311</a></li> <li><a href="https://redirect.github.com/ruby/csv/issues/312">GH-312</a></li> <li>Patch by Vladimir Kochnev</li> </ul> </li> <li> <p><code>CSV.open</code>: Added support for <code>StringIO</code> as an input.</p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/300">GH-300</a></li> <li><a href="https://redirect.github.com/ruby/csv/issues/302">GH-302</a></li> <li>Patch by Marcelo</li> </ul> </li> <li> <p>Added a built-in time converter. You can use it by <code>converters: :time</code>.</p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/313">GH-313</a></li> <li>Patch by Bart de Water</li> </ul> </li> <li> <p>Added <code>CSV::TSV</code> for tab-separated values.</p> <ul> <li><a href="https://redirect.github.com/ruby/csv/issues/272">GH-272</a></li> <li><a href="https://redirect.github.com/ruby/csv/issues/319">GH-319</a></li> <li>Reported by kojix2</li> <li>Patch by Jas</li> </ul> </li> </ul> <h3>Thanks</h3> <ul> <li> <p>Junichi Ito</p> </li> <li> <p>Vladimir Kochnev</p> </li> <li> <p>Marcelo</p> </li> <li> <p>Bart de Water</p> </li> <li> <p>kojix2</p> </li> <li> <p>Jas</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/csv/commit/7e577ec24d22423b747112d4d2b4204293442311"><code>7e577ec</code></a> Add 3.3.1 entry</li> <li><a href="https://github.com/ruby/csv/commit/8df779e9a46fba1735e662958bb404213d157a8e"><code>8df779e</code></a> release: add support for Trusted Publishing</li> <li><a href="https://github.com/ruby/csv/commit/bc11345b0f7eb7703887a3a717a8424318de016e"><code>bc11345</code></a> Drop <code>:nodoc:</code> options from core classes that contains methods with docs (<a href="https://redirect.github.com/ruby/csv/issues/322">#322</a>)</li> <li><a href="https://github.com/ruby/csv/commit/7b8c3ca2c6f67a7f83a062d39c0ed56a8073e929"><code>7b8c3ca</code></a> Add CSV::TSV class for tab-separated values (<a href="https://redirect.github.com/ruby/csv/issues/319">#319</a>)</li> <li><a href="https://github.com/ruby/csv/commit/3a7e7c7ac058f6b8b95829628fd1192d58fbcc95"><code>3a7e7c7</code></a> [DOC] More about filter options (<a href="https://redirect.github.com/ruby/csv/issues/316">#316</a>)</li> <li><a href="https://github.com/ruby/csv/commit/189851d20a1a8f9be1a5cb9539f5f652f862f75c"><code>189851d</code></a> Add Time converter to CSV::Converters (<a href="https://redirect.github.com/ruby/csv/issues/313">#313</a>)</li> <li><a href="https://github.com/ruby/csv/commit/ce9119802be7685ec93a68741a5d9da3dbe86122"><code>ce91198</code></a> Allow CSV.open with StringIO argument (<a href="https://redirect.github.com/ruby/csv/issues/302">#302</a>)</li> <li><a href="https://github.com/ruby/csv/commit/bb93c289a529c77b5d5a8788dd8fdc03052216fc"><code>bb93c28</code></a> Don't build quoted_fields array when not needed (<a href="https://redirect.github.com/ruby/csv/issues/312">#312</a>)</li> <li><a href="https://github.com/ruby/csv/commit/e75132e36ce7b240eded202bff4c631621027999"><code>e75132e</code></a> Avoid dynamic parse method dispatch for faster access (<a href="https://redirect.github.com/ruby/csv/issues/311">#311</a>)</li> <li><a href="https://github.com/ruby/csv/commit/4534f35c251f9b89720d0357fbe956e6b5592a64"><code>4534f35</code></a> Update filtering recipes to clarify parsing and writing headers (<a href="https://redirect.github.com/ruby/csv/issues/309">#309</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ruby/csv/compare/v3.3.0...v3.3.1">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.0&new-version=3.3.1)](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.