Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps ex_cldr from 2.40.2 to 2.42.0.

Release notes

Sourced from ex_cldr's releases.

Cldr version 2.42.0

Bug Fixes

  • Support Elixir 1.19 and OTP 28 without errors or warnings. Primarily this relates to changes to OTP's new :re module and Elixir's evolving type system.

Cldr version 2.41.1

Bug Fixes

  • Changes compile-time calls to List.flatten/1 to be Elixir.List.flatten/1 to help resolve unpredictable compile errors. Relates to #256.

Cldr version 2.41.0

Breaking Data format changes

There are some changes to the underlying locale data format that will be a breaking change for results returned from:

  • Cldr.DateTime.Format.time_formats/{1,2,3}
  • Cldr.Number.Symbol.number_symbols_for/3
  • MyApp.Cldr.Calendar.day_periods/{0, 1, 2}

The data changes are summarised as:

  • Delimiters are now organized with :default and :variant quotation marks where the data is available.
  • Time formats now group the :default and :ascii alternatives.
  • Day periods used for date/time formatting now group the alternatives for am and pm where the data is available.
  • Day period display names now group the alternatives for am and pm where the data is available.

Enhancements

Cldr version 2.40.4

Bug Fixes

  • Remove :eex and :ex_unit from :extra_applications. Thanks to @​tanguilp for the report. Closes #253.

CLdr version 2.40.3

Bug Fixes

  • Fixes compilation error when the path of the containing project contains non-ASCII characters. Thanks to @​zachdaniel and @​albinkc for the report. Closes #251.
Changelog

Sourced from ex_cldr's changelog.

Cldr v2.42.0

This is the changelog for Cldr v2.42.0 released on March 26th, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Support Elixir 1.19 and OTP 28 without errors or warnings. Primarily this relates to changes to OTP's new :re module and Elixir's evolving type system.

Cldr v2.41.1

This is the changelog for Cldr v2.41.1 released on March 22nd, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Changes compile-time calls to List.flatten/1 to be Elixir.List.flatten/1 to help resolve unpredictable compile errors. Relates to #256.

Cldr v2.41.0

This is the changelog for Cldr v2.41.0 released on March 18th, 2025. For older changelogs please consult the release tag on GitHub

Breaking Data format changes

There are some changes to the underlying locale data format that will be a breaking change for results returned from:

  • Cldr.DateTime.Format.time_formats/{1,2,3}
  • Cldr.Number.Symbol.number_symbols_for/3
  • MyApp.Cldr.Calendar.day_periods/{0, 1, 2}

The data changes are summarised as:

  • Delimiters are now organized with :default and :variant quotation marks where the data is available.
  • Time formats now group the :default and :ascii alternatives.
  • Day periods used for date/time formatting now group the alternatives for am and pm where the data is available.
  • Day period display names now group the alternatives for am and pm where the data is available.

Enhancements

Cldr v2.40.4

This is the changelog for Cldr v2.40.4 released on March 18th, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Remove :eex and :ex_unit from :extra_applications. Thanks to @​tanguilp for the report. Closes #253.

Cldr v2.40.3

This is the changelog for Cldr v2.40.3 released on March 9th, 2025. For older changelogs please consult the release tag on GitHub

... (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](https://github.com/elixir-cldr/cldr) from 2.40.2 to 2.42.0.
- [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.40.2...v2.42.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Apr 7, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2025

Superseded by #76.

@dependabot dependabot bot closed this Aug 25, 2025
@dependabot dependabot bot deleted the dependabot/hex/ex_cldr-2.42.0 branch August 25, 2025 15:39
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