msgraph-sample-aspnet-core icon indicating copy to clipboard operation
msgraph-sample-aspnet-core copied to clipboard

Bump TimeZoneConverter from 6.1.0 to 7.2.0

Open dependabot[bot] opened this issue 2 months ago • 0 comments

Updated TimeZoneConverter from 6.1.0 to 7.2.0.

Release notes

Sourced from TimeZoneConverter's releases.

7.2.0

Noteworthy Changes

  • Improve API to help resolve canonical time zones by @​ocoanet in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/178

Minor Improvements

  • Bump Microsoft.NET.Test.Sdk from 17.12.0 to 18.0.0 by @​dependabot[bot] in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/181
  • Bump Verify.Xunit from 31.0.2 to 31.0.3 by @​dependabot[bot] in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/180
  • Bump xunit.runner.visualstudio from 3.0.2 to 3.1.5 by @​dependabot[bot] in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/179

New Contributors

  • @​ocoanet made their first contribution in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/178

Full Changelog: https://github.com/mattjohnsonpint/TimeZoneConverter/compare/7.1.0...7.2.0

7.1.0

Noteworthy changes

  • feat: update data for TZDB 2025b by @​mattjohnsonpint in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/164
  • feat: improve Rails zones mapping behavior by @​mattjohnsonpint in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/166
  • fix: "try" methods should never throw by @​mattjohnsonpint in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/176
  • fix: resolve canonical time zone during retrieval by @​mattjohnsonpint in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/177
  • chore: drop .NET 6 target by @​mattjohnsonpint in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/174
    • Note that .NET 6 is still supported via the .NET Standard target

Minor improvements

  • Fix version numbers in readmes by @​jnyrup in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/157
  • Enable .NET analyzers and fix issues by @​lahma in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/158
  • Add BenchmarkDotNet benchmark project and DataLoader benchmark by @​lahma in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/159
  • chore: update workflows by @​mattjohnsonpint in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/165
  • Bump BenchmarkDotNet from 0.14.0 to 0.15.4 by @​dependabot[bot] in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/167
  • Bump Roslynator.Analyzers from 4.12.10 to 4.14.1 by @​dependabot[bot] in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/170
  • Bump NodaTime from 3.2.0 to 3.2.2 by @​dependabot[bot] in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/169
  • Bump xunit.runner.visualstudio from 2.8.2 to 3.0.2 by @​dependabot[bot] in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/173
  • Bump Verify.Xunit from 28.9.0 to 31.0.2 by @​dependabot[bot] in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/172
  • Bump SharpCompress from 0.32.2 to 0.41.0 by @​dependabot[bot] in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/171
  • chore: refactoring by @​mattjohnsonpint in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/175

New Contributors

  • @​lahma made their first contribution in https://github.com/mattjohnsonpint/TimeZoneConverter/pull/158

Full Changelog: https://github.com/mattjohnsonpint/TimeZoneConverter/compare/7.0.0...7.1.0

7.0.0

Bringing the library current.

  • Update targeting to drop .NET 5 and add .NET 9
  • Updated to latest data (IANA 2024b)
  • Update CLDR to latest
  • Update all dependencies

Commits viewable in compare view.

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 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)

dependabot[bot] avatar Oct 27 '25 14:10 dependabot[bot]