indentlabs / notebook

Notebook.ai is a set of tools for writers, game designers, and roleplayers to create magnificent universes – and everything within them.
http://www.notebook.ai
MIT License
353 stars 72 forks source link

Bump csv from 3.2.5 to 3.2.6 #1230

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps csv from 3.2.5 to 3.2.6.

Changelog

Sourced from csv's changelog.

3.2.6 - 2022-12-08

Improvements

  • CSV#read consumes the same lines with other methods like CSV#shift. [GitHub#258] [Reported by Lhoussaine Ghallou]

  • All Enumerable based methods consume the same lines with other methods. This may have a performance penalty. [GitHub#260] [Reported by Lhoussaine Ghallou]

  • Simplify some implementations. [GitHub#262] [GitHub#263] [Patch by Mau Magnaguagno]

Fixes

  • Fixed CSV.generate_lines document. [GitHub#257] [Patch by Sampat Badhe]

Thanks

  • Sampat Badhe

  • Lhoussaine Ghallou

  • Mau Magnaguagno

Commits
  • 816b48b Add 3.2.6 entry
  • af0e125 test: Use CSV.foreach with block and fix typo (#267)
  • 684573a Remove unused deleted from CSV::Table#delete_if (#264)
  • c7b4094 Bump actions/checkout from 2 to 3 (#266)
  • 8024726 Added dependabot for GitHub Actions (#265)
  • 27fb15c Remove key sorting in CSV.instance (#262)
  • ff427ab Remove to_s from CSV.filter (#263)
  • acc0511 All Enumerable based methods consume the same lines with other methods
  • 71e6d24 CSV#read consumes the same lines with other methods like CSV#shift
  • a171621 Correct the example for CSV.generate_lines (#257)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.