Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps ex_cldr from 2.40.2 to 2.43.1.

Release notes

Sourced from ex_cldr's releases.

Cldr version 2.43.1

Bug Fixes

  • Fix Cldr.Locale.timezone_from_locale/1 when the territory has one zone and the zone short code is not instantiated as part of the language tag.

Cldr version 2.43.0

Deprecations

  • Deprecate Cldr.Timezone.fetch/1 in favor of Cldr.Timezone.fetch_short_zone/1

  • Deprecate Cldr.Timezone.get/1 in favor of Cldr.Timezone.get_short_zone/1

  • Deprecate Cldr.Timezone.timezones_for_territory/0 in favor of Cldr.Timezone.timezones_by_territory/0

  • Deprecate Cldr.Timezone.validate_timezone/1 in favor of Cldr.Timezone.validate_short_zone/1

Enhancements

  • Adds metazone, metazone mapping and primary zone data to the build process. This data supports timezone name localisation for a future release of ex_cldr_dates_times. See the github discussion for more background.

    • Adds Cldr.Config.metazones/0
    • Adds Cldr.Config.metazone_mapping/0
    • Adds Cldr.Config.metazone_ids/0
    • Adds Cldr.Config.primary_zones/0
  • Adds Cldr.Timezone.canonical_timezones/0 to return the mapping of IANA long timezone names to their canonical equivalent.

  • Adds Cldr.Timezone.canonical_timezone/1 to return the canonical timezone name for a given IANA long timezone name, or {:error, "Etc/Unknown"}.

Cldr version 2.42.0

Bug Fixes

  • Support Elixir 1.19 and OTP 28 without errors or warnings. Primarily this relates to changes to OTP's new :re module and Elixir's evolving type system.

Cldr version 2.41.1

Bug Fixes

  • Changes compile-time calls to List.flatten/1 to be Elixir.List.flatten/1 to help resolve unpredictable compile errors. Relates to #256.

Cldr version 2.41.0

Breaking Data format changes

There are some changes to the underlying locale data format that will be a breaking change for results returned from:

  • Cldr.DateTime.Format.time_formats/{1,2,3}
  • Cldr.Number.Symbol.number_symbols_for/3
  • MyApp.Cldr.Calendar.day_periods/{0, 1, 2}

The data changes are summarised as:

... (truncated)

Changelog

Sourced from ex_cldr's changelog.

Cldr v2.43.1

This is the changelog for Cldr v2.43.1 released on August 26th, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix Cldr.Locale.timezone_from_locale/1 when the territory has one zone and the zone short code is not instantiated as part of the language tag.

Cldr v2.43.0

This is the changelog for Cldr v2.43.0 released on August 25th, 2025. For older changelogs please consult the release tag on GitHub

Deprecations

  • Deprecate Cldr.Timezone.fetch/1 in favor of Cldr.Timezone.fetch_short_zone/1

  • Deprecate Cldr.Timezone.get/1 in favor of Cldr.Timezone.get_short_zone/1

  • Deprecate Cldr.Timezone.timezones_for_territory/0 in favor of Cldr.Timezone.timezones_by_territory/0

  • Deprecate Cldr.Timezone.validate_timezone/1 in favor of Cldr.Timezone.validate_short_zone/1

Enhancements

  • Adds metazone, metazone mapping and primary zone data to the build process. This data supports timezone name localisation for a future release of ex_cldr_dates_times. See the github discussion for more background.

    • Adds Cldr.Config.metazones/0
    • Adds Cldr.Config.metazone_mapping/0
    • Adds Cldr.Config.metazone_ids/0
    • Adds Cldr.Config.primary_zones/0
  • Adds Cldr.Timezone.canonical_timezones/0 to return the mapping of IANA long timezone names to their canonical equivalent.

  • Adds Cldr.Timezone.canonical_timezone/1 to return the canonical timezone name for a given IANA long timezone name, or {:error, "Etc/Unknown"}.

Cldr v2.42.0

This is the changelog for Cldr v2.42.0 released on March 26th, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Support Elixir 1.19 and OTP 28 without errors or warnings. Primarily this relates to changes to OTP's new :re module and Elixir's evolving type system.

Cldr v2.41.1

This is the changelog for Cldr v2.41.1 released on March 22nd, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Changes compile-time calls to List.flatten/1 to be Elixir.List.flatten/1 to help resolve unpredictable compile errors. Relates to #256.

... (truncated)

Commits

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)

Bumps [ex_cldr](https://github.com/elixir-cldr/cldr) from 2.40.2 to 2.43.1.
- [Release notes](https://github.com/elixir-cldr/cldr/releases)
- [Changelog](https://github.com/elixir-cldr/cldr/blob/main/CHANGELOG.md)
- [Commits](elixir-cldr/cldr@v2.40.2...v2.43.1)

---
updated-dependencies:
- dependency-name: ex_cldr
  dependency-version: 2.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Sep 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Superseded by #88.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/hex/ex_cldr-2.43.1 branch September 22, 2025 08:46
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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant