Skip to content

Bump ex_cldr from 2.44.1 to 2.47.4#98

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/ex_cldr-2.47.4
Open

Bump ex_cldr from 2.44.1 to 2.47.4#98
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/ex_cldr-2.47.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps ex_cldr from 2.44.1 to 2.47.4.

Release notes

Sourced from ex_cldr's releases.

Cldr version 2.47.4

Bug Fixes

  • Cldr.Locale.Match.best_match/2 is significantly faster. Distance scoring now uses a trie (Cldr.Locale.DistanceTrie) baked at compile time from the ICU language-matching rules, replacing the per-call reduce over the full rule list.

  • Cldr.Locale.Match.validate/3 short-circuits through the backend's precomputed validate_locale/1 for known locale names, eliminating the per-supported-locale canonicalisation cost that previously dominated best_match on backends with many supported locales.

Cldr version 2.47.3

Bug Fixes

  • Support Decimal 3.0.

  • Replace MapSet ops with list ops to fix dialyzer call_without_opaque warnings.

Cldr version 2.47.2

Bug Fixes

  • Fix compiler warnings on Elixir 1.20.0-rc.2.

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

... (truncated)

Changelog

Sourced from ex_cldr's changelog.

Cldr v2.47.4

This is the changelog for Cldr v2.47.4 released on May 11th, 2026. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Cldr.Locale.Match.best_match/2 is significantly faster. Distance scoring now uses a trie (Cldr.Locale.DistanceTrie) baked at compile time from the ICU language-matching rules, replacing the per-call reduce over the full rule list.

  • Cldr.Locale.Match.validate/3 short-circuits through the backend's precomputed validate_locale/1 for known locale names, eliminating the per-supported-locale canonicalisation cost that previously dominated best_match on backends with many supported locales.

Cldr v2.47.3

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

Bug Fixes

  • Support Decimal 3.0.

  • Replace MapSet ops with list ops to fix dialyzer call_without_opaque warnings.

Cldr v2.47.2

This is the changelog for Cldr v2.47.2 released on March 16th, 2026. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix compiler warnings on Elixir 1.20.0-rc.2.

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

... (truncated)

Commits
  • f12d43d Bump version
  • d35893d Trie-based locale matching and structural_parent for fast, terminating fallba...
  • c3e9bfb Update changelog
  • da84e4a Allow Decimal 3.0 and Replace MapSet ops with list ops to fix dialyzer
  • b8c28ed Update version to 2.47.2
  • 742babc Remove dead code
  • dfb480c Fix release
  • dbcaf64 Fix changelog
  • 0522182 Fix compiler warnings on Elixir 1.20.0-rc.2
  • 93615de Add markdown doc formatter
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels May 11, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 11, 2026 10:58
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels May 11, 2026
Bumps [ex_cldr](https://github.com/elixir-cldr/cldr) from 2.44.1 to 2.47.4.
- [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.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/hex/ex_cldr-2.47.4 branch from 84bc7e3 to 38334de Compare May 26, 2026 00:53
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 26, 2026

Dependabot can't resolve your Elixir dependency files. Because of this, Dependabot cannot update this pull request.

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