Skip to content

Bump ex_cldr from 2.44.1 to 2.47.1#93

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/ex_cldr-2.47.1
Open

Bump ex_cldr from 2.44.1 to 2.47.1#93
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/ex_cldr-2.47.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps ex_cldr from 2.44.1 to 2.47.1.

Release notes

Sourced from ex_cldr's releases.

Cldr version 2.47.1

Bug Fixes

  • Fixes Cldr.Locale.canonical_local_name/3 infinite recursion when there is no fallback locale configured when generating the RBNF locale name. Fixes #272.

  • Fixes plural_rule/2 infinite recursion when the applicable locale has no plural rules and no fallback locale is configured. Fixes #272.

Cldr version 2.47.0

Bug Fixes

  • Fixes adding of spurious base language locales. Thanks to @​DaAnalyst for the report. Closes #270.

  • Fix calculating the fallback chain for a locale.

Enhancements

  • Add Cldr.Config.territory_codes/0 to return a mapping from an ISO3166 alpha-2 code to the corresponding FIP, numerica and alpah-3 codes (where available).

Cldr version 2.46.0

Enhancements

  • Adds an exception Cldr.InvalidCurrencyCode to allow differentiation between invalid and unknown currency codes. This is primarily to support between currency validation in ex_money.

Cldr version 2.45.2

Changes

  • Changes the default locale match distance from 50 to 54. This means that a desired locale will match with a suported locale if the language matches - even if both the script and territory do not match. This matching algorithm is used when matching a requested locale to a known CLDR locale and a known Gettext locale. This change is very unlikely to affect the majority of users.

Cldr version 2.45.1

Bug Fixes

  • Fix Cldr.Locale.cldr_locale_name/1 to pass through the backend to Cldr.Locale.Match.best_match/2.

Cldr version 2.45.0

Bug Fixes

  • Fix unsed require to remove warnings on Elixir 1.20.

Enhancements

  • Updates to CLDR 48.1 data.

  • Improves matching the desired locale name to an configured CLDR locale name by using Cldr.Locale.Match.best_match/2 function. This better formalises the matching process and is compliant with the CLDR locale matching specification. The matching process is slower than the previous mechanism but more accurate and compliant (there is room for future performance optimization). Configurations with a small number of locales should see no performance difference however raising an issue is encouraged if performance characteristics appear materially worse.

Changelog

Sourced from ex_cldr's changelog.

Cldr v2.47.1

This is the changelog for Cldr v2.47.1 released on February 26th, 2026. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fixes Cldr.Locale.canonical_local_name/3 infinite recursion when there is no fallback locale configured when generating the RBNF locale name. Fixes #272.

  • Fixes plural_rule/2 infinite recursion when the applicable locale has no plural rules and no fallback locale is configured. Fixes #272.

Cldr v2.47.0

This is the changelog for Cldr v2.47.0 released on February 9th, 2026. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fixes adding of spurious base language locales. Thanks to @​DaAnalyst for the report. Closes #270.

  • Fix calculating the fallback chain for a locale.

Enhancements

  • Add Cldr.Config.territory_codes/0 to return a mapping from an ISO3166 alpha-2 code to the corresponding FIP, numerica and alpah-3 codes (where available).

Cldr v2.46.0

This is the changelog for Cldr v2.46.0 released on January 20th, 2026. For older changelogs please consult the release tag on GitHub

Enhancements

  • Adds an exception Cldr.InvalidCurrencyCode to allow differentiation between invalid and unknown currency codes. This is primarily to support between currency validation in ex_money.

Cldr v2.45.2

This is the changelog for Cldr v2.45.2 released on January 19th, 2026. For older changelogs please consult the release tag on GitHub

Changes

  • Changes the default locale match distance from 50 to 54. This means that a desired locale will match with a suported locale if the language matches - even if both the script and territory do not match. This matching algorithm is used when matching a requested locale to a known CLDR locale and a known Gettext locale. This change is very unlikely to affect the majority of users.

Cldr v2.45.1

This is the changelog for Cldr v2.45.1 released on January 18th, 2026. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix Cldr.Locale.cldr_locale_name/1 to pass through the backend to Cldr.Locale.Match.best_match/2.

Cldr v2.45.0

... (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 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.44.1 to 2.47.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.44.1...v2.47.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Feb 26, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 26, 2026 08:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Feb 26, 2026
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.

0 participants