csharp-language-server-protocol icon indicating copy to clipboard operation
csharp-language-server-protocol copied to clipboard

Update dependency Newtonsoft.Json to v13

Open renovate[bot] opened this issue 3 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

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

Release Notes

JamesNK/Newtonsoft.Json

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: 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 these updates again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Apr 28 '22 05:04 renovate[bot]

Codecov Report

Merging #839 (6ec94ae) into master (d6157dc) will not change coverage. Report is 18 commits behind head on master. The diff coverage is n/a.

:exclamation: Current head 6ec94ae differs from pull request most recent head c52832e. Consider uploading reports for the commit c52832e to get more accurate results

@@           Coverage Diff           @@
##           master     #839   +/-   ##
=======================================
  Coverage   69.72%   69.72%           
=======================================
  Files         493      493           
  Lines       20066    20066           
  Branches     1603     1603           
=======================================
  Hits        13991    13991           
  Misses       6075     6075           

codecov[bot] avatar Apr 28 '22 05:04 codecov[bot]

Any chance this gets merged soon? PowerShell editor service is depending on omnisharp and all versions of newtonsoft.json under 13 are vulnerable.

isra-fel avatar Jul 03 '23 15:07 isra-fel