Skip to content

Bump ex_cldr from 2.44.1 to 2.47.5#103

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps ex_cldr from 2.44.1 to 2.47.5.

Release notes

Sourced from ex_cldr's releases.

Cldr version 2.47.5

Bug Fixes

  • Fix map key name in timezone data structures. It's :preferred, not :prefer.

  • Remove dead code identified and warned by the Elixir type checker.

  • Fix race condition in the compile-time locale cache.

  • Update CI matrix to include Elixir 1.20.2 and OTP 29.

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

... (truncated)

Changelog

Sourced from ex_cldr's changelog.

Cldr v2.47.5

This is the changelog for Cldr v2.47.5 released on June 28th, 2026. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix map key name in timezone data structures. It's :preferred, not :prefer.

  • Remove dead code identified and warned by the Elixir type checker.

  • Fix race condition in the compile-time locale cache.

  • Update CI matrix to include Elixir 1.20.2 and OTP 29.

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.

... (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.5.
- [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.5)

---
updated-dependencies:
- dependency-name: ex_cldr
  dependency-version: 2.47.5
  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 Jun 29, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 29, 2026 08:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jun 29, 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