Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2024

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the B-dependencies Pull requests that update a dependency file label Oct 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency newtonsoft.json to 13.0.3 Update dependency Newtonsoft.Json to 13.0.3 Oct 30, 2024
@renovate renovate bot changed the title Update dependency Newtonsoft.Json to 13.0.3 chore(deps): update dependency newtonsoft.json to 13.0.3 Nov 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency newtonsoft.json to 13.0.3 Update dependency Newtonsoft.Json to 13.0.3 Nov 15, 2024
@renovate renovate bot changed the title Update dependency Newtonsoft.Json to 13.0.3 Update dependency Newtonsoft.Json to 13.0.3 - autoclosed Dec 17, 2024
@renovate renovate bot closed this Dec 17, 2024
@renovate renovate bot deleted the renovate/newtonsoft.json-13.x branch December 17, 2024 10:46
@renovate renovate bot changed the title Update dependency Newtonsoft.Json to 13.0.3 - autoclosed Update dependency Newtonsoft.Json to 13.0.3 Dec 19, 2024
@renovate renovate bot reopened this Dec 19, 2024
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch from 47cf1de to 5d612e9 Compare December 19, 2024 23:39
@renovate renovate bot added the C-dotnet .NET Bindings label Dec 19, 2024
@renovate renovate bot changed the title Update dependency Newtonsoft.Json to 13.0.3 [dotnet] Update dependency Newtonsoft.Json to 13.0.3 Dec 19, 2024
@nvborisenko
Copy link
Member

Never for .NET please.

@nvborisenko
Copy link
Member

We are not ready yet for renovation :D

@renovate renovate bot changed the title [dotnet] Update dependency Newtonsoft.Json to 13.0.3 [dotnet] Update dependency Newtonsoft.Json to 13.0.3 - autoclosed Dec 26, 2024
@renovate renovate bot closed this Dec 26, 2024
@renovate renovate bot changed the title [dotnet] Update dependency Newtonsoft.Json to 13.0.3 - autoclosed [dotnet] Update dependency Newtonsoft.Json to 13.0.3 Dec 27, 2024
@renovate renovate bot reopened this Dec 27, 2024
@renovate renovate bot force-pushed the renovate/newtonsoft.json-13.x branch from 531a477 to 5d612e9 Compare December 27, 2024 00:06
@qodo-merge-pro
Copy link
Contributor

qodo-merge-pro bot commented Dec 27, 2024

CI Failure Feedback 🧐

(Checks updated until commit 5d612e9)

Action: .NET / Browser Tests / Browser Tests

Failed stage: Pull latest changes [❌]

Failure summary:

The action failed because Git refused to merge branches with unrelated histories. This typically
happens when:

  • The branch being merged has no common commit history with the target branch
  • The branches have been created independently without sharing a common ancestor
  • This is often seen when trying to merge branches from different repositories or when a repository
    has been re-initialized

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    163:  TWINE_USERNAME: 
    164:  NODE_AUTH_TOKEN: ***
    165:  SE_AVOID_STATS: true
    166:  ##[endgroup]
    167:  From https://github.com/SeleniumHQ/selenium
    168:  * branch                  renovate/newtonsoft.json-13.x -> FETCH_HEAD
    169:  * [new branch]            renovate/newtonsoft.json-13.x -> origin/renovate/newtonsoft.json-13.x
    170:  fatal: refusing to merge unrelated histories
    171:  ##[error]Process completed with exit code 1.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

    See more information about the checks tool in the docs.

    @diemol diemol closed this Dec 27, 2024
    @renovate
    Copy link
    Contributor Author

    renovate bot commented Dec 27, 2024

    Renovate Ignore Notification

    Because you closed this PR without merging, Renovate will ignore this update (13.0.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

    If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    B-dependencies Pull requests that update a dependency file C-dotnet .NET Bindings

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    3 participants