forCrowd / Backbone

Lightweight API service for rapid application prototyping
https://backbone.forcrowd.org
MIT License
6 stars 13 forks source link

Bump Newtonsoft.Json from 10.0.3 to 11.0.2 #75

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps Newtonsoft.Json from 10.0.3 to 11.0.2.

Release notes *Sourced from [Newtonsoft.Json's releases](https://github.com/JamesNK/Newtonsoft.Json/releases).* > ## 11.0.2 > * Change - Revert DataContractAttribute to not force JSON object serialization (use JsonObjectAttribute instead) > * Fix - Fixed JPropertyDesciptor.GetValue and SetValue to not throw for non-JObject argument > * Fix - Fixed JObject ICustomTypeDescriptor.GetProperty to return the current instance > * Fix - Fixed serializing FileInfo/DirectoryInfo with a JsonConverter in .NET Standard > * Fix - Fixed serializing F# enums > * Fix - Fixed serializing types with multiple members of the same name > > ## 11.0.1 > * New feature - Added netstandard2.0 build > * New feature - Added generic JsonConverter > * New feature - Added UnixDateConverter for converting Unix timestaps > * New feature - Added support for regex operator in JSON Paths > * New feature - Added JsonObjectAttribute.ItemNullValueHandling > * New feature - Added JsonObjectContract.ItemNullValueHandling > * New feature - Improved performance when resolving serialization contracts by using ConcurrentDictionary > * New feature - Improved performance of JToken.Path with a faster reverse > * New feature - Improved performance of parsing Int32 JSON integer values > * New feature - Improved performance of parsing and writing enum names > * New feature - Added IgnoreIsSpecifiedMembers to DefaultContractResolver > * New feature - Added IgnoreShouldSerializeMembers to DefaultContractResolver > * New feature - Added support for reading multiple comma delimited values with JsonReader.SupportMultipleContent > * New feature - Improved error message when an object is reused with PreserveReferencesHandling > * New feature - Added IConvertible support to netstandard1.3 > * New feature - Added INotifyPropertyChanging support to netstandard1.3 > * New feature - Optimized internal buffering when writing very large strings > * New feature - JObject.ContainsKey is now public > * New feature - Improved the error message when serialized ByRef properties > * New feature - Improved the error message when serializing FileInfo/DictionaryInfo without ISerializable > * New feature - Improved the error message when failing conversion in JsonReader.ReadAsInt32 and JsonReader.ReadAsDecimal > * New feature - Improved the error message when deserializing badly formatted regex strings > * Change - Types that implement ISerializable but don't have [SerializableAttribute] are not serialized using ISerializable > * Change - Changed JsonProperty.MemberConverter to obsolete > * Change - Changed camel casing logic for all caps words to not leave last character capitalized > * Change - Changed enum serialization in dictionary keys to use EnumMemberAttribute > * Fix - Fixed converting default datetime in JSON to XML on netstandard1.3 > * Fix - Fixed deserializing ObservableCollection in .NET Core 2.0 > * Fix - Fixed incorrectly allowing static IsSpecified properties > * Fix - Fixed not preserving trailing zeros when deserializing decimals > * Fix - Fixed JValue.CompareTo with number and string values > * Fix - Fixed not erroring when reading undefined for nullable long > * Fix - Fixed serializing immutable collections when .NET 4.0 or previous Newtonsoft.Json assembly is GACed > * Fix - Fixed writing null values by XmlNodeConverter and RegexConverter > * Fix - Fixed deserializing with a TraceWriter when the reader is not at the start > * Fix - Fixed TraceJsonWriter.WriteValue(object) writing value twice > * Fix - Fixed deserializing with constructor and readonly collection property > * Fix - Fixed error when writing unknown null value as JSON > * Fix - Fixed merging null string values > * Fix - Fixed missing CancellationToken usages in JsonTextWriter.WriteAsync > * Fix - Fixed error with JsonSerializer.Populate and comments in JSON array > ... (truncated)
Commits - [`c4af75c`](https://github.com/JamesNK/Newtonsoft.Json/commit/c4af75c8e91ca0d75aa6c335e8c106780c4f7712) -Fixed serializing F# enums - [`cfdd84e`](https://github.com/JamesNK/Newtonsoft.Json/commit/cfdd84ef799e79fc50e60286afa222ae27365a4b) -Build - [`b7c291e`](https://github.com/JamesNK/Newtonsoft.Json/commit/b7c291ea90e78199e8a9a412820a17f88bed84cb) -Increment version to 11.0.2 - [`a444322`](https://github.com/JamesNK/Newtonsoft.Json/commit/a444322988b6e40bf2a3ad6089da2566ffcea5a4) Docs - [`c72f785`](https://github.com/JamesNK/Newtonsoft.Json/commit/c72f785b9c20328af42aa58ac1e99f32c0c0de52) -Changed DataContractAttribute on collections back to array serialization - [`4f1aa39`](https://github.com/JamesNK/Newtonsoft.Json/commit/4f1aa395db318dbda2ff860eae76284b42dc808b) Ensure that RepositoryUrl follows documentation ([#1634](https://github-redirect.dependabot.com/JamesNK/Newtonsoft.Json/issues/1634)) - [`a33222f`](https://github.com/JamesNK/Newtonsoft.Json/commit/a33222f71d812f77271d2c888b6e11553c04a6f5) -Typo - [`5982f1c`](https://github.com/JamesNK/Newtonsoft.Json/commit/5982f1c514bc8998b2f8d47b03b3f472cf3070cf) -Tests - [`8bb337d`](https://github.com/JamesNK/Newtonsoft.Json/commit/8bb337debb338179a64cfdd366d764ce57492aef) -Fixed serializing FileInfo/DirectoryInfo on .NET Core with JsonConverter - [`f2b6ea4`](https://github.com/JamesNK/Newtonsoft.Json/commit/f2b6ea4966f2c99a38e07bb3b0d93f19db1da77b) -Fixed serializing generated types with duplicate property names - Additional commits viewable in [compare view](https://github.com/JamesNK/Newtonsoft.Json/compare/10.0.3...11.0.2)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.