Skip to content

Bump ex_cldr_dates_times from 2.24.0 to 2.25.4#561

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/main/ex_cldr_dates_times-2.25.4
Open

Bump ex_cldr_dates_times from 2.24.0 to 2.25.4#561
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/main/ex_cldr_dates_times-2.25.4

Conversation

@dependabot
Copy link
Contributor

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

Bumps ex_cldr_dates_times from 2.24.0 to 2.25.4.

Release notes

Sourced from ex_cldr_dates_times's releases.

Cldr Dates Times version 2.25.4

Bug Fixes

  • Fix compiler warning on Elixir 1.20.

Cldr Dates Times version 2.25.3

Bug Fixes

  • Fix doc errors in modules generated by Cldr.DateTime.Relative.Backend. Thanks to @​ArthurClemens for the report. Closes #267.

Cldr Dates Times version 2.25.2

Deprecations

  • Soft deprecate Cldr.DateTime.Format.common_date_time_format_names/1 in favour of common_date_time_format_ids/1 as part of the effort to make format terminology consistent and clearer.

Enhancements

  • Enhance the documentation describing formats (format pattern, format skeleton, format ID, standard format). Thanks to @​tjchambers for the issue. Closes #65.

  • Revised the types associated with format definitions to be clearer and more specific and improve their documentation.

Cldr Dates Times v2.25.1

Bug Fixes

  • Fix a Cldr.DateTime.Relative.to_string/3 regression when a backend is provided as the second argument. Thanks to @​madlep for the report. Closes #64.

Cldr Dates Times version 2.25.0

Breaking Changes

  • Changes in the implemementation of time zone formatting may result in different (but semantically the same) strings for formats that include time zone information. See Bug Fixes below.

Bug Fixes

  • Fixes the generation of time zone formats to be in accordance with CLDR Time Zone Names. This is particularly true of the following time zone formats:

    • Generic non-location format (eg "Pacific Time", "PT")
    • Generic partial location format (eg "Pacific Time (Canada)")
    • Generic location format (eg "France Time", "Adelaide Time")
    • Specific non-location format (eg "Pacific Standard Time", "PST")
    • Localized GMT format (eg "GMT+03:30", "Гринуич+03:30", "GMT+?")
  • Fixes Cldr.DateTime.Relative.to_string/3 when the relative value is an integer of 2 or -2 and the locale provides a specific word for that value. For example, in English there are words for 1 day in advance or behind ("today" and "yesterday"). When specifing 2 days ago, English has no specific word so the result is "2 days ago". In German the result is "vorgestern". Similary for the English "in 2 days", the German result will be "übermorgen".

Enhancements

  • Updates to CLDR 48 data.

  • Adds Cldr.DateTime.Format.gmt_unknown_format/1 to return a string representing an unknown GMT offset.

  • Adds style: :at to Cldr.DateTime.Relative.to_string/2. This allows formatting of string like "tomorrow at 3:30 PM". The default is style: :standard.

... (truncated)

Changelog

Sourced from ex_cldr_dates_times's changelog.

Cldr_Dates_Times v2.25.4

This is the changelog for Cldr_Dates_Times v2.25.4 released on January 17th, 2026. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix compiler warning on Elixir 1.20.

Cldr_Dates_Times v2.25.3

This is the changelog for Cldr_Dates_Times v2.25.3 released on January 14th, 2026. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix doc errors in modules generated by Cldr.DateTime.Relative.Backend. Thanks to @​ArthurClemens for the report. Closes #267.

Cldr_Dates_Times v2.25.2

This is the changelog for Cldr_Dates_Times v2.25.2 released on January 3rd, 2026. For older changelogs please consult the release tag on GitHub

Deprecations

  • Soft deprecate Cldr.DateTime.Format.common_date_time_format_names/1 in favour of common_date_time_format_ids/1 as part of the effort to make format terminology consistent and clearer.

Enhancements

  • Enhance the documentation describing formats (format pattern, format skeleton, format ID, standard format). Thanks to @​tjchambers for the issue. Closes #65.

  • Revised the types associated with format definitions to be clearer and more specific and improve their documentation.

Cldr_Dates_Times v2.25.1

This is the changelog for Cldr_Dates_Times v2.25.1 released on November 10th, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix a Cldr.DateTime.Relative.to_string/3 regression when a backend is provided as the second argument. Thanks to @​madlep for the report. Closes #64.

Cldr_Dates_Times v2.25.0

This is the changelog for Cldr_Dates_Times v2.25.0 released on November 6th, 2025. For older changelogs please consult the release tag on GitHub

Breaking Changes

  • Changes in the implemementation of time zone formatting may result in different (but semantically the same) strings for formats that include time zone information. See Bug Fixes below.

Bug Fixes

  • Fixes the generation of time zone formats to be in accordance with CLDR Time Zone Names. This is particularly true of the following time zone formats:
    • Generic non-location format (eg "Pacific Time", "PT")

... (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_dates_times](https://github.com/elixir-cldr/cldr_dates_times) from 2.24.0 to 2.25.4.
- [Release notes](https://github.com/elixir-cldr/cldr_dates_times/releases)
- [Changelog](https://github.com/elixir-cldr/cldr_dates_times/blob/main/CHANGELOG.md)
- [Commits](elixir-cldr/cldr_dates_times@v2.24.0...v2.25.4)

---
updated-dependencies:
- dependency-name: ex_cldr_dates_times
  dependency-version: 2.25.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

Labels

The following labels could not be found: mix. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 3, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants