phnx47 / dapper-repositories

CRUD for Dapper
MIT License
663 stars 202 forks source link

chore(deps): update dependency dapper to v2.0.138 #280

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
Dapper nuget patch 2.0.123 -> 2.0.138

Release Notes

DapperLib/Dapper ### [`v2.0.138`](https://togithub.com/DapperLib/Dapper/releases/tag/2.0.138) [Compare Source](https://togithub.com/DapperLib/Dapper/compare/2.0.123...2.0.138) - ([#​1910](https://togithub.com/DapperLib/Dapper/issues/1910) via mgravell, fix [#​1907](https://togithub.com/DapperLib/Dapper/issues/1907), [#​1263](https://togithub.com/DapperLib/Dapper/issues/1263)) - add support for `SqlDecimal` and other types that need to be accessed via `DbDataReader.GetFieldValue` - add an overload of `AddTypeMap` that supports `DbDataReader.GetFieldValue` for additional types - acknowledge that in reality we only support `DbDataReader`; this has been true (via `DbConnection`) for `async` forever - ([#​1912](https://togithub.com/DapperLib/Dapper/issues/1912) via mgravell) - add missing `AsyncEnumerable QueryUnbufferedAsync(...)` and `GridReader.ReadUnbufferedAsync(...)` APIs (.NET 5 and later) - implement `IAsyncDisposable` on `GridReader` (.NET 5 and later)

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[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (25e4df1) 65.36% compared to head (382d2bc) 65.36%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #280 +/- ## ======================================= Coverage 65.36% 65.36% ======================================= Files 59 59 Lines 1894 1894 Branches 368 368 ======================================= Hits 1238 1238 Misses 553 553 Partials 103 103 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.