You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/06/23 02:09:13 UTC

[GitHub] [incubator-shenyu-client-dotnet] dependabot[bot] opened a new pull request, #18: Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /client/Apache.ShenYu.Client

dependabot[bot] opened a new pull request, #18:
URL: https://github.com/apache/incubator-shenyu-client-dotnet/pull/18

   Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/JamesNK/Newtonsoft.Json/releases">Newtonsoft.Json's releases</a>.</em></p>
   <blockquote>
   <h2>13.0.1</h2>
   <ul>
   <li>New feature - Add JsonSelectSettings with configuration for a regex timeout</li>
   <li>Change - Remove portable assemblies from NuGet package</li>
   <li>Change - JsonReader and JsonSerializer MaxDepth defaults to 64</li>
   <li>Fix - Fixed throwing missing member error on ignored fields</li>
   <li>Fix - Fixed various nullable annotations</li>
   <li>Fix - Fixed annotations not being copied when tokens are cloned</li>
   <li>Fix - Fixed naming strategy not being used when deserializing dictionary enum keys</li>
   <li>Fix - Fixed serializing nullable struct dictionaries</li>
   <li>Fix - Fixed JsonWriter.WriteToken to allow null with string token</li>
   <li>Fix - Fixed missing error when deserializing JToken with a contract type mismatch</li>
   <li>Fix - Fixed JTokenWriter when writing comment to an object</li>
   </ul>
   <h2>12.0.3</h2>
   <ul>
   <li>New feature - Added support for nullable reference types</li>
   <li>New feature - Added KebabCaseNamingStrategy</li>
   <li>Change - Package now uses embedded package icon</li>
   <li>Fix - Fixed bug when merging JToken with itself</li>
   <li>Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties</li>
   <li>Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0</li>
   <li>Fix - Fixed deserializing some collection types with constructor</li>
   <li>Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet</li>
   <li>Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary</li>
   <li>Fix - Fixed deserializing into constructors with more than 256 parameters</li>
   <li>Fix - Fixed hang when deserializing JTokenReader with preceding comment</li>
   <li>Fix - Fixed JSONPath scanning with nested indexer</li>
   <li>Fix - Fixed deserializing incomplete JSON object to JObject</li>
   <li>Fix - Fixed using StringEnumConverter with naming strategy and specified values</li>
   </ul>
   <h2>12.0.2</h2>
   <ul>
   <li>New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract</li>
   <li>New feature - Added constructor to JTokenReader to specify initial path</li>
   <li>New feature - Added JsonProperty.IsRequiredSpecified</li>
   <li>New feature - Added JsonContract.InternalConverter</li>
   <li>Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org</li>
   <li>Fix - Fixed deserializing nullable struct collections</li>
   <li>Fix - Fixed memory link when serializing enums to named values</li>
   <li>Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace</li>
   </ul>
   <h2>12.0.1</h2>
   <ul>
   <li>New feature - Added NuGet package signing</li>
   <li>New feature - Added Authenticode assembly signing</li>
   <li>New feature - Added SourceLink support</li>
   <li>New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue</li>
   <li>New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable</li>
   <li>New feature - Added line information to JsonSerializationException</li>
   <li>New feature - Added JObject.Property overload with a StringComparison</li>
   <li>New feature - Added JsonMergeSettings.PropertyNameComparison</li>
   <li>New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter</li>
   <li>New feature - Added support for strict equals and strict not equals in JSON Path queries</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/ae9fe44e1323e91bcbd185ca1a14099fba7c021f"><code>ae9fe44</code></a> Remove compiler package and update sourcelink (<a href="https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/2498">#2498</a>)</li>
   <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/8ef662189dd7fc890c8fcd832d3e283edb90ef31"><code>8ef6621</code></a> Remove prerelease for 13.0.1</li>
   <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/11331f50fd1c09dc1f44fe17ef26aba7c460b42c"><code>11331f5</code></a> Update SDK to 5.0.200 (<a href="https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/2495">#2495</a>)</li>
   <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/c7e8abc09de751785355e3f972150f8a72379b02"><code>c7e8abc</code></a> Update to 13.0.1-beta2</li>
   <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/1745d7c14ec7e4244a5ca1c7ddf5d955cf7d1f43"><code>1745d7c</code></a> Fix JTokenWriter when writing comment to an object (<a href="https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/2493">#2493</a>)</li>
   <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/583eb120152f8b6332df2fe3d4b9f4c947c944d0"><code>583eb12</code></a> Fix missing error when deserializing JToken with a contract type mismatch (<a href="https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/2">#2</a>...</li>
   <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/b6dc05be5a0f4808f06ec430f3bb59b24d3fbc3e"><code>b6dc05b</code></a> Change MaxDepth default to 64 (<a href="https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/2473">#2473</a>)</li>
   <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/15525f1c44e0d99ef8fdee73430853e22239181d"><code>15525f1</code></a> Fix JsonWriter.WriteToken to allow null with string token (<a href="https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/2472">#2472</a>)</li>
   <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/926d2f0f42292cfcdf07cdadeb501b73fd5b1d52"><code>926d2f0</code></a> Enable embed untracked sources (<a href="https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/2471">#2471</a>)</li>
   <li><a href="https://github.com/JamesNK/Newtonsoft.Json/commit/0a56633b6cd4fccc860a8486260ee67636f3fe90"><code>0a56633</code></a> Fixes <a href="https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/2372">#2372</a> - variable typos (<a href="https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/2465">#2465</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/JamesNK/Newtonsoft.Json/compare/9.0.1...13.0.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Newtonsoft.Json&package-manager=nuget&previous-version=9.0.1&new-version=13.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/incubator-shenyu-client-dotnet/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-shenyu-client-dotnet] hgaol commented on pull request #18: Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /client/Apache.ShenYu.Client

Posted by GitBox <gi...@apache.org>.
hgaol commented on PR #18:
URL: https://github.com/apache/incubator-shenyu-client-dotnet/pull/18#issuecomment-1163850395

   Where is bot from?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-shenyu-client-dotnet] yu199195 commented on pull request #18: Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /client/Apache.ShenYu.Client

Posted by GitBox <gi...@apache.org>.
yu199195 commented on PR #18:
URL: https://github.com/apache/incubator-shenyu-client-dotnet/pull/18#issuecomment-1163853848

   it by github check,if want to Upgrade can merged. if not,can close


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-shenyu-client-dotnet] hgaol merged pull request #18: Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /client/Apache.ShenYu.Client

Posted by GitBox <gi...@apache.org>.
hgaol merged PR #18:
URL: https://github.com/apache/incubator-shenyu-client-dotnet/pull/18


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-shenyu-client-dotnet] hgaol commented on pull request #18: Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /client/Apache.ShenYu.Client

Posted by GitBox <gi...@apache.org>.
hgaol commented on PR #18:
URL: https://github.com/apache/incubator-shenyu-client-dotnet/pull/18#issuecomment-1163854232

   > it by github check,if want to Upgrade can merged. if not,can close
   
   Let me double check if it's compatible.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org