Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps ex_cldr from 2.44.1 to 2.45.2.

Release notes

Sourced from ex_cldr's releases.

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

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

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.

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jan 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 19, 2026 09:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jan 19, 2026
Bumps [ex_cldr](https://github.com/elixir-cldr/cldr) from 2.44.1 to 2.45.2.
- [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.45.2)

---
updated-dependencies:
- dependency-name: ex_cldr
  dependency-version: 2.45.2
  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.45.2 branch from 3b70f62 to c1033f7 Compare January 22, 2026 02:40
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2026

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2026

Superseded by #89.

@dependabot dependabot bot closed this Jan 22, 2026
@dependabot dependabot bot deleted the dependabot/hex/ex_cldr-2.45.2 branch January 22, 2026 08:17
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