Skip to content

Bump ex_cldr_dates_times from 2.24.0 to 2.25.1#541

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/main/ex_cldr_dates_times-2.25.1
Closed

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps ex_cldr_dates_times from 2.24.0 to 2.25.1.

Release notes

Sourced from ex_cldr_dates_times's releases.

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.

  • Significant improvement in support of date time skeletons. Skeletons are a flexible way to express desired formatting in a locale-indepdendent way.

  • Support is added for the "j", "J" and "C" input skeleton symbols which will be substituted with the locales preferred hour formats. These changes also improve implicit format generation derived from whatever date and time data is passed to the Cldr.Date.to_string/3, Cldr.Time.to_string/3, Cldr.DateTime.to_string/3 functions.

Cldr Dates Times version 2.24.2

Bug Fixes

  • Fix generated doc links in generated backend modules. Previously they used implicit links to the projects README file. Since they generate code, the implicit links end up referencing the users project README which is not the intention and which generates ex_doc warnings. Thanks to @​zorn for the report. Fixes #63 for this library.

Cldr Dates Times version 2.24.1

Bug Fixes

  • Allow NaiveDatetime.t/0 types to be passed to Cldr.Interval.to_string/3. Previously there was no function clause that supported these types even though the formatting code does. Thanks to @​sysashi for the report. Partially fixes #62. Full resolution requires fixing #61 targetted for the end of October 2025.
Changelog

Sourced from ex_cldr_dates_times's changelog.

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")
    • 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.

  • Significant improvement in support of date time skeletons. Skeletons are a flexible way to express desired formatting in a locale-indepdendent way.

  • Support is added for the "j", "J" and "C" input skeleton symbols which will be substituted with the locales preferred hour formats. These changes also improve implicit format generation derived from whatever date and time data is passed to the Cldr.Date.to_string/3, Cldr.Time.to_string/3, Cldr.DateTime.to_string/3 functions.

Cldr_Dates_Times v2.24.2

This is the changelog for Cldr_Dates_Times v2.24.2 released on October 14th, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix generated doc links in generated backend modules. Previously they used implicit links to the projects README file. Since they generate code, the implicit links end up referencing the users project README which is not the intention and which generates ex_doc warnings. Thanks to @​zorn for the report. Fixes #63 for this library.

Cldr_Dates_Times v2.24.1

This is the changelog for Cldr_Dates_Times v2.24.1 released on October 9th, 2025. For older changelogs please consult the release tag on GitHub

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [ex_cldr_dates_times](https://github.com/elixir-cldr/cldr_dates_times) from 2.24.0 to 2.25.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2025
@sonarqubecloud
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

Superseded by #561.

@dependabot dependabot bot closed this Feb 3, 2026
@dependabot dependabot bot deleted the dependabot/hex/main/ex_cldr_dates_times-2.25.1 branch February 3, 2026 12:27
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