Skip to content

chore(deps-dev): bump smarter_csv from 1.16.1 to 1.16.2#2528

Merged
KralMarko123 merged 1 commit intomasterfrom
dependabot/bundler/smarter_csv-1.16.2
Apr 2, 2026
Merged

chore(deps-dev): bump smarter_csv from 1.16.1 to 1.16.2#2528
KralMarko123 merged 1 commit intomasterfrom
dependabot/bundler/smarter_csv-1.16.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2026

Bumps smarter_csv from 1.16.1 to 1.16.2.

Changelog

Sourced from smarter_csv's changelog.

1.16.2 (2026-03-30) — Bug Fixes

RSpec tests: 1,410 → 1,425 (+15 tests)

Bug Fixes

  • Fixed value_converters to accept lambdas and Procs in addition to class-based converters. Thanks to Jonas Staškevičius for issue #329.

  • Fixed blank header auto-naming to use absolute column position, consistent with extra data column naming. name,, now produces column_2/column_3 instead of column_1/column_2. ⚠️ If your code references auto-generated keys for blank headers, update those to use the absolute column position.

  • Fixed Writer: when both map_headers: and header_converter: were used together, map_headers was silently ignored. map_headers is now applied first, then header_converter on top.

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 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 [smarter_csv](https://github.com/tilo/smarter_csv) from 1.16.1 to 1.16.2.
- [Changelog](https://github.com/tilo/smarter_csv/blob/main/CHANGELOG.md)
- [Commits](tilo/smarter_csv@v1.16.1...v1.16.2)

---
updated-dependencies:
- dependency-name: smarter_csv
  dependency-version: 1.16.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Mar 31, 2026
@KralMarko123 KralMarko123 merged commit 594dc29 into master Apr 2, 2026
4 checks passed
@KralMarko123 KralMarko123 deleted the dependabot/bundler/smarter_csv-1.16.2 branch April 2, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant