Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump ex_cldr from 2.40.4 to 2.41.1 #21

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps ex_cldr from 2.40.4 to 2.41.1.

Release notes

Sourced from ex_cldr's releases.

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

Changelog

Sourced from ex_cldr's changelog.

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

Commits
  • a0e2dbe Update version and changelog
  • f20dc00 Force Elixir namespace for compile-time List.flatten/1 calls. Relates to #256
  • 6c03934 Update changelog
  • a932614 Remove /dev from release build
  • 25fe024 Add release date to changelog
  • 76c9d23 Fix merge errors
  • 28c3a82 Remove :eex and :ex_unit from :extra_applications. Closes #253
  • d670478 CLDR 47 final release data
  • 80f0efd Update version to final release
  • 68625c8 CLDR 47 final data
  • Additional commits viewable in compare view

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.4 to 2.41.1.
- [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.4...v2.41.1)

---
updated-dependencies:
- dependency-name: ex_cldr
  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 Mar 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

Superseded by #25.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/hex/ex_cldr-2.41.1 branch March 31, 2025 14:24
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