GHPReporter / Ghpr.Console

Console application to convert NUnit and MSTest test result files into Ghpr HTML Report
http://ghpreporter.github.io/
MIT License
5 stars 5 forks source link

Bump Newtonsoft.Json from 11.0.2 to 12.0.1 in /Ghpr.Console #15

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps Newtonsoft.Json from 11.0.2 to 12.0.1.

Release notes *Sourced from [Newtonsoft.Json's releases](https://github.com/JamesNK/Newtonsoft.Json/releases).* > ## 12.0.1 > * New feature - Added NuGet package signing > * New feature - Added Authenticode assembly signing > * New feature - Added SourceLink support > * New feature - Added constructors to StringEnumConverter for setting AllowIntegerValue > * New feature - Added JsonNameTable and JsonTextReader.PropertyNameTable > * New feature - Added line information to JsonSerializationException > * New feature - Added JObject.Property overload with a StringComparison > * New feature - Added JsonMergeSettings.PropertyNameComparison > * New feature - Added support for multiple Date constructors with JavaScriptDateTimeConverter > * New feature - Added support for strict equals and strict not equals in JSON Path queries > * New feature - Added EncodeSpecialCharacters setting to XmlNodeConverter > * New feature - Added trace message for serializing to non-writable properties > * New feature - Added support for NamingStrategy to StringEnumConverter > * New feature - Added JsonLoadSettings.DuplicatePropertyNameHandling setting > * Change - JTokenReader now uses JsonReader.DateTimeZoneHandling setting for date values > * Change - Excluded TargetSite when serializing Exceptions without SerializableAttribute > * Change - Changed StringEnumConverter.ctor(bool camelCaseText) to obsolete > * Change - Changed StringEnumConverter.CamelCaseText to obsolete > * Fix - Fixed incorrect overflow when reading decimal values from JSON > * Fix - Fixed error message when trying to deserialize an abstract serializable type > * Fix - Fixed parsing decimals from a string with an exponent > * Fix - Fixed losing DateTime.Kind when deserializing ISO date strings > * Fix - Fixed calling constructors with ref and in parameters > * Fix - Fixed rare race condition in name table when serializing > * Fix - Fixed unhelpful exception message when unable to convert JSON value to DateTime > * Fix - Fixed error when deserializing empty array in DataTable > * Fix - Fixed deserializing empty string to empty byte array > * Fix - Fixed blank extension data values with required properties and deserializing with constructor > * Fix - Fixed ignored values being set in extension data when deserializing > * Fix - Fixed comparing equal integer and floating point values in JSON Path > * Fix - Fixed BsonReader when reading multiple content > * Fix - Fixed setting extension data with existing key > * Fix - Fixed including array attribute in XML with namespaces when converting JSON to XML > * Fix - Fixed error when serializing ref struct properties by excluding them from serialization
Commits - [`509643a`](https://github.com/JamesNK/Newtonsoft.Json/commit/509643a8952ce731e0207710c429ad6e67dc43db) Update version to 12.0.1 - [`82e7636`](https://github.com/JamesNK/Newtonsoft.Json/commit/82e76365f86c1e9ee624940fb1488a766c3bd12a) Add backwards compatible EnumUtils.TryToString call - [`2171a88`](https://github.com/JamesNK/Newtonsoft.Json/commit/2171a88e5eb9c308733e90e1fddd0421e13352f9) Add documentation and split JSON Path into its own documentation section ([#1925](https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/1925)) - [`f869558`](https://github.com/JamesNK/Newtonsoft.Json/commit/f869558de5f832de07f309d43b5bb1d0258a39dd) Update version to 12.0.1-beta2 - [`03f7c0b`](https://github.com/JamesNK/Newtonsoft.Json/commit/03f7c0b8591f4928fcaa5edfe68bdbdaaa04cb6d) Fix serializing types with struct ref properties ([#1924](https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/1924)) - [`88dae52`](https://github.com/JamesNK/Newtonsoft.Json/commit/88dae521655b05bbe5b3d1821d82523a60d23dcc) Clean up DuplicatePropertyNameHandling feature - [`a1f1b0a`](https://github.com/JamesNK/Newtonsoft.Json/commit/a1f1b0aa86d72a8172a0fb5c22a73663b4f3969a) initial commit issue [#931](https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/931) fix - [`c6e4ca7`](https://github.com/JamesNK/Newtonsoft.Json/commit/c6e4ca7a94b514c1dbde209aa3fbedce54d947c0) Update NuGet metadata to use license expression ([#1921](https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/1921)) - [`44539a8`](https://github.com/JamesNK/Newtonsoft.Json/commit/44539a8f002bc4d6dae919a0340531661c9bdd5d) Fix docs for generic custom json converter ([#1909](https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/1909)) - [`c356822`](https://github.com/JamesNK/Newtonsoft.Json/commit/c356822a597ff2eb2a5b28e41c755ae040c1db10) Add triggers to Azure build definition - Additional commits viewable in [compare view](https://github.com/JamesNK/Newtonsoft.Json/compare/11.0.2...12.0.1)


Dependabot compatibility score

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 commands and options
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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.