wayfair-incubator / Gossip

Extends the functionality of Dapper and allows performing database queries in .NET easily and quickly.
https://wayfair-incubator.github.io/Gossip/
Apache License 2.0
1 stars 4 forks source link

Update NuGet Packages - Minor Updates #57

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Dapper 2.0.123 -> 2.1.35 age adoption passing confidence
Newtonsoft.Json (source) 13.0.1 -> 13.0.3 age adoption passing confidence
System.Configuration.ConfigurationManager (source) 6.0.0 -> 6.0.1 age adoption passing confidence
System.Data.SqlClient 4.8.3 -> 4.8.6 age adoption passing confidence

Release Notes

DapperLib/Dapper (Dapper) ### [`v2.1.35`](https://togithub.com/DapperLib/Dapper/releases/tag/2.1.35) #### What's Changed - Fix issue [#​1164](https://togithub.com/DapperLib/Dapper/issues/1164) - arithmetic overflow for unsigned integer mapping by [@​rukpet](https://togithub.com/rukpet) in [https://github.com/DapperLib/Dapper/pull/1795](https://togithub.com/DapperLib/Dapper/pull/1795) - Exposing the transaction used in class Database. by [@​kbilsted](https://togithub.com/kbilsted) in [https://github.com/DapperLib/Dapper/pull/2038](https://togithub.com/DapperLib/Dapper/pull/2038) - dapper.rainbow guide by [@​kbilsted](https://togithub.com/kbilsted) in [https://github.com/DapperLib/Dapper/pull/2043](https://togithub.com/DapperLib/Dapper/pull/2043) - Fix build error caused by read only property [#​2044](https://togithub.com/DapperLib/Dapper/issues/2044) by [@​DarylJtn](https://togithub.com/DarylJtn) in [https://github.com/DapperLib/Dapper/pull/2045](https://togithub.com/DapperLib/Dapper/pull/2045) - Fix the path to Dapper.Rainbow readme by [@​idormenco](https://togithub.com/idormenco) in [https://github.com/DapperLib/Dapper/pull/2047](https://togithub.com/DapperLib/Dapper/pull/2047) - add REVERT to CommandText checklist by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/2048](https://togithub.com/DapperLib/Dapper/pull/2048) - CI: use preinstalled sdk by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/2042](https://togithub.com/DapperLib/Dapper/pull/2042) #### New Contributors - [@​rukpet](https://togithub.com/rukpet) made their first contribution in [https://github.com/DapperLib/Dapper/pull/1795](https://togithub.com/DapperLib/Dapper/pull/1795) - [@​kbilsted](https://togithub.com/kbilsted) made their first contribution in [https://github.com/DapperLib/Dapper/pull/2038](https://togithub.com/DapperLib/Dapper/pull/2038) - [@​DarylJtn](https://togithub.com/DarylJtn) made their first contribution in [https://github.com/DapperLib/Dapper/pull/2045](https://togithub.com/DapperLib/Dapper/pull/2045) - [@​idormenco](https://togithub.com/idormenco) made their first contribution in [https://github.com/DapperLib/Dapper/pull/2047](https://togithub.com/DapperLib/Dapper/pull/2047) **Full Changelog**: https://github.com/DapperLib/Dapper/compare/2.1.28...2.1.35 ### [`v2.1.28`](https://togithub.com/DapperLib/Dapper/releases/tag/2.1.28) [Compare Source](https://togithub.com/DapperLib/Dapper/compare/2.1.24...2.1.28) #### What's Changed - Fix codegen error in value-type multimap [#​2005](https://togithub.com/DapperLib/Dapper/issues/2005) by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/2022](https://togithub.com/DapperLib/Dapper/pull/2022) - Fixed documentation to read better by [@​0nly1ken0bi](https://togithub.com/0nly1ken0bi) in [https://github.com/DapperLib/Dapper/pull/2008](https://togithub.com/DapperLib/Dapper/pull/2008) - Fixed comments by [@​ronwarner](https://togithub.com/ronwarner) in [https://github.com/DapperLib/Dapper/pull/2010](https://togithub.com/DapperLib/Dapper/pull/2010) - Update benchmarks with latest results. by [@​kant2002](https://togithub.com/kant2002) in [https://github.com/DapperLib/Dapper/pull/2016](https://togithub.com/DapperLib/Dapper/pull/2016) #### New Contributors - [@​0nly1ken0bi](https://togithub.com/0nly1ken0bi) made their first contribution in [https://github.com/DapperLib/Dapper/pull/2008](https://togithub.com/DapperLib/Dapper/pull/2008) - [@​ronwarner](https://togithub.com/ronwarner) made their first contribution in [https://github.com/DapperLib/Dapper/pull/2010](https://togithub.com/DapperLib/Dapper/pull/2010) **Full Changelog**: https://github.com/DapperLib/Dapper/compare/2.1.24...2.1.28 ### [`v2.1.24`](https://togithub.com/DapperLib/Dapper/releases/tag/2.1.24) [Compare Source](https://togithub.com/DapperLib/Dapper/compare/2.1.21...2.1.24) #### What's Changed - Improve `null` handling on `ICustomQueryParameter` (and add new `DbString` .ctor) by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/2003](https://togithub.com/DapperLib/Dapper/pull/2003) - build: Restore MySQL by [@​NickCraver](https://togithub.com/NickCraver) in [https://github.com/DapperLib/Dapper/pull/1998](https://togithub.com/DapperLib/Dapper/pull/1998) - docs: Update Readme.md by [@​billrob](https://togithub.com/billrob) in [https://github.com/DapperLib/Dapper/pull/2002](https://togithub.com/DapperLib/Dapper/pull/2002) #### New Contributors - [@​billrob](https://togithub.com/billrob) made their first contribution in [https://github.com/DapperLib/Dapper/pull/2002](https://togithub.com/DapperLib/Dapper/pull/2002) **Full Changelog**: https://github.com/DapperLib/Dapper/compare/2.1.21...2.1.24 ### [`v2.1.21`](https://togithub.com/DapperLib/Dapper/releases/tag/2.1.21) [Compare Source](https://togithub.com/DapperLib/Dapper/compare/2.1.15...2.1.21) ##### What's Changed - expand auto-sproc detection to handle more scenarios and explicit exclusions by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/1989](https://togithub.com/DapperLib/Dapper/pull/1989) and [https://github.com/DapperLib/Dapper/pull/1995](https://togithub.com/DapperLib/Dapper/pull/1995) - include ExplicitConstructorAttribute's targets to constructor\&method by [@​DeagleGross](https://togithub.com/DeagleGross) in [https://github.com/DapperLib/Dapper/pull/1982](https://togithub.com/DapperLib/Dapper/pull/1982) - Update Readme.md by [@​tingham](https://togithub.com/tingham) in [https://github.com/DapperLib/Dapper/pull/1994](https://togithub.com/DapperLib/Dapper/pull/1994) - fix [#​1993](https://togithub.com/DapperLib/Dapper/issues/1993) - prefer non-normalized property name by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/1997](https://togithub.com/DapperLib/Dapper/pull/1997) - (build/CI) mysql on CI has gone rogue; disabled for now by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/1996](https://togithub.com/DapperLib/Dapper/pull/1996) ##### New Contributors - [@​DeagleGross](https://togithub.com/DeagleGross) made their first contribution in [https://github.com/DapperLib/Dapper/pull/1982](https://togithub.com/DapperLib/Dapper/pull/1982) - [@​tingham](https://togithub.com/tingham) made their first contribution in [https://github.com/DapperLib/Dapper/pull/1994](https://togithub.com/DapperLib/Dapper/pull/1994) **Full Changelog**: https://github.com/DapperLib/Dapper/compare/2.1.15...2.1.21 ### [`v2.1.15`](https://togithub.com/DapperLib/Dapper/releases/tag/2.1.15) [Compare Source](https://togithub.com/DapperLib/Dapper/compare/2.1.11...2.1.15) ##### What's Changed - change NRT for ITypeMap.GetConstructorParameter by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/1980](https://togithub.com/DapperLib/Dapper/pull/1980) - whitespace for auto-SP detection: use unicode spec via regex by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/1987](https://togithub.com/DapperLib/Dapper/pull/1987) **Full Changelog**: https://github.com/DapperLib/Dapper/compare/2.1.11...2.1.15 ### [`v2.1.11`](https://togithub.com/DapperLib/Dapper/releases/tag/2.1.11) [Compare Source](https://togithub.com/DapperLib/Dapper/compare/2.1.4...2.1.11) #### What's Changed - Auto-detect stored procedures as anything without whitespace by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/1975](https://togithub.com/DapperLib/Dapper/pull/1975) - Add DuckDB tests by [@​Giorgi](https://togithub.com/Giorgi) in [https://github.com/DapperLib/Dapper/pull/1970](https://togithub.com/DapperLib/Dapper/pull/1970) - Add a setting to turn off Ole Db anonymous parameter check by [@​Giorgi](https://togithub.com/Giorgi) in [https://github.com/DapperLib/Dapper/pull/1974](https://togithub.com/DapperLib/Dapper/pull/1974) - Revert $ check for OLEDB anonymous parameters by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/1979](https://togithub.com/DapperLib/Dapper/pull/1979) - Change nullability annotation for ITypeMap.GetConstructorParameter by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/DapperLib/Dapper/pull/1980](https://togithub.com/DapperLib/Dapper/pull/1980) **Full Changelog**: https://github.com/DapperLib/Dapper/compare/2.1.4...2.1.11 ### [`v2.1.4`](https://togithub.com/DapperLib/Dapper/releases/tag/2.1.4) [Compare Source](https://togithub.com/DapperLib/Dapper/compare/2.1.1...2.1.4) - add untyped `GridReader.ReadUnbufferedAsync` API ([#​1958](https://togithub.com/DapperLib/Dapper/issues/1958) via [@​mgravell](https://togithub.com/mgravell)) - tweak NRT annotations on type-handler API ([#​1960](https://togithub.com/DapperLib/Dapper/issues/1960) via [@​mgravell](https://togithub.com/mgravell), fixes [#​1959](https://togithub.com/DapperLib/Dapper/issues/1959)) ### [`v2.1.1`](https://togithub.com/DapperLib/Dapper/releases/tag/2.1.1) [Compare Source](https://togithub.com/DapperLib/Dapper/compare/2.0.151...2.1.1) - add NRT annotations ([#​1928](https://togithub.com/DapperLib/Dapper/issues/1928) via [@​mgravell](https://togithub.com/mgravell)) - extend `GridReader` API to allow it to be subclassed by external consumers ([#​1928](https://togithub.com/DapperLib/Dapper/issues/1928) via [@​mgravell](https://togithub.com/mgravell)) - support `$` as a parameter prefix ([#​1952](https://togithub.com/DapperLib/Dapper/issues/1952) via [@​Giorgi](https://togithub.com/Giorgi)) - add public API tracking ([#​1948](https://togithub.com/DapperLib/Dapper/issues/1948) via [@​mgravell](https://togithub.com/mgravell)) ### [`v2.0.151`](https://togithub.com/DapperLib/Dapper/releases/tag/2.0.151) [Compare Source](https://togithub.com/DapperLib/Dapper/compare/2.0.143...2.0.151) - add global `FetchSize` setting for use with Oracle ([#​1946](https://togithub.com/DapperLib/Dapper/issues/1946) via [@​mgravell](https://togithub.com/mgravell), fixes [#​1945](https://togithub.com/DapperLib/Dapper/issues/1945)) (also add some missing logic in `Settings.Reset()`) - add underscore handling with constructors ([#​1786](https://togithub.com/DapperLib/Dapper/issues/1786) via [@​jo-goro](https://togithub.com/jo-goro), fixes [#​818](https://togithub.com/DapperLib/Dapper/issues/818); also [#​1947](https://togithub.com/DapperLib/Dapper/issues/1947) via [@​mgravell](https://togithub.com/mgravell)) ### [`v2.0.143`](https://togithub.com/DapperLib/Dapper/releases/tag/2.0.143) [Compare Source](https://togithub.com/DapperLib/Dapper/compare/2.0.138...2.0.143) - add missing non-generic `AsyncEnumerable QueryUnbufferedAsync(...)` API ([#​1925](https://togithub.com/DapperLib/Dapper/issues/1925) via [@​mgravell](https://togithub.com/mgravell), fixes [#​1922](https://togithub.com/DapperLib/Dapper/issues/1922)) - formally mark all `struct` types as `readonly` ([#​1925](https://togithub.com/DapperLib/Dapper/issues/1925) via [@​mgravell](https://togithub.com/mgravell)) - reinstate fallback support for `IDataReader`, and implement missing `DbDataReader` async APIs ([#​1913](https://togithub.com/DapperLib/Dapper/issues/1913) via [@​mgravell](https://togithub.com/mgravell)) ### [`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](https://togithub.com/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](https://togithub.com/mgravell)) - add missing `AsyncEnumerable QueryUnbufferedAsync(...)` and `GridReader.ReadUnbufferedAsync(...)` APIs (.NET 5 and later) - implement `IAsyncDisposable` on `GridReader` (.NET 5 and later)
JamesNK/Newtonsoft.Json (Newtonsoft.Json) ### [`v13.0.3`](https://togithub.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.3) [Compare Source](https://togithub.com/JamesNK/Newtonsoft.Json/compare/13.0.2...13.0.3) - Fix - Fixed parsed zero decimals losing trailing zeroes - Fix - Fixed parsed negative zero double losing negative - Fix - Fixed null string being reported as String rather than JTokenType.Null ### [`v13.0.2`](https://togithub.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.2) [Compare Source](https://togithub.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2) - New feature - Add support for DateOnly and TimeOnly - New feature - Add UnixDateTimeConverter.AllowPreEpoch property - New feature - Add copy constructor to JsonSerializerSettings - New feature - Add JsonCloneSettings with property to disable copying annotations - Change - Add nullable annotation to JToken.ToObject(Type, JsonSerializer) - Change - Reduced allocations by reusing boxed values - Fix - Fixed MaxDepth when used with ToObject inside of a JsonConverter - Fix - Fixed deserializing mismatched JToken types in properties - Fix - Fixed merging enumerable content and validate content - Fix - Fixed using $type with arrays of more than two dimensions - Fix - Fixed rare race condition in name table when deserializing on device with ARM processors - Fix - Fixed deserializing via constructor with ignored base type properties - Fix - Fixed MaxDepth not being used with ISerializable deserialization
dotnet/runtime (System.Configuration.ConfigurationManager) ### [`v6.0.1`](https://togithub.com/dotnet/runtime/releases/tag/v6.0.1): .NET 6.0.1 [Release](https://togithub.com/dotnet/core/releases/tag/v6.0.1)

Configuration

📅 Schedule: Branch creation - "before 9am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

codecov[bot] commented 1 year ago

Codecov Report

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

Project coverage is 69.15%. Comparing base (3c059c5) to head (5c44977).

:exclamation: Current head 5c44977 differs from pull request most recent head d7b3c95

Please upload reports for the commit d7b3c95 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ======================================= Coverage 69.15% 69.15% ======================================= Files 35 35 Lines 1070 1070 Branches 49 49 ======================================= Hits 740 740 Misses 316 316 Partials 14 14 ```

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

github-actions[bot] commented 5 months ago

Automatically marking pull request as stale due to lack of activity

github-actions[bot] commented 4 months ago

Automatically closing this pull request as stale