tinglesoftware / dependabot-azure-devops

Tools for updating dependencies in Azure DevOps repositories using https://dependabot.com
MIT License
180 stars 59 forks source link

Bump the tingle group with 3 updates #1157

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the tingle group with 3 updates: Tingle.Extensions.DataAnnotations, Tingle.Extensions.Primitives and Tingle.Extensions.Serilog.

Updates Tingle.Extensions.DataAnnotations from 4.10.0 to 4.11.0

Release notes

Sourced from Tingle.Extensions.DataAnnotations's releases.

4.11.0

What's Changed

  • #268: Implement IParsable<T> on ByteSize, Duration, Etag, Ksuid, Money, and SwiftCode.

    Consequently:

    • Creating Etag from string has been marked as obsolete in favour of parsing.
    • Parsing of Money requires more explict currency specification where the symbol is used by multiple currencies, such as $ which is used by 9 currencies. Money.Parse(...) will throw but Money.TryParse(...) will return false.
  • #269: Use RegEx source generators on .NET 7 or later.

Full Changelog: https://github.com/tinglesoftware/dotnet-extensions/compare/4.10.1...4.11.0

4.10.1

What's Changed

  • #267: Actual AOT compatibility.

Full Changelog: https://github.com/tinglesoftware/dotnet-extensions/compare/4.10.0...4.10.1

Commits
  • b831202 Add WarningsAsErrors for AOT errors
  • a21f7f2 Formatting fixes
  • c2af91d Use RegEx source generators on .NET 7 or later (#269)
  • 5965199 Treat IL2026 and IL3050 warnings as errors
  • 2e8832f Implement IParsable\<T> (#268)
  • b7dd81b No need to GetTypeInfo() in JsonPatchOperationsArrayProvider since the libr...
  • 4745812 Remove some unused type extensions
  • d20a162 Replace IsTrimmable with IsAotCompatible which contains all necessary analyze...
  • d2f51a3 Bump libphonenumber-csharp from 8.13.36 to 8.13.37 (#258)
  • 5ee9c79 Bump Serilog.Sinks.Seq from 7.0.1 to 8.0.0 in the serilog group (#265)
  • Additional commits viewable in compare view


Updates Tingle.Extensions.Primitives from 4.10.0 to 4.11.0

Release notes

Sourced from Tingle.Extensions.Primitives's releases.

4.11.0

What's Changed

  • #268: Implement IParsable<T> on ByteSize, Duration, Etag, Ksuid, Money, and SwiftCode.

    Consequently:

    • Creating Etag from string has been marked as obsolete in favour of parsing.
    • Parsing of Money requires more explict currency specification where the symbol is used by multiple currencies, such as $ which is used by 9 currencies. Money.Parse(...) will throw but Money.TryParse(...) will return false.
  • #269: Use RegEx source generators on .NET 7 or later.

Full Changelog: https://github.com/tinglesoftware/dotnet-extensions/compare/4.10.1...4.11.0

4.10.1

What's Changed

  • #267: Actual AOT compatibility.

Full Changelog: https://github.com/tinglesoftware/dotnet-extensions/compare/4.10.0...4.10.1

Commits
  • b831202 Add WarningsAsErrors for AOT errors
  • a21f7f2 Formatting fixes
  • c2af91d Use RegEx source generators on .NET 7 or later (#269)
  • 5965199 Treat IL2026 and IL3050 warnings as errors
  • 2e8832f Implement IParsable\<T> (#268)
  • b7dd81b No need to GetTypeInfo() in JsonPatchOperationsArrayProvider since the libr...
  • 4745812 Remove some unused type extensions
  • d20a162 Replace IsTrimmable with IsAotCompatible which contains all necessary analyze...
  • d2f51a3 Bump libphonenumber-csharp from 8.13.36 to 8.13.37 (#258)
  • 5ee9c79 Bump Serilog.Sinks.Seq from 7.0.1 to 8.0.0 in the serilog group (#265)
  • Additional commits viewable in compare view


Updates Tingle.Extensions.Serilog from 4.10.0 to 4.11.0

Release notes

Sourced from Tingle.Extensions.Serilog's releases.

4.11.0

What's Changed

  • #268: Implement IParsable<T> on ByteSize, Duration, Etag, Ksuid, Money, and SwiftCode.

    Consequently:

    • Creating Etag from string has been marked as obsolete in favour of parsing.
    • Parsing of Money requires more explict currency specification where the symbol is used by multiple currencies, such as $ which is used by 9 currencies. Money.Parse(...) will throw but Money.TryParse(...) will return false.
  • #269: Use RegEx source generators on .NET 7 or later.

Full Changelog: https://github.com/tinglesoftware/dotnet-extensions/compare/4.10.1...4.11.0

4.10.1

What's Changed

  • #267: Actual AOT compatibility.

Full Changelog: https://github.com/tinglesoftware/dotnet-extensions/compare/4.10.0...4.10.1

Commits
  • b831202 Add WarningsAsErrors for AOT errors
  • a21f7f2 Formatting fixes
  • c2af91d Use RegEx source generators on .NET 7 or later (#269)
  • 5965199 Treat IL2026 and IL3050 warnings as errors
  • 2e8832f Implement IParsable\<T> (#268)
  • b7dd81b No need to GetTypeInfo() in JsonPatchOperationsArrayProvider since the libr...
  • 4745812 Remove some unused type extensions
  • d20a162 Replace IsTrimmable with IsAotCompatible which contains all necessary analyze...
  • d2f51a3 Bump libphonenumber-csharp from 8.13.36 to 8.13.37 (#258)
  • 5ee9c79 Bump Serilog.Sinks.Seq from 7.0.1 to 8.0.0 in the serilog group (#265)
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @mburumaxwell.


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
mburumaxwell commented 3 weeks ago

@dependabot merge