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

Bump the dependencies group with 4 updates #14

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2024

Bumps the dependencies group with 4 updates: JsonSubTypes, Newtonsoft.Json, Polly and RestSharp.

Updates JsonSubTypes from 1.8.0 to 2.0.1

Release notes

Sourced from JsonSubTypes's releases.

v2.0.1

🐛This release also fixes the following issues:

  • Add package description with an included README.md

The nuget package is available on https://www.nuget.org/packages/JsonSubTypes/2.0.1

See CHANGELOG for full version history

v2.0.0

💥 This release provides the following new functionalities that include breaking changes:

  • Discriminator property is placed first by default now #46 #149
  • Depends on the latest Newtonsoft.Json #131 #148
  • Signature of SetFallbackSubtype has been changed to fix a design bug #152 #147

🎉 This release provides the following new functionalities:

  • Allow to stop searching when a match is found #128 #151

🐛This release also fixes the following issues:

  • Fix a DateTime issue introduced in release 1.8.0 #120 #128

The nuget package is available on https://www.nuget.org/packages/JsonSubTypes/2.0.0

See CHANGELOG for full version history

v1.9.0

🎉 This release provides the following new functionalities:

  • Add version of builder methods with generic types for cleaner syntax. #110
  • Support (serializing) sub types with generic type parameters when using JsonSubtypesConverterBuilder #135
  • Add cache of type's attributes #119

🐛This release also fixes the following issues:

  • Newtonsoft.Json dependency version should be lowest supported, not latest available #101
  • Multiple type discriminators in JSON silently passes. #100
  • Incorrect handling of datetime field in a sub-type #114
  • Too many target framework inside the nuget package #48
  • Copy MaxDepth when creating internal JObjectReader #137
  • Fix deserialization of hierarchy with multiple levels #118

The nuget package is available on https://www.nuget.org/packages/JsonSubTypes/1.9.0

See CHANGELOG for full version history

Changelog

Sourced from JsonSubTypes's changelog.

[2.0.1] - 2022-05-09

Fixed

  • Add package description with an included README.md

[2.0.0] - 2022-05-09

Changed

  • Discriminator property is placed first by default now #46 #149
  • Depends on the latest Newtonsoft.Json #131 #148
  • Signature of SetFallbackSubtype has been changed to fix a design bug #152 #147

Added

  • Allow to stop searching when a match is found #128 #151

Fixed

  • Fix a DateTime issue introduced in release 1.8.0 #120 #128

[1.9.0] - 2022-05-09

Added

  • Add version of builder methods with generic types for cleaner syntax. #110
  • Support (serializing) sub types with generic type parameters when using JsonSubtypesConverterBuilder #135
  • Add cache of type's attributes #119

Fixed

  • Newtonsoft.Json dependency version should be lowest supported, not latest available #101
  • Multiple type discriminators in JSON silently passes. #100
  • Incorrect handling of datetime field in a sub-type #114
  • Too many target framework inside the nuget package #48
  • Copy MaxDepth when creating internal JObjectReader #137
  • Fix deserialization of hierarchy with multiple levels #118
Commits

Updates Newtonsoft.Json from 13.0.1 to 13.0.3

Release notes

Sourced from Newtonsoft.Json's releases.

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

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
Commits
  • 0a2e291 Remove prerelease for 13.0.3
  • 4949c66 Update to 13.0.3-beta1
  • 5702581 Fix: Null String being reported as String rather than JTokenType.Null (#2796)
  • c908de3 Fix not returning negative double from box cache (#2777)
  • 2afdccd Fix parsed decimal losing trailing zeroes (#2769)
  • 4fba53a Remove prerelease for 13.0.2
  • b15df4b Add missing headers
  • 789bfd3 Update to 13.0.2-beta3
  • b13717a Add JsonCloneSettings to disable copy annotations (#2757)
  • d0a328e Fix MaxDepth not being used with ISerializable deserialization (#2736)
  • Additional commits viewable in compare view

Updates Polly from 7.2.2 to 8.3.1

Release notes

Sourced from Polly's releases.

8.3.1

What's Changed

New Contributors

Full Changelog: App-vNext/Polly@8.3.0...8.3.1

8.3.0

What's Changed

This release makes Simmy chaos engineering strategies part of the Polly.Core package. 🐵🚀

image

... (truncated)

Changelog

Sourced from Polly's changelog.

8.3.1

8.3.0

... (truncated)

Commits

Updates RestSharp from 106.13.0 to 110.2.0

Release notes

Sourced from RestSharp's releases.

110.2.0

What's Changed

Full Changelog: restsharp/RestSharp@110.1.0...110.2.0

110.1.0

What's Changed

Full Changelog: restsharp/RestSharp@110.0.0...110.1.0

110.0.0

What's Changed

Breaking change

The IRestClient interface signature is different, so any non-standard implementations need to adopt the changes.

To keep DefaultParameters thread-safe, it got a new type DefaultParameters, and request property Parameters has a dedicated type RequestParameter. Code-wise the change is non-breaking as the signatures are the same, but v110 is not binary compatible with previous versions. The difference is that DefaultParameters collection wraps all its mutations in a lock.

Full Changelog: restsharp/RestSharp@109.0.1...110.0.0

109.0.1

What's Changed

New Contributors

Full Changelog: restsharp/RestSharp@109.0.0...109.0.1

109.0.0

What's Changed

... (truncated)

Commits
  • 812c344 Move the instantiation of RequestContent after calling the Authenticator (#2062)
  • 794348e Merge client- and request-level cookies in the header. Also, dispose the requ...
  • e147e1c Add CacheControl (#2053)
  • edce8c9 More cleanup
  • 4af066c Fix intro a bit
  • b8e0fdf Elaborate how to use error handling options
  • d4b6f55 Bump Microsoft.AspNetCore.TestHost from 6.0.9 to 6.0.15 (#2054)
  • bf24794 Add AddJsonBody overload to serialise top-level string (#2043)
  • 2d42a33 Bump Newtonsoft.Json from 13.0.2 to 13.0.3 (#2040)
  • 62ff3aa Add Remove and Replace parameter functions to DefaultParameters (#2047)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 11, 2024
Bumps the dependencies group with 4 updates: [JsonSubTypes](https://github.com/manuc66/JsonSubTypes), [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json), [Polly](https://github.com/App-vNext/Polly) and [RestSharp](https://github.com/restsharp/RestSharp).


Updates `JsonSubTypes` from 1.8.0 to 2.0.1
- [Release notes](https://github.com/manuc66/JsonSubTypes/releases)
- [Changelog](https://github.com/manuc66/JsonSubTypes/blob/master/CHANGELOG.md)
- [Commits](manuc66/JsonSubTypes@v1.8.0...v2.0.1)

Updates `Newtonsoft.Json` from 13.0.1 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.3)

Updates `Polly` from 7.2.2 to 8.3.1
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)
- [Commits](https://github.com/App-vNext/Polly/commits/8.3.1)

Updates `RestSharp` from 106.13.0 to 110.2.0
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@106.13.0...110.2.0)

---
updated-dependencies:
- dependency-name: JsonSubTypes
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Polly
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: RestSharp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/dependencies-81d97f06a7 branch from d406e65 to af3d7c6 Compare April 12, 2024 11:36
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 17, 2024
@dependabot dependabot bot deleted the dependabot/nuget/dependencies-81d97f06a7 branch April 17, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants