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

Bump Newtonsoft.Json, NodaTime, NodaTime.Serialization.JsonNet and Microsoft.NETCore.App #830

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps Newtonsoft.Json, NodaTime, NodaTime.Serialization.JsonNet and Microsoft.NETCore.App. These dependencies needed to be updated together.
Updates Newtonsoft.Json from 13.0.1 to 13.0.3

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.3

  • 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

13.0.2

  • 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
Commits
  • 0a2e291 Remove prerelease for 13.0.3
  • 4949c66 Update to 13.0.3-beta1
  • 5702581 Fix: Null String being reported as String rather than JTokenType.Null (#2796)
  • c908de3 Fix not returning negative double from box cache (#2777)
  • 2afdccd Fix parsed decimal losing trailing zeroes (#2769)
  • 4fba53a Remove prerelease for 13.0.2
  • b15df4b Add missing headers
  • 789bfd3 Update to 13.0.2-beta3
  • b13717a Add JsonCloneSettings to disable copy annotations (#2757)
  • d0a328e Fix MaxDepth not being used with ISerializable deserialization (#2736)
  • Additional commits viewable in compare view

Updates NodaTime from 3.0.7 to 3.0.0

Commits
  • 46a8d14 Tweaks to projects
  • a532722 Remove now-unnecessary variable in release script
  • 7f8517d Specify the version in Directory.Build.props, and remove the prefix aspect
  • b1a3ee1 Simplify the EmbeddedResource property for the test project
  • 1c823af Declare continuous integration builds appropriately
  • 099a89e Avoid using deterministic source paths in NodaTime.Test
  • 3ceffb5 Move inclusion of GitHub package to the root
  • 45f18d2 Update the expected XML schema as part of TZDB generation
  • 25e2262 Update package builds for SourceLink
  • 23e24de Update TZDB to 2020a
  • Additional commits viewable in compare view

Updates NodaTime.Serialization.JsonNet from 3.0.0 to 3.2.0

Release notes

Sourced from NodaTime.Serialization.JsonNet's releases.

NodaTime.Serialization.JsonNet version 3.2.0

No release notes provided.

Release NodaTime.Serialization.JsonNet version 3.1.0

Changes since 3.0.0:

  • Added NodaJsonSettings class for more fine-grained configuration
  • Updated Newtonsoft.Json dependency to 13.0.3
  • Added README to NuGet package
  • Fixed link in NuGet gallery

NodaTime.Serialization.JsonNet version 3.0.1

No release notes provided.

Commits
  • 3673624 Release NodaTime.Serialization.JsonNet version 3.2.0
  • 4833358 Release NodaTime.Serialization.SystemTextJson version 1.3.0
  • ac99432 Fix broken nuget link
  • cde8b30 Refactoring of System.Text.Json serializers to avoid repetition for value types
  • 4ee939c Sealed and added internal XML doc comments
  • f386a3e Support for nullable with System.Text.Json source generator
  • 1817df2 Bump System.Text.Json in /src/NodaTime.Serialization.SystemTextJson
  • cf79556 Bump System.Text.Json in /src/NodaTime.Serialization.SystemTextJson
  • 8379684 Stricter API compatibility checking
  • 2a56bcb Add compatibility checks on each PR and push.
  • Additional commits viewable in compare view

Updates Microsoft.NETCore.App from 2.1.0 to 2.1.0

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)

…crosoft.NETCore.App

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json), [NodaTime](https://github.com/nodatime/nodatime), [NodaTime.Serialization.JsonNet](https://github.com/nodatime/nodatime.serialization) and Microsoft.NETCore.App. These dependencies needed to be updated together.

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

Updates `NodaTime` from 3.0.7 to 3.0.0
- [Release notes](https://github.com/nodatime/nodatime/releases)
- [Commits](nodatime/nodatime@3.0.7...3.0.0)

Updates `NodaTime.Serialization.JsonNet` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/nodatime/nodatime.serialization/releases)
- [Changelog](https://github.com/nodatime/nodatime.serialization/blob/main/NodaTime%20Release.snk)
- [Commits](nodatime/nodatime.serialization@NodaTime.Serialization.JsonNet-3.0.0...NodaTime.Serialization.JsonNet-3.2.0)

Updates `Microsoft.NETCore.App` from 2.1.0 to 2.1.0

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: NodaTime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: NodaTime.Serialization.JsonNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.NETCore.App
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code 📦 dependencies Pull requests that update a dependency file labels Feb 10, 2025
@github-actions github-actions bot added this to the v3.1.0 milestone Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Pull requests that update .net code 📦 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant