Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump smarter_csv from 1.9.0 to 1.12.1 #879

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2024

Bumps smarter_csv from 1.9.0 to 1.12.1.

Changelog

Sourced from smarter_csv's changelog.

1.12.1 (2024-07-10)

  • Improved column separator detection by ignoring quoted sections #276 (thanks to Nicolas Castellanos)

1.12.0 (2024-07-09)

  • Added Thread-Safety: added SmarterCSV::Reader to process CSV files in a thread-safe manner ([issue #277](tilo/smarter_csv#277))

  • SmarterCSV::Writer changed default row separator to the system's row separator (\n on Linux, \r\n on Windows)

  • added a doc tree

  • POTENTIAL ISSUE:

    Version 1.12.x has a change of the underlying implementation of SmarterCSV.process(file_or_input, options, &block). Underneath it now uses this interface:

      reader = SmarterCSV::Reader.new(file_or_input, options)
    

    either simple one-liner:

    data = reader.process

    or block format:

    data = reader.process do # do something here end

    It still supports calling SmarterCSV.process for backwards-compatibility, but it no longer provides access to the internal state, e.g. raw_headers.

    SmarterCSV.raw_headers -> reader.raw_headers SmarterCSV.headers -> reader.headers

    If you need these features, please update your code to create an instance of SmarterCSV::Reader as shown above.

1.11.2 (2024-07-06)

  • fixing missing errors definition

1.11.1 (2024-07-05) (YANKED)

  • improved behavior of Writer class
  • added SmarterCSV.generate shortcut for CSV writing

1.11.0 (2024-07-02)

1.10.3 (2024-03-10)

  • fixed issue when frozen options are handed in (thanks to Daniel Pepper)
  • cleaned-up rspec tests (thanks to Daniel Pepper)
  • fixed link in README (issue #251)

1.10.2 (2024-02-11)

  • improve error message for missing keys

1.10.1 (2024-01-07)

... (truncated)

Commits

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 11, 2024
@dependabot dependabot bot force-pushed the dependabot/bundler/smarter_csv-1.12.1 branch from 4e6b9c9 to 8ed03c3 Compare July 20, 2024 01:41
@dependabot dependabot bot force-pushed the dependabot/bundler/smarter_csv-1.12.1 branch from 8ed03c3 to d5220b5 Compare August 3, 2024 10:53
Bumps [smarter_csv](https://github.com/tilo/smarter_csv) from 1.9.0 to 1.12.1.
- [Changelog](https://github.com/tilo/smarter_csv/blob/main/CHANGELOG.md)
- [Commits](tilo/smarter_csv@v1.9.0...v1.12.1)

---
updated-dependencies:
- dependency-name: smarter_csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/smarter_csv-1.12.1 branch from d5220b5 to ad708c3 Compare August 3, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants