Skip to content

Update dependency Newtonsoft.Json to 13.0.4 - autoclosed#203

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/newtonsoft.json-13.x
Closed

Update dependency Newtonsoft.Json to 13.0.4 - autoclosed#203
renovate[bot] wants to merge 1 commit intomainfrom
renovate/newtonsoft.json-13.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 5, 2026

This PR contains the following updates:

Package Change Age Confidence
Newtonsoft.Json (source) 13.0.213.0.4 age confidence

Release Notes

JamesNK/Newtonsoft.Json (Newtonsoft.Json)

v13.0.4

Compare Source

  • New feature - Annotated for trim/AOT (in)compatibility
  • New feature - Added support for using Index with JArray
  • Change - Avoid LINQ expression trees in .NET 6+ reflection
  • Fix - Fixed handling of empty constructor names
  • Fix - Fixed XML convert duplicate attribute error on nested arrays with writeArrayAttribute set to true
  • Fix - Fixed XML convert array attribute is not set for properties with special characters
  • Fix - Fixed TimeOnly deserialization to support more formats

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

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner February 5, 2026 18:46
@renovate renovate Bot requested a review from rwtombaugh February 5, 2026 18:46
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Feb 5, 2026

Greptile Overview

Greptile Summary

Updated Newtonsoft.Json dependency from version 13.0.2 to 13.0.4 across both target frameworks (netstandard2.0 and net461).

  • Includes bug fixes for decimal parsing, negative zero handling, and null string type detection (13.0.3)
  • Adds trim/AOT compatibility annotations, JArray Index support, and additional bug fixes (13.0.4)
  • No breaking changes or API modifications
  • Backwards compatible minor version update with bug fixes and performance improvements

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Minor version update containing only bug fixes and improvements with no breaking changes, updating a well-maintained dependency from 13.0.2 to 13.0.4
  • No files require special attention

Important Files Changed

Filename Overview
src/WorkOS.net/WorkOS.net.csproj Updated Newtonsoft.Json dependency from 13.0.2 to 13.0.4 for both netstandard2.0 and net461 targets

Sequence Diagram

sequenceDiagram
    participant Renovate as Renovate Bot
    participant PR as Pull Request
    participant Project as WorkOS.net.csproj
    participant NuGet as NuGet Package
    
    Renovate->>PR: Detect outdated dependency
    Renovate->>Project: Update Newtonsoft.Json 13.0.2 → 13.0.4
    Note over Project: Update for netstandard2.0 target
    Note over Project: Update for net461 target
    Project->>NuGet: Reference Newtonsoft.Json 13.0.4
    NuGet-->>Project: Provide updated package with bug fixes
Loading

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@renovate renovate Bot changed the title Update dependency Newtonsoft.Json to 13.0.4 Update dependency Newtonsoft.Json to 13.0.4 - autoclosed Feb 23, 2026
@renovate renovate Bot closed this Feb 23, 2026
@renovate renovate Bot deleted the renovate/newtonsoft.json-13.x branch February 23, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants