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

chore: Update dependency Newtonsoft.Json to v13.0.3 - autoclosed #1088

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Newtonsoft.Json (source) 13.0.1 -> 13.0.3 age adoption passing confidence

Release Notes

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

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 this update again.


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

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

@dnfadmin
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

❌ renovate[bot] sign now
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 3 times, most recently from 3751f42 to 763f55e Compare November 30, 2022 19:31
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 2 times, most recently from 91d8315 to 24d4f88 Compare December 5, 2022 01:21
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch from 24d4f88 to 45cc481 Compare December 14, 2022 19:00
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 2 times, most recently from 61392fa to a3cc154 Compare December 31, 2022 18:48
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 3 times, most recently from f653c6d to bd541e3 Compare January 12, 2023 14:24
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 2 times, most recently from ed68406 to a7ada99 Compare January 26, 2023 03:28
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 3 times, most recently from 226c344 to 13e2199 Compare February 9, 2023 17:48
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 3 times, most recently from 1abcf29 to 7ce5760 Compare March 1, 2023 14:42
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 2 times, most recently from 7332933 to a54748f Compare March 8, 2023 12:01
@renovate renovate bot changed the title chore: Update dependency Newtonsoft.Json to v13.0.2 chore: Update dependency Newtonsoft.Json to v13.0.3 Mar 8, 2023
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 2 times, most recently from b8d54b6 to d294807 Compare March 16, 2023 10:19
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 2 times, most recently from de3539b to 923dbec Compare April 3, 2023 14:32
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch from 923dbec to 37f7ed0 Compare April 24, 2023 06:59
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch from 37f7ed0 to b517714 Compare May 10, 2023 17:12
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch from 8a76984 to ed3b77c Compare September 27, 2023 06:58
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch from ed3b77c to 56c52d2 Compare October 19, 2023 09:12
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 6 times, most recently from fcf4ed9 to 359d1d5 Compare November 14, 2023 21:25
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 3 times, most recently from 73bd2ab to 28ea24a Compare November 22, 2023 21:14
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch from 28ea24a to 6af21ab Compare November 27, 2023 23:15
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 6 times, most recently from a837710 to 3b35271 Compare January 6, 2024 23:34
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 3 times, most recently from 1ba7653 to d6b3719 Compare January 18, 2024 14:31
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch from d6b3719 to 0fd81f7 Compare January 22, 2024 22:15
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch 3 times, most recently from cb7ac67 to a9cdab2 Compare January 31, 2024 19:52
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch from a9cdab2 to 41bfcdf Compare February 13, 2024 08:01
@renovate renovate bot changed the title chore: Update dependency Newtonsoft.Json to v13.0.3 chore: Update dependency Newtonsoft.Json to v13.0.3 - autoclosed Feb 13, 2024
@renovate renovate bot closed this Feb 13, 2024
@renovate renovate bot deleted the renovate/newtonsoft.json-13.x branch February 13, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant