Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NuGet Packages - Minor Updates #57

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 3, 2023

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

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.28...2.1.35

v2.1.28

Compare Source

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.24...2.1.28

v2.1.24

Compare Source

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.21...2.1.24

v2.1.21

Compare Source

What's Changed
New Contributors

Full Changelog: DapperLib/Dapper@2.1.15...2.1.21

v2.1.15

Compare Source

What's Changed

Full Changelog: DapperLib/Dapper@2.1.11...2.1.15

v2.1.11

Compare Source

What's Changed

Full Changelog: DapperLib/Dapper@2.1.4...2.1.11

v2.1.4

Compare Source

v2.1.1

Compare Source

v2.0.151

Compare Source

v2.0.143

Compare Source

v2.0.138

Compare Source

  • (#​1910 via @​mgravell, fix #​1907, #​1263)
    • add support for SqlDecimal and other types that need to be accessed via DbDataReader.GetFieldValue<T>
    • add an overload of AddTypeMap that supports DbDataReader.GetFieldValue<T> for additional types
    • acknowledge that in reality we only support DbDataReader; this has been true (via DbConnection) for async forever
  • (#​1912 via @​mgravell)
    • add missing AsyncEnumerable<T> QueryUnbufferedAsync<T>(...) and GridReader.ReadUnbufferedAsync<T>(...) APIs (.NET 5 and later)
    • implement IAsyncDisposable on GridReader (.NET 5 and later)
JamesNK/Newtonsoft.Json (Newtonsoft.Json)

v13.0.3

Compare Source

  • 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

Compare Source

  • 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: .NET 6.0.1

Release


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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added cut new release dependencies Pull requests that update a dependency file non-breaking renovate labels Jul 3, 2023
@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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
@@           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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 2e3f033 to 71aa771 Compare August 19, 2023 08:48
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 71aa771 to 899a4cf Compare October 3, 2023 05:36
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch 2 times, most recently from 0681cdd to 1a1e559 Compare October 19, 2023 23:37
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 1a1e559 to 160ad82 Compare November 12, 2023 08:31
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 160ad82 to 26dbfb3 Compare November 24, 2023 08:28
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 26dbfb3 to 9421077 Compare January 3, 2024 05:54
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 9421077 to a358ff0 Compare January 10, 2024 05:59
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from a358ff0 to 5c44977 Compare March 7, 2024 08:50
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 5c44977 to 8458f8a Compare April 14, 2024 01:43
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 8458f8a to d7b3c95 Compare April 15, 2024 23:59
Copy link

Automatically marking pull request as stale due to lack of activity

@github-actions github-actions bot added the stale label Jun 16, 2024
Copy link

Automatically closing this pull request as stale

@github-actions github-actions bot closed this Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants