Skip to content

Comments

chore(deps): bump ex_cldr from 2.40.2 to 2.41.1#356

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/ex_cldr-2.41.1
Closed

chore(deps): bump ex_cldr from 2.40.2 to 2.41.1#356
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/ex_cldr-2.41.1

Conversation

@dependabot
Copy link

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

Bumps ex_cldr from 2.40.2 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

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

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.
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
  • f6046c2 Release 2.40.4
  • bc8377c Remove :eex and :ex_unit from :extra_applications. Closes #253
  • 28c3a82 Remove :eex and :ex_unit from :extra_applications. Closes #253
  • d670478 CLDR 47 final release 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.2 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.2...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
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 31, 2025

Superseded by #357.

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