chore(deps): update dependency newtonsoft.json to v13 #55

Merged
sam merged 1 commits from renovate/newtonsoft.json-13.x into master 2023-01-11 19:31:10 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
Newtonsoft.Json (source) nuget major 12.0.3 -> 13.0.2

Release Notes

JamesNK/Newtonsoft.Json

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

v13.0.1

Compare Source

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Newtonsoft.Json](https://www.newtonsoft.com/json) ([source](https://github.com/JamesNK/Newtonsoft.Json)) | nuget | major | `12.0.3` -> `13.0.2` | --- ### Release Notes <details> <summary>JamesNK/Newtonsoft.Json</summary> ### [`v13.0.2`](https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.2) [Compare Source](https://github.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 ### [`v13.0.1`](https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.1) [Compare Source](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1) - New feature - Add JsonSelectSettings with configuration for a regex timeout - Change - Remove portable assemblies from NuGet package - Change - JsonReader and JsonSerializer MaxDepth defaults to 64 - Change - Change InvalidCastException to JsonSerializationException on mismatched JToken - Fix - Fixed throwing missing member error on ignored fields - Fix - Fixed various nullable annotations - Fix - Fixed annotations not being copied when tokens are cloned - Fix - Fixed naming strategy not being used when deserializing dictionary enum keys - Fix - Fixed serializing nullable struct dictionaries - Fix - Fixed JsonWriter.WriteToken to allow null with string token - Fix - Fixed missing error when deserializing JToken with a contract type mismatch - Fix - Fixed JTokenWriter when writing comment to an object </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9-->
renovate-bot added 1 commit 2023-01-11 19:01:10 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
d218afe08f
chore(deps): update dependency newtonsoft.json to v13
sam merged commit df8a26e34a into master 2023-01-11 19:31:10 +00:00
sam deleted branch renovate/newtonsoft.json-13.x 2023-01-11 19:31:10 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sam/BirdsiteLIVE#55
No description provided.