moov-io / ach-test-harness

Programmatic and configurable ACH scenario testing of returns, NOC/corrections, reconciliation, etc.
Apache License 2.0
15 stars 7 forks source link

fix(deps): update module github.com/moov-io/ach to v1.33.0 #182

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/moov-io/ach require minor v1.32.2 -> v1.33.0

Release Notes

moov-io/ach (github.com/moov-io/ach) ### [`v1.33.0`](https://togithub.com/moov-io/ach/blob/HEAD/CHANGELOG.md#v1330-Released-2023-10-19) [Compare Source](https://togithub.com/moov-io/ach/compare/v1.32.2...v1.33.0) Moov ACH v1.33.0 has undergone some major performance tuning and improvements. Please let us know if you encounter any issues when using the improved code, thanks! ADDITIONS - feat: add a File iterator - feat: add benchmark for ReadFile and Iterator - fix: produce entries from iterator that are outside of batches IMPROVEMENTS - feat: check for valid JSON before parsing - fix: avoid nil panic with malformed readers - fix: process entry rune-by-rune without casting between string -> rune -> string - fix: skip directories in ReadDir - perf: reduce allocations in formatting strings - perf: reduce allocations when checking routing numbers - perf: use sync.Pool of bytes.Buffer objects grown to max field size - test: benchmark merging files in groups BUILD - cmd/webui: force wasm_exec.js to go1.21.0 version - fix(deps): update module golang.org/x/net to v0.17.0 - fix(deps): update module golang.org/x/oauth2 to v0.13.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (867329d) 59.32% compared to head (1d47c09) 59.32%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #182 +/- ## ======================================= Coverage 59.32% 59.32% ======================================= Files 15 15 Lines 740 740 ======================================= Hits 439 439 Misses 250 250 Partials 51 51 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.