phnx47 / dapper-repositories

CRUD for Dapper
MIT License
649 stars 202 forks source link

chore(deps): update dependency microsoft.data.sqlclient to v5.2.1 #393

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.Data.SqlClient (source) 5.2.0 -> 5.2.1 age adoption passing confidence

Release Notes

dotnet/sqlclient (Microsoft.Data.SqlClient) ### [`v5.2.1`](https://togithub.com/dotnet/sqlclient/blob/HEAD/CHANGELOG.md#Stable-release-521---2024-05-31) This update brings the below changes over the previous release: ##### Changed - Upgraded `Azure.Identity` version from 1.10.3 to 1.11.3 [#​2492](https://togithub.com/dotnet/SqlClient/pull/2492), [#​2528](https://togithub.com/dotnet/SqlClient/pull/2528) - Upgraded `Microsoft.Identity.Client` version from 4.56.0 to 4.60.3 [#​2492](https://togithub.com/dotnet/SqlClient/pull/2492) - Code Health improvements: [#​2467](https://togithub.com/dotnet/SqlClient/pull/2467) ##### Fixed - Fixed connection errors on Linux when Data Source property contains both named instance and port [#​2436](https://togithub.com/dotnet/SqlClient/pull/2436) - Fixed `SqlConnection.FireInfoMessageEventOnUserErrors` when set to true throws an exception [#​2505](https://togithub.com/dotnet/SqlClient/pull/2505) - Fixed exception when using `DATETIMEOFFSET(n)` in a TVP if `n` is 1, 2, 3, or 4 [#​2506](https://togithub.com/dotnet/SqlClient/pull/2506) - Reverted PR [#​1983](https://togithub.com/dotnet/SqlClient/pull/1938) which caused connection failure delays when using `OpenAsync` [#​2507](https://togithub.com/dotnet/SqlClient/pull/2507) - Fixed `SqlConnection.Clone()` to include `AccessTokenCallback` [#​2527](https://togithub.com/dotnet/SqlClient/pull/2527)

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 month ago

Codecov Report

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

Project coverage is 64.79%. Comparing base (1c331ca) to head (c674ab0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #393 +/- ## ======================================= Coverage 64.79% 64.79% ======================================= Files 59 59 Lines 1909 1909 Branches 376 376 ======================================= Hits 1237 1237 Misses 567 567 Partials 105 105 ```

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