Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump LykkeBiz.SettingsReader, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions and Newtonsoft.Json #553

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps LykkeBiz.SettingsReader, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions and Newtonsoft.Json. These dependencies needed to be updated together.
Updates LykkeBiz.SettingsReader from 6.0.4 to 8.1.3

Updates Microsoft.Extensions.DependencyInjection from 2.0.0 to 2.1.1

Commits
  • 930037a Bumping version from 2.1.0 to 2.1.1
  • e765774 Update dependencies.props
  • 22b6857 Update dependencies.props
  • 9137761 Bump version to 2.1.0-rtm
  • deb8261 Update dependencies.props
  • 55bea3f Set NETStandardImplicitPackageVersion via dependencies.props
  • aaab2f5 Branching for 2.1.0-rc1
  • aad8d7a Update dependencies.props
  • 0416465 Disable IL backend by default (#636)
  • 4708d11 Continue walking graph even when found first scoped service (#633)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 2.0.0 to 2.1.1

Commits
  • 930037a Bumping version from 2.1.0 to 2.1.1
  • e765774 Update dependencies.props
  • 22b6857 Update dependencies.props
  • 9137761 Bump version to 2.1.0-rtm
  • deb8261 Update dependencies.props
  • 55bea3f Set NETStandardImplicitPackageVersion via dependencies.props
  • aaab2f5 Branching for 2.1.0-rc1
  • aad8d7a Update dependencies.props
  • 0416465 Disable IL backend by default (#636)
  • 4708d11 Continue walking graph even when found first scoped service (#633)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Logging from 2.0.2 to 2.1.1

Commits
  • a0398f0 Bumping version from 2.1.0 to 2.1.1
  • 14c12fd Update dependencies.props
  • 6dffd8b Fix package versions on .Analyzers when IsFinalBuild=true
  • 73a7150 Update dependencies.props
  • 9e2fcc1 Bump version to 2.1.0-rtm
  • adeddec Update dependencies.props
  • 8c9f9ce Make NETStandard.Library PrivateAssets=All on Logging.Analyzers (#814)
  • bc9dc0d Set NETStandardImplicitPackageVersion via dependencies.props
  • b2c4d45 Branching for 2.1.0-rc1
  • 3821274 Merge pull request #790 from ChrisSimmons/ExpandLogLevelExtension
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Logging.Abstractions from 2.0.2 to 2.1.1

Commits
  • a0398f0 Bumping version from 2.1.0 to 2.1.1
  • 14c12fd Update dependencies.props
  • 6dffd8b Fix package versions on .Analyzers when IsFinalBuild=true
  • 73a7150 Update dependencies.props
  • 9e2fcc1 Bump version to 2.1.0-rtm
  • adeddec Update dependencies.props
  • 8c9f9ce Make NETStandard.Library PrivateAssets=All on Logging.Analyzers (#814)
  • bc9dc0d Set NETStandardImplicitPackageVersion via dependencies.props
  • b2c4d45 Branching for 2.1.0-rc1
  • 3821274 Merge pull request #790 from ChrisSimmons/ExpandLogLevelExtension
  • Additional commits viewable in compare view

Updates Newtonsoft.Json from 9.0.1 to 10.0.3

Release notes

Sourced from Newtonsoft.Json's releases.

10.0.3

  • New feature - Added support for deserializing XmlElement, XmlNode, XObject, XNode and XContainer with XmlNodeConverter
  • Change - MinClientVersion 2.12 added to NuGet package to restrict to compatible clients
  • Fix - Fixed JsonSerializer.Binder to not throw an error when binder instance is compatible
  • Fix - Fixed stack overflow when deserializing incomplete JSON to XML
  • Fix - Fixed JSON Path recursive descent queries
  • Fix - Fixed serializing ConcurrentDictionary in .NET Core 2.0
  • Fix - Fixed serializing ConcurrentStack/Queue/Bag
  • Fix - Fixed MemoryTraceWriter thread safety
  • Fix - Fixed JSON Path root filter sometimes not correctly returning root token
  • Fix - Fixed properties with JsonIgnore not being ignored with ItemRequired
  • Fix - Fixed JToken.Load not reading past comment when CommentHandling is Ignore
  • Fix - Fixed JsonReader.ReadAsDecimal with a JValue containing a BigInteger value
  • Fix - Fixed converting JSON values to XML attributes to ignore current culture
  • Fix - Fixed converting JSON byte array data to XML
  • Fix - Fixed reading some types from KeyValuePairConverter incorrectly
  • Fix - Fixed comparing high precision decimal JValues
  • Fix - Fixed JsonWriter.WriteToken(JsonReader) not erroring on incomplete token
  • Fix - Fixed not preventing negative integers with StringEnumConverters.AllowIntegerValues

10.0.2

  • Change - .NET 4 portable class library target added back to NuGet package
  • Change - Changed NuGet dependencies to use NETStandard.Library 1.6.1
  • Change - Changed double parsing back to double.TryParse to avoid small floating point precision errors
  • Fix - Fixed binary serialization of JsonException and friends
  • Fix - Fixed JsonLoadSettings.LineInfoHandling not being used correctly when loading JTokens
  • Fix - Fixed serializing IListSource implementations
  • Fix - Fixed handling errors when reading metadata properties during deserialization

10.0.1

  • New feature - Added async read support to JsonReader
  • New feature - Added async write support to JsonWriter
  • New feature - Added async support for loading JObject and JArray
  • New feature - Added non-allocating parsing of double and decimal values
  • New feature - Added support for TypeConverters to netstandard1.0+
  • New feature - Added support for BigInteger to netstandard1.3+
  • New feature - Added support for ISerializable to netstandard1.3+
  • New feature - Added support for XmlDocument to netstandard1.3+
  • New feature - Added support for SerializableAttribute and NonSerializedAttribute to netstandard1.3+
  • New feature - Added ISerializationBinder
  • New feature - Added SerializationBinder properties to JsonSerializer and JsonSerializerSettings
  • New feature - Added TypeNameAssemblyFormatHandling
  • New feature - Added TypeNameAssemblyFormatHandling properties to JsonSerializer and JsonSerializerSettings
  • New feature - Added support for root object selector in JSONPath filters
  • New feature - Added support for multiple names in JSONPath scan filter
  • New feature - Added support for any combination of paths and values in JSONPath filter expressions
  • New feature - Added support for extension data names to NamingStrategy
  • New feature - Added ProcessExtensionDataNames flag to NamingStrategy
  • New feature - Added JsonWriter.AutoCompleteOnClose to control whether JSON is auto-completed on JsonWriter.Close
  • New feature - Added JsonReaderException constructor with path, line number, line position

... (truncated)

Commits
  • b529abb -Build
  • 2616aa1 -Increment version to 10.0.3
  • 3c2d3be -Error message
  • e27f7cd -Build
  • 928eea8 -Refactor JsonSerializer.Binder to not create wrapper when unneeded
  • 91783ff -Tests
  • 59cd89a -Tests
  • 4467bdb -Fixed not preventing negative integers with StringEnumConverter.AllowInteger...
  • 64a092e -Refactor
  • 43e9bd3 Fix Issue 1340. Bring back default behavior for JsonSerializer.Binder if not ...
  • Additional commits viewable in compare view

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

…dencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions and Newtonsoft.Json

Bumps LykkeBiz.SettingsReader, [Microsoft.Extensions.DependencyInjection](https://github.com/aspnet/DependencyInjection), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/aspnet/DependencyInjection), [Microsoft.Extensions.Logging](https://github.com/aspnet/Logging), [Microsoft.Extensions.Logging.Abstractions](https://github.com/aspnet/Logging) and [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). These dependencies needed to be updated together.

Updates `LykkeBiz.SettingsReader` from 6.0.4 to 8.1.3

Updates `Microsoft.Extensions.DependencyInjection` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/aspnet/DependencyInjection/releases)
- [Commits](aspnet/DependencyInjection@2.0.0...2.1.1)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/aspnet/DependencyInjection/releases)
- [Commits](aspnet/DependencyInjection@2.0.0...2.1.1)

Updates `Microsoft.Extensions.Logging` from 2.0.2 to 2.1.1
- [Release notes](https://github.com/aspnet/Logging/releases)
- [Commits](aspnet/Logging@2.0.2...2.1.1)

Updates `Microsoft.Extensions.Logging.Abstractions` from 2.0.2 to 2.1.1
- [Release notes](https://github.com/aspnet/Logging/releases)
- [Commits](aspnet/Logging@2.0.2...2.1.1)

Updates `Newtonsoft.Json` from 9.0.1 to 10.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@9.0.1...10.0.3)

---
updated-dependencies:
- dependency-name: LykkeBiz.SettingsReader
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 19, 2024
@dependabot dependabot bot requested a review from tarurar August 19, 2024 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant